blob: f09fc2f6f19e59b83d5cbc5b615e79832438e814 [file] [log] [blame]
vabr0215a8e2017-03-28 12:47:341// Copyright 2017 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "chrome/browser/flag_descriptions.h"
6
Brett Wilson7b44537e2017-08-18 01:38:287// Keep in identical order as the header file, see the comment at the top
8// for formatting rules.
9
vabr0215a8e2017-03-28 12:47:3410namespace flag_descriptions {
11
Brett Wilsonf27ff602017-07-07 22:28:4712const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas";
13const char kAccelerated2dCanvasDescription[] =
14 "Enables the use of the GPU to perform 2d canvas rendering instead of "
15 "using software rendering.";
horodb71a5a2017-06-09 16:08:2416
Brett Wilsonf27ff602017-07-07 22:28:4717const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode";
18const char kAcceleratedVideoDecodeDescription[] =
19 "Hardware-accelerated video decode where available.";
20
21const char kAffiliationBasedMatchingName[] =
22 "Affiliation based matching in password manager";
23const char kAffiliationBasedMatchingDescription[] =
24 "Allow credentials stored for Android applications to be filled into "
25 "corresponding websites.";
26
27const char kAllowInsecureLocalhostName[] =
28 "Allow invalid certificates for resources loaded from localhost.";
29const char kAllowInsecureLocalhostDescription[] =
30 "Allows requests to localhost over HTTPS even when an invalid certificate "
31 "is presented.";
32
33const char kAllowNaclSocketApiName[] = "NaCl Socket API.";
34const char kAllowNaclSocketApiDescription[] =
35 "Allows applications to use NaCl Socket API. Use only to test NaCl "
36 "plugins.";
37
Kunihiko Sakamoto4d407982018-07-10 04:56:2938const char kAllowSignedHTTPExchangeCertsWithoutExtensionName[] =
39 "Allow Signed HTTP Exchange certificates without extension";
40const char kAllowSignedHTTPExchangeCertsWithoutExtensionDescription[] =
41 "Accepts Origin-Signed HTTP Exchanges to be signed with certificates "
42 "that do not have CanSignHttpExchangesDraft extension. Requires "
43 "#enable-signed-http-exchange. Warning: Enabling this may pose a security "
44 "risk.";
45
Jeremy Klein586b4ccc2018-06-09 21:05:4846const char kAndroidMessagesIntegrationName[] = "Android Messages integration";
47const char kAndroidMessagesIntegrationDescription[] =
48 "Enables Chrome OS integration with Android messages.";
49
Jeremy Klein8d8f9b2e2018-09-13 21:48:5750const char kAndroidMessagesProdEndpointName[] =
51 "Use Android Messages prod endpoint";
52const char kAndroidMessagesProdEndpointDescription[] =
53 "For Android Messages integration, point to the prod endpoint instead of "
54 "sandbox.";
55
Kamila02f7e072018-10-08 09:50:2856const char kAndroidSiteSettingsUIName[] = "Android Site Settings UI changes.";
57const char kAndroidSiteSettingsUIDescription[] =
58 "Enable the new UI "
59 "changes in Site Settings in Android.";
60
Brett Wilsonf27ff602017-07-07 22:28:4761const char kAppBannersName[] = "App Banners";
62const char kAppBannersDescription[] =
63 "Enable the display of Progressive Web App banners, which prompt a user to "
64 "add a web app to their shelf, or other platform-specific equivalent.";
65
Ioana Pandelef9689a062018-06-22 15:35:5166const char kAutomaticPasswordGenerationName[] = "Automatic password generation";
67const char kAutomaticPasswordGenerationDescription[] =
68 "Allow Chrome to offer to generate passwords when it detects account "
69 "creation pages.";
70
Michael Lippautz6081dfa2018-10-18 13:10:1471const char kEnableBlinkHeapUnifiedGarbageCollectionName[] =
72 "Blink Heap Unified Garbage Collection";
73const char kEnableBlinkHeapUnifiedGarbageCollectionDescription[] =
74 "Enable unified garbage collection in Blink";
75
Ulan Degenbaevb5466a92018-07-19 12:35:3476const char kEnableBloatedRendererDetectionName[] = "Bloated renderer detection";
77const char kEnableBloatedRendererDetectionDescription[] =
78 "Enable bloated renderer detection";
79
Khushalba202212017-07-12 19:53:4980const char kAsyncImageDecodingName[] = "AsyncImageDecoding";
81const char kAsyncImageDecodingDescription[] =
82 "Enables asynchronous decoding of images from raster for web content";
83
Roger McFarlane2eceba982018-05-18 01:37:1184const char kAutofillCacheQueryResponsesName[] =
85 "Cache Autofill Query Responses";
86const char kAutofillCacheQueryResponsesDescription[] =
87 "When enabled, autofill will cache the responses it receives from the "
88 "crowd-sourced field type prediction server.";
89
Jeffrey Cohen05cdafa392018-08-15 20:49:1790const char kAutofillEnableCompanyNameName[] =
91 "Enable Autofill Company Name field";
92const char kAutofillEnableCompanyNameDescription[] =
93 "When enabled, Company Name fields will be auto filled";
94
sebsge35b762c2018-03-29 20:33:2795const char kAutofillDynamicFormsName[] = "Autofill Dynamic Forms";
96const char kAutofillDynamicFormsDescription[] =
97 "Allows autofill to fill dynamically changing forms";
98
Anne Lime625362e2018-08-29 03:13:2599const char kAutofillNoLocalSaveOnUploadSuccessName[] =
100 "Disable locally saving card when credit card upload succeeds";
101const char kAutofillNoLocalSaveOnUploadSuccessDescription[] =
102 "When enabled, no local copy of server card will be saved when credit card "
103 "upload succeeds.";
104
Parastoo Geranmayeh2dcd14f92018-06-01 17:08:39105const char kAutofillPrefilledFieldsName[] = "Autofill Prefilled Fields";
106const char kAutofillPrefilledFieldsDescription[] =
107 "Allows autofill to fill fields previously filled by the website";
108
Lei Zhang0ca70ea2018-09-07 17:51:01109const char kAutofillPreviewStyleExperimentName[] =
Fabio Tirelo9b423c7b2018-08-15 14:32:18110 "Autofill Preview Style Experiment";
Lei Zhang0ca70ea2018-09-07 17:51:01111const char kAutofillPreviewStyleExperimentDescription[] =
Fabio Tirelo9b423c7b2018-08-15 14:32:18112 "Allows experimentation with the Autofill field preview's style.";
113
Parastoo Geranmayeh071d725c2018-06-26 17:35:22114const char kAutofillRationalizeRepeatedServerPredictionsName[] =
115 "Autofill Rationalization of Repeated Server Field Type Predictions";
116const char kAutofillRationalizeRepeatedServerPredictionsDescription[] =
117 "Allows autofill to rationalize repeated server field type predictions.";
118
Roger McFarlane1a37d7b2018-04-20 22:45:19119const char kAutofillEnforceMinRequiredFieldsForHeuristicsName[] =
120 "Autofill Enforce Min Required Fields For Heuristics";
121const char kAutofillEnforceMinRequiredFieldsForHeuristicsDescription[] =
122 "When enabled, autofill will generally require a form to have at least 3 "
123 "fields before allowing heuristic field-type prediction to occur.";
124
125const char kAutofillEnforceMinRequiredFieldsForQueryName[] =
126 "Autofill Enforce Min Required Fields For Query";
127const char kAutofillEnforceMinRequiredFieldsForQueryDescription[] =
128 "When enabled, autofill will generally require a form to have at least 3 "
129 "fields before querying the autofill server for field-type predictions.";
130
131const char kAutofillEnforceMinRequiredFieldsForUploadName[] =
132 "Autofill Enforce Min Required Fields For Upload";
133const char kAutofillEnforceMinRequiredFieldsForUploadDescription[] =
134 "When enabled, autofill will generally require a form to have at least 3 "
135 "fillable fields before uploading field-type votes for that form.";
136
Moe Ahmadid3ddfcb2018-04-20 19:51:08137const char kAutofillRestrictUnownedFieldsToFormlessCheckoutName[] =
138 "Restrict formless form extraction";
139const char kAutofillRestrictUnownedFieldsToFormlessCheckoutDescription[] =
140 "Restrict extraction of formless forms to checkout flows";
141
Brett Wilsonf27ff602017-07-07 22:28:47142const char kAutoplayPolicyName[] = "Autoplay policy";
143const char kAutoplayPolicyDescription[] =
144 "Policy used when deciding if audio or video is allowed to autoplay.";
145
146const char kAutoplayPolicyUserGestureRequiredForCrossOrigin[] =
147 "User gesture is required for cross-origin iframes.";
148const char kAutoplayPolicyNoUserGestureRequired[] =
149 "No user gesture is required.";
150const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required.";
151const char kAutoplayPolicyDocumentUserActivation[] =
152 "Document user activation is required.";
153
Lei Zhang0ca70ea2018-09-07 17:51:01154const char kAv1DecoderName[] = "Enable AV1 video decoding.";
155const char kAv1DecoderDescription[] =
Johanne0cc6902017-11-16 00:23:50156 "Allow decoding of files with the AV1 video codec.";
157
Maya Lekova4bbfdb7f2018-10-16 08:15:03158const char kAwaitOptimizationName[] = "Await optimization";
159const char kAwaitOptimizationDescription[] =
160 "Enables await taking 1 tick on the microtask queue.";
161
Brett Wilsonf27ff602017-07-07 22:28:47162const char kBleAdvertisingInExtensionsName[] = "BLE Advertising in Chrome Apps";
163const char kBleAdvertisingInExtensionsDescription[] =
164 "Enables BLE Advertising in Chrome Apps. BLE Advertising might interfere "
165 "with regular use of Bluetooth Low Energy features.";
166
Charles Harrisond629cc62017-10-05 01:39:54167const char kBlockTabUndersName[] = "Block tab-unders";
168const char kBlockTabUndersDescription[] =
169 "Blocks tab-unders in Chrome with some native UI to allow the user to "
170 "proceed.";
171
Brett Wilsonf27ff602017-07-07 22:28:47172const char kBrowserTaskSchedulerName[] = "Task Scheduler";
173const char kBrowserTaskSchedulerDescription[] =
174 "Enables redirection of some task posting APIs to the task scheduler.";
175
Carlos IL766fbc882018-02-16 02:34:52176const char kBundledConnectionHelpName[] = "Bundled Connection Help";
177const char kBundledConnectionHelpDescription[] =
Carlos ILaafcd73a2018-07-10 20:08:37178 "Enables or disables redirection to local help content for users who get "
179 "an interstitial after clicking the 'Learn More' link on a previous "
180 "interstitial.";
Carlos IL766fbc882018-02-16 02:34:52181
Brett Wilsonf27ff602017-07-07 22:28:47182const char kBypassAppBannerEngagementChecksName[] =
183 "Bypass user engagement checks";
184const char kBypassAppBannerEngagementChecksDescription[] =
185 "Bypasses user engagement checks for displaying app banners, such as "
186 "requiring that users have visited the site before and that the banner "
187 "hasn't been shown recently. This allows developers to test that other "
188 "eligibility requirements for showing app banners, such as having a "
189 "manifest, are met.";
190
Miguel Casas454d9cf2018-06-28 16:25:00191const char kCanvas2DImageChromiumName[] = "Canvas 2D Image Chromium";
192const char kCanvas2DImageChromiumDescription[] =
193 "Allows for using CHROMIUM_image GLES2 extension for HTML Canvas Contexts";
194
Brett Wilsonf27ff602017-07-07 22:28:47195const char kCastStreamingHwEncodingName[] =
196 "Cast Streaming hardware video encoding";
197const char kCastStreamingHwEncodingDescription[] =
198 "This option enables support in Cast Streaming for encoding video streams "
199 "using platform hardware.";
200
Amber Won478561d2017-08-19 01:02:59201const char kClickToOpenPDFName[] = "Click to open embedded PDFs";
202const char kClickToOpenPDFDescription[] =
203 "When the PDF plugin is unavailable, show a click-to-open placeholder for "
204 "embedded PDFs.";
205
Gary Kacmarcikfb69b212017-11-14 03:41:08206const char kClipboardContentSettingName[] = "Clipboard content setting";
207const char kClipboardContentSettingDescription[] =
208 "Enables a site-wide permission in the UI which controls access to the "
209 "asynchronous clipboard web API";
210
Brett Wilsonf27ff602017-07-07 22:28:47211const char kCloudImportName[] = "Cloud Import";
212const char kCloudImportDescription[] = "Allows the cloud-import feature.";
213
rbpotter9990eb42018-07-12 05:34:59214const char kCloudPrinterHandlerName[] = "Enable Cloud Printer Handler";
215const char kCloudPrinterHandlerDescription[] =
216 "Use the new cloud printer handler for communicating with the cloud "
217 "print server, instead of the cloud print interface in the Print "
218 "Preview WebUI.";
219
Tanja Gornakb0985dd2018-10-11 17:24:40220const char kFCMInvalidationsName[] =
221 "Enable invalidations delivery via new FCM based protocol";
222const char kFCMInvalidationsDescription[] =
223 "Use the new FCM-based protocol for deliveling invalidations";
224
Christopher Cameronceb8727d2017-09-07 23:53:16225const char kForceColorProfileSRGB[] = "sRGB";
226const char kForceColorProfileP3[] = "Display P3 D65";
227const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
228const char kForceColorProfileHdr[] = "scRGB linear (HDR where available)";
229
230const char kForceColorProfileName[] = "Force color profile";
231const char kForceColorProfileDescription[] =
232 "Forces Chrome to use a specific color profile instead of the color "
233 "of the window's current monitor, as specified by the operating system.";
234
Brett Wilsonf27ff602017-07-07 22:28:47235const char kCompositedLayerBordersName[] = "Composited render layer borders";
236const char kCompositedLayerBordersDescription[] =
237 "Renders a border around composited Render Layers to help debug and study "
238 "layer compositing.";
239
Theresac34db2d2018-06-28 00:03:11240const char kContextualSuggestionsButtonName[] = "Contextual Suggestions Button";
241const char kContextualSuggestionsButtonDescription[] =
242 "If enabled, shows a button to trigger contextual suggestions.";
243
Theresae308b9e2018-10-10 15:57:40244const char kContextualSuggestionsIPHReverseScrollName[] =
245 "Contextual Suggestions IPH Reverse Scroll";
246const char kContextualSuggestionsIPHReverseScrollDescription[] =
247 "Require a reverse scroll before showing in-product help for contextual "
248 "suggestions.";
249
Theresa0f2947b92018-07-02 21:27:58250const char kContextualSuggestionsOptOutName[] =
251 "Contextual Suggestions Opt-out";
252const char kContextualSuggestionsOptOutDescription[] =
253 "If enabled, allows the user to opt out of contextual suggestions.";
254
Brett Wilsonf27ff602017-07-07 22:28:47255const char kCreditCardAssistName[] = "Credit Card Assisted Filling";
256const char kCreditCardAssistDescription[] =
257 "Enable assisted credit card filling on certain sites.";
258
259const char kCrossProcessGuestViewIsolationName[] =
260 "Cross process frames for guests";
261const char kCrossProcessGuestViewIsolationDescription[] =
262 "Highly experimental where guests such as <webview> are implemented on "
263 "the out-of-process iframe infrastructure.";
264
Thanh Le659cb102017-12-20 22:00:19265const char kDataSaverServerPreviewsName[] = "Data Saver Server Previews";
266const char kDataSaverServerPreviewsDescription[] =
267 "Allow the Data Reduction Proxy to serve previews.";
Brett Wilsonf27ff602017-07-07 22:28:47268
269const char kDatasaverPromptName[] = "Cellular Data Saver Prompt";
270const char kDatasaverPromptDescription[] =
271 "Enables a prompt, which appears when a cellular network connection is "
272 "detected, to take the user to the Data Saver extension page on Chrome Web "
273 "Store.";
274const char kDatasaverPromptDemoMode[] = "Demo mode";
275
276const char kDebugPackedAppName[] = "Debugging for packed apps";
277const char kDebugPackedAppDescription[] =
278 "Enables debugging context menu options such as Inspect Element for packed "
279 "applications.";
280
281const char kDefaultTileHeightName[] = "Default tile height";
282const char kDefaultTileHeightDescription[] = "Specify the default tile height.";
283const char kDefaultTileHeightShort[] = "128";
284const char kDefaultTileHeightTall[] = "256";
285const char kDefaultTileHeightGrande[] = "512";
286const char kDefaultTileHeightVenti[] = "1024";
287
288const char kDefaultTileWidthName[] = "Default tile width";
289const char kDefaultTileWidthDescription[] = "Specify the default tile width.";
290const char kDefaultTileWidthShort[] = "128";
291const char kDefaultTileWidthTall[] = "256";
292const char kDefaultTileWidthGrande[] = "512";
293const char kDefaultTileWidthVenti[] = "1024";
294
295const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
296const char kDebugShortcutsDescription[] =
297 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
298
299const char kDeviceDiscoveryNotificationsName[] =
300 "Device Discovery Notifications";
301const char kDeviceDiscoveryNotificationsDescription[] =
302 "Device discovery notifications on local network.";
303
304const char kDevtoolsExperimentsName[] = "Developer Tools experiments";
305const char kDevtoolsExperimentsDescription[] =
306 "Enables Developer Tools experiments. Use Settings panel in Developer "
307 "Tools to toggle individual experiments.";
308
309const char kDisableAudioForDesktopShareName[] =
310 "Disable Audio For Desktop Share";
311const char kDisableAudioForDesktopShareDescription[] =
312 "With this flag on, desktop share picker window will not let the user "
313 "choose whether to share audio.";
314
Arthur Sonzogni721f48e2018-10-31 17:10:02315const char kDisableIpcFloodingProtectionName[] =
316 "Disable IPC flooding protection";
317const char kDisableIpcFloodingProtectionDescription[] =
318 "Some javascript code can flood the inter process communication system. "
319 "This protection limits the rate (calls/seconds) at which theses function "
320 "can be used. This flag disables the protection.";
321
Chris Palmer917bc052018-03-14 19:28:31322const char kDisablePushStateThrottleName[] = "Disable pushState throttling";
323const char kDisablePushStateThrottleDescription[] =
324 "Disables throttling of history.pushState and history.replaceState method "
325 "calls.";
326
Brett Wilsonf27ff602017-07-07 22:28:47327const char kDisableTabForDesktopShareName[] =
328 "Disable Desktop Share with tab source";
329const char kDisableTabForDesktopShareDescription[] =
330 "This flag controls whether users can choose a tab for desktop share.";
331
332const char kDisallowDocWrittenScriptsUiName[] =
333 "Block scripts loaded via document.write";
334const char kDisallowDocWrittenScriptsUiDescription[] =
335 "Disallows fetches for third-party parser-blocking scripts inserted into "
336 "the main frame via document.write.";
337
Christopher Thompson2ffffa2c2018-05-18 23:06:37338const char kDisallowUnsafeHttpDownloadsName[] =
339 "Block unsafe downloads over insecure connections";
340const char kDisallowUnsafeHttpDownloadsNameDescription[] =
341 "Disallows downloads of unsafe files (files that can potentially execute "
342 "code), where the final download origin or any origin in the redirect "
343 "chain is insecure.";
344
Brett Wilsonf27ff602017-07-07 22:28:47345const char kDriveSearchInChromeLauncherName[] =
346 "Drive Search in Chrome App Launcher";
347const char kDriveSearchInChromeLauncherDescription[] =
348 "Files from Drive will show up when searching the Chrome App Launcher.";
349
Brett Wilsonf27ff602017-07-07 22:28:47350const char kEmbeddedExtensionOptionsName[] = "Embedded extension options";
351const char kEmbeddedExtensionOptionsDescription[] =
352 "Display extension options as an embedded element in chrome://extensions "
353 "rather than opening a new tab.";
354
Dominic Mazzoni8ac98962018-05-25 05:44:55355const char kEnableAccessibilityObjectModelName[] = "Accessibility Object Model";
356const char kEnableAccessibilityObjectModelDescription[] =
357 "Enables experimental support for Accessibility Object Model APIs "
358 "that are in development.";
359
Anthony Vallee-Dubois968ae4d2018-03-15 16:56:36360const char kEnableWebPaymentsSingleAppUiSkipName[] =
361 "Enable Web Payments single app UI skip";
362const char kEnableWebPaymentsSingleAppUiSkipDescription[] =
363 "Enable Web Payments to skip showing its UI if the developer specifies a "
364 "single app.";
365
Florian Uunk8c428ea2018-07-18 11:12:52366const char kEnableAutofillAccountWalletStorageName[] =
367 "Enable the account data storage for autofill";
368const char kEnableAutofillAccountWalletStorageDescription[] =
369 "Enable the ephemeral storage for account data for autofill.";
370
Shanfeng Zhang19c16562017-10-17 02:30:40371const char kEnableAutofillCreditCardAblationExperimentDisplayName[] =
372 "Credit card autofill ablation experiment.";
373const char kEnableAutofillCreditCardAblationExperimentDescription[] =
374 "If enabled, credit card autofill suggestions will not display.";
375
Brett Wilsonf27ff602017-07-07 22:28:47376const char kEnableAutofillCreditCardLastUsedDateDisplayName[] =
377 "Display the last used date of a credit card in autofill.";
378const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
379 "If enabled, display the last used date of a credit card in autofill.";
380
Sujie Zhu2cf0e5c2018-07-17 18:00:27381const char kEnableAutofillCreditCardLocalCardMigrationName[] =
382 "Enable migrating local cards to Google Pay";
383const char kEnableAutofillCreditCardLocalCardMigrationDescription[] =
384 "If enabled, prompt migration of locally-saved credit cards to Google Pay.";
385
Jared Saulbc672a072018-06-16 05:22:12386const char kEnableAutofillCreditCardUploadEditableCardholderNameName[] =
387 "Make cardholder name editable in dialog during credit card upload";
388const char kEnableAutofillCreditCardUploadEditableCardholderNameDescription[] =
389 "If enabled, in certain situations when offering credit card upload to "
390 "Google Payments, the cardholder name can be edited within the "
391 "offer-to-save dialog, which is prefilled with the name from the signed-in "
392 "Google Account.";
393
Hao Zhang1be9c262018-11-03 00:23:51394const char kEnableAutofillCreditCardUploadEditableExpirationDateName[] =
395 "Make expiration date editable in dialog during credit card upload";
396const char kEnableAutofillCreditCardUploadEditableExpirationDateDescription[] =
397 "If enabled, if a credit card's expiration date was not detected when "
398 "offering card upload to Google Payments, the offer-to-save dialog "
399 "displays an expiration date selector.";
400
Lakshmi Kumar Dabbiru51f1c202018-03-29 22:23:37401const char kEnableAutofillCreditCardUploadGooglePayOnAndroidBrandingName[] =
402 "Enable Google Pay branding when offering credit card upload on Android";
403const char
404 kEnableAutofillCreditCardUploadGooglePayOnAndroidBrandingDescription[] =
405 "If enabled, shows the Google Pay logo and a shorter header message "
406 "when credit card upload to Google Payments is offered on Android.";
407
siyua9a4a8872018-10-05 03:46:56408const char kEnableAutofillLocalCardMigrationShowFeedbackName[] =
409 "Show the upload results dialog after local card migration";
410const char kEnableAutofillLocalCardMigrationShowFeedbackDescription[] =
411 "If enabled, the local card migration offer dialog will remain pending "
412 "after the user clicks the save button. Once migration is finished, "
413 "the dialog will be updated with the results of each card.";
414
tmartinocd414732018-02-12 19:01:01415const char kEnableAutofillNativeDropdownViewsName[] =
416 "Display Autofill Dropdown Using Views";
417const char kEnableAutofillNativeDropdownViewsDescription[] =
418 "If enabled, the Autofill Dropdown will be built natively using Views, "
419 "rather than painted directly to a canvas.";
420
Fabio Tirelo87552e02018-07-06 15:43:21421const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateName[] =
422 "Show unlabeled expiration dates on the save card dialog";
423const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateDescription[] =
424 "If enabled, expiration dates on the save card dialog (both local and "
425 "upstream) are shown without an 'Exp:' label.";
426
Manas Verma99541e52018-08-03 20:37:23427const char kEnableAutofillSaveCardSignInAfterLocalSaveName[] =
428 "Show Sign-In/Sync promo after saving a card locally";
429const char kEnableAutofillSaveCardSignInAfterLocalSaveDescription[] =
430 "If enabled, shows a sign in prompt to the user after the user "
431 "saves a card locally. This also introduces a Manage Cards bubble "
432 "which you can access from the card icon after saving a card.";
433
Jared Saul8a0c1e92018-10-10 18:22:47434const char kEnableAutofillSaveCreditCardUsesStrikeSystemName[] =
435 "Enable limit on offering to save the same credit card repeatedly";
436const char kEnableAutofillSaveCreditCardUsesStrikeSystemDescription[] =
437 "If enabled, prevents popping up the credit card offer-to-save prompt if "
438 "it has repeatedly been ignored, declined, or failed.";
439
Lakshmi Kumar Dabbirua3d0805f2018-05-22 22:04:23440const char kEnableAutofillSendExperimentIdsInPaymentsRPCsName[] =
441 "Send experiment flag IDs in calls to Google Payments";
442const char kEnableAutofillSendExperimentIdsInPaymentsRPCsDescription[] =
443 "If enabled, adds the status of certain experiment variations when making "
444 "calls to Google Payments.";
445
Becca Hughes4d896c42018-05-29 16:58:51446const char kEnableAutoplayIgnoreWebAudioName[] =
447 "Autoplay ignores WebAudio playbacks";
448const char kEnableAutoplayIgnoreWebAudioDescription[] =
449 "If enabled, autoplay restrictions will be ignored for WebAudio.";
450
Becca Hughesc62f6a1d2018-08-16 15:59:47451const char kEnableAutoplayUnifiedSoundSettingsName[] =
452 "Autoplay unified sound settings UI";
453const char kEnableAutoplayUnifiedSoundSettingsDescription[] =
454 "If enabled, shows the new unified autoplay sound settings UI.";
455
Brett Wilsonf27ff602017-07-07 22:28:47456const char kEnableBrotliName[] = "Brotli Content-Encoding.";
457const char kEnableBrotliDescription[] =
458 "Enable Brotli Content-Encoding support.";
459
Qiang Xu0f602fe62017-12-22 01:31:20460const char kEnableCaptivePortalRandomUrl[] = "Captive Portal url Randomization";
461const char kEnableCaptivePortalRandomUrlDescription[] =
462 "Enable Captive Portal URL randomization.";
463
Eriko Kurimoto36975992018-08-09 07:15:13464const char kEnableChromevoxDeveloperOptionName[] =
465 "Enable Chromevox developer option";
466const char kEnableChromevoxDeveloperOptionDescription[] =
467 "This option provides tools for developing in chromevox.";
468
sclittle50e4bb92017-07-08 02:23:03469const char kEnableClientLoFiName[] = "Client-side Lo-Fi previews";
470
471const char kEnableClientLoFiDescription[] =
472 "Enable showing low fidelity images on some pages on slow networks.";
473
Patrick Noland8bc57472018-06-19 21:09:54474const char kEnableCSSFragmentIdentifiersName[] =
475 "Enable CSS Fragment Identifiers";
476const char kEnableCSSFragmentIdentifiersDescription[] =
477 "Enable support for specifying a target element using a css selector in "
478 "the fragment identifier.";
479
David Reveman87b4b692018-03-09 21:22:22480const char kEnableCursorMotionBlurName[] = "Enable Cursor Motion Blur";
481const char kEnableCursorMotionBlurDescription[] =
482 "Enable motion blur effect for the cursor.";
483
Doug Arnett08b4067b2017-10-12 20:14:44484const char kEnableNoScriptPreviewsName[] = "NoScript previews";
485
486const char kEnableNoScriptPreviewsDescription[] =
487 "Enable disabling JavaScript on some pages on slow networks.";
488
Thanh Le2c279fbc2017-11-21 01:25:40489const char kDataReductionProxyServerAlternative1[] = "Use alt. server config 1";
490const char kDataReductionProxyServerAlternative2[] = "Use alt. server config 2";
491const char kDataReductionProxyServerAlternative3[] = "Use alt. server config 3";
492const char kDataReductionProxyServerAlternative4[] = "Use alt. server config 4";
493const char kDataReductionProxyServerAlternative5[] = "Use alt. server config 5";
494const char kDataReductionProxyServerAlternative6[] = "Use alt. server config 6";
495const char kDataReductionProxyServerAlternative7[] = "Use alt. server config 7";
496const char kDataReductionProxyServerAlternative8[] = "Use alt. server config 8";
497const char kDataReductionProxyServerAlternative9[] = "Use alt. server config 9";
498const char kDataReductionProxyServerAlternative10[] =
499 "Use alt. server config 10";
rajendrantcfa60ba2018-10-30 09:16:54500const char kEnableDataReductionProxyNetworkServiceName[] =
501 "Data reduction proxy with network service";
502const char kEnableDataReductionProxyNetworkServiceDescription[] =
503 "Enable data reduction proxy when network service is enabled";
Brett Wilsonf27ff602017-07-07 22:28:47504const char kEnableDataReductionProxyServerExperimentName[] =
505 "Use an alternative Data Saver back end configuration.";
506const char kEnableDataReductionProxyServerExperimentDescription[] =
507 "Enable a different approach to saving data by configuring the back end "
508 "server";
509
510const char kEnableDataReductionProxySavingsPromoName[] =
511 "Data Saver 1 MB Savings Promo";
512const char kEnableDataReductionProxySavingsPromoDescription[] =
513 "Enable a Data Saver promo for 1 MB of savings. If Data Saver has already "
514 "saved 1 MB of data, then the promo will not be shown. Data Saver must be "
515 "enabled for the promo to be shown.";
516
Matt Giucad4870432017-11-24 01:04:38517const char kEnableDesktopPWAsName[] = "Desktop PWAs";
518const char kEnableDesktopPWAsDescription[] =
519 "Experimental windowing and install banner treatment for Progressive Web "
520 "Apps on desktop platforms. Implies #enable-experimental-app-banners.";
Giovanni Ortuño Urquidi45020e232017-07-12 06:10:17521
Giovanni Ortuño Urquidi40c8e792018-02-28 04:18:59522const char kEnableDesktopPWAsLinkCapturingName[] =
523 "Desktop PWAs Link Capturing";
524const char kEnableDesktopPWAsLinkCapturingDescription[] =
525 "Experimentally enable link capturing for Desktop PWAs. Navigations to "
526 "URLs that are in-scope of Desktop PWAs will open in a window. Requires "
527 "#enable-desktop-pwas.";
528
Jay Harris52511a02018-11-02 01:00:28529const char kDesktopPWAsCustomTabUIName[] = "Desktop PWAs Custom Tab UI";
530const char kDesktopPWAsCustomTabUIDescription[] =
531 "Browsing out-of-scope links in a desktop PWA will use the custom tab UI "
532 "for displaying the page title and origin instead of the location bar.";
533
Jay Harrisee7a7bc62018-10-09 01:47:49534const char kDesktopPWAsStayInWindowName[] =
535 "Desktop PWAs out-of-scope links open in the app window";
536const char kDesktopPWAsStayInWindowDescription[] =
Jay Harris52511a02018-11-02 01:00:28537 "Links to sites in a different scope will open inside the PWA window as "
538 "opposed to in the browser.";
Jay Harrisee7a7bc62018-10-09 01:47:49539
Christopher Lame66b7812018-09-26 01:49:24540const char kEnableSystemWebAppsName[] = "System Web Apps";
541const char kEnableSystemWebAppsDescription[] =
542 "Experimental system for using the Desktop PWA framework for running System"
543 "Apps (e.g Settings, Discover).";
544
Ahmed Fakhry0037de02018-01-29 19:58:31545const char kEnableDockedMagnifierName[] = "Docked Magnifier";
546const char kEnableDockedMagnifierDescription[] =
547 "Enables the Docked Magnifier (a.k.a. picture-in-picture magnifier).";
548
Ramya Nagarajan5b41d8d2018-04-02 19:53:02549const char kEnableEmojiContextMenuName[] = "Emoji Context Menu";
550const char kEnableEmojiContextMenuDescription[] =
Mathieu Perreault608546ee2018-05-09 00:35:09551 "Enables the Emoji picker item in context menus for editable text areas, if"
552 " supported by the operating system.";
Ramya Nagarajan5b41d8d2018-04-02 19:53:02553
David Benjamin570460e2018-10-16 06:01:29554const char kEnforceTLS13DowngradeName[] = "TLS 1.3 downgrade hardening";
555const char kEnforceTLS13DowngradeDescription[] =
556 "This option enables the TLS 1.3 downgrade hardening mechanism. This "
557 "hardens TLS 1.3 connections while remaining compatible with TLS 1.0 "
558 "through 1.2 connections. Firewalls and proxies that do not function when "
559 "this is enabled do not implement TLS 1.0 through 1.2 correctly or "
560 "securely. They must be fixed by vendors.";
561
Brett Wilsonf27ff602017-07-07 22:28:47562const char kEnableEnumeratingAudioDevicesName[] =
563 "Experimentally enable enumerating audio devices.";
564const char kEnableEnumeratingAudioDevicesDescription[] =
565 "Experimentally enable the use of enumerating audio devices.";
566
567const char kEnableGenericSensorName[] = "Generic Sensor";
568const char kEnableGenericSensorDescription[] =
Mikhail Pozdnyakov73373a62017-08-24 17:31:25569 "Enables motion sensor classes based on Generic Sensor API, i.e. "
570 "Accelerometer, LinearAccelerationSensor, Gyroscope, "
571 "AbsoluteOrientationSensor and RelativeOrientationSensor interfaces.";
572
573const char kEnableGenericSensorExtraClassesName[] =
574 "Generic Sensor Extra Classes";
575const char kEnableGenericSensorExtraClassesDescription[] =
576 "Enables an extra set of sensor classes based on Generic Sensor API, which "
577 "expose previously unavailable platform features, i.e. AmbientLightSensor "
578 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:47579
Brett Wilsonf27ff602017-07-07 22:28:47580const char kEnableHDRName[] = "HDR mode";
581const char kEnableHDRDescription[] =
582 "Enables HDR support on compatible displays.";
583
Ryan Sturm6a850902018-06-09 02:27:34584const char kEnableHeavyPageCappingName[] = "Heavy Page Capping";
585const char kEnableHeavyPageCappingDescription[] =
Ryan Sturm1550abeb2018-06-18 20:05:09586 "Enable showing an InfoBar on data heavy pages that allows the user to "
Ryan Sturma2cd49f2018-06-20 17:09:25587 "pause sub-resource request loading on the page. Using the 'Low' option "
Ryan Sturm2a2f11e2018-07-17 23:01:01588 "will reduce the triggering threshold to 1MB. Data saver must be enabled "
589 "in order to see the InfoBar.";
Ryan Sturm6a850902018-06-09 02:27:34590
Robert Ogden5a63b242018-09-17 21:38:57591const char kEnablePreviewsAndroidOmniboxUIName[] =
592 "Previews Android Omnibox UI";
593const char kEnablePreviewsAndroidOmniboxUIDescription[] =
594 "Enable showing the Previews UI in the Omnibox on Android instead of an "
595 "InfoBar. This has no effect on other platforms.";
596
Robert Ogdence8c9572018-10-08 23:08:48597const char kEnableLitePageServerPreviewsName[] = "Lite Page Server Previews";
598const char kEnableLitePageServerPreviewsDescription[] =
599 "Enable showing Lite Page Previews served from the Chrome Data Proxy "
600 "service. This feature will cause Chrome to redirect eligible navigations "
601 "to a Google-owned domain that serves a pre-rendered version of the "
602 "original page.";
603
Brett Wilsonf27ff602017-07-07 22:28:47604const char kEnableHttpFormWarningName[] =
605 "Show in-form warnings for sensitive fields when the top-level page is not "
Eric Lawrenceed8fccf2017-09-08 21:27:15606 "HTTPS";
Brett Wilsonf27ff602017-07-07 22:28:47607const char kEnableHttpFormWarningDescription[] =
608 "Attaches a warning UI to any password or credit card fields detected when "
609 "the top-level page is not HTTPS";
610
Hiroshige Hayashizaki99d5821e2018-05-02 04:25:41611const char kLayeredAPIName[] = "Experimental layered APIs";
612const char kLayeredAPIDescription[] =
613 "Enable layered API infrastructure, as well as several experimental "
614 "layered APIs. The syntax and the APIs exposed are experimental and will "
615 "change over time.";
616
Ian Kilpatricke68ef11a2018-07-04 03:52:10617const char kEnableLayoutNGName[] = "Enable LayoutNG";
618const char kEnableLayoutNGDescription[] =
619 "Enable Blink's next generation layout engine.";
620
Scott Littled0fd2d002018-04-13 03:37:26621const char kEnableLazyFrameLoadingName[] = "Enable lazy frame loading";
622const char kEnableLazyFrameLoadingDescription[] =
623 "Defers the loading of certain cross-origin frames until the page is "
624 "scrolled down near them.";
625
rajendrant793ff512018-08-10 17:07:59626const char kEnableLazyImageLoadingName[] = "Enable lazy image loading";
627const char kEnableLazyImageLoadingDescription[] =
628 "Defers the loading of images until the page is scrolled down near them.";
629
Sidney San Martín9375b892017-09-09 00:29:54630const char kEnableMacMaterialDesignDownloadShelfName[] =
631 "Enable Material Design download shelf";
632
633const char kEnableMacMaterialDesignDownloadShelfDescription[] =
634 "If enabled, the download shelf uses Material Design.";
635
Anton Urusov47cd4932017-09-19 14:41:41636const char kEnablePolicyToolName[] = "Enable policy management page";
637const char kEnablePolicyToolDescription[] =
638 "If enabled, the chrome://policy-tool URL loads a page for managing "
639 "policies.";
640
Weidong Guof1e5a892018-01-06 02:26:39641const char kDisableMultiMirroringName[] =
Weidong Guo7dfd1482017-11-08 05:56:28642 "Display mirroring across multiple displays.";
Weidong Guof1e5a892018-01-06 02:26:39643const char kDisableMultiMirroringDescription[] =
644 "Disable Display mirroring across multiple displays.";
Weidong Guo7dfd1482017-11-08 05:56:28645
Brett Wilsonf27ff602017-07-07 22:28:47646const char kEnableNavigationTracingName[] = "Enable navigation tracing";
647const char kEnableNavigationTracingDescription[] =
648 "This is to be used in conjunction with the trace-upload-url flag. "
649 "WARNING: When enabled, Chrome will record performance data for every "
650 "navigation and upload it to the URL specified by the trace-upload-url "
651 "flag. The trace may include personally identifiable information (PII) "
652 "such as the titles and URLs of websites you visit.";
653
Bernhard Bauer5533f9912017-11-06 17:56:02654const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
655const char kEnableNetworkLoggingToFileDescription[] =
656 "Enables network logging to a file named netlog.json in the user data "
657 "directory. The file can be imported into chrome://net-internals.";
658
Brett Wilsonf27ff602017-07-07 22:28:47659const char kEnableNetworkServiceName[] = "Enable network service";
660const char kEnableNetworkServiceDescription[] =
661 "Enables the network service, which makes network requests through a "
John Abd-El-Malek225b04d2018-09-07 22:41:40662 "separate process.";
Brett Wilsonf27ff602017-07-07 22:28:47663
John Abd-El-Malek8067cc02017-12-04 23:23:20664const char kEnableNetworkServiceInProcessName[] =
665 "Runs network service in-process";
666const char kEnableNetworkServiceInProcessDescription[] =
667 "Runs the network service in the browser process.";
668
dpapaded8349472017-10-25 03:21:27669const char kEnableNewPrintPreview[] = "Enable new Print Preview UI";
670const char kEnableNewPrintPreviewDescription[] =
rbpotter29690042018-06-18 19:28:37671 "If enabled, Print Preview will display a newer UI. This feature is "
672 "activated if either this flag or #upcoming-ui-features is enabled.";
dpapaded8349472017-10-25 03:21:27673
Ahmed Fakhry2fd8fc82017-07-28 16:31:12674const char kEnableNightLightName[] = "Enable Night Light";
675const char kEnableNightLightDescription[] =
676 "Enable the Night Light feature which controls the color temperature of "
677 "the screen.";
678
Tetsui Ohkuboc3eb87f72018-07-20 02:22:28679const char kEnableNotificationScrollBarName[] =
680 "Enable notification list scroll bar";
681const char kEnableNotificationScrollBarDescription[] =
682 "Enable the scroll bar of the notification list in Unified System Tray.";
683
Mitsuru Otsukae8304de2018-10-29 02:14:36684const char kEnableNotificationExpansionAnimationName[] =
685 "Enable notification expansion animations";
686const char kEnableNotificationExpansionAnimationDescription[] =
687 "Enable notification animations whenever the expansion state is toggled.";
688
xlou8b56f672018-02-09 23:34:30689const char kEnableNupPrintingName[] = "Enable N-up printing";
690const char kEnableNupPrintingDescription[] =
691 "Enable N-up printing in the print preview panel.";
692
Sophie Chang117a3b22017-10-24 22:25:36693const char kEnableOptimizationHintsName[] = "Optimization Hints";
694const char kEnableOptimizationHintsDescription[] =
Sophie Chang5454ce82018-07-16 17:44:50695 "Enable the Optimization Hints feature which incorporates server hints "
Sophie Chang117a3b22017-10-24 22:25:36696 "into decisions for what optimizations to perform on some pages on slow "
697 "networks.";
698
Yutaka Hirano98be3272017-08-07 17:55:39699const char kEnableOutOfBlinkCORSName[] = "Out of blink CORS";
700const char kEnableOutOfBlinkCORSDescription[] =
701 "CORS handling logic is moved out of blink.";
702
Chris Halle952239e2018-11-06 06:49:52703const char kExperimentalAccessibilityFeaturesName[] =
704 "Experimental accessibility features";
705const char kExperimentalAccessibilityFeaturesDescription[] =
706 "Enable additional accessibility features in the Settings page.";
707
kylechar7051c092018-02-05 20:31:39708const char kVizDisplayCompositorName[] = "Viz Display Compositor (OOP-D)";
709const char kVizDisplayCompositorDescription[] =
710 "If enabled, the display compositor runs as part of the viz service in the"
711 "GPU process.";
712
Ria Jiang6a129b982018-03-01 18:30:40713const char kVizHitTestDrawQuadName[] = "Viz Hit-test Draw-quad version";
714const char kVizHitTestDrawQuadDescription[] =
715 "If enabled, event targeting uses the new viz-assisted hit-testing logic, "
716 "with hit-test data computed from the CompositorFrame.";
717
Erik Chen49bbfa22017-08-18 08:49:56718const char kEnableOutOfProcessHeapProfilingName[] =
Albert J. Wong174174762018-01-18 23:50:23719 "Out of process heap profiling start mode.";
Erik Chen49bbfa22017-08-18 08:49:56720const char kEnableOutOfProcessHeapProfilingDescription[] =
721 "Creates a profiling service that records stacktraces for all live, "
erikchen94aca892018-01-18 00:21:19722 "malloced objects. Heap dumps can be obtained at chrome://tracing "
723 "[category:memory-infra] and chrome://memory-internals. This setting "
724 "controls which processes are profiled. As long as this setting is not "
725 "disabled, users can start profiling any given process in "
726 "chrome://memory-internals.";
727const char kEnableOutOfProcessHeapProfilingModeMinimal[] = "Browser and GPU";
728const char kEnableOutOfProcessHeapProfilingModeAll[] = "All processes";
729const char kEnableOutOfProcessHeapProfilingModeAllRenderers[] = "All renderers";
730const char kEnableOutOfProcessHeapProfilingModeBrowser[] = "Only browser";
731const char kEnableOutOfProcessHeapProfilingModeGpu[] = "Only GPU.";
erikchen0a5dd692017-12-12 00:53:10732const char kEnableOutOfProcessHeapProfilingModeManual[] =
erikchen94aca892018-01-18 00:21:19733 "None by default. Visit chrome://memory-internals to choose which "
734 "processes to profile.";
Albert J. Wongbd5bd902017-11-09 19:56:15735const char kEnableOutOfProcessHeapProfilingModeRendererSampling[] =
736 "Profile a random sampling of renderer processes, ensuring only one is "
737 "ever profiled at a time.";
erikchen94aca892018-01-18 00:21:19738
Erik Chen8bb76b52017-12-06 19:06:25739const char kOutOfProcessHeapProfilingKeepSmallAllocations[] =
erikchen94aca892018-01-18 00:21:19740 "Emit small allocations in memlog heap dumps.";
Erik Chen8bb76b52017-12-06 19:06:25741const char kOutOfProcessHeapProfilingKeepSmallAllocationsDescription[] =
742 "By default, small allocations are pruned from the heap dump. This reduces "
743 "the size of the compressed trace by 100x. If pruning is disabled, the "
744 "chrome://tracing UI may be unable to take or load the trace. Save the "
745 "trace directly using chrome://memory-internals, and use other mechanisms "
746 "[e.g. diff_heap_profiler.py] to examine the trace. Note that "
747 "automatically uploaded traces will always be pruned. This only affects "
748 "manually taken memory-infra traces.";
Erik Chen49bbfa22017-08-18 08:49:56749
erikchen8bc20d82018-02-14 03:21:51750const char kOutOfProcessHeapProfilingSampling[] = "Sample memlog allocations";
751const char kOutOfProcessHeapProfilingSamplingDescription[] =
752 "Use a poisson process to sample allocations. Defaults to a sample rate of "
erikchen99bfce02018-02-14 20:29:22753 "10000. This results in low noise for large and/or frequent allocations ["
754 "[size * frequency >> 10000]. This means that aggregate numbers [e.g. "
755 "total size of malloc-ed objects] and large and/or frequent allocations "
756 "can be trusted with high fidelity.";
erikchen8bc20d82018-02-14 03:21:51757
Erik Chen3303fd0232018-01-11 20:29:05758const char kOOPHPStackModeName[] =
759 "The type of stack to record for memlog heap dumps";
760const char kOOPHPStackModeDescription[] =
erikchen94aca892018-01-18 00:21:19761 "By default, memlog heap dumps record native stacks, which requires a "
762 "post-processing step to symbolize. Requires a custom build with frame "
erikchen011ad3f2018-01-26 17:54:55763 "pointers to work on Android. Native with thread names will add the thread "
764 "name as the first frame of each native stack. It's also possible to "
765 "record a pseudo stack using trace events as identifiers. It's also "
766 "possible to do a mix of both.";
erikchen94aca892018-01-18 00:21:19767const char kOOPHPStackModeMixed[] = "Mixed";
768const char kOOPHPStackModeNative[] = "Native";
erikchen011ad3f2018-01-26 17:54:55769const char kOOPHPStackModeNativeWithThreadNames[] = "Native with thread names";
erikchen94aca892018-01-18 00:21:19770const char kOOPHPStackModePseudo[] = "Trace events";
Erik Chen3303fd0232018-01-11 20:29:05771
François Beaufort2e75f492018-02-08 20:44:46772const char kEnablePictureInPictureName[] = "Enable Picture-in-Picture.";
Brett Wilsonf27ff602017-07-07 22:28:47773const char kEnablePictureInPictureDescription[] =
François Beaufort2e75f492018-02-08 20:44:46774 "Enable the Picture-in-Picture feature for videos.";
Brett Wilsonf27ff602017-07-07 22:28:47775
F#m59d036e2017-09-13 07:22:17776const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
777const char kEnablePixelCanvasRecordingDescription[] =
778 "Pixel canvas recording allows the compositor to raster contents aligned "
779 "with the pixel and improves text rendering. This should be enabled when a "
780 "device is using fractional scale factor.";
781
Ella Gebee81c92018-08-14 15:51:09782const char kEnableResamplingInputEventsName[] =
783 "Enable resampling input events";
784const char kEnableResamplingInputEventsDescription[] =
785 "Predicts mouse and touch inputs position at rAF time based on previous "
786 "input";
787const char kEnableResamplingScrollEventsName[] =
788 "Enable resampling scroll events";
789const char kEnableResamplingScrollEventsDescription[] =
790 "Predicts the scroll amount at vsync time based on previous input";
791
Doug Arnettaa0bf202018-08-27 19:42:11792const char kEnableResourceLoadingHintsName[] = "Enable resource loading hints";
793const char kEnableResourceLoadingHintsDescription[] =
794 "Enable using server-provided resource loading hints to provide a preview "
795 "over slow network connections.";
796
Mikel Astizb4786aa2018-11-09 22:12:09797const char kEnableSyncPseudoUSSAppListName[] =
798 "Enable pseudo-USS for APP_LIST sync.";
799const char kEnableSyncPseudoUSSAppListDescription[] =
800 "Enable new USS-based codepath for sync datatype APP_LIST.";
801
802const char kEnableSyncPseudoUSSAppsName[] = "Enable pseudo-USS for APPS sync.";
803const char kEnableSyncPseudoUSSAppsDescription[] =
804 "Enable new USS-based codepath for sync datatype APPS.";
805
806const char kEnableSyncPseudoUSSDictionaryName[] =
807 "Enable pseudo-USS for DICTIONARY sync.";
808const char kEnableSyncPseudoUSSDictionaryDescription[] =
809 "Enable new USS-based codepath for sync datatype DICTIONARY.";
810
811const char kEnableSyncPseudoUSSExtensionSettingsName[] =
812 "Enable pseudo-USS for EXTENSION_SETTINGS and APP_SETTINGS sync.";
813const char kEnableSyncPseudoUSSExtensionSettingsDescription[] =
814 "Enable new USS-based codepath for sync datatypes EXTENSION_SETTINGS and "
815 "APP_SETTINGS.";
816
817const char kEnableSyncPseudoUSSExtensionsName[] =
818 "Enable pseudo-USS for EXTENSIONS sync.";
819const char kEnableSyncPseudoUSSExtensionsDescription[] =
820 "Enable new USS-based codepath for sync datatype EXTENSIONS.";
821
822const char kEnableSyncPseudoUSSFaviconsName[] =
823 "Enable pseudo-USS for favicon sync.";
824const char kEnableSyncPseudoUSSFaviconsDescription[] =
825 "Enable new USS-based codepath for sync datatypes FAVICON_IMAGES and "
826 "FAVICON_TRACKING.";
827
828const char kEnableSyncPseudoUSSHistoryDeleteDirectivesName[] =
829 "Enable pseudo-USS for HISTORY_DELETE_DIRECTIVES sync.";
830const char kEnableSyncPseudoUSSHistoryDeleteDirectivesDescription[] =
831 "Enable new USS-based codepath for sync datatype "
832 "HISTORY_DELETE_DIRECTIVES.";
833
834const char kEnableSyncPseudoUSSPasswordsName[] =
835 "Enable pseudo-USS for PASSWORDS sync.";
836const char kEnableSyncPseudoUSSPasswordsDescription[] =
837 "Enable new USS-based codepath for sync datatype PASSWORDS (pseudo-USS).";
838
839const char kEnableSyncPseudoUSSPreferencesName[] =
840 "Enable pseudo-USS for PREFERENCES sync.";
841const char kEnableSyncPseudoUSSPreferencesDescription[] =
842 "Enable new USS-based codepath for sync datatype PREFERENCES.";
843
844const char kEnableSyncPseudoUSSPriorityPreferencesName[] =
845 "Enable pseudo-USS for PRIORITY_PREFERENCES sync.";
846const char kEnableSyncPseudoUSSPriorityPreferencesDescription[] =
847 "Enable new USS-based codepath for sync datatype PRIORITY_PREFERENCES.";
848
849const char kEnableSyncPseudoUSSSearchEnginesName[] =
850 "Enable pseudo-USS for SEARCH_ENGINES sync.";
851const char kEnableSyncPseudoUSSSearchEnginesDescription[] =
852 "Enable new USS-based codepath for sync datatype SEARCH_ENGINES.";
853
854const char kEnableSyncPseudoUSSSupervisedUsersName[] =
855 "Enable pseudo-USS for supervised users sync.";
856const char kEnableSyncPseudoUSSSupervisedUsersDescription[] =
857 "Enable new USS-based codepath for sync datatypes SUPERVISED_USER_SETTINGS "
858 "and SUPERVISED_USER_WHITELISTS.";
859
860const char kEnableSyncPseudoUSSThemesName[] =
861 "Enable pseudo-USS for THEMES sync.";
862const char kEnableSyncPseudoUSSThemesDescription[] =
863 "Enable new USS-based codepath for sync datatype THEMES.";
864
Lei Zhang0ca70ea2018-09-07 17:51:01865const char kEnableSyncUserConsentSeparateTypeName[] =
vitaliiid36191b2018-06-11 07:40:49866 "Enable separate sync type for consents";
Lei Zhang0ca70ea2018-09-07 17:51:01867const char kEnableSyncUserConsentSeparateTypeDescription[] =
vitaliiid36191b2018-06-11 07:40:49868 "Emit user consents as a separate sync type instead of user events.";
869
Mohamed Amir Yosef0178fa892018-07-23 17:43:52870const char kEnableSyncUSSBookmarksName[] = "Enable USS for bookmarks sync";
871const char kEnableSyncUSSBookmarksDescription[] =
872 "Enables the new, experimental implementation of bookmark sync";
873
Mikel Astiz38837f82018-04-24 22:23:23874const char kEnableSyncUSSSessionsName[] = "Enable USS for sessions sync";
875const char kEnableSyncUSSSessionsDescription[] =
876 "Enables the new, experimental implementation of session sync (aka tab "
877 "sync).";
878
Brett Wilsonf27ff602017-07-07 22:28:47879const char kEnableUseZoomForDsfName[] =
880 "Use Blink's zoom for device scale factor.";
881const char kEnableUseZoomForDsfDescription[] =
882 "If enabled, Blink uses its zooming mechanism to scale content for device "
883 "scale factor.";
884const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
885const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
886const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
887
Patrick Noland8ee016e2018-01-24 11:44:53888const char kEnableScrollAnchorSerializationName[] =
889 "Scroll Anchor Serialization";
890const char kEnableScrollAnchorSerializationDescription[] =
891 "Save the scroll anchor and use it to restore the scroll position when "
892 "navigating.";
893
Brad Nelson5cd500e2018-01-04 00:50:19894const char kEnableSharedArrayBufferName[] =
895 "Experimental enabled SharedArrayBuffer support in JavaScript.";
896const char kEnableSharedArrayBufferDescription[] =
897 "Enable SharedArrayBuffer support in JavaScript.";
898
Brett Wilsonf27ff602017-07-07 22:28:47899const char kEnableWasmName[] = "WebAssembly structured cloning support.";
900const char kEnableWasmDescription[] =
901 "Enable web pages to use WebAssembly structured cloning.";
902
Kim Paulhamusae635a32018-06-27 07:30:54903const char kEnableWebAuthenticationAPIName[] = "Web Authentication API";
904const char kEnableWebAuthenticationAPIDescription[] =
Kim Paulhamus92431372018-07-20 02:25:47905 "Enable Web Authentication API support.";
906
Lei Zhang0ca70ea2018-09-07 17:51:01907const char kEnableWebAuthenticationCableSupportName[] =
Kim Paulhamus92431372018-07-20 02:25:47908 "Web Authentication caBLE support";
Lei Zhang0ca70ea2018-09-07 17:51:01909const char kEnableWebAuthenticationCableSupportDescription[] =
Kim Paulhamus92431372018-07-20 02:25:47910 "Enable the cloud-assisted pairingless BLE protocol for use with "
911 "the Web Authentication API.";
Kim Paulhamusae635a32018-06-27 07:30:54912
Brett Wilsonf27ff602017-07-07 22:28:47913const char kEnableImageCaptureAPIName[] = "Image Capture API";
914const char kEnableImageCaptureAPIDescription[] =
915 "Enables the Web Platform Image Capture API: takePhoto(), "
916 "getPhotoCapabilities(), etc.";
917
Ramin Halavatic158b182018-10-18 14:04:54918const char kEnableIncognitoWindowCounterName[] = "Incognito Window Counter";
919const char kEnableIncognitoWindowCounterDescription[] =
920 "Shows the count of Incognito windows next to the Incognito icon on the "
921 "toolbar.";
922
Brett Wilsonf27ff602017-07-07 22:28:47923const char kEnableZeroSuggestRedirectToChromeName[] =
924 "Experimental contextual omnibox suggestion";
925const char kEnableZeroSuggestRedirectToChromeDescription[] =
926 "Change omnibox contextual suggestions to an experimental source. Note "
927 "that this is not an on/off switch for contextual omnibox and it only "
928 "applies to suggestions provided before the user starts typing a URL or a "
929 "search query (i.e. zero suggest).";
930
Clemens Hammacher0c8a15a2018-04-27 13:45:32931const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
932const char kEnableWasmBaselineDescription[] =
933 "Enables WebAssembly baseline compilation and tier up.";
934
Ben Smith24c1e5c2018-06-20 01:09:02935const char kEnableWasmThreadsName[] = "WebAssembly threads support.";
936const char kEnableWasmThreadsDescription[] =
937 "Enables support for the WebAssembly Threads proposal. Implies "
938 "#shared-array-buffer and #enable-webassembly.";
939
Brett Wilsonf27ff602017-07-07 22:28:47940const char kExpensiveBackgroundTimerThrottlingName[] =
941 "Throttle expensive background timers";
942const char kExpensiveBackgroundTimerThrottlingDescription[] =
943 "Enables intervention to limit CPU usage of background timers to 1%.";
944
945const char kExperimentalAppBannersName[] = "Experimental app banners";
946const char kExperimentalAppBannersDescription[] =
Matt Giucad4870432017-11-24 01:04:38947 "Enables a new experimental app banner flow and UI. Implies "
948 "#enable-app-banners.";
Brett Wilsonf27ff602017-07-07 22:28:47949
950const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features";
951const char kExperimentalCanvasFeaturesDescription[] =
952 "Enables the use of experimental canvas features which are still in "
953 "development.";
954
Nicholas Verneccd8259802018-02-22 01:22:04955const char kExperimentalCrostiniUIName[] = "Experimental Crostini";
956const char kExperimentalCrostiniUIDescription[] =
957 "Enables in-development Crostini features.";
958
Brett Wilsonf27ff602017-07-07 22:28:47959const char kExperimentalExtensionApisName[] = "Experimental Extension APIs";
960const char kExperimentalExtensionApisDescription[] =
961 "Enables experimental extension APIs. Note that the extension gallery "
962 "doesn't allow you to upload extensions that use experimental APIs.";
963
964const char kExperimentalFullscreenExitUIName[] =
965 "Experimental fullscreen exit UI";
966const char kExperimentalFullscreenExitUIDescription[] =
967 "Displays experimental UI to allow mouse and touch input methods to exit "
968 "fullscreen mode.";
969
Ian Clelland37a985d2018-05-04 02:43:13970const char kExperimentalProductivityFeaturesName[] =
971 "Experimental Productivity Features";
972const char kExperimentalProductivityFeaturesDescription[] =
973 "Enable support for experimental developer productivity features, such as "
974 "Layered APIs and policies for avoiding slow rendering.";
975
Brett Wilsonf27ff602017-07-07 22:28:47976const char kExperimentalSecurityFeaturesName[] =
977 "Potentially annoying security features";
978const char kExperimentalSecurityFeaturesDescription[] =
979 "Enables several security features that will likely break one or more "
980 "pages that you visit on a daily basis. Strict mixed content checking, for "
981 "example. And locking powerful features to secure contexts. This flag will "
982 "probably annoy you.";
983
984const char kExperimentalWebPlatformFeaturesName[] =
985 "Experimental Web Platform features";
986const char kExperimentalWebPlatformFeaturesDescription[] =
987 "Enables experimental Web Platform features that are in development.";
988
989const char kExtensionContentVerificationName[] =
990 "Extension Content Verification";
991const char kExtensionContentVerificationDescription[] =
992 "This flag can be used to turn on verification that the contents of the "
993 "files on disk for extensions from the webstore match what they're "
994 "expected to be. This can be used to turn on this feature if it would not "
995 "otherwise have been turned on, but cannot be used to turn it off (because "
996 "this setting can be tampered with by malware).";
997const char kExtensionContentVerificationBootstrap[] =
998 "Bootstrap (get expected hashes, but do not enforce them)";
999const char kExtensionContentVerificationEnforce[] =
1000 "Enforce (try to get hashes, and enforce them if successful)";
1001const char kExtensionContentVerificationEnforceStrict[] =
1002 "Enforce strict (hard fail if we can't get hashes)";
1003
1004const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
1005const char kExtensionsOnChromeUrlsDescription[] =
1006 "Enables running extensions on chrome:// URLs, where extensions explicitly "
1007 "request this permission.";
galinapae72e152017-05-12 13:12:281008
Brett Wilsonecb80982017-07-12 20:34:511009const char kFastUnloadName[] = "Fast tab/window close";
1010const char kFastUnloadDescription[] =
1011 "Enables fast tab/window closing - runs a tab's onunload js handler "
1012 "independently of the GUI.";
vabr0215a8e2017-03-28 12:47:341013
Brett Wilsonecb80982017-07-12 20:34:511014const char kFeaturePolicyName[] = "Feature Policy";
1015const char kFeaturePolicyDescription[] =
1016 "Enables granting and removing access to features through the "
1017 "Feature-Policy HTTP header.";
vabr0215a8e2017-03-28 12:47:341018
Brett Wilsonecb80982017-07-12 20:34:511019const char kFontCacheScalingName[] = "FontCache scaling";
1020const char kFontCacheScalingDescription[] =
1021 "Reuse a cached font in the renderer to serve different sizes of font for "
1022 "faster layout.";
1023
1024const char kForceEffectiveConnectionTypeName[] =
1025 "Override effective connection type";
1026const char kForceEffectiveConnectionTypeDescription[] =
1027 "Overrides the effective connection type of the current connection "
Thanh Lea98f12f2017-12-18 19:35:301028 "returned by the network quality estimator. Slow 2G on Cellular returns "
1029 "Slow 2G when connected to a cellular network, and the actual estimate "
1030 "effective connection type when not on a cellular network. Previews are "
1031 "usually served on 2G networks.";
Brett Wilsonecb80982017-07-12 20:34:511032const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
1033const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
1034const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
Thanh Lea98f12f2017-12-18 19:35:301035const char kEffectiveConnectionTypeSlow2GOnCellularDescription[] =
1036 "Slow 2G On Cellular";
Brett Wilsonecb80982017-07-12 20:34:511037const char kEffectiveConnectionType2GDescription[] = "2G";
1038const char kEffectiveConnectionType3GDescription[] = "3G";
1039const char kEffectiveConnectionType4GDescription[] = "4G";
1040
1041const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
1042const char kFillOnAccountSelectDescription[] =
1043 "Filling of passwords when an account is explicitly selected by the user "
1044 "rather than autofilling credentials on page load.";
1045
Brett Wilsonecb80982017-07-12 20:34:511046const char kForceTextDirectionName[] = "Force text direction";
1047const char kForceTextDirectionDescription[] =
1048 "Explicitly force the per-character directionality of UI text to "
1049 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
1050 "direction of the character language.";
1051const char kForceDirectionLtr[] = "Left-to-right";
1052const char kForceDirectionRtl[] = "Right-to-left";
1053
1054const char kForceUiDirectionName[] = "Force UI direction";
1055const char kForceUiDirectionDescription[] =
1056 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
1057 "mode, overriding the default direction of the UI language.";
1058
1059const char kFramebustingName[] =
1060 "Framebusting requires same-origin or a user gesture";
1061const char kFramebustingDescription[] =
1062 "Don't permit an iframe to navigate the top level browsing context unless "
1063 "they are same-origin or the iframe is processing a user gesture.";
1064
1065const char kGamepadExtensionsName[] = "Gamepad Extensions";
1066const char kGamepadExtensionsDescription[] =
Anna Offenwanger06dc6062018-04-12 07:56:221067 "Enables experimental extensions to the Gamepad APIs.";
Matt Reynolds043469f2018-05-01 22:56:581068const char kGamepadVibrationName[] = "Gamepad Vibration";
1069const char kGamepadVibrationDescription[] =
1070 "Enables haptic vibration effects on supported gamepads.";
Brett Wilsonecb80982017-07-12 20:34:511071
Brett Wilsonecb80982017-07-12 20:34:511072const char kGpuRasterizationMsaaSampleCountName[] =
1073 "GPU rasterization MSAA sample count.";
1074const char kGpuRasterizationMsaaSampleCountDescription[] =
1075 "Specify the number of MSAA samples for GPU rasterization.";
1076const char kGpuRasterizationMsaaSampleCountZero[] = "0";
1077const char kGpuRasterizationMsaaSampleCountTwo[] = "2";
1078const char kGpuRasterizationMsaaSampleCountFour[] = "4";
1079const char kGpuRasterizationMsaaSampleCountEight[] = "8";
1080const char kGpuRasterizationMsaaSampleCountSixteen[] = "16";
1081
1082const char kGpuRasterizationName[] = "GPU rasterization";
1083const char kGpuRasterizationDescription[] =
1084 "Use GPU to rasterize web content. Requires impl-side painting.";
Brett Wilson7b44537e2017-08-18 01:38:281085const char kForceGpuRasterization[] = "Force-enabled for all layers";
Brett Wilsonecb80982017-07-12 20:34:511086
1087const char kGoogleProfileInfoName[] = "Google profile name and icon";
1088const char kGoogleProfileInfoDescription[] =
1089 "Enables using Google information to populate the profile name and icon in "
1090 "the avatar menu.";
1091
Takumi Fujimotofb71e332018-03-31 14:04:081092const char kViewsCastDialogName[] = "Views Cast dialog";
1093const char kViewsCastDialogDescription[] =
Takumi Fujimoto541e5e22018-05-30 00:46:311094 "Replace the WebUI Cast dialog with a Views toolkit dialog. This requires "
Takumi Fujimoto28351acc2018-05-31 17:19:531095 "#views-browser-windows on Mac. This feature is activated if either this "
Robert Liao3ecf97c2018-06-05 01:24:541096 "flag or #upcoming-ui-features is enabled";
Takumi Fujimotofb71e332018-03-31 14:04:081097
Manu Cornet4a908de2018-04-09 04:32:271098const char kHideActiveAppsFromShelfName[] =
1099 "Hide running apps (that are not pinned) from the shelf";
1100const char kHideActiveAppsFromShelfDescription[] =
1101 "Save space in the shelf by hiding running apps (that are not pinned).";
Manu Cornete5f855b2018-03-13 03:35:251102
Brett Wilsonecb80982017-07-12 20:34:511103const char kHistoryRequiresUserGestureName[] =
1104 "New history entries require a user gesture.";
1105const char kHistoryRequiresUserGestureDescription[] =
1106 "Require a user gesture to add a history entry.";
1107const char kHyperlinkAuditingName[] = "Hyperlink auditing";
1108const char kHyperlinkAuditingDescription[] = "Sends hyperlink auditing pings.";
1109
Ryan Landay4242dbc22018-04-04 01:47:331110const char kHorizontalTabSwitcherAndroidName[] =
1111 "Enable horizontal tab switcher";
1112const char kHorizontalTabSwitcherAndroidDescription[] =
1113 "Changes the layout of the Android tab switcher so tabs scroll "
1114 "horizontally instead of vertically.";
1115
Brett Wilsonecb80982017-07-12 20:34:511116const char kHostedAppQuitNotificationName[] =
1117 "Quit notification for hosted apps";
1118const char kHostedAppQuitNotificationDescription[] =
1119 "Display a notification when quitting Chrome if hosted apps are currently "
1120 "running.";
1121
1122const char kHostedAppShimCreationName[] =
1123 "Creation of app shims for hosted apps on Mac";
1124const char kHostedAppShimCreationDescription[] =
1125 "Create app shims on Mac when creating a hosted app.";
1126
Ana-Cosmina Popescuda3bcbe2017-09-22 18:24:481127const char kHtmlBasedUsernameDetectorName[] = "HTML-based username detector";
1128const char kHtmlBasedUsernameDetectorDescription[] =
1129 "Use HTML-based username detector for the password manager.";
1130
Brett Wilsonecb80982017-07-12 20:34:511131const char kIconNtpName[] = "Large icons on the New Tab page";
1132const char kIconNtpDescription[] =
1133 "Enable the experimental New Tab page using large icons.";
1134
1135const char kIgnoreGpuBlacklistName[] = "Override software rendering list";
1136const char kIgnoreGpuBlacklistDescription[] =
1137 "Overrides the built-in software rendering list and enables "
1138 "GPU-acceleration on unsupported system configurations.";
1139
Ryan Sturm8c3dbc92018-06-26 19:22:371140const char kIgnorePreviewsBlacklistName[] = "Ignore Previews Blocklist";
Thanh Le5f090efa52017-12-27 22:39:441141const char kIgnorePreviewsBlacklistDescription[] =
Ryan Sturm8c3dbc92018-06-26 19:22:371142 "Ignore decisions made by the PreviewsBlockList";
Thanh Le5f090efa52017-12-27 22:39:441143
Claudio Magni61c210922017-12-28 00:29:511144const char kImprovedLanguageSettingsName[] = "Improved Language Settings";
1145const char kImprovedLanguageSettingsDescription[] =
1146 "Set of changes for Language Settings. These changes are intended to fix "
1147 "the major bugs related to Language Settings.";
1148
Brett Wilsonecb80982017-07-12 20:34:511149const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1150const char kInProductHelpDemoModeChoiceDescription[] =
1151 "Selects the In-Product Help demo mode.";
1152
1153const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1154const char kJavascriptHarmonyDescription[] =
1155 "Enable web pages to use experimental JavaScript features.";
1156
1157const char kJavascriptHarmonyShippingName[] =
1158 "Latest stable JavaScript features";
1159const char kJavascriptHarmonyShippingDescription[] =
1160 "Some web pages use legacy or non-standard JavaScript extensions that may "
1161 "conflict with the latest JavaScript features. This flag allows disabling "
1162 "support of those features for compatibility with such pages.";
1163
gogeraldfd7675d2018-06-19 22:57:351164const char kJustInTimeServiceWorkerPaymentAppName[] =
1165 "Just-in-time service worker payment app";
1166const char kJustInTimeServiceWorkerPaymentAppDescription[] =
1167 "Allow crawling just-in-time service worker payment app when there is no "
1168 "installed service worker payment app for a payment request.";
1169
Yutaka Hiranof7f2f632017-09-06 10:40:081170const char kKeepAliveRendererForKeepaliveRequestsName[] =
1171 "Keep a renderer alive for keepalive fetch requests";
1172const char kKeepAliveRendererForKeepaliveRequestsDescription[] =
1173 "Keep a render process alive when the process has a pending fetch request "
1174 "with `keepalive' specified.";
1175
Joe Downing095fd6d2018-02-01 18:40:361176const char kKeyboardLockApiName[] = "Experimental keyboard lock API.";
1177const char kKeyboardLockApiDescription[] =
1178 "Enables websites to use the new keyboard{Lock|Unlock} API to intercept "
1179 "specific key events and have them routed directly to the webpage when in "
1180 "fullscreen mode. Implies #experimental-keyboard-lock-ui.";
1181
Brett Wilsonecb80982017-07-12 20:34:511182const char kLcdTextName[] = "LCD text antialiasing";
1183const char kLcdTextDescription[] =
1184 "If disabled, text is rendered with grayscale antialiasing instead of LCD "
1185 "(subpixel) when doing accelerated compositing.";
1186
Matt Giucac399982f2017-10-06 07:51:291187const char kLeftToRightUrlsName[] =
1188 "Render bidirectional URLs from left to right";
1189const char kLeftToRightUrlsDescription[] =
1190 "An experimental Bidi URL rendering algorithm where the URL components are "
1191 "always shown in order from left to right, regardless of any RTL "
1192 "characters. (The contents of each component are still rendered with the "
1193 "normal Bidi algorithm.)";
1194
Brett Wilsonecb80982017-07-12 20:34:511195const char kLoadMediaRouterComponentExtensionName[] =
1196 "Load Media Router Component Extension";
1197const char kLoadMediaRouterComponentExtensionDescription[] =
1198 "Loads the Media Router component extension at startup.";
1199
Mustafa Emre Acer137dc8b2018-08-29 20:38:131200const char kLookalikeUrlNavigationSuggestionsName[] =
1201 "Navigation suggestions for lookalike URLs";
1202const char kLookalikeUrlNavigationSuggestionsDescription[] =
1203 "Enable navigation suggestions for URLs that are visually similar to "
1204 "popular domains or to domains with a site engagement score.";
1205
Brett Wilsonecb80982017-07-12 20:34:511206const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure";
1207const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages";
Brett Wilsonecb80982017-07-12 20:34:511208
Lei Zhang2eca9082017-10-17 20:42:501209const char kMaterialDesignIncognitoNTPName[] = "Material Design Incognito NTP.";
1210const char kMaterialDesignIncognitoNTPDescription[] =
Brett Wilsonecb80982017-07-12 20:34:511211 "If enabled, the Incognito New Tab page uses the new material design with "
1212 "a better readable text.";
1213
spqchanb87755692018-04-05 00:46:091214const char kMediaRouterCastAllowAllIPsName[] =
1215 "Connect to Cast devices on all IP addresses";
1216const char kMediaRouterCastAllowAllIPsDescription[] =
1217 "Have the Media Router connect to Cast devices on all IP addresses, not "
Nick Harperd30507ca2018-08-16 20:24:311218 "just RFC1918/RFC4193 private addresses.";
spqchanb87755692018-04-05 00:46:091219
Brett Wilsonecb80982017-07-12 20:34:511220const char kMemoryCoordinatorName[] = "Memory coordinator";
1221const char kMemoryCoordinatorDescription[] =
1222 "Enable memory coordinator instead of memory pressure listeners.";
1223
1224const char kMessageCenterNewStyleNotificationName[] = "New style notification";
1225const char kMessageCenterNewStyleNotificationDescription[] =
1226 "Enables the experiment style of material-design notification";
1227
Brett Wilsonecb80982017-07-12 20:34:511228const char kMhtmlGeneratorOptionName[] = "MHTML Generation Option";
1229const char kMhtmlGeneratorOptionDescription[] =
1230 "Provides experimental options for MHTML file generator.";
1231const char kMhtmlSkipNostoreMain[] = "Skips no-store main frame.";
1232const char kMhtmlSkipNostoreAll[] = "Skips all no-store resources.";
1233
Brett Wilsonecb80982017-07-12 20:34:511234const char kNewAudioRenderingMixingStrategyName[] =
1235 "New audio rendering mixing strategy";
1236const char kNewAudioRenderingMixingStrategyDescription[] =
1237 "Use the new audio rendering mixing strategy.";
1238
1239const char kNewBookmarkAppsName[] = "The new bookmark app system";
1240const char kNewBookmarkAppsDescription[] =
1241 "Enables the new system for creating bookmark apps.";
1242
Vadym Doroshenkocd4ff782018-07-24 13:41:021243const char kNewPasswordFormParsingName[] =
1244 "New password form parsing for filling passwords";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241245const char kNewPasswordFormParsingDescription[] =
Vadym Doroshenkocd4ff782018-07-24 13:41:021246 "Replaces existing form parsing for filling in password manager with a new "
1247 "version, currently under development. WARNING: when enabled, Password "
1248 "Manager might stop working";
1249
1250const char kNewPasswordFormParsingForSavingName[] =
1251 "New password form parsing for saving passwords";
1252const char kNewPasswordFormParsingForSavingDescription[] =
1253 "Replaces existing form parsing for saving in password manager with a new "
1254 "version, currently under development. WARNING: when enabled, Password "
1255 "Manager might stop working";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241256
Brett Wilsonecb80982017-07-12 20:34:511257const char kNewRemotePlaybackPipelineName[] =
1258 "Enable the new remote playback pipeline.";
1259const char kNewRemotePlaybackPipelineDescription[] =
1260 "Enable the new pipeline for playing media element remotely via "
1261 "RemotePlayback API or native controls.";
CJ DiMeglio7b4a199f2017-11-30 01:26:501262const char kUseSurfaceLayerForVideoName[] =
1263 "Enable the use of SurfaceLayer objects for videos.";
1264const char kUseSurfaceLayerForVideoDescription[] =
1265 "Enable compositing onto a Surface instead of a VideoLayer "
1266 "for videos.";
Brett Wilsonecb80982017-07-12 20:34:511267
1268const char kNewUsbBackendName[] = "Enable new USB backend";
1269const char kNewUsbBackendDescription[] =
1270 "Enables the new experimental USB backend for Windows.";
vabr0215a8e2017-03-28 12:47:341271
Sonny Sasaka2d200432018-03-22 17:43:161272const char kNewblueName[] = "Newblue";
1273const char kNewblueDescription[] =
1274 "Enables the use of newblue Bluetooth daemon.";
1275
Peter Kasting63097912018-06-30 02:09:031276const char kNewTabButtonPosition[] = "New tab button position";
1277const char kNewTabButtonPositionDescription[] =
1278 "Controls placement of the new tab button within the tabstrip.";
1279const char kNewTabButtonPositionOppositeCaption[] = "Opposite caption buttons";
1280const char kNewTabButtonPositionLeading[] = "Leading";
1281const char kNewTabButtonPositionAfterTabs[] = "After tabs";
1282const char kNewTabButtonPositionTrailing[] = "Trailing";
1283
Egor Pasko6fed3822018-05-30 10:33:141284const char kNostatePrefetchName[] = "NoState Prefetch";
vabr0215a8e2017-03-28 12:47:341285const char kNostatePrefetchDescription[] =
Egor Pasko6fed3822018-05-30 10:33:141286 R"*(If enabled, pre-downloads resources to improve page load speed.)*";
vabr0215a8e2017-03-28 12:47:341287
Alex Newcomerd7b0cc42018-05-25 22:58:481288const char kNotificationIndicatorName[] = "Notification Indicators";
1289const char kNotificationIndicatorDescription[] =
1290 "Enable notification indicators, which appear on app icons when a "
1291 "notification is active. This will also enable notifications in context "
1292 "menus.";
1293
Brett Wilsonecb80982017-07-12 20:34:511294const char kNotificationsNativeFlagName[] = "Enable native notifications.";
1295const char kNotificationsNativeFlagDescription[] =
1296 "Enable support for using the native notification toasts and notification "
1297 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:341298
Valeriya Sinevich972ac122018-09-05 07:33:191299const char kUseMultiloginEndpointName[] = "Use Multilogin endpoint.";
1300const char kUseMultiloginEndpointDescription[] =
1301 "Use Gaia OAuth multilogin for identity consistency.";
1302
Zentaro Kavanaghbad511c2017-10-18 22:29:001303#if defined(OS_POSIX)
1304const char kNtlmV2EnabledName[] = "Enable NTLMv2 Authentication";
1305const char kNtlmV2EnabledDescription[] =
1306 "Enable NTLMv2 HTTP Authentication. This disables NTLMv1 support.";
1307#endif
1308
Ramya Nagarajane9f16b82018-05-03 01:05:341309const char kNtpBackgroundsName[] = "New Tab Page Background Selection";
1310const char kNtpBackgroundsDescription[] =
kristipark037abce12018-07-13 19:49:301311 "Allow selection of a custom background image on the New Tab Page. "
1312 "Implicitly enables 'ntp-ui-md'.";
Ramya Nagarajane9f16b82018-05-03 01:05:341313
kristipark037abce12018-07-13 19:49:301314const char kNtpCustomLinksName[] = "New Tab Page Custom Links";
1315const char kNtpCustomLinksDescription[] =
1316 "Enable customization of shortcuts on the New Tab Page and replaces Most "
1317 "Visited. Implicitly enables 'ntp-ui-md' and 'ntp-icons'.";
1318
1319const char kNtpIconsName[] = "New Tab Page Material Design Icons";
Ramya Nagarajane9f16b82018-05-03 01:05:341320const char kNtpIconsDescription[] =
kristipark037abce12018-07-13 19:49:301321 "Show Material Design icons on the New Tab Page, instead of Most Visited "
1322 "tiles. Implicitly enables 'ntp-ui-md'.";
Ramya Nagarajane9f16b82018-05-03 01:05:341323
Kyle Milkad1420ce2018-10-05 18:33:411324const char kNtpUIMdName[] = "New Tab Page Material Design UI";
1325const char kNtpUIMdDescription[] =
1326 "Updates the New Tab Page with Material Design elements.";
1327
Brett Wilsonecb80982017-07-12 20:34:511328const char kNumRasterThreadsName[] = "Number of raster threads";
1329const char kNumRasterThreadsDescription[] =
1330 "Specify the number of raster threads.";
1331const char kNumRasterThreadsOne[] = "1";
1332const char kNumRasterThreadsTwo[] = "2";
1333const char kNumRasterThreadsThree[] = "3";
1334const char kNumRasterThreadsFour[] = "4";
1335
1336const char kOfferStoreUnmaskedWalletCardsName[] =
1337 "Google Payments card saving checkbox";
1338const char kOfferStoreUnmaskedWalletCardsDescription[] =
1339 "Show the checkbox to offer local saving of a credit card downloaded from "
1340 "the server.";
1341
1342const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode";
1343const char kOfflineAutoReloadDescription[] =
1344 "Pages that fail to load while the browser is offline will be "
1345 "auto-reloaded when the browser is online again.";
1346
1347const char kOfflineAutoReloadVisibleOnlyName[] =
1348 "Only Auto-Reload Visible Tabs";
1349const char kOfflineAutoReloadVisibleOnlyDescription[] =
1350 "Pages that fail to load while the browser is offline will only be "
1351 "auto-reloaded if their tab is visible.";
1352
Brett Wilsonecb80982017-07-12 20:34:511353const char kOmniboxDisplayTitleForCurrentUrlName[] =
1354 "Include title for the current URL in the omnibox";
1355const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
1356 "In the event that the omnibox provides suggestions on-focus, the URL of "
1357 "the current page is provided as the first suggestion without a title. "
1358 "Enabling this flag causes the title to be displayed.";
1359
Benoit Lizeab08362c2017-07-19 14:50:541360const char kOmniboxSpareRendererName[] =
1361 "Start spare renderer on omnibox focus";
1362const char kOmniboxSpareRendererDescription[] =
1363 "When the omnibox is focused, start an empty spare renderer. This can "
1364 "speed up the load of the navigation from the omnibox.";
1365
Tommy C. Li8875a442017-08-23 00:10:591366const char kOmniboxUIElideSuggestionUrlAfterHostName[] =
1367 "Omnibox UI Elide Suggestion URL After Host";
1368const char kOmniboxUIElideSuggestionUrlAfterHostDescription[] =
1369 "Elides the path, query, and ref of suggested URLs in the Omnibox "
1370 "dropdown.";
1371
Tommy C. Lie4194b732018-09-28 22:21:511372const char kOmniboxUIHideSteadyStateUrlSchemeName[] =
1373 "Omnibox UI Hide Steady-State URL Scheme";
1374const char kOmniboxUIHideSteadyStateUrlSchemeDescription[] =
1375 "In the omnibox, hide the scheme from steady state displayed URLs. It is "
Tommy C. Libef94ee02018-10-17 19:56:361376 "restored during editing.";
Tommy C. Lie4194b732018-09-28 22:21:511377
1378const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsName[] =
1379 "Omnibox UI Hide Steady-State URL Trivial Subdomains";
1380const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsDescription[] =
1381 "In the omnibox, hide trivial subdomains from steady state displayed URLs. "
Tommy C. Libef94ee02018-10-17 19:56:361382 "Hidden portions are restored during editing.";
1383
1384const char kOmniboxUIHideSteadyStateUrlPathQueryAndRefName[] =
1385 "Omnibox UI Hide Steady-State URL Path, Query, and Ref";
1386const char kOmniboxUIHideSteadyStateUrlPathQueryAndRefDescription[] =
1387 "In the omnibox, hide the path, query and ref from steady state displayed "
1388 "URLs. Hidden portions are restored during editing.";
Tommy C. Lid79d4402017-12-22 22:49:121389
Tommy C. Licc5e53022018-07-27 16:30:351390const char kOmniboxUIJogTextfieldOnPopupName[] =
1391 "Omnibox UI Jog Textfield on Popup";
1392const char kOmniboxUIJogTextfieldOnPopupDescription[] =
1393 "In the Omnibox, jog the textfield to align with the dropdown suggestions "
1394 "text when the popup is opened. When this feature is disabled, the "
1395 "textfield is always aligned with the suggestions text, and a separator "
1396 "fills the gap. If Material Refresh is disabled, this has no effect.";
1397
Brett Wilsonecb80982017-07-12 20:34:511398const char kOmniboxUIMaxAutocompleteMatchesName[] =
1399 "Omnibox UI Max Autocomplete Matches";
1400
1401const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
1402 "Changes the maximum number of autocomplete matches displayed in the "
1403 "Omnibox UI.";
1404
Justin Donnelly65c9e8b2017-10-01 05:15:011405const char kOmniboxUIShowSuggestionFaviconsName[] =
1406 "Omnibox UI Show Suggestion Favicons";
1407const char kOmniboxUIShowSuggestionFaviconsDescription[] =
1408 "Shows favicons instead of generic vector icons for URL suggestions in the "
1409 "Omnibox dropdown.";
1410
1411const char kOmniboxUISwapTitleAndUrlName[] = "Omnibox UI Swap Title and URL";
1412const char kOmniboxUISwapTitleAndUrlDescription[] =
1413 "In the omnibox dropdown, shows titles before URLs when both are "
1414 "available.";
1415
Troy Hildebrandtb32637ca2018-02-21 23:25:091416const char kOmniboxVoiceSearchAlwaysVisibleName[] =
1417 "Omnibox Voice Search Always Visible";
1418const char kOmniboxVoiceSearchAlwaysVisibleDescription[] =
1419 "Always displays voice search icon in focused omnibox as long as voice "
1420 "search is possible";
1421
Adrienne Walkerc87477e2018-06-06 22:28:211422const char kOopRasterizationName[] = "Out of process rasterization";
1423const char kOopRasterizationDescription[] =
1424 "Perform Ganesh raster in the GPU Process instead of the renderer. "
1425 "Must also enable GPU rasterization";
1426
Brett Wilsonecb80982017-07-12 20:34:511427const char kOriginTrialsName[] = "Origin Trials";
1428const char kOriginTrialsDescription[] =
1429 "Enables origin trials for controlling access to feature/API experiments.";
1430
Becca Hughes930d8cd2017-10-02 11:09:121431const char kOverflowIconsForMediaControlsName[] =
1432 "Icons on Media Controls Overflow Menu";
1433const char kOverflowIconsForMediaControlsDescription[] =
1434 "Displays icons on the overflow menu of the native media controls";
1435
Brett Wilsonecb80982017-07-12 20:34:511436const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
1437const char kOverlayScrollbarsDescription[] =
1438 "Enable the experimental overlay scrollbars implementation. You must also "
1439 "enable threaded compositing to have the scrollbars animate.";
1440
chaopenge8aa016b2017-08-24 15:20:191441const char kOverlayScrollbarsFlashAfterAnyScrollUpdateName[] =
1442 "Flash Overlay Scrollbars After Any Scroll Update";
1443const char kOverlayScrollbarsFlashAfterAnyScrollUpdateDescription[] =
1444 "Flash Overlay Scrollbars After any scroll update happends in page. You"
1445 " must also enable Overlay Scrollbars.";
1446
chaopeng343678022017-08-24 18:45:001447const char kOverlayScrollbarsFlashWhenMouseEnterName[] =
1448 "Flash Overlay Scrollbars When Mouse Enter";
1449const char kOverlayScrollbarsFlashWhenMouseEnterDescription[] =
1450 "Flash Overlay Scrollbars When Mouse Enter a scrollable area. You must also"
1451 " enable Overlay Scrollbars.";
1452
Daniele Castagna74ddb9c2018-06-21 22:59:021453const char kOverlayStrategiesName[] = "Select HW overlay strategies";
1454const char kOverlayStrategiesDescription[] =
1455 "Select strategies used to promote quads to HW overlays.";
1456const char kOverlayStrategiesDefault[] = "Default";
1457const char kOverlayStrategiesNone[] = "None";
1458const char kOverlayStrategiesUnoccludedFullscreen[] =
1459 "Unoccluded fullscreen buffers (single-fullscreen)";
1460const char kOverlayStrategiesUnoccluded[] =
1461 "Unoccluded buffers (single-fullscreen,single-on-top)";
1462const char kOverlayStrategiesOccludedAndUnoccluded[] =
1463 "Occluded and unoccluded buffers "
1464 "(single-fullscreen,single-on-top,underlay)";
1465
Claudio Magni81326f92017-09-01 05:21:181466const char kUseNewAcceptLanguageHeaderName[] = "Use new Accept-Language header";
1467const char kUseNewAcceptLanguageHeaderDescription[] =
1468 "Adds the base language code after other corresponding language+region "
1469 "codes. This ensures that users receive content in their preferred "
1470 "language.";
1471
Brett Wilsonecb80982017-07-12 20:34:511472const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
1473const char kOverscrollHistoryNavigationDescription[] =
Mohsen Izadi88b392a2018-02-15 06:57:481474 "History navigation in response to horizontal overscroll.";
Brett Wilsonecb80982017-07-12 20:34:511475
1476const char kOverscrollStartThresholdName[] = "Overscroll start threshold";
1477const char kOverscrollStartThresholdDescription[] =
1478 "Changes overscroll start threshold relative to the default value.";
1479const char kOverscrollStartThreshold133Percent[] = "133%";
1480const char kOverscrollStartThreshold166Percent[] = "166%";
1481const char kOverscrollStartThreshold200Percent[] = "200%";
1482
chaopenge2b6e5f2018-05-08 16:40:451483const char kTouchpadOverscrollHistoryNavigationName[] =
1484 "Overscroll history navigation on Touchpad";
1485const char kTouchpadOverscrollHistoryNavigationDescription[] =
1486 "Allows swipe left/right from touchpad change browser navigation.";
1487
Xing Liu5400a002017-09-15 21:48:291488const char kParallelDownloadingName[] = "Parallel downloading";
1489const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:061490 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:291491
Brett Wilsonecb80982017-07-12 20:34:511492const char kPassiveEventListenerDefaultName[] =
1493 "Passive Event Listener Override";
1494const char kPassiveEventListenerDefaultDescription[] =
1495 "Forces touchstart, touchmove, mousewheel and wheel event listeners (which "
1496 "haven't requested otherwise) to be treated as passive. This will break "
1497 "touch/wheel behavior on some websites but is useful for demonstrating the "
1498 "potential performance benefits of adopting passive event listeners.";
1499const char kPassiveEventListenerTrue[] = "True (when unspecified)";
1500const char kPassiveEventListenerForceAllTrue[] = "Force All True";
1501
1502const char kPassiveEventListenersDueToFlingName[] =
1503 "Touch Event Listeners Passive Default During Fling";
1504const char kPassiveEventListenersDueToFlingDescription[] =
1505 "Forces touchstart, and first touchmove per scroll event listeners during "
1506 "fling to be treated as passive.";
1507
1508const char kPassiveDocumentEventListenersName[] =
1509 "Document Level Event Listeners Passive Default";
1510const char kPassiveDocumentEventListenersDescription[] =
1511 "Forces touchstart, and touchmove event listeners on document level "
1512 "targets (which haven't requested otherwise) to be treated as passive.";
1513
Sahel Sharify7400e882018-08-13 17:13:211514const char kPassiveDocumentWheelEventListenersName[] =
1515 "Document Level Wheel Event Listeners Passive Default";
1516const char kPassiveDocumentWheelEventListenersDescription[] =
1517 "Forces wheel, and mousewheel event listeners on document level targets "
1518 "(which haven't requested otherwise) to be treated as passive.";
1519
Vaclav Brozekd8a3f542017-11-16 14:21:131520const char kPasswordImportName[] = "Password import";
1521const char kPasswordImportDescription[] =
1522 "Import functionality in password settings.";
Brett Wilsonecb80982017-07-12 20:34:511523
Friedrich Horschig03c91982018-01-25 14:21:281524const char kPasswordSearchMobileName[] = "Password search";
1525const char kPasswordSearchMobileDescription[] =
1526 "Search functionality in password settings.";
1527
Friedrich Horschige6c27742018-04-23 17:13:411528const char kPasswordsKeyboardAccessoryName[] =
1529 "Add password-related functions to keyboard accessory";
1530const char kPasswordsKeyboardAccessoryDescription[] =
1531 "Adds password generation button and toggle for the passwords bottom sheet "
1532 "to the keyboard accessory. Replaces password generation popups.";
1533
Christos Froussios6e060c42018-07-31 16:17:191534const char kPasswordsMigrateLinuxToLoginDBName[] =
1535 "Migrate passwords to \"Login Data\"";
1536const char kPasswordsMigrateLinuxToLoginDBDescription[] =
Christos Froussiose34c38a2018-09-04 14:27:591537 "Performs a one-off irreversible migration of passwords from the "
Christos Froussios6e060c42018-07-31 16:17:191538 "gnome-keyring or kwallet into the profile directory.";
1539
Rouslan Solomakhinded840112018-11-02 13:27:101540const char kPerMethodCanMakePaymentQuotaName[] =
1541 "Per-method canMakePayment() quota.";
1542const char kPerMethodCanMakePaymentQuotaDescription[] =
1543 "Allow calling canMakePayment() for different payment methods, as long as "
1544 "method-specific parameters remain unchanged.";
1545
Brett Wilsonecb80982017-07-12 20:34:511546const char kPinchScaleName[] = "Pinch scale";
1547const char kPinchScaleDescription[] =
1548 "Enables experimental support for scale using pinch.";
1549
Doug Arnett620ff542018-02-06 17:54:221550const char kPreviewsAllowedName[] = "Previews Allowed";
1551const char kPreviewsAllowedDescription[] =
1552 "Allows previews to be shown subject to specific preview types being "
1553 "enabled and the client experiencing specific triggering conditions. "
1554 "May be used as a kill-switch to turn off all potential preview types.";
1555
Brett Wilsonecb80982017-07-12 20:34:511556const char kPrintPdfAsImageName[] = "Print Pdf as Image";
1557const char kPrintPdfAsImageDescription[] =
1558 "If enabled, an option to print PDF files as images will be available in "
1559 "print preview.";
1560
1561const char kPrintPreviewRegisterPromosName[] =
1562 "Print Preview Registration Promos";
1563const char kPrintPreviewRegisterPromosDescription[] =
1564 "Enable registering unregistered cloud printers from print preview.";
1565
1566const char kProtectSyncCredentialName[] = "Autofill sync credential";
1567const char kProtectSyncCredentialDescription[] =
1568 "How the password manager handles autofill for the sync credential.";
1569
1570const char kProtectSyncCredentialOnReauthName[] =
1571 "Autofill sync credential only for transactional reauth pages";
1572const char kProtectSyncCredentialOnReauthDescription[] =
1573 "How the password manager handles autofill for the sync credential only "
1574 "for transactional reauth pages.";
1575
Mohsen Izadi93faac12017-07-29 04:45:151576const char kPullToRefreshName[] = "Pull-to-refresh gesture";
1577const char kPullToRefreshDescription[] =
1578 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:011579const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:151580
Troy Hildebrandt7228ad12018-02-23 21:18:241581const char kQueryInOmniboxName[] = "Query in Omnibox";
1582const char kQueryInOmniboxDescription[] =
1583 "Only display query terms in the omnibox when viewing a search results "
1584 "page.";
1585
Brett Wilsonecb80982017-07-12 20:34:511586const char kQuicName[] = "Experimental QUIC protocol";
1587const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
1588
Emily Starke8878d52018-05-11 21:27:261589const char kRecurrentInterstitialName[] =
1590 "Show a message when the same SSL error recurs";
1591const char kRecurrentInterstitialDescription[] =
1592 "Enable a special message on the SSL certificate error page when the same "
1593 "SSL error occurs repeatedly.";
1594
Brett Wilsonecb80982017-07-12 20:34:511595const char kReducedReferrerGranularityName[] =
1596 "Reduce default 'referer' header granularity.";
1597const char kReducedReferrerGranularityDescription[] =
1598 "If a page hasn't set an explicit referrer policy, setting this flag will "
1599 "reduce the amount of information in the 'referer' header for cross-origin "
1600 "requests.";
1601
Lei Zhang0ca70ea2018-09-07 17:51:011602const char kRegionalLocalesAsDisplayUIName[] =
Claudio Magnie0a80bb2018-01-31 02:52:581603 "Allow regional locales as display UI";
Lei Zhang0ca70ea2018-09-07 17:51:011604const char kRegionalLocalesAsDisplayUIDescription[] =
Claudio Magnie0a80bb2018-01-31 02:52:581605 "This flag allows regional locales to be selected as display UI by the "
1606 "user in Language Settings. The actual locale of the system is derived "
1607 "from the user selection based on some simple fallback logic.";
1608
Christian Dullweber1af31e62018-02-22 11:49:481609const char kRemoveNavigationHistoryName[] =
Christian Dullweberb13ffda2018-02-23 11:42:141610 "Remove navigation entry on history deletion";
Christian Dullweber1af31e62018-02-22 11:49:481611const char kRemoveNavigationHistoryDescription[] =
1612 "Remove a navigation entry when the corresponding history entry has been "
1613 "deleted.";
1614
Christian Dullweber3cc579a22018-09-11 10:54:441615const char kRewriteLevelDBOnDeletionName[] =
1616 "Rewrite LevelDB instances after full deletions";
1617const char kRewriteLevelDBOnDeletionDescription[] =
1618 "Rewrite LevelDB instances to remove traces of deleted data from disk.";
1619
Yutaka Hirano4c0f2f5d452017-11-17 04:24:351620const char kRendererSideResourceSchedulerName[] =
1621 "Renderer side ResourceScheduler";
1622const char kRendererSideResourceSchedulerDescription[] =
1623 "Migrate some ResourceScheduler functionalities to renderer";
1624
Brett Wilsonecb80982017-07-12 20:34:511625const char kRequestTabletSiteName[] =
1626 "Request tablet site option in the settings menu";
1627const char kRequestTabletSiteDescription[] =
1628 "Allows the user to request tablet site. Web content is often optimized "
1629 "for tablet devices. When this option is selected the user agent string is "
1630 "changed to indicate a tablet device. Web content optimized for tablets is "
1631 "received there after for the current tab.";
1632
1633const char kResetAppListInstallStateName[] =
1634 "Reset the App Launcher install state on every restart.";
1635const char kResetAppListInstallStateDescription[] =
1636 "Reset the App Launcher install state on every restart. While this flag is "
1637 "set, Chrome will forget the launcher has been installed each time it "
1638 "starts. This is used for testing the App Launcher install flow.";
1639
Kinuko Yasuda33955082018-06-19 10:14:591640const char kResourceLoadSchedulerName[] = "Enable resource load throttling";
Brett Wilsonecb80982017-07-12 20:34:511641const char kResourceLoadSchedulerDescription[] =
Kinuko Yasuda33955082018-06-19 10:14:591642 "Uses the resource load scheduler in blink to throttle resource load "
1643 "requests.";
Brett Wilsonecb80982017-07-12 20:34:511644
Brett Wilsonecb80982017-07-12 20:34:511645const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting.";
1646const char kSafeSearchUrlReportingDescription[] =
1647 "If enabled, inappropriate URLs can be reported back to SafeSearch.";
1648
Alexei Filippov98772752018-01-27 08:26:521649const char kSamplingHeapProfilerName[] = "Native memory sampling profiler.";
1650const char kSamplingHeapProfilerDescription[] =
1651 "Enables native memory sampling profiler with specified rate in KiB. "
1652 "If sampling rate is not provided the default value of 128 KiB is used.";
1653
Brett Wilsonecb80982017-07-12 20:34:511654const char kSaveasMenuLabelExperimentName[] =
1655 "Switch 'Save as' menu labels to 'Download'";
1656const char kSaveasMenuLabelExperimentDescription[] =
1657 "Enables an experiment to switch menu labels that use 'Save as...' to "
1658 "'Download'.";
1659
1660const char kSavePageAsMhtmlName[] = "Save Page as MHTML";
1661const char kSavePageAsMhtmlDescription[] =
1662 "Enables saving pages as MHTML: a single text file containing HTML and all "
1663 "sub-resources.";
1664
Nate Chapin9638e7102017-09-20 22:11:011665const char kSavePreviousDocumentResourcesName[] =
1666 "Save Previous Document Resources";
1667const char kSavePreviousDocumentResourcesDescription[] =
1668 "Saves an old document's cached resources until the specified point in the "
1669 "next document's lifecycle.";
1670const char kSavePreviousDocumentResourcesNever[] =
1671 "Don't explicitly save resources";
1672const char kSavePreviousDocumentResourcesUntilOnDOMContentLoaded[] =
1673 "Save resources until onDOMContentLoaded completes";
1674const char kSavePreviousDocumentResourcesUntilOnLoad[] =
1675 "Save resources until onload completes";
1676
Jeffrey Cohene49cc59c2018-10-23 16:27:281677const char kSendTabToSelfName[] = "Send tab to self";
1678const char kSendTabToSelfDescription[] =
1679 "Allows users to push tabs from Android devices to other synced "
1680 "devices, in order to easily transition those tabs to the new device ";
1681
gogeraldd5061b592017-09-06 23:39:551682const char kServiceWorkerPaymentAppsName[] = "Service Worker payment apps";
1683const char kServiceWorkerPaymentAppsDescription[] =
1684 "Enable Service Worker applications to integrate as payment apps";
1685
momohattfc352292018-08-29 05:12:361686const char kServiceWorkerImportedScriptUpdateCheckName[] =
1687 "Enable update check for service worker importScripts() resources";
1688const char kServiceWorkerImportedScriptUpdateCheckDescription[] =
1689 "Extend byte-for-byte update check for scripts that are imported by the "
1690 "service worker script via importScripts().";
1691
Lei Zhang0ca70ea2018-09-07 17:51:011692const char kServiceWorkerServicificationName[] = "Servicified service workers";
1693const char kServiceWorkerServicificationDescription[] =
Makoto Shimazu22078cc2018-02-21 03:01:441694 "Enable the servicified service workers. A servicified service worker can "
1695 "have direct connection from its clients, so that fetch events can be "
1696 "dispatched through the connection without hopping to the browser process.";
Makoto Shimazud9f333c2017-08-08 07:23:171697
Azeem Arshad3b1ef73122018-08-30 02:04:151698const char kServiceWorkerLongRunningMessageName[] =
1699 "Service worker long running message dispatch.";
1700const char kServiceWorkerLongRunningMessageDescription[] =
1701 "Enables long running message dispatch method for service workers. "
1702 "Messages sent with this method do not timeout, allowing the service "
1703 "worker to run indefinitely.";
1704
Brett Wilsonecb80982017-07-12 20:34:511705const char kSettingsWindowName[] = "Show settings in a window";
1706const char kSettingsWindowDescription[] =
1707 "Settings will be shown in a dedicated window instead of as a browser tab.";
1708
Manu Cornetd7ef7c52018-05-01 22:08:231709const char kShelfHoverPreviewsName[] =
1710 "Show previews of running apps when hovering over the shelf.";
1711const char kShelfHoverPreviewsDescription[] =
1712 "Shows previews of the open windows for a given running app when hovering "
1713 "over the shelf.";
1714
Naoki Fukino008a0022018-05-23 18:33:001715const char kShowAndroidFilesInFilesAppName[] =
1716 "Show Android files in Files app";
1717const char kShowAndroidFilesInFilesAppDescription[] =
1718 "Show Android files in Files app if Android is enabled on the device.";
1719
Brett Wilsonecb80982017-07-12 20:34:511720const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
1721const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:381722 "Annotates web forms with Autofill signatures as HTML attributes. Also "
1723 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:511724
1725const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
1726const char kShowAutofillTypePredictionsDescription[] =
1727 "Annotates web forms with Autofill field type predictions as placeholder "
1728 "text.";
1729
1730const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
1731const char kShowOverdrawFeedbackDescription[] =
1732 "Visualize overdraw by color-coding elements based on if they have other "
1733 "elements drawn underneath.";
1734
Carlos IL89128732018-04-03 17:00:251735const char kSupervisedUserCommittedInterstitialsName[] =
1736 "Enable Supervised User Committed Interstitials";
1737const char kSupervisedUserCommittedInterstitialsDescription[] =
1738 "Use committed error pages instead of transient navigation entries for "
1739 "supervised user interstitials";
1740
yiyixbdfa9a0b2017-10-23 22:21:471741const char kEnableDrawOcclusionName[] = "Enable draw occlusion";
1742const char kEnableDrawOcclusionDescription[] =
1743 "Enable the system to use draw occlusion to skip draw quads when they are "
1744 "not shown on the screen.";
1745
Brett Wilsonecb80982017-07-12 20:34:511746const char kShowSavedCopyName[] = "Show Saved Copy Button";
1747const char kShowSavedCopyDescription[] =
1748 "When a page fails to load, if a stale copy of the page exists in the "
1749 "browser cache, a button will be presented to allow the user to load that "
1750 "stale copy. The primary enabling choice puts the button in the most "
1751 "salient position on the error page; the secondary enabling choice puts it "
1752 "secondary to the reload button.";
1753const char kEnableShowSavedCopyPrimary[] = "Enable: Primary";
1754const char kEnableShowSavedCopySecondary[] = "Enable: Secondary";
1755const char kDisableShowSavedCopy[] = "Disable";
1756
Brett Wilsonecb80982017-07-12 20:34:511757const char kSilentDebuggerExtensionApiName[] = "Silent Debugging";
1758const char kSilentDebuggerExtensionApiDescription[] =
1759 "Do not show the infobar when an extension attaches to a page via "
1760 "chrome.debugger API. This is required to debug extension background "
1761 "pages.";
1762
Tsuyoshi Horo53895ba92018-03-14 04:06:481763const char kSignedHTTPExchangeName[] = "Signed HTTP Exchange";
1764const char kSignedHTTPExchangeDescription[] =
1765 "Enables Origin-Signed HTTP Exchanges support which is still in "
1766 "development. Warning: Enabling this may pose a security risk.";
1767
Brett Wilsonecb80982017-07-12 20:34:511768const char kSimpleCacheBackendName[] = "Simple Cache for HTTP";
1769const char kSimpleCacheBackendDescription[] =
1770 "The Simple Cache for HTTP is a new cache. It relies on the filesystem for "
1771 "disk space allocation.";
1772
Christopher Thompson75ff845d2018-02-01 20:12:461773const char kSimplifyHttpsIndicatorName[] = "Simplify HTTPS indicator UI";
1774const char kSimplifyHttpsIndicatorDescription[] =
1775 "Change the UI treatment for HTTPS pages.";
1776
Brett Wilsonecb80982017-07-12 20:34:511777const char kSingleClickAutofillName[] = "Single-click autofill";
1778const char kSingleClickAutofillDescription[] =
1779 "Make autofill suggestions on initial mouse click on a form element.";
1780
Bret Sepulveda4f891da2018-07-16 19:10:301781const char kSingleTabMode[] = "Single-tab mode";
1782const char kSingleTabModeDescription[] =
1783 "Windows with a single tab receive a special, minimal visual treatment.";
1784
Lukasz Anforowicz738a88d2018-11-05 19:19:341785const char kSiteIsolationOptOutName[] = "Disable site isolation";
1786const char kSiteIsolationOptOutDescription[] =
1787 "Disables site isolation "
Nick Carter855bc492018-03-10 00:44:571788 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
1789 "may be due to out-of-process iframes. Opt-out has no effect if site "
Lukasz Anforowicz42840422018-11-05 21:49:221790 "isolation is force-enabled using a command line switch or using an "
1791 "enterprise policy. "
1792 "Caution: this disables important mitigations for the Spectre CPU "
Nick Carter855bc492018-03-10 00:44:571793 "vulnerability affecting most computers.";
Lukasz Anforowicz738a88d2018-11-05 19:19:341794const char kSiteIsolationOptOutChoiceDefault[] = "Default";
1795const char kSiteIsolationOptOutChoiceOptOut[] = "Disabled (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:511796
Pattideade7972018-04-27 02:59:401797const char kSiteSettings[] = "Site settings";
Brett Wilsonecb80982017-07-12 20:34:511798const char kSiteSettingsDescription[] =
Pattideade7972018-04-27 02:59:401799 "Add the All Sites list to Site Settings.";
Brett Wilsonecb80982017-07-12 20:34:511800
Brett Wilsonecb80982017-07-12 20:34:511801const char kSmoothScrollingName[] = "Smooth Scrolling";
1802const char kSmoothScrollingDescription[] =
1803 "Animate smoothly when scrolling page content.";
1804
1805const char kSoftwareRasterizerName[] = "3D software rasterizer";
1806const char kSoftwareRasterizerDescription[] =
1807 "Fall back to a 3D software rasterizer when the GPU cannot be used.";
1808
Wei-Yin Chen (陳威尹)deff0802018-01-19 06:29:201809const char kSoleIntegrationName[] = "Sole integration";
1810const char kSoleIntegrationDescription[] =
1811 "Enable Sole integration for browser customization. You must restart "
1812 "the browser twice for changes to take effect.";
1813
Tommy Steimel77704be2017-08-28 22:14:401814const char kSoundContentSettingName[] = "Sound content setting";
1815const char kSoundContentSettingDescription[] =
1816 "Enable site-wide muting in content settings and tab strip context menu.";
1817
Justin Donnelly4e448cb2017-07-07 21:32:131818const char kSpeculativeServiceWorkerStartOnQueryInputName[] =
1819 "Enable speculative start of a service worker when a search is predicted.";
Justin Donnelly4e448cb2017-07-07 21:32:131820const char kSpeculativeServiceWorkerStartOnQueryInputDescription[] =
1821 "If enabled, when the user enters text in the omnibox that looks like a "
1822 "a query, any service worker associated with the search engine the query "
1823 "will be sent to is started early.";
1824
Brett Wilsonecb80982017-07-12 20:34:511825const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial";
1826const char kSpellingFeedbackFieldTrialDescription[] =
1827 "Enable the field trial for sending user feedback to spelling service.";
horo201d49492017-05-19 05:31:401828
Carlos ILe5fa0a12018-08-03 16:08:321829const char kSSLCommittedInterstitialsName[] = "Committed Interstitials";
1830const char kSSLCommittedInterstitialsDescription[] =
1831 "Use committed error pages instead of transient navigation entries "
1832 "for SSL interstitial error pages (i.e. certificate errors).";
1833
Shubhie Panickerfaf082ed2018-01-03 04:49:151834const char kStopInBackgroundName[] = "Stop in background";
1835const char kStopInBackgroundDescription[] =
1836 "Stop scheduler task queues, in the background, "
Shubhie Panicker56c99a22018-03-21 00:22:281837 " after a grace period.";
Shubhie Panickerfaf082ed2018-01-03 04:49:151838
Shubhie Panicker56c99a22018-03-21 00:22:281839const char kStopNonTimersInBackgroundName[] =
1840 "Stop non-timer task queues background";
1841const char kStopNonTimersInBackgroundDescription[] =
1842 "Stop non-timer task queues, in the background, "
1843 "after a grace period.";
1844
Brett Wilsonecb80982017-07-12 20:34:511845const char kSuggestionsWithSubStringMatchName[] =
1846 "Substring matching for Autofill suggestions";
1847const char kSuggestionsWithSubStringMatchDescription[] =
1848 "Match Autofill suggestions based on substrings (token prefixes) rather "
1849 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:341850
Marc Treibf65fb002018-08-03 11:17:161851const char kSyncStandaloneTransportName[] = "Allow Sync standalone transport";
1852const char kSyncStandaloneTransportDescription[] =
1853 "If enabled, allows Chrome Sync to start in standalone transport mode. In "
1854 "this mode, the Sync machinery can start without user opt-in, but only a "
1855 "subset of data types are supported.";
1856
Marc Treib4bd95e72018-08-30 06:30:581857const char kSyncSupportSecondaryAccountName[] =
1858 "Support secondary accounts for Sync standalone transport";
1859const char kSyncSupportSecondaryAccountDescription[] =
1860 "If enabled, allows Chrome Sync to start in standalone transport mode for "
1861 "a signed-in account that has not been chosen as Chrome's primary account. "
1862 "This only has an effect if sync-standalone-transport is also enabled.";
1863
Jan Krcal2ff23f7c2018-09-04 16:16:131864const char kSyncUSSAutofillProfileName[] = "Enable USS for autofill profile";
1865const char kSyncUSSAutofillProfileDescription[] =
1866 "Enables the new implementation of autofill profile sync";
1867
Jan Krcale3641b92018-08-10 17:53:311868const char kSyncUSSAutofillWalletDataName[] =
1869 "Enable USS for autofill wallet data";
1870const char kSyncUSSAutofillWalletDataDescription[] =
1871 "Enables the new implementation of autofill walet data sync";
1872
Brett Wilsonecb80982017-07-12 20:34:511873const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
1874const char kSyncSandboxDescription[] =
1875 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:341876
Joe Downing8cbbc192018-05-14 17:37:071877const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
1878const char kSystemKeyboardLockDescription[] =
1879 "Enables websites to use the keyboard.lock() API to intercept system "
1880 "keyboard shortcuts and have the events routed directly to the website "
1881 "when in fullscreen mode.";
1882
Christian Dullweberd0d96f02017-09-13 09:22:511883const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog.";
1884const char kTabsInCbdDescription[] =
1885 "Enables a basic and an advanced tab for the Clear Browsing Data dialog.";
1886
Becky Zhou99c22802017-10-19 05:09:271887const char kTabModalJsDialogName[] = "Auto-dismissing JavaScript Dialogs";
1888const char kTabModalJsDialogDescription[] =
1889 "If enabled, the JavaScript dialog will be auto dismissable when switching"
1890 " tab.";
1891
Brett Wilsonecb80982017-07-12 20:34:511892const char kTcpFastOpenName[] = "TCP Fast Open";
1893const char kTcpFastOpenDescription[] =
1894 "Enable the option to send extra authentication information in the initial "
1895 "SYN packet for a previously connected client, allowing faster data send "
1896 "start.";
vabr0215a8e2017-03-28 12:47:341897
Daniele Castagna0fead93e2018-01-10 20:40:291898const char kTintGlCompositedContentName[] = "Tint GL-composited content";
1899const char kTintGlCompositedContentDescription[] =
1900 "Tint contents composited using GL with a shade of red to help debug and "
1901 "study overlay support.";
1902
Peter Kastingd77428352018-10-26 15:20:251903const char kTopChromeTouchUiName[] = "Touch UI Layout";
1904const char kTopChromeTouchUiDescription[] =
1905 "Enables touch UI layout in the browser's top chrome.";
vabr0215a8e2017-03-28 12:47:341906
Brett Wilsonecb80982017-07-12 20:34:511907const char kThreadedScrollingName[] = "Threaded scrolling";
1908const char kThreadedScrollingDescription[] =
1909 "Threaded handling of scroll-related input events. Disabling this will "
1910 "force all such scroll events to be handled on the main thread. Note that "
1911 "this can dramatically hurt scrolling performance of most websites and is "
1912 "intended for testing purposes only.";
1913
Steven Valdez4584b2482017-07-14 01:11:571914const char kTLS13VariantName[] = "TLS 1.3";
1915const char kTLS13VariantDescription[] = "Sets the TLS 1.3 variant used.";
1916const char kTLS13VariantDisabled[] = "Disabled";
Steven Valdez57d88652017-10-05 21:05:111917const char kTLS13VariantDeprecated[] = "Disabled (Deprecated Setting)";
Steven Valdez781157b2018-01-11 13:32:041918const char kTLS13VariantDraft23[] = "Enabled (Draft 23)";
Steven Valdezf27cb7f2018-08-21 18:34:331919const char kTLS13VariantFinal[] = "Enabled (Final)";
Steven Valdez4584b2482017-07-14 01:11:571920
Dominick Ng8896b1cd2017-10-17 23:24:361921const char kTopSitesFromSiteEngagementName[] = "Top Sites from Site Engagement";
1922const char kTopSitesFromSiteEngagementDescription[] =
1923 "Enable Top Sites on the New Tab Page to be sourced and sorted using site "
1924 "engagement.";
1925
Brett Wilsonecb80982017-07-12 20:34:511926const char kTouchAdjustmentName[] = "Touch adjustment";
1927const char kTouchAdjustmentDescription[] =
1928 "Refine the position of a touch gesture in order to compensate for touches "
1929 "having poor resolution compared to a mouse.";
1930
Alex Newcomerb3d3c972018-05-03 14:59:401931const char kTouchableAppContextMenuName[] = "Touchable App Context Menu";
1932const char kTouchableAppContextMenuDescription[] =
1933 "Enable the touchable app context menu, which enlarges app context menus "
1934 "in the Launcher and Shelf to make room for new features.";
1935
Brett Wilsonecb80982017-07-12 20:34:511936const char kTouchDragDropName[] = "Touch initiated drag and drop";
1937const char kTouchDragDropDescription[] =
1938 "Touch drag and drop can be initiated through long press on a draggable "
1939 "element.";
1940
1941const char kTouchEventsName[] = "Touch Events API";
1942const char kTouchEventsDescription[] =
1943 "Force Touch Events API feature detection to always be enabled or "
1944 "disabled, or to be enabled when a touchscreen is detected on startup "
Ella Gea6a203c92017-10-26 19:09:291945 "(Automatic).";
Brett Wilsonecb80982017-07-12 20:34:511946
1947const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
1948const char kTouchSelectionStrategyDescription[] =
1949 "Controls how text selection granularity changes when touch text selection "
1950 "handles are dragged. Non-default behavior is experimental.";
1951const char kTouchSelectionStrategyCharacter[] = "Character";
1952const char kTouchSelectionStrategyDirection[] = "Direction";
1953
1954const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
1955const char kTraceUploadUrlDescription[] =
1956 "This is to be used in conjunction with the enable-navigation-tracing "
1957 "flag. Please select the label that best describes the recorded traces. "
1958 "This will choose the destination the traces are uploaded to. If you are "
1959 "not sure, select other. If left empty, no traces will be uploaded.";
1960const char kTraceUploadUrlChoiceOther[] = "Other";
1961const char kTraceUploadUrlChoiceEmloading[] = "emloading";
1962const char kTraceUploadUrlChoiceQa[] = "QA";
1963const char kTraceUploadUrlChoiceTesting[] = "Testing";
1964
Anthony Vallee-Duboisc0a027d72018-08-30 17:11:561965const char kTranslateExplicitLanguageAskName[] =
1966 "Explicitly ask for language preferences";
1967const char kTranslateExplicitLanguageAskDescription[] =
1968 "Explicitly ask the user which languages they can read on Chrome startup, "
1969 "on the first run that doesn't already have a promo.";
1970
Anthony Vallee-Dubois265c5692018-06-01 15:57:141971const char kTranslateForceTriggerOnEnglishName[] =
1972 "Select which language model to use to trigger translate on English "
1973 "content";
1974const char kTranslateForceTriggerOnEnglishDescription[] =
1975 "Force the Translate Triggering on English pages experiment to be enabled "
1976 "with the selected language model active.";
1977
Philippe Hamel7fdaa452017-09-29 17:22:491978const char kTranslateRankerEnforcementName[] =
1979 "Enforce TranslateRanker decisions";
1980const char kTranslateRankerEnforcementDescription[] =
1981 "Improved Translate UI triggering logic. TranslateRanker decides whether "
1982 "or not Translate UI should be triggered in a given context.";
1983
Nicolas Ouellet-payeur9e5ff3d2018-06-20 16:07:161984const char kTranslateUIName[] = "Enable Translate";
1985const char kTranslateUIDescription[] =
1986 "Enable the Translate popup when visiting webpages in other languages.";
1987
Mustafa Emre Acerb3aa36a82018-05-22 21:44:051988const char kTreatInsecureOriginAsSecureName[] =
1989 "Insecure origins treated as secure";
1990const char kTreatInsecureOriginAsSecureDescription[] =
1991 "Treat given (insecure) origins as secure origins. Multiple origins can be "
1992 "supplied as a comma-separated list. For the definition of secure "
1993 "contexts, "
1994 "see https://w3c.github.io/webappsec-secure-contexts/";
1995
Brett Wilsonecb80982017-07-12 20:34:511996const char kTrySupportedChannelLayoutsName[] =
1997 "Causes audio output streams to check if channel layouts other than the "
1998 "default hardware layout are available.";
1999const char kTrySupportedChannelLayoutsDescription[] =
2000 "Causes audio output streams to check if channel layouts other than the "
2001 "default hardware layout are available. Turning this on will allow the OS "
2002 "to do stereo to surround expansion if supported. May expose third party "
2003 "driver bugs, use with caution.";
2004
David Roger6762a092018-01-31 15:55:072005const char kUnifiedConsentName[] = "Unified Consent";
2006const char kUnifiedConsentDescription[] =
2007 "Enables a unified management of user consent for privacy-related "
2008 "features. This includes new confirmation screens and improved settings "
2009 "pages.";
2010
Jérôme Lebelfe1b2e02018-08-03 12:26:202011const char kForceUnifiedConsentBumpName[] = "Force Unified Consent Bump";
2012const char kForceUnifiedConsentBumpDescription[] =
2013 "Force the unified consent bump UI to be shown on every start-up. This "
2014 "flag is for debug purpose, to test the UI.";
2015
Brett Wilsonecb80982017-07-12 20:34:512016const char kUiPartialSwapName[] = "Partial swap";
2017const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
2018
Chris Pickel3a227ae62017-08-24 10:47:262019const char kUseDdljsonApiName[] = "Use new ddljson API for Doodles";
2020const char kUseDdljsonApiDescription[] =
2021 "Enables the new ddljson API to fetch Doodles for the NTP.";
2022
Becca Hughes59c05b42017-11-03 13:11:582023const char kUseModernMediaControlsName[] = "New Media Controls";
2024const char kUseModernMediaControlsDescription[] =
2025 "Enables the new style native media controls.";
2026
Wei Li790e7a8572018-03-23 01:31:552027const char kUsePdfCompositorServiceName[] =
2028 "Use PDF compositor service for printing";
2029const char kUsePdfCompositorServiceDescription[] =
2030 "When enabled, use PDF compositor service to composite and generate PDF "
2031 "files for printing. When site isolation is enabled, disabling this will "
2032 "not stop using PDF compositor service since the service is required for "
2033 "printing out-of-process iframes correctly.";
2034
Mustaq Ahmedc646c0a2017-10-20 20:08:302035const char kUserActivationV2Name[] = "User Activation v2";
2036const char kUserActivationV2Description[] =
2037 "Enable simple user activation for APIs that are otherwise controlled by "
2038 "user gesture tokens.";
2039
Brett Wilsonecb80982017-07-12 20:34:512040const char kUserConsentForExtensionScriptsName[] =
2041 "User consent for extension scripts";
2042const char kUserConsentForExtensionScriptsDescription[] =
2043 "Require user consent for an extension running a script on the page, if "
2044 "the extension requested permission to run on all urls.";
2045
2046const char kUseSuggestionsEvenIfFewFeatureName[] =
2047 "Disable minimum for server-side tile suggestions on NTP.";
2048const char kUseSuggestionsEvenIfFewFeatureDescription[] =
2049 "Request server-side suggestions even if there are only very few of them "
2050 "and use them for tiles on the New Tab Page.";
2051
2052const char kV8CacheOptionsName[] = "V8 caching mode.";
2053const char kV8CacheOptionsDescription[] =
2054 "Caching mode for the V8 JavaScript engine.";
Brett Wilsonecb80982017-07-12 20:34:512055const char kV8CacheOptionsCode[] = "Cache V8 compiler data.";
2056
Hitoshi Yoshida3e5db562017-09-11 02:31:082057const char kV8ContextSnapshotName[] = "Use a snapshot to create V8 contexts.";
2058const char kV8ContextSnapshotDescription[] =
2059 "Sets to use a snapshot to create V8 contexts in frame creation.";
2060
Michael Hablich896d52662017-10-23 15:59:572061const char kV8VmFutureName[] = "Future V8 VM features";
2062const char kV8VmFutureDescription[] =
2063 "This enables upcoming and experimental V8 VM features. "
2064 "This flag does not enable experimental JavaScript features.";
2065
Hannes Payer1130d5672018-06-05 07:37:312066const char kV8OrinocoName[] = "V8 Orinoco garbage collection features";
2067const char kV8OrinocoDescription[] =
2068 "This enables the V8 Orinoco garbage collection features.";
2069
Brett Wilsonecb80982017-07-12 20:34:512070const char kVideoFullscreenOrientationLockName[] =
2071 "Lock screen orientation when playing a video fullscreen.";
2072const char kVideoFullscreenOrientationLockDescription[] =
2073 "Lock the screen orientation of the device to match video orientation when "
2074 "a video goes fullscreen. Only on phones.";
2075
2076const char kVideoRotateToFullscreenName[] =
2077 "Rotate-to-fullscreen gesture for videos.";
2078const char kVideoRotateToFullscreenDescription[] =
2079 "Enter/exit fullscreen when device is rotated to/from the orientation of "
2080 "the video. Only on phones.";
2081
2082const char kWalletServiceUseSandboxName[] =
2083 "Use Google Payments sandbox servers";
2084const char kWalletServiceUseSandboxDescription[] =
2085 "For developers: use the sandbox service for Google Payments API calls.";
2086
Brett Wilsonecb80982017-07-12 20:34:512087const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
2088const char kWebglDraftExtensionsDescription[] =
2089 "Enabling this option allows web applications to access the WebGL "
2090 "Extensions that are still in draft status.";
2091
2092const char kWebMidiName[] = "Web MIDI API";
2093const char kWebMidiDescription[] = "Enable Web MIDI API experimental support.";
2094
2095const char kWebPaymentsName[] = "Web Payments";
2096const char kWebPaymentsDescription[] =
2097 "Enable Web Payments API integration, a JavaScript API for merchants.";
2098
Mathieu Perreault51339b82017-07-20 17:06:052099const char kWebPaymentsModifiersName[] = "Enable web payment modifiers";
2100const char kWebPaymentsModifiersDescription[] =
2101 "If the website provides modifiers in the payment request, show the custom "
2102 "total for each payment instrument, update the shopping cart when "
2103 "instruments are switched, and send modified payment method specific data "
2104 "to the payment app.";
2105
Brett Wilsonecb80982017-07-12 20:34:512106const char kWebrtcEchoCanceller3Name[] = "WebRTC Echo Canceller 3.";
2107const char kWebrtcEchoCanceller3Description[] =
2108 "Experimental WebRTC echo canceller (AEC3).";
2109
Lei Zhang0a318af2018-11-14 02:19:462110const char kWebrtcH264WithOpenh264FfmpegName[] =
2111 "WebRTC H.264 software video encoder/decoder";
2112const char kWebrtcH264WithOpenh264FfmpegDescription[] =
2113 "When enabled, an H.264 software video encoder/decoder pair is included. "
2114 "If a hardware encoder/decoder is also available it may be used instead of "
2115 "this encoder/decoder.";
2116
Qingsi Wangec2dbf942018-11-03 05:33:042117const char kWebrtcHideLocalIpsWithMdnsName[] =
2118 "Anonymize local IPs exposed by WebRTC.";
2119const char kWebrtcHideLocalIpsWithMdnsDecription[] =
2120 "Conceal local IP addresses with mDNS hostnames.";
2121
Alex Loikob5fb1282018-08-14 10:04:402122const char kWebrtcHybridAgcName[] = "WebRTC hybrid Agc2/Agc1.";
2123const char kWebrtcHybridAgcDescription[] =
2124 "WebRTC Agc2 digital adaptation with Agc1 analog adaptation.";
2125
Brett Wilsonecb80982017-07-12 20:34:512126const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
2127const char kWebrtcHwDecodingDescription[] =
2128 "Support in WebRTC for decoding video streams using platform hardware.";
2129
2130const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
2131const char kWebrtcHwEncodingDescription[] =
2132 "Support in WebRTC for encoding video streams using platform hardware.";
2133
2134const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding";
2135const char kWebrtcHwH264EncodingDescription[] =
2136 "Support in WebRTC for encoding h264 video streams using platform "
2137 "hardware.";
2138
2139const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding";
2140const char kWebrtcHwVP8EncodingDescription[] =
2141 "Support in WebRTC for encoding vp8 video streams using platform hardware.";
2142
Niels Möller090866a2018-02-13 10:55:032143const char kWebrtcNewEncodeCpuLoadEstimatorName[] =
2144 "WebRTC new encode cpu load estimator";
2145const char kWebrtcNewEncodeCpuLoadEstimatorDescription[] =
2146 "Enable new estimator for the encoder cpu load, for evaluation and "
2147 "testing. Intended to improve accuracy when screen casting.";
2148
Elad Alon85e0d0be2018-06-26 10:38:372149const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
2150const char kWebRtcRemoteEventLogDescription[] =
2151 "Allow collecting WebRTC event logs and uploading them to Crash. "
2152 "Please note that, even if enabled, this will still require "
2153 "a policy to be set, for it to have an effect.";
2154
Brett Wilsonecb80982017-07-12 20:34:512155const char kWebrtcSrtpAesGcmName[] =
2156 "Negotiation with GCM cipher suites for SRTP in WebRTC";
2157const char kWebrtcSrtpAesGcmDescription[] =
2158 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
2159
Joachim Bauch4a41d7512017-08-23 14:24:232160const char kWebrtcSrtpEncryptedHeadersName[] =
2161 "Negotiation with encrypted header extensions for SRTP in WebRTC";
2162const char kWebrtcSrtpEncryptedHeadersDescription[] =
2163 "When enabled, WebRTC will try to negotiate encrypted header extensions "
2164 "for SRTP.";
2165
Brett Wilsonecb80982017-07-12 20:34:512166const char kWebrtcStunOriginName[] = "WebRTC Stun origin header";
2167const char kWebrtcStunOriginDescription[] =
2168 "When enabled, Stun messages generated by WebRTC will contain the Origin "
2169 "header.";
2170
Lei Zhang0a318af2018-11-14 02:19:462171const char kWebrtcUnifiedPlanByDefaultName[] =
2172 "WebRTC: Use Unified Plan SDP Semantics by default";
2173const char kWebrtcUnifiedPlanByDefaultDescription[] =
2174 "RTCPeerConnections generate and expect the standards compliant SDP format "
2175 "called \"Unified Plan\", unless \"Plan B\" is explicitly specified by "
2176 "passing {sdpSemantics:'plan-b'} to the RTCPeerConnection constructor. "
2177 "RTCRtpTransceiver support is also enabled in Unified Plan.";
2178
Adam Riceed63fc02018-06-20 05:57:462179const char kWebSocketHandshakeReuseConnectionName[] =
2180 "Enable WebSocket connection reuse for authentication";
2181const char kWebSocketHandshakeReuseConnectionDescription[] =
2182 "Permits the WebSocket handshake to keep the connection open after an "
2183 "authentication failure. The connection may be used for further requests "
2184 "to send credentials. This is sometimes needed for Windows authentication.";
2185
Brett Wilsonecb80982017-07-12 20:34:512186const char kWebvrName[] = "WebVR";
2187const char kWebvrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012188 "Enables access to experimental Virtual Reality functionality via the "
2189 "WebVR 1.1 API. This feature will eventually be replaced by the WebXR "
2190 "Device API. Warning: Enabling this will also allow WebVR content on "
2191 "insecure origins to access these powerful APIs, and may pose a security "
Anna Offenwanger06dc6062018-04-12 07:56:222192 "risk. Controllers are exposed as Gamepads.";
Brett Wilsonecb80982017-07-12 20:34:512193
Brandon Jonese9d9b2b2017-12-11 22:20:112194const char kWebXrName[] = "WebXR Device API";
2195const char kWebXrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012196 "Enables access to experimental APIs to interact with Virtual Reality (VR) "
2197 "and Augmented Reality (AR) devices.";
2198
2199const char kWebXrGamepadSupportName[] = "WebXR Gamepad Support";
2200const char kWebXrGamepadSupportDescription[] =
2201 "Expose VR controllers as Gamepads for use with the WebXR Device API. Each "
Anna Offenwanger06dc6062018-04-12 07:56:222202 "XRInputSource will have a corresponding Gamepad instance. Requires that "
2203 "WebXR Device API is also enabled.";
Ian Vollick7aaccf92018-04-07 23:10:432204
2205const char kWebXrHitTestName[] = "WebXR Hit Test";
2206const char kWebXrHitTestDescription[] =
2207 "Enables access to raycasting against estimated XR scene geometry.";
Brandon Jonese9d9b2b2017-12-11 22:20:112208
Anna Maria57ecf7592018-01-12 03:10:402209const char kWebXrOrientationSensorDeviceName[] =
2210 "WebXR orientation sensor device";
2211const char kWebXrOrientationSensorDeviceDescription[] =
2212 "When no VR platform device is available, expose a non-presenting device "
2213 "based on the device's orientation sensors, if available.";
2214
Brett Wilsonecb80982017-07-12 20:34:512215const char kWifiCredentialSyncName[] = "WiFi credential sync";
2216const char kWifiCredentialSyncDescription[] =
2217 "Enables synchronizing WiFi network settings across devices. When enabled, "
2218 "the WiFi credential datatype is registered with Chrome Sync, and WiFi "
2219 "credentials are synchronized subject to user preferences. (See also, "
2220 "chrome://settings/syncSetup.)";
2221
2222const char kZeroCopyName[] = "Zero-copy rasterizer";
2223const char kZeroCopyDescription[] =
2224 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:342225
Brett Wilsonff596952017-07-14 01:06:552226// Android ---------------------------------------------------------------------
2227
2228#if defined(OS_ANDROID)
2229
2230const char kAiaFetchingName[] = "Intermediate Certificate Fetching";
2231const char kAiaFetchingDescription[] =
2232 "Enable intermediate certificate fetching when a server does not provide "
2233 "sufficient certificates to build a chain to a trusted root.";
2234
2235const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher";
2236const char kAccessibilityTabSwitcherDescription[] =
2237 "Enable the accessibility tab switcher for Android.";
2238
2239const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility";
2240const char kAndroidAutofillAccessibilityDescription[] =
2241 "Enable accessibility for autofill popup.";
2242
Khushalbb1963a2018-10-02 21:02:352243const char kAndroidSurfaceControl[] = "Use Android SurfaceControl";
2244const char kAndroidSurfaceControlDescription[] =
2245 "Use the SurfaceControl API for supporting overlays on Android";
2246
Anita Woodruffbfcd1e52018-07-16 12:00:512247const char kAppNotificationStatusMessagingName[] =
2248 "App notification status messaging";
2249const char kAppNotificationStatusMessagingDescription[] =
2250 "Enables messaging in site permissions UI informing user when "
2251 "notifications are disabled for the entire app.";
2252
Brett Wilsonff596952017-07-14 01:06:552253const char kAndroidPaymentAppsName[] = "Android payment apps";
2254const char kAndroidPaymentAppsDescription[] =
2255 "Enable third party Android apps to integrate as payment apps";
2256
Miriam Gershenson8cf1397222018-01-23 22:48:292257const char kAsyncDnsName[] = "Async DNS resolver";
2258const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
2259
Dan Harrington01229f82018-09-12 21:01:212260const char kAutoFetchOnNetErrorPageName[] = "AutoFetchOnNetErrorPage";
2261const char kAutoFetchOnNetErrorPageDescription[] =
2262 "When enabled, and navigation fails with an offline error, schedule a "
2263 "fetch of the page when online again.";
2264
Brett Wilsonff596952017-07-14 01:06:552265const char kAutofillAccessoryViewName[] =
2266 "Autofill suggestions as keyboard accessory view";
2267const char kAutofillAccessoryViewDescription[] =
2268 "Shows Autofill suggestions on top of the keyboard rather than in a "
2269 "dropdown.";
2270
2271const char kBackgroundLoaderForDownloadsName[] =
2272 "Enables background downloading of pages.";
2273const char kBackgroundLoaderForDownloadsDescription[] =
2274 "Enables downloading pages in the background in case page is not yet "
2275 "loaded in current tab.";
2276
Tibor Goldschwendt11b3cf22018-07-04 15:32:442277const char kBackgroundTaskComponentUpdateName[] =
2278 "Background Task Component Updates";
2279const char kBackgroundTaskComponentUpdateDescription[] =
2280 "Schedule component updates with BackgroundTaskScheduler";
2281
Michael van Ouwerkerkbda4ad82018-06-19 14:08:002282const char kCCTModuleName[] = "Chrome Custom Tabs Module";
2283const char kCCTModuleDescription[] =
2284 "Enables a dynamically loaded module in Chrome Custom Tabs, on Android.";
2285
Michael van Ouwerkerk29a7a292018-10-09 09:20:142286const char kCCTModuleCacheName[] = "Chrome Custom Tabs Module Cache";
2287const char kCCTModuleCacheDescription[] =
Michael van Ouwerkerka5df1ec2018-10-11 11:57:402288 "Enables a cache for dynamically loaded modules in Chrome Custom Tabs. "
2289 "Under mild memory pressure the cache may be retained for some time";
Michael van Ouwerkerk29a7a292018-10-09 09:20:142290
barkerd84051482018-11-13 14:46:562291const char kCCTModulePostMessageName[] =
2292 "Chrome Custom Tabs Module postMessage API";
2293const char kCCTModulePostMessageDescription[] =
2294 "Enables the postMessage API exposed to dynamically loaded modules in "
2295 "Chrome Custom Tabs.";
2296
Matthew Jones1abcb132018-07-09 17:59:462297const char kChromeDuetName[] = "Chrome Duet";
2298const char kChromeDuetDescription[] =
2299 "Enables Chrome Duet, split toolbar Chrome Home, on Android.";
Theresa Wellingtonb9243b22017-12-01 16:23:052300
Megan Jablonskic61eb1b82017-10-02 18:03:062301const char kChromeMemexName[] = "Chrome Memex";
2302const char kChromeMemexDescription[] =
2303 "Enables Chrome Memex homepage on Android. Restricted to opted-in "
2304 "Googlers.";
2305
Sarath Singapati83aef1c2017-11-16 15:54:522306const char kClearOldBrowsingDataName[] = "Clear older browsing data";
2307const char kClearOldBrowsingDataDescription[] =
2308 "Enables clearing of browsing data which is older than a given time "
2309 "period.";
2310
Brett Wilsonff596952017-07-14 01:06:552311const char kContentSuggestionsCategoryOrderName[] =
2312 "Default content suggestions category order (e.g. on NTP)";
2313const char kContentSuggestionsCategoryOrderDescription[] =
2314 "Set default order of content suggestion categories (e.g. on the NTP).";
2315
2316const char kContentSuggestionsCategoryRankerName[] =
2317 "Content suggestions category ranker (e.g. on NTP)";
2318const char kContentSuggestionsCategoryRankerDescription[] =
2319 "Set category ranker to order categories of content suggestions (e.g. on "
2320 "the NTP).";
2321
Vitalii Iarkof52ff802017-09-14 12:34:242322const char kContentSuggestionsDebugLogName[] = "Content suggestions debug log";
2323const char kContentSuggestionsDebugLogDescription[] =
2324 "Enable content suggestions debug log accessible through "
2325 "snippets-internals.";
2326
Donn Denman8e58ead2017-11-04 01:44:012327const char kContextualSearchMlTapSuppressionName[] =
2328 "Contextual Search ML tap suppression";
2329const char kContextualSearchMlTapSuppressionDescription[] =
2330 "Enables tap gestures to be suppressed to improve CTR by applying machine "
Donn Denman59729812018-01-09 01:27:022331 "learning. The \"Contextual Search Ranker prediction\" flag must also be "
2332 "enabled!";
Brett Wilsonff596952017-07-14 01:06:552333
2334const char kContextualSearchName[] = "Contextual Search";
2335const char kContextualSearchDescription[] =
2336 "Whether or not Contextual Search is enabled.";
2337
Donn Denman59729812018-01-09 01:27:022338const char kContextualSearchRankerQueryName[] =
2339 "Contextual Search Ranker prediction";
2340const char kContextualSearchRankerQueryDescription[] =
2341 "Enables prediction of tap gestures using Assist-Ranker machine learning.";
2342
2343const char kContextualSearchSecondTapName[] =
2344 "Contextual Search second tap triggering";
2345const char kContextualSearchSecondTapDescription[] =
2346 "Enables triggering on a second tap gesture even when Ranker would "
2347 "normally suppress that tap.";
2348
Donn Denmane9b5b7fb2018-07-24 22:19:492349const char kContextualSearchUnityIntegrationName[] =
2350 "Contextual Search integration with Unified Consent";
2351const char kContextualSearchUnityIntegrationDescription[] =
2352 "Enables integration of Tap to Search with Unified Consent.";
2353
Lei Zhang0a318af2018-11-14 02:19:462354const char kDisplayCutoutAPIName[] =
2355 "Enable support for the Display Cutout API";
2356const char kDisplayCutoutAPIDescription[] =
2357 "Enables developers to support devices that have a display cutout.";
Cathy Li2fb32bf82018-06-06 18:55:402358
Dmitry Skiba9c3efa72017-07-20 22:01:142359const char kDontPrefetchLibrariesName[] = "Don't Prefetch Libraries";
2360const char kDontPrefetchLibrariesDescription[] =
2361 "Don't prefetch libraries after loading.";
2362
Joy Ming189b0cc2017-12-08 19:42:432363const char kDownloadsLocationChangeName[] = "Enable downloads location change";
2364const char kDownloadsLocationChangeDescription[] =
2365 "Enable changing default downloads storage location on Android.";
2366
Shakti Sahu32b2ee102018-05-17 00:04:462367const char kDownloadProgressInfoBarName[] = "Enable download progress infobar";
2368const char kDownloadProgressInfoBarDescription[] =
2369 "Enables an infobar notifying users about status of current downloads.";
2370
Shakti Sahu9ec8cfd2018-07-17 13:29:292371const char kDownloadHomeV2Name[] = "Enable download home v2";
2372const char kDownloadHomeV2Description[] =
2373 "Enables the new UI for download home";
2374
Brett Wilsonff596952017-07-14 01:06:552375const char kEnableAndroidPayIntegrationV1Name[] = "Enable Android Pay v1";
2376const char kEnableAndroidPayIntegrationV1Description[] =
2377 "Enable integration with Android Pay using the first version of the API";
2378
2379const char kEnableAndroidPayIntegrationV2Name[] = "Enable Android Pay v2";
2380const char kEnableAndroidPayIntegrationV2Description[] =
2381 "Enable integration with Android Pay using the second version of the API";
2382
Fabio Tirelo918089a2018-10-22 21:24:082383const char kAutofillManualFallbackAndroidName[] =
2384 "Enable Autofill manual fallback for Addresses and Payments (Android)";
2385const char kAutofillManualFallbackAndroidDescription[] =
2386 "If enabled, adds toggle for addresses and payments bottom sheet to the "
2387 "keyboard accessory.";
2388
Fabio Tirelo315e65922018-09-05 03:35:492389const char kEnableAutofillRefreshStyleName[] =
2390 "Enable Autofill refresh style (Android)";
2391const char kEnableAutofillRefreshStyleDescription[] =
2392 "Enable modernized style for Autofill on Android";
2393
Vitalii Iarkof4ed32d2017-09-26 13:15:532394const char kEnableAndroidSpellcheckerName[] = "Enable spell checking";
Brett Wilsonff596952017-07-14 01:06:552395const char kEnableAndroidSpellcheckerDescription[] =
2396 "Enables use of the Android spellchecker.";
Brett Wilsonff596952017-07-14 01:06:552397
Lei Tianbd5a3bf2018-02-28 19:01:162398const char kEnableCommandLineOnNonRootedName[] =
2399 "Enable command line on non-rooted devices";
2400const char kEnableCommandLineOnNoRootedDescription[] =
2401 "Enable reading command line file on non-rooted devices (DANGEROUS).";
2402
Vitalii Iarkof4ed32d2017-09-26 13:15:532403const char kEnableContentSuggestionsNewFaviconServerName[] =
2404 "Get favicons for content suggestions from a new server.";
2405const char kEnableContentSuggestionsNewFaviconServerDescription[] =
2406 "If enabled, the content suggestions (on the NTP) will get favicons from a "
2407 "new favicon server.";
Brett Wilsonff596952017-07-14 01:06:552408
Vitalii Iarkof4ed32d2017-09-26 13:15:532409const char kEnableContentSuggestionsThumbnailDominantColorName[] =
2410 "Use content suggestions thumbnail dominant color.";
2411const char kEnableContentSuggestionsThumbnailDominantColorDescription[] =
2412 "Use content suggestions thumbnail dominant color as a placeholder before "
2413 "the real thumbnail is fetched (requires Chrome Home).";
2414
Brett Wilsonff596952017-07-14 01:06:552415const char kEnableCustomContextMenuName[] = "Enable custom context menu";
2416const char kEnableCustomContextMenuDescription[] =
2417 "Enables a new context menu when a link, image, or video is pressed within "
2418 "Chrome.";
2419
2420const char kEnableCustomFeedbackUiName[] = "Enable Custom Feedback UI";
2421const char kEnableCustomFeedbackUiDescription[] =
2422 "Enables a custom feedback UI when submitting feedback through Google "
2423 "Feedback. Works with Google Play Services v10.2+";
2424
2425const char kEnableDataReductionProxyMainMenuName[] =
Theresa Wellington141e4af2017-10-23 20:28:472426 "Enable Data Saver main menu item";
Brett Wilsonff596952017-07-14 01:06:552427const char kEnableDataReductionProxyMainMenuDescription[] =
Theresa Wellington141e4af2017-10-23 20:28:472428 "Enables the Data Saver menu item in the main menu";
Brett Wilsonff596952017-07-14 01:06:552429
Becca Hughes6d73bac542018-06-18 20:38:502430const char kEnableMediaControlsExpandGestureName[] =
2431 "Enable Media Controls Expand Gesture";
2432const char kEnableMediaControlsExpandGestureDescription[] =
2433 "Enables a gesture to be used on the media controls to extend the video "
2434 "into the Display Cutout area.";
2435
Brett Wilsonff596952017-07-14 01:06:552436const char kEnableOmniboxClipboardProviderName[] =
2437 "Omnibox clipboard URL suggestions";
2438const char kEnableOmniboxClipboardProviderDescription[] =
2439 "Provide a suggestion of the URL stored in the clipboard (if any) upon "
2440 "focus in the omnibox.";
2441
Brett Wilsonff596952017-07-14 01:06:552442const char kEnableNtpAssetDownloadSuggestionsName[] =
2443 "Show asset downloads on the New Tab page";
2444const char kEnableNtpAssetDownloadSuggestionsDescription[] =
2445 "If enabled, the list of content suggestions on the New Tab page will "
2446 "contain assets (e.g. books, pictures, audio) that the user downloaded for "
2447 "later use.";
2448
2449const char kEnableNtpBookmarkSuggestionsName[] =
2450 "Show recently visited bookmarks on the New Tab page";
2451const char kEnableNtpBookmarkSuggestionsDescription[] =
2452 "If enabled, the list of content suggestions on the New Tab page will "
2453 "contain recently visited bookmarks.";
2454
Brett Wilsonff596952017-07-14 01:06:552455const char kEnableNtpOfflinePageDownloadSuggestionsName[] =
2456 "Show offline page downloads on the New Tab page";
2457const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] =
2458 "If enabled, the list of content suggestions on the New Tab page will "
2459 "contain pages that the user downloaded for later use.";
2460
2461const char kEnableNtpRemoteSuggestionsName[] =
2462 "Show server-side suggestions on the New Tab page";
2463const char kEnableNtpRemoteSuggestionsDescription[] =
2464 "If enabled, the list of content suggestions on the New Tab page will "
2465 "contain server-side suggestions (e.g., Articles for you). Furthermore, it "
2466 "allows to override the source used to retrieve these server-side "
2467 "suggestions.";
2468
2469const char kEnableNtpSnippetsVisibilityName[] =
2470 "Make New Tab Page Snippets more visible.";
2471const char kEnableNtpSnippetsVisibilityDescription[] =
2472 "If enabled, the NTP snippets will become more discoverable with a larger "
2473 "portion of the first card above the fold.";
2474
2475const char kEnableNtpSuggestionsNotificationsName[] =
2476 "Notify about new content suggestions available at the New Tab page";
2477const char kEnableNtpSuggestionsNotificationsDescription[] =
2478 "If enabled, notifications will inform about new content suggestions on "
2479 "the New Tab page.";
2480
Brett Wilsonff596952017-07-14 01:06:552481const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
2482const char kEnableOfflinePreviewsDescription[] =
2483 "Enable showing offline page previews on slow networks.";
2484
2485const char kEnableOskOverscrollName[] = "Enable OSK Overscroll";
2486const char kEnableOskOverscrollDescription[] =
2487 "Enable OSK overscroll support. With this flag on, the OSK will only "
2488 "resize the visual viewport.";
2489
2490const char kEnableSpecialLocaleName[] =
2491 "Enable custom logic for special locales.";
2492const char kEnableSpecialLocaleDescription[] =
2493 "Enable custom logic for special locales. In this mode, Chrome might "
2494 "behave differently in some locales.";
2495
Brett Wilsonff596952017-07-14 01:06:552496const char kEnableWebNfcName[] = "WebNFC";
2497const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
2498
gogeraldf3cbb422017-07-26 14:37:122499const char kEnableWebPaymentsMethodSectionOrderV2Name[] =
2500 "Enable Web Payments method section order V2.";
2501const char kEnableWebPaymentsMethodSectionOrderV2Description[] =
2502 "Enable this option to display payment method section above address "
2503 "section instead of below it.";
2504
Donn Denmanffaeaa32018-10-12 17:37:532505const char kEphemeralTabName[] = "An Ephemeral Tab in an Overlay Panel";
2506const char kEphemeralTabDescription[] =
2507 "Enable a 'sneak peek' at a linked page in an overlay.";
2508
Lei Zhang0a318af2018-11-14 02:19:462509const char kExploreSitesName[] = "Explore websites";
2510const char kExploreSitesDescription[] =
2511 "Enables portal from new tab page to explore websites.";
2512
Raymes Khoury582b43132017-12-12 23:54:302513const char kGrantNotificationsToDSEName[] =
2514 "Grant notifications to the Default Search Engine";
2515const char kGrantNotificationsToDSENameDescription[] =
2516 "Automatically grant the notifications permission to the Default Search "
2517 "Engine";
2518
Daniel Parke74fcf862018-03-27 18:05:452519const char kHomePageButtonName[] = "Force Enable Home Page Button";
Daniel Park990d0992018-05-18 22:12:512520const char kHomePageButtonDescription[] = "Displays a home button if enabled.";
Daniel Parke74fcf862018-03-27 18:05:452521
Yafei Duanbb7663f32018-07-17 01:33:152522const char kHomepageTileName[] =
2523 "Enable Homepage tile shown in Suggested Tiles";
2524const char kHomepageTileDescription[] =
2525 "When NTPButton is enabled, the first tile of the Suggested Tiles will be "
2526 "used for homepage. It will not have an effect when NTPButton is disabled.";
2527
Jian Li4b252642018-07-23 19:49:072528const char kIncognitoStringsName[] = "Alternate incognito strings";
2529const char kIncognitoStringsDescription[] =
2530 "Show alternate incognito strings if enabled.";
2531
Theresa920e0ed2018-03-07 18:12:442532const char kInterestFeedContentSuggestionsDescription[] =
Yafei Duanbb7663f32018-07-17 01:33:152533 "Use the interest feed to render content suggestions. Currently "
2534 "content "
Theresa920e0ed2018-03-07 18:12:442535 "suggestions are shown on the New Tab Page.";
2536const char kInterestFeedContentSuggestionsName[] =
2537 "Interest Feed Content Suggestions";
2538
Brett Wilsonff596952017-07-14 01:06:552539const char kKeepPrefetchedContentSuggestionsName[] =
2540 "Keep prefetched content suggestions";
2541const char kKeepPrefetchedContentSuggestionsDescription[] =
2542 "If enabled, some of prefetched content suggestions are not replaced by "
2543 "the new fetched suggestions.";
2544
Leo Zhang051b75482017-12-20 03:28:302545const char kLanguagesPreferenceName[] = "Language Settings";
2546const char kLanguagesPreferenceDescription[] =
2547 "Enable this option for Language Settings feature on Android.";
2548
Brett Wilsonff596952017-07-14 01:06:552549const char kLsdPermissionPromptName[] =
2550 "Location Settings Dialog Permission Prompt";
2551const char kLsdPermissionPromptDescription[] =
2552 "Whether to use the Google Play Services Location Settings Dialog "
2553 "permission dialog.";
2554
Amirhossein Simjour97b4154f2018-02-20 03:49:592555const char kModalPermissionDialogViewName[] = "Modal Permission Dialog";
2556const char kModalPermissionDialogViewDescription[] =
2557 "Enable this option to use ModalDialogManager for permission Dialogs.";
2558
Brett Wilsonff596952017-07-14 01:06:552559const char kMediaScreenCaptureName[] = "Experimental ScreenCapture.";
2560const char kMediaScreenCaptureDescription[] =
2561 "Enable this option for experimental ScreenCapture feature on Android.";
2562
2563const char kModalPermissionPromptsName[] = "Modal Permission Prompts";
2564const char kModalPermissionPromptsDescription[] =
2565 "Whether to use permission dialogs in place of permission infobars.";
2566
Finnur Thorarinssonc1488fc62018-07-09 19:21:572567const char kNewContactsPickerName[] = "Enable new contacts picker";
2568const char kNewContactsPickerDescription[] =
2569 "Activates the new picker for selecting contacts.";
2570
Dan Harrington541db9e2018-07-30 18:36:302571const char kNewNetErrorPageUIName[] = "Enable new UI for net-error page";
2572const char kNewNetErrorPageUIDescription[] =
2573 "Selects which new UI experience to show on the net-error (Dino) page";
2574
Brett Wilsonff596952017-07-14 01:06:552575const char kNewPhotoPickerName[] = "Enable new Photopicker";
2576const char kNewPhotoPickerDescription[] =
2577 "Activates the new picker for selecting photos.";
2578
2579const char kNoCreditCardAbort[] = "No Credit Card Abort";
2580const char kNoCreditCardAbortDescription[] =
2581 "Whether or not the No Credit Card Abort is enabled.";
2582
Daniel Park990d0992018-05-18 22:12:512583const char kNtpButtonName[] = "Enable NTP Button";
2584const char kNtpButtonDescription[] =
2585 "Displays a New Tab Page button in the toolbar if enabled.";
2586
Brett Wilsonff596952017-07-14 01:06:552587const char kOfflineBookmarksName[] = "Enable offline bookmarks";
2588const char kOfflineBookmarksDescription[] =
2589 "Enable saving bookmarked pages for offline viewing.";
2590
Jian Liade82832018-09-06 22:31:412591const char kOfflineIndicatorAlwaysHttpProbeName[] = "Always http probe";
2592const char kOfflineIndicatorAlwaysHttpProbeDescription[] =
2593 "Always do http probe to detect network connectivity for offline indicator "
2594 "as opposed to just taking the connection state from the system."
2595 "Used for testing.";
2596
2597const char kOfflineIndicatorChoiceName[] = "Offline indicator choices";
2598const char kOfflineIndicatorChoiceDescription[] =
2599 "Show an offline indicator while offline.";
Jian Li1413ebf2018-06-14 20:46:322600
Brett Wilsonff596952017-07-14 01:06:552601const char kOfflinePagesCtName[] = "Enable Offline Pages CT features.";
2602const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features.";
2603
2604const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features.";
2605const char kOfflinePagesCtV2Description[] =
2606 "V2 features include attributing pages to the app that initiated the "
2607 "custom tabs, and being able to query for pages by page attribution.";
2608
Cathy Li7311d792018-04-05 00:34:162609const char kOfflinePagesCTSuppressNotificationsName[] =
2610 "Disable download complete notification for whitelisted CCT apps.";
2611const char kOfflinePagesCTSuppressNotificationsDescription[] =
2612 "Disable download complete notification for page downloads originating "
2613 "from a CCT app whitelisted to show their own download complete "
2614 "notification.";
2615
Candice Sy74fa7a352018-03-30 23:46:492616const char kOfflinePagesDescriptiveFailStatusName[] =
2617 "Enables descriptive failed download status text.";
2618const char kOfflinePagesDescriptiveFailStatusDescription[] =
2619 "Enables failed download status text in notifications and Downloads Home "
2620 "to state the reason the request failed if the failure is actionable.";
2621
2622const char kOfflinePagesDescriptivePendingStatusName[] =
2623 "Enables descriptive pending download status text.";
2624const char kOfflinePagesDescriptivePendingStatusDescription[] =
2625 "Enables pending download status text in notifications and Downloads Home "
2626 "to state the reason the request is pending.";
2627
2628const char kOfflinePagesInDownloadHomeOpenInCctName[] =
2629 "Enables offline pages in the downloads home to be opened in CCT.";
2630const char kOfflinePagesInDownloadHomeOpenInCctDescription[] =
2631 "When enabled offline pages launched from the Downloads Home will be "
2632 "opened in Chrome Custom Tabs (CCT) instead of regular tabs.";
2633
Carlos Knippschild09272ecd2017-12-09 03:29:362634const char kOfflinePagesLimitlessPrefetchingName[] =
2635 "Removes resource usage limits for the prefetching of offline pages.";
2636const char kOfflinePagesLimitlessPrefetchingDescription[] =
2637 "Allows the prefetching of suggested offline pages to ignore resource "
2638 "usage limits. This allows it to completely ignore data usage limitations "
2639 "and allows downloads to happen with any kind of connection.";
2640
Brett Wilsonff596952017-07-14 01:06:552641const char kOfflinePagesLoadSignalCollectingName[] =
2642 "Enables collecting load timing data for offline page snapshots.";
2643const char kOfflinePagesLoadSignalCollectingDescription[] =
2644 "Enables loading completeness data collection while writing an offline "
2645 "page. This data is collected in the snapshotted offline page to allow "
2646 "data analysis to improve deciding when to make the offline snapshot.";
2647
2648const char kOfflinePagesPrefetchingName[] =
2649 "Enables suggested offline pages to be prefetched.";
2650const char kOfflinePagesPrefetchingDescription[] =
2651 "Enables suggested offline pages to be prefetched, so useful content is "
2652 "available while offline.";
2653
Pete Williamson7845dff2017-09-20 11:06:192654const char kOfflinePagesResourceBasedSnapshotName[] =
2655 "Enables offline page snapshots to be based on percentage of page loaded.";
2656const char kOfflinePagesResourceBasedSnapshotDescription[] =
2657 "Enables offline page snapshots to use a resource percentage based "
2658 "approach for determining when the page is loaded as opposed to a time "
2659 "based approach";
2660
Collin Baker17f92a52017-07-19 21:41:252661const char kOfflinePagesRenovationsName[] = "Enables offline page renovations.";
2662const char kOfflinePagesRenovationsDescription[] =
2663 "Enables offline page renovations which correct issues with dynamic "
2664 "content that occur when offlining pages that use JavaScript.";
2665
Brett Wilsonff596952017-07-14 01:06:552666const char kOfflinePagesSharingName[] = "Enables offline pages to be shared.";
2667const char kOfflinePagesSharingDescription[] =
2668 "Enables the saved offline pages to be shared via other applications.";
2669
Yafei Duan36b4b5b2018-08-07 00:40:032670const char kOfflinePagesLivePageSharingName[] =
2671 "Enables live page sharing of offline pages";
2672const char kOfflinePagesLivePageSharingDescription[] =
2673 "Enables to share current loaded page as offline page by saving as MHTML "
2674 "first.";
2675
Cathy Lie0d88762018-04-12 08:03:012676const char kOfflinePagesShowAlternateDinoPageName[] =
2677 "Enable alternate dino page with more user capabilities.";
2678const char kOfflinePagesShowAlternateDinoPageDescription[] =
2679 "Enables the dino page to show more buttons and offer existing offline "
2680 "content.";
2681
Brett Wilsonff596952017-07-14 01:06:552682const char kOfflinePagesSvelteConcurrentLoadingName[] =
2683 "Enables concurrent background loading on svelte.";
2684const char kOfflinePagesSvelteConcurrentLoadingDescription[] =
2685 "Enables concurrent background loading (or downloading) of pages on "
2686 "Android svelte (512MB RAM) devices. Otherwise, background loading will "
2687 "happen when the svelte device is idle.";
2688
2689const char kOffliningRecentPagesName[] =
2690 "Enable offlining of recently visited pages";
2691const char kOffliningRecentPagesDescription[] =
2692 "Enable storing recently visited pages locally for offline use. Requires "
2693 "Offline Pages to be enabled.";
2694
Lei Zhang2eca9082017-10-17 20:42:502695const char kPayWithGoogleV1Name[] = "Pay with Google v1";
2696const char kPayWithGoogleV1Description[] =
Brett Wilsonff596952017-07-14 01:06:552697 "Enable Pay with Google integration into Web Payments with API version "
2698 "'1'.";
2699
Matthew Jonesa88b95852017-11-08 23:13:502700const char kProgressBarThrottleName[] = "Android progress update throttling.";
2701const char kProgressBarThrottleDescription[] =
2702 "Limit the maximum progress update to make progress appear smoother.";
2703
Brett Wilsonff596952017-07-14 01:06:552704const char kPullToRefreshEffectName[] = "The pull-to-refresh effect";
2705const char kPullToRefreshEffectDescription[] =
2706 "Page reloads triggered by vertically overscrolling content.";
2707
Piotr Swigon7c296ef2017-08-29 04:32:002708const char kPwaImprovedSplashScreenName[] =
2709 "Improved Splash Screen for standalone PWAs";
2710const char kPwaImprovedSplashScreenDescription[] =
2711 "Enables the Improved Splash Screen UX for standalone PWAs based on new "
2712 "Web App Manifest attributes";
Piotr Swigon9f630b32017-07-26 09:42:492713const char kPwaPersistentNotificationName[] =
2714 "Persistent notification in standalone PWA";
2715const char kPwaPersistentNotificationDescription[] =
2716 "Enables a persistent Android notification for standalone PWAs";
2717
Brett Wilsonff596952017-07-14 01:06:552718const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
2719const char kReaderModeHeuristicsDescription[] =
2720 "Determines what pages the Reader Mode infobar is shown on.";
2721const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
2722const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
2723const char kReaderModeHeuristicsAllArticles[] = "All articles";
2724const char kReaderModeHeuristicsAlwaysOff[] = "Never";
2725const char kReaderModeHeuristicsAlwaysOn[] = "Always";
2726
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:182727const char kReaderModeInCCTName[] = "Reader Mode in CCT";
2728const char kReaderModeInCCTDescription[] =
2729 "Open Reader Mode in Chrome Custom Tabs.";
2730
Varun Khaneja80712a82018-10-12 23:34:592731const char kSafeBrowsingUseLocalBlacklistsV2Name[] =
2732 "Use local Safe Browsing blacklists";
2733const char kSafeBrowsingUseLocalBlacklistsV2Description[] =
2734 "If enabled, maintain a copy of Safe Browsing blacklists in the browser "
2735 "process to check the Safe Browsing reputation of URLs without calling "
2736 "into GmsCore for every URL.";
2737
Brett Wilsonff596952017-07-14 01:06:552738const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
2739const char kSetMarketUrlForTestingDescription[] =
2740 "When enabled, sets the market URL for use in testing the update menu "
2741 "item.";
2742
2743const char kSpannableInlineAutocompleteName[] = "Spannable inline autocomplete";
2744const char kSpannableInlineAutocompleteDescription[] =
2745 "A new type of inline autocomplete for the omnibox that works with "
2746 "keyboards that compose text.";
2747
Theresaeea05a12018-05-09 21:01:592748const char kSimplifiedNtpName[] = "Simplified NTP";
2749const char kSimplifiedNtpDescription[] = "Show a simplified New Tab Page.";
2750
2751const char kSiteExplorationUiName[] = "Site Exploration UI";
2752const char kSiteExplorationUiDescription[] =
2753 "Show site suggestions in the Exploration UI";
2754
Lei Zhang0a318af2018-11-14 02:19:462755const char kStrictSiteIsolationName[] = "Strict site isolation";
2756const char kStrictSiteIsolationDescription[] =
2757 "Security mode that enables site isolation for all sites (SitePerProcess). "
2758 "In this mode, each renderer process will contain pages from at most one "
2759 "site, using out-of-process iframes when needed. "
2760 "Check chrome://process-internals to see the current isolation mode. "
2761 "Setting this flag to 'Enabled' turns on site isolation regardless of the "
2762 "default. Here, 'Disabled' is a legacy value that actually means "
2763 "'Default,' in which case site isolation may be already enabled based on "
2764 "platform, enterprise policy, or field trial. See also "
2765 "#site-isolation-trial-opt-out for how to disable site isolation for "
2766 "testing.";
2767
Anthony Vallee-Dubois4623e1b2018-10-11 22:09:182768const char kTranslateAndroidManualTriggerName[] =
2769 "Enable manual translate trigger";
2770const char kTranslateAndroidManualTriggerDescription[] =
2771 "Show a menu item in the main menu that triggers page translation.";
2772
Brett Wilsonff596952017-07-14 01:06:552773const char kUpdateMenuBadgeName[] = "Force show update menu badge";
2774const char kUpdateMenuBadgeDescription[] =
Tommy Nyquist3c02e592018-10-18 23:36:442775 "When enabled, a badge will be shown on the app menu button if the update "
2776 "type is Update Available or Unsupported OS Version.";
Brett Wilsonff596952017-07-14 01:06:552777
2778const char kUpdateMenuItemCustomSummaryDescription[] =
2779 "When this flag and the force show update menu item flag are enabled, a "
2780 "custom summary string will be displayed below the update menu item.";
2781const char kUpdateMenuItemCustomSummaryName[] =
2782 "Update menu item custom summary";
2783
Tommy Nyquist3c02e592018-10-18 23:36:442784const char kUpdateMenuTypeName[] =
2785 "Forces the update menu type to a specific type";
2786const char kUpdateMenuTypeDescription[] =
2787 "When set, forces the update type to be a specific one, which impacts "
2788 "the app menu badge and menu item for updates.";
2789const char kUpdateMenuTypeNone[] = "None";
2790const char kUpdateMenuTypeUpdateAvailable[] = "Update Available";
2791const char kUpdateMenuTypeUnsupportedOSVersion[] = "Unsupported OS Version";
Brett Wilsonff596952017-07-14 01:06:552792
Marc Treib93af46a2017-08-23 13:30:002793const char kThirdPartyDoodlesName[] =
2794 "Enable Doodles for third-party search engines";
2795const char kThirdPartyDoodlesDescription[] =
2796 "Enables fetching and displaying Doodles on the NTP for third-party search "
2797 "engines.";
2798
Klaus Weidneraaf697f2018-01-18 20:07:362799const char kWebXrRenderPathName[] = "WebXR presentation render path";
2800const char kWebXrRenderPathDescription[] =
2801 "Render path to use for WebXR presentation (including WebVR)";
2802const char kWebXrRenderPathChoiceClientWaitDescription[] =
2803 "ClientWait (Baseline)";
2804const char kWebXrRenderPathChoiceGpuFenceDescription[] =
2805 "GpuFence (Android N+)";
Klaus Weidnerd25dff42018-04-12 06:56:072806const char kWebXrRenderPathChoiceSharedBufferDescription[] =
2807 "SharedBuffer (Android O+)";
Klaus Weidneraaf697f2018-01-18 20:07:362808
Brett Wilson7b44537e2017-08-18 01:38:282809// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:552810
Brett Wilson7b44537e2017-08-18 01:38:282811#else // !defined(OS_ANDROID)
brettw5f9c1642017-05-14 17:12:482812
Brett Wilson7b44537e2017-08-18 01:38:282813const char kAccountConsistencyName[] =
2814 "Identity consistency between browser and cookie jar";
2815const char kAccountConsistencyDescription[] =
2816 "When enabled, the browser manages signing in and out of Google accounts.";
2817const char kAccountConsistencyChoiceMirror[] = "Mirror";
2818const char kAccountConsistencyChoiceDice[] = "Dice";
vabr0215a8e2017-03-28 12:47:342819
Tommy Martino3fa3df52018-08-20 21:45:442820const char kAutofillDropdownLayoutName[] =
2821 "Autofill Dropdown Layout Experiment";
2822const char kAutofillDropdownLayoutDescription[] =
2823 "Alternate visual designs for the Autofill dropdown.";
2824
Fabio Tirelo3773dea2018-09-11 15:21:522825const char kAutofillPrimaryInfoStyleExperimentName[] =
2826 "Autofill experiment with primary info style";
2827const char kAutofillPrimaryInfoStyleExperimentDescription[] =
2828 "Allow experimentation with different typefaces for primary info on the "
2829 "Autofill dropdown (addresses and payment methods)";
2830
Chris Pickel3a227ae62017-08-24 10:47:262831const char kDoodlesOnLocalNtpName[] = "Enable doodles on the local NTP";
2832const char kDoodlesOnLocalNtpDescription[] =
2833 "Show doodles on the local New Tab page if Google is the default search "
2834 "engine.";
2835
mlamouriff56c092017-05-11 15:31:392836const char kEnableAudioFocusName[] = "Manage audio focus across tabs";
mlamouriff56c092017-05-11 15:31:392837const char kEnableAudioFocusDescription[] =
vabr0215a8e2017-03-28 12:47:342838 "Manage audio focus across tabs to improve the audio mixing.";
mlamouriff56c092017-05-11 15:31:392839const char kEnableAudioFocusDisabled[] = "Disabled";
mlamouriff56c092017-05-11 15:31:392840const char kEnableAudioFocusEnabled[] = "Enabled";
mlamouriff56c092017-05-11 15:31:392841const char kEnableAudioFocusEnabledDuckFlash[] =
vabr0215a8e2017-03-28 12:47:342842 "Enabled (Flash lowers volume when interrupted by other sound, "
2843 "experimental)";
Becca Hughes87b17ae2018-10-04 00:35:422844const char kEnableAudioFocusEnabledNoEnforce[] =
2845 "Enabled (without enforcement of a single active media session)";
vabr0215a8e2017-03-28 12:47:342846
Lei Zhang0a318af2018-11-14 02:19:462847const char kEnableWebAuthenticationBleSupportName[] =
2848 "Web Authentication API BLE support";
2849const char kEnableWebAuthenticationBleSupportDescription[] =
2850 "Enable support for using Web Authentication API via Bluetooth security "
2851 "keys";
Sebastien Marchandd33f7dc2018-06-22 22:07:062852
Sebastien Marchandd33f7dc2018-06-22 22:07:062853const char kEnableWebAuthenticationCtap2SupportName[] =
2854 "Enable Web Authentication API support for CTAP2 security keys";
2855const char kEnableWebAuthenticationCtap2SupportDescription[] =
Kim Paulhamus92431372018-07-20 02:25:472856 "Enable CTAP2 security keys for the Web Authentication API.";
Sebastien Marchandd33f7dc2018-06-22 22:07:062857
2858const char kEnableWebAuthenticationTestingAPIName[] =
2859 "Web Authentication Testing API";
2860const char kEnableWebAuthenticationTestingAPIDescription[] =
2861 "Enable Web Authentication Testing API support, which disconnects the API "
2862 "implementation from the real world, and allows configuring virtual "
2863 "authenticator devices for testing";
2864
Jeffrey Cohenf04130a42018-08-29 00:22:272865const char kHappinessTrackingSurveysForDesktopName[] =
2866 "Happiness Tracking Surveys";
2867const char kHappinessTrackingSurveysForDesktopDescription[] =
2868 "Enable showing Happiness Tracking Surveys to users on Desktop";
2869
Lei Zhang0a318af2018-11-14 02:19:462870const char kInfiniteSessionRestoreName[] = "Infinite Session Restore";
2871const char kInfiniteSessionRestoreDescription[] =
2872 "Reduces the number of tabs being loaded simultaneously during session "
2873 "restore, to improve responsiveness of the foreground tab. This requires "
2874 "#enable-page-almost-idle.";
Dave Schuyler598a4a42018-01-04 02:15:102875
Travis Skarebcdb5ed32018-08-17 01:49:402876const char kOmniboxDriveSuggestionsName[] =
2877 "Omnibox Google Drive Document suggestions";
2878const char kOmniboxDriveSuggestionsDescriptions[] =
2879 "Display suggestions for Google Drive documents in the omnibox when Google "
2880 "is the default search engine.";
2881
Dave Schuyler616273d2018-04-19 03:12:522882const char kOmniboxNewAnswerLayoutName[] = "Omnibox new answer layout";
2883const char kOmniboxNewAnswerLayoutDescription[] =
Justin Donnellye7926092018-06-18 14:57:212884 "Display answers using an enhanced layout with larger images. Has no "
2885 "effect unless either the #upcoming-ui-features flag is Enabled or the "
2886 "#top-chrome-md flag is set to Refresh or Touchable Refresh.";
Dave Schuyler616273d2018-04-19 03:12:522887
Lei Zhang0a318af2018-11-14 02:19:462888const char kOmniboxPedalSuggestionsName[] = "Omnibox Pedal suggestions";
2889const char kOmniboxPedalSuggestionsDescription[] =
2890 "Enable omnibox Pedal suggestions using either a side button in suggestion "
2891 "or a dedicated suggestion item beneath the triggering line item. Omnibox "
2892 "Pedals accelerate actions within Chrome by detecting user intent and "
2893 "offering direct access to the end goal.";
2894
Orin Jaworski04c08b42018-07-11 02:39:562895const char kOmniboxReverseAnswersName[] = "Omnibox reverse answers";
2896const char kOmniboxReverseAnswersDescription[] =
2897 "Display answers with rows reversed (swapped); except definitions. Has no "
2898 "effect unless either the #upcoming-ui-features flag is Enabled or the "
2899 "#top-chrome-md flag is set to Refresh or Touchable Refresh.";
2900
Lei Zhang0a318af2018-11-14 02:19:462901const char kOmniboxRichEntitySuggestionsName[] =
2902 "Omnibox rich entity suggestions";
2903const char kOmniboxRichEntitySuggestionsDescription[] =
2904 "Display entity suggestions using images and an enhanced layout; showing "
2905 "more context and descriptive text about the entity. Has no effect unless "
2906 "either the #upcoming-ui-features flag is Enabled or the #top-chrome-md "
2907 "flag is set to Refresh or Touchable Refresh.";
2908
Kevin Bailey898669972017-11-06 15:34:492909const char kOmniboxTabSwitchSuggestionsName[] =
2910 "Omnibox tab switch suggestions";
2911const char kOmniboxTabSwitchSuggestionsDescription[] =
Justin Donnellye7926092018-06-18 14:57:212912 "Enable suggestions for switching to open tabs within the Omnibox. "
2913 "Has no effect unless either the #upcoming-ui-features flag is Enabled or "
2914 "the #top-chrome-md flag is set to Refresh or Touchable Refresh.";
Kevin Bailey898669972017-11-06 15:34:492915
krbcc621412017-06-01 19:40:282916const char kOmniboxTailSuggestionsName[] = "Omnibox tail suggestions";
2917const char kOmniboxTailSuggestionsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192918 "Enable receiving tail suggestions, a type of search suggestion based on "
2919 "the last few words in the query, for the Omnibox.";
vabr0215a8e2017-03-28 12:47:342920
Sebastien Marchandd33f7dc2018-06-22 22:07:062921const char kPageAlmostIdleName[] = "Page Almost Idle";
2922const char kPageAlmostIdleDescription[] =
2923 "Make session restore use a definition of loading that waits for CPU and "
2924 "network quiescence.";
2925
2926const char kProactiveTabFreezeAndDiscardName[] =
2927 "Proactive Tab Freeze and Discard";
2928const char kProactiveTabFreezeAndDiscardDescription[] =
2929 "Enables proactive tab freezing and discarding. This requires "
2930 "#enable-page-almost-idle.";
2931
Nicolas Ouellet-payeur82eb65b2018-11-05 16:49:272932const char kShowManagedUiName[] = "Show managed UI for managed users";
2933const char kShowManagedUiDescription[] =
2934 "Enabled/disable showing enterprise users a 'Managed by your organization' "
2935 "message in the app menu and on some chrome:// pages.";
2936
Sebastien Marchandd33f7dc2018-06-22 22:07:062937const char kSiteCharacteristicsDatabaseName[] = "Site Characteristics database";
2938const char kSiteCharacteristicsDatabaseDescription[] =
2939 "Records usage of some features in a database while a tab is in background "
2940 "(title/favicon update, audio playback or usage of non-persistent "
2941 "notifications).";
2942
Brett Wilson7b44537e2017-08-18 01:38:282943const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP";
2944const char kUseGoogleLocalNtpDescription[] =
2945 "Use the local New Tab page if Google is the default search engine.";
spqchan064a8112017-04-18 16:46:322946
Brett Wilson7b44537e2017-08-18 01:38:282947#if defined(GOOGLE_CHROME_BUILD)
2948
2949const char kGoogleBrandedContextMenuName[] =
2950 "Google branding in the context menu";
2951const char kGoogleBrandedContextMenuDescription[] =
2952 "Shows a Google icon next to context menu items powered by Google "
2953 "services.";
2954
2955#endif // !defined(GOOGLE_CHROME_BUILD)
2956
2957#endif // !defined(OS_ANDROID)
2958
2959// Windows ---------------------------------------------------------------------
2960
2961#if defined(OS_WIN)
2962
David Bienvenud0ddda32018-11-01 16:59:162963const char kCalculateNativeWinOcclusionName[] =
2964 "Calculate window occlusion on Windows";
2965const char kCalculateNativeWinOcclusionDescription[] =
2966 "Calculate window occlusion on Windows will be used in the future "
2967 "to throttle and potentially unload foreground tabs in occluded windows";
2968
Brett Wilson7b44537e2017-08-18 01:38:282969const char kCloudPrintXpsName[] = "XPS in Google Cloud Print";
2970const char kCloudPrintXpsDescription[] =
2971 "XPS enables advanced options for classic printers connected to the Cloud "
2972 "Print with Chrome. Printers must be re-connected after changing this "
2973 "flag.";
2974
2975const char kDisablePostscriptPrinting[] = "Disable PostScript Printing";
2976const char kDisablePostscriptPrintingDescription[] =
2977 "Disables PostScript generation when printing to PostScript capable "
2978 "printers, and uses EMF generation in its place.";
2979
2980const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown.";
2981const char kEnableAppcontainerDescription[] =
2982 "Enables the use of an AppContainer on sandboxed processes to improve "
2983 "security.";
2984
James Forshawfd0ce342018-02-14 09:55:392985const char kEnableGpuAppcontainerName[] = "Enable GPU AppContainer Lockdown.";
2986const char kEnableGpuAppcontainerDescription[] =
2987 "Enables the use of an AppContainer for the GPU sandboxed processes to "
2988 "improve security.";
2989
Brett Wilson7b44537e2017-08-18 01:38:282990const char kGdiTextPrinting[] = "GDI Text Printing";
2991const char kGdiTextPrintingDescription[] =
2992 "Use GDI to print text as simply text";
2993
Henrik Grunell67e56ef2018-04-10 14:04:092994const char kIncreaseInputAudioBufferSize[] = "Increase input audio buffer size";
2995const char kIncreaseInputAudioBufferSizeDescription[] =
2996 "Increases the input audio endpoint buffer to 100 ms.";
2997
Brett Wilson7b44537e2017-08-18 01:38:282998const char kTraceExportEventsToEtwName[] =
2999 "Enable exporting of tracing events to ETW.";
3000const char kTraceExportEventsToEtwDesription[] =
3001 "If enabled, trace events will be exported to the Event Tracing for "
3002 "Windows (ETW) and can then be captured by tools such as UIForETW or "
3003 "Xperf.";
3004
Olli Etuaho122321192018-09-07 10:15:293005const char kUseAngleName[] = "Choose ANGLE graphics backend";
3006const char kUseAngleDescription[] =
3007 "Choose the graphics backend for ANGLE. D3D11 is used on most Windows "
3008 "computers by default. Using the OpenGL driver as the graphics backend may "
3009 "result in higher performance in some graphics-heavy applications, "
3010 "particularly on NVIDIA GPUs. It can increase battery and memory usage of "
3011 "video playback.";
3012
3013const char kUseAngleDefault[] = "Default";
3014const char kUseAngleGL[] = "OpenGL";
3015const char kUseAngleD3D11[] = "D3D11";
3016const char kUseAngleD3D9[] = "D3D9";
3017
Brett Wilson7b44537e2017-08-18 01:38:283018const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
3019const char kUseWinrtMidiApiDescription[] =
3020 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
3021 "later).";
3022
3023const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar";
3024const char kWindows10CustomTitlebarDescription[] =
3025 "If enabled, Chrome will draw the titlebar and caption buttons instead of "
3026 "deferring to Windows.";
3027
3028#endif // defined(OS_WIN)
3029
3030// Mac -------------------------------------------------------------------------
3031
3032#if defined(OS_MACOSX)
3033
Brett Wilson7b44537e2017-08-18 01:38:283034const char kFullscreenToolbarRevealName[] =
3035 "Enables the toolbar in fullscreen to reveal itself.";
3036const char kFullscreenToolbarRevealDescription[] =
3037 "Reveal the toolbar in fullscreen for a short period when the tab strip "
3038 "has changed.";
3039
3040const char kContentFullscreenName[] = "Improved Content Fullscreen";
3041const char kContentFullscreenDescription[] =
3042 "Fullscreen content window detaches from main browser window and goes to "
3043 "a new space without moving or changing the original browser window.";
3044
Martin Kreichgauer1ca416d2018-07-11 00:43:193045const char kEnableWebAuthenticationTouchIdName[] =
3046 "Web Authentication API Touch ID support";
3047const char kEnableWebAuthenticationTouchIdDescription[] =
3048 "Enables a built-in Touch ID authenticator for the Web Authentication API.";
3049
Brett Wilson7b44537e2017-08-18 01:38:283050const char kHostedAppsInWindowsName[] =
3051 "Allow hosted apps to be opened in windows";
3052const char kHostedAppsInWindowsDescription[] =
3053 "Allows hosted apps to be opened in windows instead of being limited to "
3054 "tabs.";
3055
Christopher Cameron57dee5a42018-09-25 01:20:083056const char kCreateAppWindowsInAppShimProcessName[] =
3057 "Create native windows in the app process";
3058const char kCreateAppWindowsInAppShimProcessDescription[] =
3059 "Create native windows the app shim process, instead of of the browser "
3060 "process.";
3061
Lei Zhang2eca9082017-10-17 20:42:503062const char kMacRTLName[] = "Enable RTL";
3063const char kMacRTLDescription[] = "Mirrors the UI for RTL language users";
Brett Wilson7b44537e2017-08-18 01:38:283064
Lei Zhang2eca9082017-10-17 20:42:503065const char kMacTouchBarName[] = "Hardware Touch Bar";
3066const char kMacTouchBarDescription[] = "Control the use of the Touch Bar.";
Brett Wilson7b44537e2017-08-18 01:38:283067
Greg Kerraea59272018-10-12 16:44:313068const char kMacV2SandboxName[] = "Mac V2 Sandbox";
3069const char kMacV2SandboxDescription[] =
3070 "Eliminates the unsandboxed warmup phase and sandboxes processes for their "
3071 "entire life cycle.";
3072
Brett Wilson7b44537e2017-08-18 01:38:283073const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows.";
3074const char kMacViewsNativeAppWindowsDescription[] =
3075 "Controls whether to use Toolkit-Views based Chrome App windows.";
3076
3077const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager.";
3078const char kMacViewsTaskManagerDescription[] =
3079 "Controls whether to use the Toolkit-Views based Task Manager.";
3080
3081const char kTabDetachingInFullscreenName[] =
3082 "Allow tab detaching in fullscreen";
3083const char kTabDetachingInFullscreenDescription[] =
3084 "Allow tabs to detach from the tabstrip when in fullscreen mode on Mac.";
3085
3086const char kTabStripKeyboardFocusName[] = "Tab Strip Keyboard Focus";
3087const char kTabStripKeyboardFocusDescription[] =
3088 "Enable keyboard focus for the tabs in the tab strip.";
3089
Tessa Nijssen4db9799e2018-08-06 21:04:383090const char kTextSuggestionsTouchBarName[] = "Text Suggestions Touch Bar";
3091const char kTextSuggestionsTouchBarDescription[] =
3092 "Enable text suggestions touch bar for textfields.";
3093
Brett Wilson7b44537e2017-08-18 01:38:283094#endif
3095
3096// Chrome OS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:343097
3098#if defined(OS_CHROMEOS)
3099
Brett Wilson7b44537e2017-08-18 01:38:283100const char kAcceleratedMjpegDecodeName[] =
3101 "Hardware-accelerated mjpeg decode for captured frame";
3102const char kAcceleratedMjpegDecodeDescription[] =
3103 "Enable hardware-accelerated mjpeg decode for captured frame where "
3104 "available.";
vabr0215a8e2017-03-28 12:47:343105
Brett Wilson7b44537e2017-08-18 01:38:283106const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click";
3107const char kAllowTouchpadThreeFingerClickDescription[] =
3108 "Enables touchpad three-finger-click as middle button.";
vabr0215a8e2017-03-28 12:47:343109
Bruno Kim Medeiros Cesarb98fe1d82018-06-06 18:11:523110const char kArcAvailableForChildName[] = "Allow ARC for child accounts";
3111const char kArcAvailableForChildDescription[] =
3112 "Allow child accounts to start Android apps.";
3113
Brett Wilson7b44537e2017-08-18 01:38:283114const char kArcBootCompleted[] = "Load Android apps automatically";
3115const char kArcBootCompletedDescription[] =
3116 "Allow Android apps to start automatically after signing in.";
vabr0215a8e2017-03-28 12:47:343117
Luum Habtemariamdaa8fd22018-06-25 22:39:433118const char kArcCupsApiName[] = "ARC CUPS API";
3119const char kArcCupsApiDescription[] =
3120 "Enables support of libcups APIs from ARC";
3121
Satoshi Niwa8b1d5282018-10-24 04:53:033122const char kArcFilePickerExperimentName[] =
3123 "Enable file picker experiment for ARC";
3124const char kArcFilePickerExperimentDescription[] =
3125 "Enables using Chrome OS file picker in ARC.";
3126
Yuichiro Hanada0b63f062018-07-12 02:18:333127const char kArcInputMethodName[] = "Enable ARC input methods.";
3128const char kArcInputMethodDescription[] = "Enable ARC input methods.";
3129
Lev Rumyantsev7a8544312017-08-18 19:26:513130const char kArcNativeBridgeExperimentName[] =
3131 "Enable native bridge experiment for ARC";
3132const char kArcNativeBridgeExperimentDescription[] =
3133 "Enables experimental native bridge feature.";
3134
lgchengecd1c1a62018-01-09 02:59:463135const char kArcUsbHostName[] = "Enable ARC USB host integration";
3136const char kArcUsbHostDescription[] =
3137 "Allow Android apps to use USB host feature on ChromeOS devices.";
3138
Kevin Cernekeeb7f96a52017-10-25 17:40:183139const char kArcVpnName[] = "Enable ARC VPN integration";
3140const char kArcVpnDescription[] =
3141 "Allow Android VPN clients to tunnel Chrome traffic.";
3142
Qiang Xu045aff222018-05-21 23:21:013143const char kAshDisableLoginDimAndBlurName[] =
3144 "Disable dimming and blur on login screen.";
3145const char kAshDisableLoginDimAndBlurDescription[] =
3146 "Disable dimming and blur on login screen.";
3147
3148const char kAshDisableSmoothScreenRotationName[] =
3149 "Disable smooth rotation animations.";
3150const char kAshDisableSmoothScreenRotationDescription[] =
3151 "Disable smooth rotation animations.";
3152
3153const char kAshEnableDisplayMoveWindowAccelsName[] =
3154 "Enable shortcuts for moving window between displays.";
3155const char kAshEnableDisplayMoveWindowAccelsDescription[] =
3156 "Enable shortcuts for moving window between displays.";
3157
3158const char kAshEnableKeyboardShortcutViewerName[] =
3159 "Enable keyboard shortcut viewer.";
3160const char kAshEnableKeyboardShortcutViewerDescription[] =
3161 "Enable keyboard shortcut viewer.";
3162
3163const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode.";
3164const char kAshEnableMirroredScreenDescription[] =
3165 "Enable the mirrored screen mode. This mode flips the screen image "
3166 "horizontally.";
3167
Qiang Xu045aff222018-05-21 23:21:013168const char kAshEnablePersistentWindowBoundsName[] =
3169 "Enable persistent window bounds in multi-displays scenario.";
3170const char kAshEnablePersistentWindowBoundsDescription[] =
3171 "Enable persistent window bounds in multi-displays scenario.";
3172
3173const char kAshEnableTrilinearFilteringName[] = "Enable trilinear filtering.";
3174const char kAshEnableTrilinearFilteringDescription[] =
3175 "Enable trilinear filtering.";
3176
Brett Wilson7b44537e2017-08-18 01:38:283177const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
3178const char kAshEnableUnifiedDesktopDescription[] =
3179 "Enable unified desktop mode which allows a window to span multiple "
3180 "displays.";
vabr0215a8e2017-03-28 12:47:343181
Mike Wassermanfcc47e42018-06-14 21:24:423182const char kAshKeyboardShortcutViewerAppName[] =
3183 "Keyboard Shortcut Viewer mojo app";
3184const char kAshKeyboardShortcutViewerAppDescription[] =
3185 "Use an out-of-process mojo app to show the Keyboard Shortcut Viewer.";
3186
Qiang Xu045aff222018-05-21 23:21:013187const char kAshShelfColorName[] = "Shelf color in Chrome OS system UI";
3188const char kAshShelfColorDescription[] =
3189 "Enables/disables the shelf color to be a derived from the wallpaper. The "
3190 "--ash-shelf-color-scheme flag defines how that color is derived.";
3191
3192const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI";
3193const char kAshShelfColorSchemeDescription[] =
3194 "Specify how the color is derived from the wallpaper. This flag is only "
3195 "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted";
3196const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant";
3197const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant";
3198const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant";
3199const char kAshShelfColorSchemeLightMuted[] = "Light & Muted";
3200const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted";
3201const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted";
3202
Sean Kau5e956192017-10-06 22:25:173203const char kBulkPrintersName[] = "Bulk Printers Policy";
3204const char kBulkPrintersDescription[] = "Enables the new bulk printers policy";
3205
Brett Wilson7b44537e2017-08-18 01:38:283206const char kCaptivePortalBypassProxyName[] =
3207 "Bypass proxy for Captive Portal Authorization";
3208const char kCaptivePortalBypassProxyDescription[] =
3209 "If proxy is configured, it usually prevents from authorization on "
3210 "different captive portals. This enables opening captive portal "
3211 "authorization dialog in a separate window, which ignores proxy settings.";
vabr0215a8e2017-03-28 12:47:343212
Yuki Awanob51d3252018-07-11 23:45:553213const char kChromeVoxArcSupportName[] = "ChromeVox ARC support";
3214const char kChromeVoxArcSupportDescription[] =
3215 "Use ChromeVox screen reader features in ARC";
3216
Brett Wilson7b44537e2017-08-18 01:38:283217const char kCrOSComponentName[] = "Chrome OS Component";
3218const char kCrOSComponentDescription[] =
Xiaochu Liu4c1b75d2017-12-18 23:52:083219 "Disable the use of componentized escpr CUPS filter.";
vabr0215a8e2017-03-28 12:47:343220
Xiaochu Liu51d03fd2017-09-08 23:51:023221const char kCrOSContainerName[] = "Chrome OS Container";
3222const char kCrOSContainerDescription[] =
3223 "Enable the use of Chrome OS Container utility.";
3224
Brett Wilson7b44537e2017-08-18 01:38:283225const char kCrosRegionsModeName[] = "Cros-regions load mode";
3226const char kCrosRegionsModeDescription[] =
3227 "This flag controls cros-regions load mode";
3228const char kCrosRegionsModeDefault[] = "Default";
3229const char kCrosRegionsModeOverride[] = "Override VPD values.";
3230const char kCrosRegionsModeHide[] = "Hide VPD values.";
vabr0215a8e2017-03-28 12:47:343231
Joel Hockeyad5b9762018-09-01 12:06:083232const char kCrostiniFilesName[] = "Crostini Files";
3233const char kCrostiniFilesDescription[] =
3234 "Enable Crostini file sharing in Files app.";
3235
Josh Pratt57cea392018-10-30 02:59:063236const char kCrostiniUsbSupportName[] = "Crostini Usb Support";
3237const char kCrostiniUsbSupportDescription[] =
3238 "Enable mounting Usb devices in Crostini.";
3239
Daniele Castagnac4aeb572018-10-23 16:23:573240const char kDisableExplicitDmaFencesName[] = "Disable explicit dma-fences";
3241const char kDisableExplicitDmaFencesDescription[] =
3242 "Always rely on implicit syncrhonization between GPU and display "
3243 "controller instead of using dma-fences explcitily when available.";
3244
Jacob Dufault2becbc482017-08-25 00:36:353245const char kDisableLockScreenAppsName[] = "Disable lock screen note taking";
3246const char kDisableLockScreenAppsDescription[] =
3247 "Disable new-note action handler apps on the lock screen. The user will "
3248 "not be able to launch the preferred note-taking action from the lock "
3249 "screen, provided that the app supports lock screen note taking.";
3250
Qiang Xu045aff222018-05-21 23:21:013251const char kDisableSystemTimezoneAutomaticDetectionName[] =
3252 "SystemTimezoneAutomaticDetection policy support";
3253const char kDisableSystemTimezoneAutomaticDetectionDescription[] =
3254 "Disable system timezone automatic detection device policy.";
3255
Sammie Quonef6b4882017-09-14 16:50:053256const char kDisableTabletAutohideTitlebarsName[] =
3257 "Disable autohide titlebars in tablet mode";
3258const char kDisableTabletAutohideTitlebarsDescription[] =
3259 "Disable tablet mode autohide titlebars functionality. The user will be "
3260 "able to see the titlebar in tablet mode.";
3261
Xiaoqian Dai24b33eb2018-04-10 21:01:573262const char kDisableTabletSplitViewName[] = "Disable split view in Tablet mode";
3263const char kDisableTabletSplitViewDescription[] =
3264 "Disable split view for Chrome OS tablet mode.";
3265
Ahmed Fakhry4f567e692018-10-16 15:51:083266const char kDoubleTapToZoomInTabletModeName[] =
3267 "Double-tap to zoom in tablet mode";
3268const char kDoubleTapToZoomInTabletModeDescription[] =
3269 "If Enabled, double tapping in webpages while in tablet mode will zoom the "
3270 "page.";
3271
Daniel Zhang01399072018-08-16 22:28:203272const char kEnableAppListSearchAutocompleteName[] =
3273 "App List Search Autocomplete";
3274const char kEnableAppListSearchAutocompleteDescription[] =
3275 "Allow App List search box to autocomplete queries for Google searches and "
3276 "apps.";
3277
Qiang Xu53d1a5832018-05-24 18:44:193278const char kEnableAppShortcutSearchName[] =
3279 "Enable app shortcut search in launcher";
3280const char kEnableAppShortcutSearchDescription[] =
3281 "Enables app shortcut search in launcher";
3282
Vladislav Kaznacheevaa213a02018-10-29 17:54:283283const char kEnableAppDataSearchName[] = "Enable app data search in launcher";
3284const char kEnableAppDataSearchDescription[] =
3285 "Allow launcher search to access data available through Firebase App "
3286 "Indexing";
3287
Weidong Guo00d0b2b2018-06-07 00:39:303288const char kEnableAppsGridGapFeatureName[] =
3289 "Enable apps grid gap feature in launcher.";
3290const char kEnableAppsGridGapFeatureDescription[] =
3291 "Enables gaps at the end of each page and enables dragging an item to an "
3292 "empty page in launcher.";
3293
Lei Zhang0a318af2018-11-14 02:19:463294const char kEnableArcUnifiedAudioFocusName[] =
Becca Hughes34415e82018-10-05 18:47:373295 "Enable unified audio focus on ARC";
Lei Zhang0a318af2018-11-14 02:19:463296const char kEnableArcUnifiedAudioFocusDescription[] =
Becca Hughes34415e82018-10-05 18:47:373297 "If audio focus is enabled in Chrome then this will delegate audio focus "
3298 "control in Android apps to Chrome.";
3299
Yue Li958f9dd2018-11-15 00:56:593300const char kEnableAssistantVoiceMatchName[] = "Enable Assistant Voice Match";
3301const char kEnableAssistantVoiceMatchDescription[] =
3302 "Enable the Assistant Voice Match feature";
3303
Lei Zhang2eca9082017-10-17 20:42:503304const char kEnableBackgroundBlurName[] = "Enable background blur.";
3305const char kEnableBackgroundBlurDescription[] =
Wenzhao Zang50fb0b22017-11-07 01:38:423306 "Enables background blur for the Peeking Launcher and Tab Switcher.";
Alex Newcomer43cb7f12017-07-28 17:37:393307
Lei Zhang0ca70ea2018-09-07 17:51:013308const char kEnableChromeOsAccountManagerName[] = "Enable Account Manager";
3309const char kEnableChromeOsAccountManagerDescription[] =
Kushagra Sinha8a181fc2018-08-20 17:15:493310 "Enables the Chrome OS Account Manager";
3311
Lei Zhang0ca70ea2018-09-07 17:51:013312const char kEnableContinueReadingName[] = "Enable continue reading";
3313const char kEnableContinueReadingDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013314 "Enable continue reading feature in Launcher, which allows users to "
3315 "seamlessly continue reading a web page when they switch devices from "
3316 "phones or tablets to Chromebooks.";
3317
Alexander Alekseev38e1e0a2018-11-08 22:48:483318const char kEnableDiscoverAppName[] = "Enable Discover App";
3319const char kEnableDiscoverAppDescription[] =
3320 "Enable Discover App icon in launcher.";
3321
Min Chenc2ec7282018-06-29 21:38:463322const char kEnableDragAppsInTabletModeName[] =
3323 "Enable dragging apps in tablet mode";
3324const char kEnableDragAppsInTabletModeDescription[] =
3325 "If enabled, swiping down from the top of the screen when an app is opened "
3326 "in tablet mode can drag the app.";
3327
Xiaoqian Dai82d99192018-05-25 18:51:353328const char kEnableDragTabsInTabletModeName[] =
3329 "Enable dragging tabs in tablet mode";
3330const char kEnableDragTabsInTabletModeDescription[] =
3331 "Allows the user to drag the tabs out of a browser window in tablet mode.";
3332
Sam McNally201fbf94e2018-07-04 03:15:203333const char kEnableDriveFsName[] = "Enable DriveFS";
3334const char kEnableDriveFsDescription[] =
3335 "Enables use of the new DriveFS-based Drive sync client.";
3336
Luciano Pacheco20c48bd42018-11-07 00:57:083337const char kEnableMyFilesVolumeName[] = "Enable MyFiles as Volume";
3338const char kEnableMyFilesVolumeDescription[] =
Luciano Pacheco7fe772fe2018-11-07 02:31:453339 "Enables use of MyFiles as a read/write volume. This should be only "
3340 "used for testing or for trying to restore the previous Downloads content.";
Luciano Pacheco20c48bd42018-11-07 00:57:083341
Brett Wilson7b44537e2017-08-18 01:38:283342const char kEnableEhvInputName[] =
3343 "Emoji, handwriting and voice input on opt-in IME menu";
3344const char kEnableEhvInputDescription[] =
3345 "Enable access to emoji, handwriting and voice input form opt-in IME menu.";
vabr0215a8e2017-03-28 12:47:343346
Brett Wilson7b44537e2017-08-18 01:38:283347const char kEnableEncryptionMigrationName[] =
3348 "Enable encryption migration of user data";
3349const char kEnableEncryptionMigrationDescription[] =
3350 "If enabled and the device supports ARC, the user will be asked to update "
3351 "the encryption of user data when the user signs in.";
vabr0215a8e2017-03-28 12:47:343352
Blake O'Hare9e9317b22017-10-24 02:49:353353const char kEnableFloatingVirtualKeyboardName[] =
3354 "Enable floating virtual keyboard";
3355const char kEnableFloatingVirtualKeyboardDescription[] =
3356 "If enabled, the keyboard will use floating behavior by default.";
3357
Qiang Xu045aff222018-05-21 23:21:013358const char kEnableFullscreenHandwritingVirtualKeyboardName[] =
3359 "Enable full screen handwriting virtual keyboard";
3360const char kEnableFullscreenHandwritingVirtualKeyboardDescription[] =
3361 "If enabled, the handwriting virtual keyboard will allow user to write "
3362 "anywhere on the screen";
3363
Xiaohui Chenfb0943e2018-10-16 22:44:373364const char kEnableGoogleAssistantName[] = "Enable Google Assistant";
3365const char kEnableGoogleAssistantDescription[] =
3366 "Enable an experimental Assistant implementation that will work on all "
3367 "Chromebooks.";
3368
Qiang Xu045aff222018-05-21 23:21:013369const char kEnableHomeLauncherName[] = "Enable home launcher";
3370const char kEnableHomeLauncherDescription[] =
3371 "Enable home launcher in tablet mode.";
3372
Lei Zhang0ca70ea2018-09-07 17:51:013373const char kEnableHomeLauncherGesturesName[] = "Enable home launcher gestures";
3374const char kEnableHomeLauncherGesturesDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013375 "Enables using gestures to hide or show the home launcher.";
3376
Brett Wilson7b44537e2017-08-18 01:38:283377const char kEnableImeMenuName[] = "Enable opt-in IME menu";
3378const char kEnableImeMenuDescription[] =
3379 "Enable access to the new IME menu in the Language Settings page.";
vabr0215a8e2017-03-28 12:47:343380
Becca Hughes3d63a91d2018-10-17 19:30:393381const char kEnableMediaSessionAshMediaKeysName[] =
3382 "Enable media session media key handling";
3383const char kEnableMediaSessionAshMediaKeysDescription[] =
3384 "Enable the media session service to handle media keys. This requires "
3385 "the audio focus flag to be enabled too.";
3386
Weidong Guo45836d1b2018-06-27 23:51:163387const char kEnableNewStyleLauncherName[] = "Enable new style launcher.";
3388const char kEnableNewStyleLauncherDescription[] =
3389 "Enables new style UI such as suggestion chips, resizable apps grid, etc. "
3390 "in app launcher.";
3391
Sammie Quon248ccef2018-08-28 23:00:013392const char kEnableOobeRecommendAppsScreenName[] =
3393 "Enable OOBE Recommend Apps Screen";
3394const char kEnableOobeRecommendAppsScreenDescription[] =
3395 "Enable the Recommend Apps Screen in OOBE which allows user to install apps"
3396 "from other devices";
3397
Qiang Xu045aff222018-05-21 23:21:013398const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences.";
3399const char kEnablePerUserTimezoneDescription[] =
3400 "Chrome OS system timezone preference is stored and handled for each user "
3401 "individually.";
3402
Vladislav Kaznacheevaa213a02018-10-29 17:54:283403const char kEnablePlayStoreSearchName[] = "Enable Play Store search";
3404const char kEnablePlayStoreSearchDescription[] =
3405 "Enable Play Store search in launcher.";
3406
Qiang Xu045aff222018-05-21 23:21:013407const char kEnableSettingsShortcutSearchName[] =
3408 "Enable Settings shortcut search";
3409const char kEnableSettingsShortcutSearchDescription[] =
3410 "Enable Settings shortcut search in launcher.";
3411
Darren Shen3e49c63d2018-03-28 04:45:503412const char kEnableStylusVirtualKeyboardName[] =
3413 "Enable stylus virtual keyboard";
3414const char kEnableStylusVirtualKeyboardDescription[] =
3415 "If enabled, tapping with a stylus will show the handwriting virtual "
3416 "keyboard.";
3417
Jordy Greenblatt2f23df22018-02-22 19:49:193418const char kEnableUnifiedMultiDeviceSettingsName[] =
3419 "Enable unified MultiDevice settings";
3420const char kEnableUnifiedMultiDeviceSettingsDescription[] =
3421 "If enabled, the Chrome OS Settings UI will include a menu for the unified "
3422 "MultiDevice settings.";
3423
3424const char kEnableUnifiedMultiDeviceSetupName[] =
3425 "Enable unified MultiDevice setup";
3426const char kEnableUnifiedMultiDeviceSetupDescription[] =
3427 "Enable the device to setup all MultiDevice services in a single workflow.";
3428
Darren Shen11c770f312018-06-13 07:36:393429const char kEnableVirtualKeyboardMdUiName[] =
3430 "Enable Material Design virtual keyboard";
3431const char kEnableVirtualKeyboardMdUiDescription[] =
3432 "If enabled, loads the Material Design UI for the virtual keyboard.";
3433
Darren Shen0b4e5802018-07-10 03:12:263434const char kEnableVirtualKeyboardUkmName[] = "Enable UKM for virtual keyboard";
3435const char kEnableVirtualKeyboardUkmDescription[] =
3436 "Enables UKM for virtual keyboard";
3437
Lei Zhang0ca70ea2018-09-07 17:51:013438const char kEnableZeroStateSuggestionsName[] = "Enable Zero State Suggetions";
3439const char kEnableZeroStateSuggestionsDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013440 "Enable Zero State Suggestions feature in Launcher, which will show "
Vladislav Kaznacheevaa213a02018-10-29 17:54:283441 "suggestions when launcher search box is active with an empty query";
Sammie Quon248ccef2018-08-28 23:00:013442
Brett Wilson7b44537e2017-08-18 01:38:283443const char kEolNotificationName[] = "Disable Device End of Life notification.";
3444const char kEolNotificationDescription[] =
3445 "Disable Notifcation when Device is End of Life.";
3446
Brett Wilson7b44537e2017-08-18 01:38:283447const char kFileManagerTouchModeName[] = "Files App. touch mode";
3448const char kFileManagerTouchModeDescription[] =
3449 "Touchscreen-specific interactions of the Files app.";
3450
3451const char kFirstRunUiTransitionsName[] =
3452 "Animated transitions in the first-run tutorial";
3453const char kFirstRunUiTransitionsDescription[] =
3454 "Transitions during first-run tutorial are animated.";
3455
Brett Wilson7b44537e2017-08-18 01:38:283456const char kForceEnableStylusToolsName[] = "Force enable stylus features";
3457const char kForceEnableStylusToolsDescription[] =
3458 "Forces display of the stylus tools menu in the shelf and the stylus "
3459 "section in settings, even if there is no attached stylus device.";
3460
3461const char kGestureEditingName[] = "Gesture editing for the virtual keyboard.";
3462const char kGestureEditingDescription[] =
3463 "Enable/Disable gesture editing option in the settings page for the "
3464 "virtual keyboard.";
3465
3466const char kGestureTypingName[] = "Gesture typing for the virtual keyboard.";
3467const char kGestureTypingDescription[] =
3468 "Enable/Disable gesture typing option in the settings page for the virtual "
3469 "keyboard.";
3470
3471const char kInputViewName[] = "Input views";
3472const char kInputViewDescription[] =
3473 "Enable IME extensions to supply custom views for user input such as "
3474 "virtual keyboards.";
3475
Leo Zhang3cc77542018-11-07 00:58:083476const char kImeServiceName[] = "Enable IME service";
3477const char kImeServiceDescription[] =
3478 "Enable IME service to provide the IME functionality instead of NaCl";
3479
Megumi Hattori5a0d4182018-03-06 11:09:503480const char kLockScreenNotificationName[] = "Lock screen notification";
3481const char kLockScreenNotificationDescription[] =
3482 "Enable notifications on the lock screen.";
3483
Qiang Xu045aff222018-05-21 23:21:013484const char kMaterialDesignInkDropAnimationSpeedName[] =
3485 "Material design ink drop animation speed";
3486const char kMaterialDesignInkDropAnimationSpeedDescription[] =
3487 "Sets the speed of the experimental visual feedback animations for "
3488 "material design.";
3489const char kMaterialDesignInkDropAnimationFast[] = "Fast";
3490const char kMaterialDesignInkDropAnimationSlow[] = "Slow";
3491
Brett Wilson7b44537e2017-08-18 01:38:283492const char kMemoryPressureThresholdName[] =
3493 "Memory discard strategy for advanced pressure handling";
3494const char kMemoryPressureThresholdDescription[] =
3495 "Memory discarding strategy to use";
3496const char kConservativeThresholds[] =
3497 "Conservative memory pressure release strategy";
3498const char kAggressiveCacheDiscardThresholds[] =
3499 "Aggressive cache release strategy";
3500const char kAggressiveTabDiscardThresholds[] =
3501 "Aggressive tab release strategy";
3502const char kAggressiveThresholds[] =
3503 "Aggressive tab and cache release strategy";
3504
3505const char kMtpWriteSupportName[] = "MTP write support";
3506const char kMtpWriteSupportDescription[] =
3507 "MTP write support in File System API (and file manager). In-place editing "
3508 "operations are not supported.";
3509
Kyle Horimoto027590fb2018-02-13 22:19:483510const char kMultiDeviceApiName[] = "Enables the MultiDevice API";
3511const char kMultiDeviceApiDescription[] =
3512 "Enable Mojo-based API which provides synced device metadata and the "
3513 "ability to connect to other devices associated the logged-in Google "
3514 "account.";
3515
vabr0215a8e2017-03-28 12:47:343516const char kNetworkPortalNotificationName[] =
3517 "Notifications about captive portals";
vabr0215a8e2017-03-28 12:47:343518const char kNetworkPortalNotificationDescription[] =
3519 "If enabled, notification is displayed when device is connected to a "
3520 "network behind captive portal.";
3521
Brett Wilson7b44537e2017-08-18 01:38:283522const char kNewKoreanImeName[] = "New Korean IME";
3523const char kNewKoreanImeDescription[] =
3524 "New Korean IME, which is based on Google Input Tools' HMM engine.";
vabr0215a8e2017-03-28 12:47:343525
Anand K. Mistrydb5e0102018-10-04 04:24:003526const char kNewZipUnpackerName[] = "ZIP Archiver (unpacking)";
Brett Wilson7b44537e2017-08-18 01:38:283527const char kNewZipUnpackerDescription[] =
Anand K. Mistrydb5e0102018-10-04 04:24:003528 "Use the ZIP Archiver for mounting/unpacking ZIP files";
vabr0215a8e2017-03-28 12:47:343529
Qiang Xu045aff222018-05-21 23:21:013530const char kOfficeEditingComponentAppName[] =
3531 "Office Editing for Docs, Sheets & Slides";
3532const char kOfficeEditingComponentAppDescription[] =
3533 "Office Editing for Docs, Sheets & Slides for testing purposes.";
3534
Brett Wilson7b44537e2017-08-18 01:38:283535const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect";
3536const char kPhysicalKeyboardAutocorrectDescription[] =
3537 "Enable physical keyboard autocorrect for US keyboard, which can provide "
3538 "suggestions as typing on physical keyboard.";
vabr0215a8e2017-03-28 12:47:343539
3540const char kPrinterProviderSearchAppName[] =
3541 "Chrome Web Store Gallery app for printer drivers";
vabr0215a8e2017-03-28 12:47:343542const char kPrinterProviderSearchAppDescription[] =
3543 "Enables Chrome Web Store Gallery app for printer drivers. The app "
Vitalii Iarko7df520142017-07-07 12:53:193544 "searches Chrome Web Store for extensions that support printing to a USB "
3545 "printer with specific USB ID.";
vabr0215a8e2017-03-28 12:47:343546
Brett Wilson7b44537e2017-08-18 01:38:283547const char kQuickUnlockPinName[] = "Quick Unlock (PIN)";
3548const char kQuickUnlockPinDescription[] =
3549 "Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS "
3550 "device on the lock screen after you have signed into your device.";
3551const char kQuickUnlockPinSignin[] = "Enable PIN when logging in.";
3552const char kQuickUnlockPinSigninDescription[] =
3553 "Enabling PIN allows you to use a PIN to sign in and unlock your ChromeOS "
3554 "device. After changing this flag PIN needs to be set up again.";
3555const char kQuickUnlockFingerprint[] = "Quick Unlock (Fingerprint)";
3556const char kQuickUnlockFingerprintDescription[] =
3557 "Enabling fingerprint quick unlock allows you to setup and use a "
3558 "fingerprint to unlock your Chromebook on the lock screen after you have "
3559 "signed into your device.";
vabr0215a8e2017-03-28 12:47:343560
James Cook0ba192bf2017-12-01 20:53:113561const char kShowTapsName[] = "Show taps";
3562const char kShowTapsDescription[] =
3563 "Draws a circle at each touch point, which makes touch points more obvious "
3564 "when projecting or mirroring the display. Similar to the Android OS "
3565 "developer option.";
3566
3567const char kShowTouchHudName[] = "Show HUD for touch points";
3568const char kShowTouchHudDescription[] =
3569 "Shows a trail of colored dots for the last few touch points. Pressing "
3570 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
3571 "debug hardware issues that generate spurious touch events.";
3572
James Cook28d7c482018-09-07 21:00:543573const char kSingleProcessMashName[] =
3574 "In-process window service (SingleProcessMash)";
3575const char kSingleProcessMashDescription[] =
3576 "Runs the system UI (ash) as a mojo service, but inside the browser "
3577 "process. The browser uses the mojo window service (ws) APIs.";
3578
Ahmed Fakhry58e6ef542018-09-04 18:05:383579const char kSlideTopChromeWithPageScrollsName[] =
3580 "Slide top-chrome with page scrolls";
3581const char kSlideTopChromeWithPageScrollsDescription[] =
3582 "If enabled, page scrolls in tablet mode will also scroll the top-chrome"
3583 " UI.";
3584
Jorge Gil5a8ccde2018-07-10 01:46:213585const char kSmartTextSelectionName[] = "Smart Text Selection";
3586const char kSmartTextSelectionDescription[] =
3587 "Shows quick actions for text "
3588 "selections in the context menu.";
3589
Chung-Sheng Wu468b0b32017-09-01 14:41:573590const char kSysInternalsName[] = "Enable Sys-Internals";
3591const char kSysInternalsDescription[] =
3592 "If enabled, user can monitor system information at "
3593 "chrome://sys-internals.";
3594
Brett Wilson7b44537e2017-08-18 01:38:283595const char kTetherName[] = "Instant Tethering";
3596const char kTetherDescription[] =
3597 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
3598 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:373599
Brett Wilson7b44537e2017-08-18 01:38:283600const char kTouchscreenCalibrationName[] =
3601 "Enable/disable touchscreen calibration option in material design settings";
3602const char kTouchscreenCalibrationDescription[] =
3603 "If enabled, the user can calibrate the touch screen displays in "
3604 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:093605
Qiang Xu045aff222018-05-21 23:21:013606const char kUiDevToolsName[] = "Enable native UI inspection";
3607const char kUiDevToolsDescription[] =
3608 "Enables inspection of native UI elements. For local inspection use "
3609 "chrome://inspect#other";
3610
3611const char kUiShowCompositedLayerBordersName[] =
3612 "Show UI composited layer borders";
3613const char kUiShowCompositedLayerBordersDescription[] =
3614 "Show border around composited layers created by UI.";
3615const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
3616const char kUiShowCompositedLayerBordersSurface[] = "Surface";
3617const char kUiShowCompositedLayerBordersLayer[] = "Layer";
3618const char kUiShowCompositedLayerBordersAll[] = "All";
3619
3620const char kUiSlowAnimationsName[] = "Slow UI animations";
3621const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
3622
Mitsuru Oshima63d3f2a2017-08-23 00:12:113623// Force UI Mode
3624const char kUiModeName[] = "Force Ui Mode";
3625const char kUiModeDescription[] =
3626 R"*(This flag can be used to force a certain mode on to a chromebook, )*"
3627 R"*(despite its current orientation. "Tablet" means that the )*"
3628 R"*(chromebook will act as if it were in tablet mode. "Clamshell" )*"
3629 R"*(means that the chromebook will act as if it were in clamshell )*"
3630 R"*(mode . "Auto" means that the chromebook will alternate between )*"
3631 R"*(the two, based on its orientation.)*";
Min Chenfd25cd22018-11-06 01:50:513632const char kUiModeTablet[] = "Tablet";
Mitsuru Oshima63d3f2a2017-08-23 00:12:113633const char kUiModeClamshell[] = "Clamshell";
3634const char kUiModeAuto[] = "Auto (default)";
3635
Sonny Sasaka7fecfeda2018-07-11 23:47:553636const char kUnfilteredBluetoothDevicesName[] = "Unfiltered Bluetooth devices";
3637const char kUnfilteredBluetoothDevicesDescription[] =
3638 "Shows all Bluetooth devices in UI (System Tray/Settings Page.)";
3639
Allen Webbcdc8e69d2018-09-12 20:36:003640const char kUsbguardName[] = "Block new USB devices at the lock screen.";
3641const char kUsbguardDescription[] =
3642 "Prevents newly connected USB devices from operating at the lock screen"
3643 " until Chrome OS is unlocked to protect against malicious USB devices."
3644 " Already connected USB devices will continue to function.";
3645
Micah Morton79a7b522018-09-27 15:15:303646const char kShillSandboxingName[] =
3647 "Run shill, the ChromeOS network manager, in a sandbox.";
3648const char kShillSandboxingDescription[] =
3649 "Causes shill to be run as user/group 'shill', instead of 'root'.";
3650
James Cooka1bcfa9a2018-01-30 00:18:403651const char kUseMashName[] = "Out-of-process system UI (mash)";
3652const char kUseMashDescription[] =
3653 "Runs the mojo UI service (mus) and the ash window manager and system UI "
3654 "in a separate process.";
Brett Wilson7b44537e2017-08-18 01:38:283655
Miguel Casas-Sanchez8ba32f92017-11-07 05:03:343656// TODO(mcasas): remove after https://crbug.com/771345.
3657const char kUseMonitorColorSpaceName[] = "Use monitor color space";
3658const char kUseMonitorColorSpaceDescription[] =
3659 "Enables Chrome to use the color space information provided by the monitor"
3660 " instead of the default sRGB color space.";
3661
Andres Calderon Jaramillo43c0e8a2018-08-21 02:46:233662const char kVaapiJpegImageDecodeAccelerationName[] =
3663 "VA-API JPEG decode acceleration for images";
3664const char kVaapiJpegImageDecodeAccelerationDescription[] =
3665 "Enable or disable decode acceleration of JPEG images (as opposed to camera"
3666 " captures) using the VA-API.";
3667
Brett Wilson7b44537e2017-08-18 01:38:283668const char kVideoPlayerChromecastSupportName[] =
3669 "Experimental Chromecast support for Video Player";
3670const char kVideoPlayerChromecastSupportDescription[] =
3671 "This option enables experimental Chromecast support for Video Player app "
3672 "on ChromeOS.";
3673
3674const char kVirtualKeyboardName[] = "Virtual Keyboard";
3675const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support.";
3676
3677const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll";
3678const char kVirtualKeyboardOverscrollDescription[] =
3679 "Enables virtual keyboard overscroll support.";
3680
3681const char kVoiceInputName[] = "Voice input on virtual keyboard";
3682const char kVoiceInputDescription[] =
3683 "Enables voice input on virtual keyboard.";
3684
3685const char kWakeOnPacketsName[] = "Wake On Packets";
3686const char kWakeOnPacketsDescription[] =
3687 "Enables waking the device based on the receipt of some network packets.";
orenb21da031c2017-06-30 21:24:203688
yhanadac5bff5b2017-05-18 06:37:093689#endif // defined(OS_CHROMEOS)
3690
Brett Wilson7b44537e2017-08-18 01:38:283691// Random platform combinations -----------------------------------------------
3692
3693#if defined(OS_WIN) || defined(OS_LINUX)
3694
3695const char kEnableInputImeApiName[] = "Enable Input IME API";
3696const char kEnableInputImeApiDescription[] =
3697 "Enable the use of chrome.input.ime API.";
3698
3699#endif // defined(OS_WIN) || defined(OS_LINUX)
3700
3701#if defined(OS_WIN) || defined(OS_MACOSX)
3702
3703const char kAutomaticTabDiscardingName[] = "Automatic tab discarding";
3704const char kAutomaticTabDiscardingDescription[] =
3705 "If enabled, tabs get automatically discarded from memory when the system "
3706 "memory is low. Discarded tabs are still visible on the tab strip and get "
3707 "reloaded when clicked on. Info about discarded tabs can be found at "
3708 "chrome://discards.";
3709
3710#endif // defined(OS_WIN) || defined(OS_MACOSX)
3711
lanwei83f54452018-06-21 23:51:043712#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3713
3714const char kDirectManipulationStylusName[] = "Direct Manipulation Stylus";
3715const char kDirectManipulationStylusDescription[] =
3716 "If enabled, Chrome will scroll web pages on stylus drag.";
3717
3718#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3719
Justin Donnelly110e40c2018-06-01 21:48:433720const char kExperimentalUiName[] = "Use all upcoming UI features";
3721const char kExperimentalUiDescription[] = "Use all upcoming UI features.";
Elly Fong-Jonesdfaf8532018-05-29 18:20:483722
Brett Wilson7b44537e2017-08-18 01:38:283723// Feature flags --------------------------------------------------------------
3724
Lei Zhang0a318af2018-11-14 02:19:463725#if defined(DCHECK_IS_CONFIGURABLE)
3726const char kDcheckIsFatalName[] = "DCHECKs are fatal";
3727const char kDcheckIsFatalDescription[] =
3728 "By default Chrome will evaluate in this build, but only log failures, "
3729 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
3730#endif // defined(DCHECK_IS_CONFIGURABLE)
3731
Brett Wilson7b44537e2017-08-18 01:38:283732#if BUILDFLAG(ENABLE_VR)
3733
David Dorwin5a496c32017-11-17 01:45:053734const char kWebVrVsyncAlignName[] = "WebVR VSync-aligned timing";
3735const char kWebVrVsyncAlignDescription[] =
3736 "Align WebVR application rendering with VSync for smoother animations.";
3737
Bill Orr103ed272018-02-14 21:23:053738#if BUILDFLAG(ENABLE_OCULUS_VR)
3739const char kOculusVRName[] = "Oculus hardware support";
3740const char kOculusVRDescription[] =
3741 "If enabled, Chrome will use Oculus devices for VR (supported only on "
3742 "Windows 10 or later).";
3743#endif // ENABLE_OCULUS_VR
3744
Bill Orr49527562017-11-22 16:58:483745#if BUILDFLAG(ENABLE_OPENVR)
3746const char kOpenVRName[] = "OpenVR hardware support";
3747const char kOpenVRDescription[] =
Bill Orr5056e692018-01-17 02:08:073748 "If enabled, Chrome will use OpenVR devices for VR (supported only on "
3749 "Windows 10 or later).";
Bill Orr49527562017-11-22 16:58:483750#endif // ENABLE_OPENVR
3751
Bill Orrecfb9fe2018-10-02 00:11:103752#if BUILDFLAG(ENABLE_ISOLATED_XR_SERVICE)
3753const char kXRSandboxName[] = "XR device sandboxing";
3754const char kXRSandboxDescription[] =
3755 "If enabled, Chrome will host VR APIs in a restricted process on desktop.";
3756#endif // ENABLE_ISOLATED_XR_SERVICE
3757
Brett Wilson7b44537e2017-08-18 01:38:283758#endif // ENABLE_VR
3759
Nico Weberaf3b00b2017-09-11 17:58:173760#if BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:283761
3762const char kNaclDebugMaskName[] =
3763 "Restrict Native Client GDB-based debugging by pattern";
3764const char kNaclDebugMaskDescription[] =
3765 "Restricts Native Client application GDB-based debugging by URL of "
3766 "manifest file. Native Client GDB-based debugging must be enabled for this "
3767 "option to work.";
3768const char kNaclDebugMaskChoiceDebugAll[] = "Debug everything.";
3769const char kNaclDebugMaskChoiceExcludeUtilsPnacl[] =
3770 "Debug everything except secure shell and the PNaCl translator.";
3771const char kNaclDebugMaskChoiceIncludeDebug[] =
3772 "Debug only if manifest URL ends with debug.nmf.";
3773
3774const char kNaclDebugName[] = "Native Client GDB-based debugging";
3775const char kNaclDebugDescription[] =
3776 "Enable GDB debug stub. This will stop a Native Client application on "
3777 "startup and wait for nacl-gdb (from the NaCl SDK) to attach to it.";
3778
3779const char kNaclName[] = "Native Client";
3780const char kNaclDescription[] =
3781 "Support Native Client for all web applications, even those that were not "
3782 "installed from the Chrome Web Store.";
3783
3784const char kPnaclSubzeroName[] = "Force PNaCl Subzero";
3785const char kPnaclSubzeroDescription[] =
3786 "Force the use of PNaCl's fast Subzero translator for all pexe files.";
3787
Nico Weberaf3b00b2017-09-11 17:58:173788#endif // BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:283789
Lei Zhang802201c2018-11-14 18:16:283790#if BUILDFLAG(ENABLE_PLUGINS)
3791
3792const char kPdfFormSaveName[] = "Save PDF Forms";
3793const char kPdfFormSaveDescription[] =
3794 "Enable saving PDFs with filled form data.";
3795
3796const char kPdfIsolationName[] = "PDF Isolation";
3797const char kPdfIsolationDescription[] =
3798 "Render PDF files from different origins in different plugin processes.";
3799
3800#endif // BUILDFLAG(ENABLE_PLUGINS)
3801
Brett Wilson7b44537e2017-08-18 01:38:283802#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3803
3804const char kAutofillCreditCardUploadName[] =
3805 "Enable offering upload of Autofilled credit cards";
3806const char kAutofillCreditCardUploadDescription[] =
3807 "Enables a new option to upload credit cards to Google Payments for sync "
3808 "to all Chrome devices.";
3809
3810#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3811
3812// ============================================================================
3813// Don't just add flags to the end, put them in the right section in
3814// alphabetical order just like the header file.
3815// ============================================================================
3816
vabr0215a8e2017-03-28 12:47:343817} // namespace flag_descriptions