blob: 866d7bc60d102b8002262d75a0d858b2da35911b [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
Maya Lekova4bbfdb7f2018-10-16 08:15:03154const char kAwaitOptimizationName[] = "Await optimization";
155const char kAwaitOptimizationDescription[] =
156 "Enables await taking 1 tick on the microtask queue.";
157
Brett Wilsonf27ff602017-07-07 22:28:47158const char kBleAdvertisingInExtensionsName[] = "BLE Advertising in Chrome Apps";
159const char kBleAdvertisingInExtensionsDescription[] =
160 "Enables BLE Advertising in Chrome Apps. BLE Advertising might interfere "
161 "with regular use of Bluetooth Low Energy features.";
162
Charles Harrisond629cc62017-10-05 01:39:54163const char kBlockTabUndersName[] = "Block tab-unders";
164const char kBlockTabUndersDescription[] =
165 "Blocks tab-unders in Chrome with some native UI to allow the user to "
166 "proceed.";
167
Brett Wilsonf27ff602017-07-07 22:28:47168const char kBrowserTaskSchedulerName[] = "Task Scheduler";
169const char kBrowserTaskSchedulerDescription[] =
170 "Enables redirection of some task posting APIs to the task scheduler.";
171
Carlos IL766fbc882018-02-16 02:34:52172const char kBundledConnectionHelpName[] = "Bundled Connection Help";
173const char kBundledConnectionHelpDescription[] =
Carlos ILaafcd73a2018-07-10 20:08:37174 "Enables or disables redirection to local help content for users who get "
175 "an interstitial after clicking the 'Learn More' link on a previous "
176 "interstitial.";
Carlos IL766fbc882018-02-16 02:34:52177
Brett Wilsonf27ff602017-07-07 22:28:47178const char kBypassAppBannerEngagementChecksName[] =
179 "Bypass user engagement checks";
180const char kBypassAppBannerEngagementChecksDescription[] =
181 "Bypasses user engagement checks for displaying app banners, such as "
182 "requiring that users have visited the site before and that the banner "
183 "hasn't been shown recently. This allows developers to test that other "
184 "eligibility requirements for showing app banners, such as having a "
185 "manifest, are met.";
186
Miguel Casas454d9cf2018-06-28 16:25:00187const char kCanvas2DImageChromiumName[] = "Canvas 2D Image Chromium";
188const char kCanvas2DImageChromiumDescription[] =
189 "Allows for using CHROMIUM_image GLES2 extension for HTML Canvas Contexts";
190
Brett Wilsonf27ff602017-07-07 22:28:47191const char kCastStreamingHwEncodingName[] =
192 "Cast Streaming hardware video encoding";
193const char kCastStreamingHwEncodingDescription[] =
194 "This option enables support in Cast Streaming for encoding video streams "
195 "using platform hardware.";
196
Amber Won478561d2017-08-19 01:02:59197const char kClickToOpenPDFName[] = "Click to open embedded PDFs";
198const char kClickToOpenPDFDescription[] =
199 "When the PDF plugin is unavailable, show a click-to-open placeholder for "
200 "embedded PDFs.";
201
Gary Kacmarcikfb69b212017-11-14 03:41:08202const char kClipboardContentSettingName[] = "Clipboard content setting";
203const char kClipboardContentSettingDescription[] =
204 "Enables a site-wide permission in the UI which controls access to the "
205 "asynchronous clipboard web API";
206
Brett Wilsonf27ff602017-07-07 22:28:47207const char kCloudImportName[] = "Cloud Import";
208const char kCloudImportDescription[] = "Allows the cloud-import feature.";
209
rbpotter9990eb42018-07-12 05:34:59210const char kCloudPrinterHandlerName[] = "Enable Cloud Printer Handler";
211const char kCloudPrinterHandlerDescription[] =
212 "Use the new cloud printer handler for communicating with the cloud "
213 "print server, instead of the cloud print interface in the Print "
214 "Preview WebUI.";
215
Tanja Gornakb0985dd2018-10-11 17:24:40216const char kFCMInvalidationsName[] =
217 "Enable invalidations delivery via new FCM based protocol";
218const char kFCMInvalidationsDescription[] =
219 "Use the new FCM-based protocol for deliveling invalidations";
220
Christopher Cameronceb8727d2017-09-07 23:53:16221const char kForceColorProfileSRGB[] = "sRGB";
222const char kForceColorProfileP3[] = "Display P3 D65";
223const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
224const char kForceColorProfileHdr[] = "scRGB linear (HDR where available)";
225
226const char kForceColorProfileName[] = "Force color profile";
227const char kForceColorProfileDescription[] =
228 "Forces Chrome to use a specific color profile instead of the color "
229 "of the window's current monitor, as specified by the operating system.";
230
Brett Wilsonf27ff602017-07-07 22:28:47231const char kCompositedLayerBordersName[] = "Composited render layer borders";
232const char kCompositedLayerBordersDescription[] =
233 "Renders a border around composited Render Layers to help debug and study "
234 "layer compositing.";
235
Theresac34db2d2018-06-28 00:03:11236const char kContextualSuggestionsButtonName[] = "Contextual Suggestions Button";
237const char kContextualSuggestionsButtonDescription[] =
238 "If enabled, shows a button to trigger contextual suggestions.";
239
Theresae308b9e2018-10-10 15:57:40240const char kContextualSuggestionsIPHReverseScrollName[] =
241 "Contextual Suggestions IPH Reverse Scroll";
242const char kContextualSuggestionsIPHReverseScrollDescription[] =
243 "Require a reverse scroll before showing in-product help for contextual "
244 "suggestions.";
245
Theresa0f2947b92018-07-02 21:27:58246const char kContextualSuggestionsOptOutName[] =
247 "Contextual Suggestions Opt-out";
248const char kContextualSuggestionsOptOutDescription[] =
249 "If enabled, allows the user to opt out of contextual suggestions.";
250
Brett Wilsonf27ff602017-07-07 22:28:47251const char kCreditCardAssistName[] = "Credit Card Assisted Filling";
252const char kCreditCardAssistDescription[] =
253 "Enable assisted credit card filling on certain sites.";
254
255const char kCrossProcessGuestViewIsolationName[] =
256 "Cross process frames for guests";
257const char kCrossProcessGuestViewIsolationDescription[] =
258 "Highly experimental where guests such as <webview> are implemented on "
259 "the out-of-process iframe infrastructure.";
260
Thanh Le659cb102017-12-20 22:00:19261const char kDataSaverServerPreviewsName[] = "Data Saver Server Previews";
262const char kDataSaverServerPreviewsDescription[] =
263 "Allow the Data Reduction Proxy to serve previews.";
Brett Wilsonf27ff602017-07-07 22:28:47264
265const char kDatasaverPromptName[] = "Cellular Data Saver Prompt";
266const char kDatasaverPromptDescription[] =
267 "Enables a prompt, which appears when a cellular network connection is "
268 "detected, to take the user to the Data Saver extension page on Chrome Web "
269 "Store.";
270const char kDatasaverPromptDemoMode[] = "Demo mode";
271
272const char kDebugPackedAppName[] = "Debugging for packed apps";
273const char kDebugPackedAppDescription[] =
274 "Enables debugging context menu options such as Inspect Element for packed "
275 "applications.";
276
277const char kDefaultTileHeightName[] = "Default tile height";
278const char kDefaultTileHeightDescription[] = "Specify the default tile height.";
279const char kDefaultTileHeightShort[] = "128";
280const char kDefaultTileHeightTall[] = "256";
281const char kDefaultTileHeightGrande[] = "512";
282const char kDefaultTileHeightVenti[] = "1024";
283
284const char kDefaultTileWidthName[] = "Default tile width";
285const char kDefaultTileWidthDescription[] = "Specify the default tile width.";
286const char kDefaultTileWidthShort[] = "128";
287const char kDefaultTileWidthTall[] = "256";
288const char kDefaultTileWidthGrande[] = "512";
289const char kDefaultTileWidthVenti[] = "1024";
290
291const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
292const char kDebugShortcutsDescription[] =
293 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
294
295const char kDeviceDiscoveryNotificationsName[] =
296 "Device Discovery Notifications";
297const char kDeviceDiscoveryNotificationsDescription[] =
298 "Device discovery notifications on local network.";
299
300const char kDevtoolsExperimentsName[] = "Developer Tools experiments";
301const char kDevtoolsExperimentsDescription[] =
302 "Enables Developer Tools experiments. Use Settings panel in Developer "
303 "Tools to toggle individual experiments.";
304
305const char kDisableAudioForDesktopShareName[] =
306 "Disable Audio For Desktop Share";
307const char kDisableAudioForDesktopShareDescription[] =
308 "With this flag on, desktop share picker window will not let the user "
309 "choose whether to share audio.";
310
Arthur Sonzogni721f48e2018-10-31 17:10:02311const char kDisableIpcFloodingProtectionName[] =
312 "Disable IPC flooding protection";
313const char kDisableIpcFloodingProtectionDescription[] =
314 "Some javascript code can flood the inter process communication system. "
315 "This protection limits the rate (calls/seconds) at which theses function "
316 "can be used. This flag disables the protection.";
317
Chris Palmer917bc052018-03-14 19:28:31318const char kDisablePushStateThrottleName[] = "Disable pushState throttling";
319const char kDisablePushStateThrottleDescription[] =
320 "Disables throttling of history.pushState and history.replaceState method "
321 "calls.";
322
Brett Wilsonf27ff602017-07-07 22:28:47323const char kDisableTabForDesktopShareName[] =
324 "Disable Desktop Share with tab source";
325const char kDisableTabForDesktopShareDescription[] =
326 "This flag controls whether users can choose a tab for desktop share.";
327
328const char kDisallowDocWrittenScriptsUiName[] =
329 "Block scripts loaded via document.write";
330const char kDisallowDocWrittenScriptsUiDescription[] =
331 "Disallows fetches for third-party parser-blocking scripts inserted into "
332 "the main frame via document.write.";
333
Christopher Thompson2ffffa2c2018-05-18 23:06:37334const char kDisallowUnsafeHttpDownloadsName[] =
335 "Block unsafe downloads over insecure connections";
336const char kDisallowUnsafeHttpDownloadsNameDescription[] =
337 "Disallows downloads of unsafe files (files that can potentially execute "
338 "code), where the final download origin or any origin in the redirect "
339 "chain is insecure.";
340
Brett Wilsonf27ff602017-07-07 22:28:47341const char kDriveSearchInChromeLauncherName[] =
342 "Drive Search in Chrome App Launcher";
343const char kDriveSearchInChromeLauncherDescription[] =
344 "Files from Drive will show up when searching the Chrome App Launcher.";
345
Brett Wilsonf27ff602017-07-07 22:28:47346const char kEmbeddedExtensionOptionsName[] = "Embedded extension options";
347const char kEmbeddedExtensionOptionsDescription[] =
348 "Display extension options as an embedded element in chrome://extensions "
349 "rather than opening a new tab.";
350
Dominic Mazzoni8ac98962018-05-25 05:44:55351const char kEnableAccessibilityObjectModelName[] = "Accessibility Object Model";
352const char kEnableAccessibilityObjectModelDescription[] =
353 "Enables experimental support for Accessibility Object Model APIs "
354 "that are in development.";
355
Anthony Vallee-Dubois968ae4d2018-03-15 16:56:36356const char kEnableWebPaymentsSingleAppUiSkipName[] =
357 "Enable Web Payments single app UI skip";
358const char kEnableWebPaymentsSingleAppUiSkipDescription[] =
359 "Enable Web Payments to skip showing its UI if the developer specifies a "
360 "single app.";
361
Florian Uunk8c428ea2018-07-18 11:12:52362const char kEnableAutofillAccountWalletStorageName[] =
363 "Enable the account data storage for autofill";
364const char kEnableAutofillAccountWalletStorageDescription[] =
365 "Enable the ephemeral storage for account data for autofill.";
366
Shanfeng Zhang19c16562017-10-17 02:30:40367const char kEnableAutofillCreditCardAblationExperimentDisplayName[] =
368 "Credit card autofill ablation experiment.";
369const char kEnableAutofillCreditCardAblationExperimentDescription[] =
370 "If enabled, credit card autofill suggestions will not display.";
371
Brett Wilsonf27ff602017-07-07 22:28:47372const char kEnableAutofillCreditCardLastUsedDateDisplayName[] =
373 "Display the last used date of a credit card in autofill.";
374const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
375 "If enabled, display the last used date of a credit card in autofill.";
376
Sujie Zhu2cf0e5c2018-07-17 18:00:27377const char kEnableAutofillCreditCardLocalCardMigrationName[] =
378 "Enable migrating local cards to Google Pay";
379const char kEnableAutofillCreditCardLocalCardMigrationDescription[] =
380 "If enabled, prompt migration of locally-saved credit cards to Google Pay.";
381
Jared Saulbc672a072018-06-16 05:22:12382const char kEnableAutofillCreditCardUploadEditableCardholderNameName[] =
383 "Make cardholder name editable in dialog during credit card upload";
384const char kEnableAutofillCreditCardUploadEditableCardholderNameDescription[] =
385 "If enabled, in certain situations when offering credit card upload to "
386 "Google Payments, the cardholder name can be edited within the "
387 "offer-to-save dialog, which is prefilled with the name from the signed-in "
388 "Google Account.";
389
Hao Zhang1be9c262018-11-03 00:23:51390const char kEnableAutofillCreditCardUploadEditableExpirationDateName[] =
391 "Make expiration date editable in dialog during credit card upload";
392const char kEnableAutofillCreditCardUploadEditableExpirationDateDescription[] =
393 "If enabled, if a credit card's expiration date was not detected when "
394 "offering card upload to Google Payments, the offer-to-save dialog "
395 "displays an expiration date selector.";
396
Lakshmi Kumar Dabbiru51f1c202018-03-29 22:23:37397const char kEnableAutofillCreditCardUploadGooglePayOnAndroidBrandingName[] =
398 "Enable Google Pay branding when offering credit card upload on Android";
399const char
400 kEnableAutofillCreditCardUploadGooglePayOnAndroidBrandingDescription[] =
401 "If enabled, shows the Google Pay logo and a shorter header message "
402 "when credit card upload to Google Payments is offered on Android.";
403
siyua9a4a8872018-10-05 03:46:56404const char kEnableAutofillLocalCardMigrationShowFeedbackName[] =
405 "Show the upload results dialog after local card migration";
406const char kEnableAutofillLocalCardMigrationShowFeedbackDescription[] =
407 "If enabled, the local card migration offer dialog will remain pending "
408 "after the user clicks the save button. Once migration is finished, "
409 "the dialog will be updated with the results of each card.";
410
tmartinocd414732018-02-12 19:01:01411const char kEnableAutofillNativeDropdownViewsName[] =
412 "Display Autofill Dropdown Using Views";
413const char kEnableAutofillNativeDropdownViewsDescription[] =
414 "If enabled, the Autofill Dropdown will be built natively using Views, "
415 "rather than painted directly to a canvas.";
416
Fabio Tirelo87552e02018-07-06 15:43:21417const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateName[] =
418 "Show unlabeled expiration dates on the save card dialog";
419const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateDescription[] =
420 "If enabled, expiration dates on the save card dialog (both local and "
421 "upstream) are shown without an 'Exp:' label.";
422
Manas Verma99541e52018-08-03 20:37:23423const char kEnableAutofillSaveCardSignInAfterLocalSaveName[] =
424 "Show Sign-In/Sync promo after saving a card locally";
425const char kEnableAutofillSaveCardSignInAfterLocalSaveDescription[] =
426 "If enabled, shows a sign in prompt to the user after the user "
427 "saves a card locally. This also introduces a Manage Cards bubble "
428 "which you can access from the card icon after saving a card.";
429
Jared Saul8a0c1e92018-10-10 18:22:47430const char kEnableAutofillSaveCreditCardUsesStrikeSystemName[] =
431 "Enable limit on offering to save the same credit card repeatedly";
432const char kEnableAutofillSaveCreditCardUsesStrikeSystemDescription[] =
433 "If enabled, prevents popping up the credit card offer-to-save prompt if "
434 "it has repeatedly been ignored, declined, or failed.";
435
Lakshmi Kumar Dabbirua3d0805f2018-05-22 22:04:23436const char kEnableAutofillSendExperimentIdsInPaymentsRPCsName[] =
437 "Send experiment flag IDs in calls to Google Payments";
438const char kEnableAutofillSendExperimentIdsInPaymentsRPCsDescription[] =
439 "If enabled, adds the status of certain experiment variations when making "
440 "calls to Google Payments.";
441
Becca Hughes4d896c42018-05-29 16:58:51442const char kEnableAutoplayIgnoreWebAudioName[] =
443 "Autoplay ignores WebAudio playbacks";
444const char kEnableAutoplayIgnoreWebAudioDescription[] =
445 "If enabled, autoplay restrictions will be ignored for WebAudio.";
446
Becca Hughesc62f6a1d2018-08-16 15:59:47447const char kEnableAutoplayUnifiedSoundSettingsName[] =
448 "Autoplay unified sound settings UI";
449const char kEnableAutoplayUnifiedSoundSettingsDescription[] =
450 "If enabled, shows the new unified autoplay sound settings UI.";
451
Brett Wilsonf27ff602017-07-07 22:28:47452const char kEnableBrotliName[] = "Brotli Content-Encoding.";
453const char kEnableBrotliDescription[] =
454 "Enable Brotli Content-Encoding support.";
455
Qiang Xu0f602fe62017-12-22 01:31:20456const char kEnableCaptivePortalRandomUrl[] = "Captive Portal url Randomization";
457const char kEnableCaptivePortalRandomUrlDescription[] =
458 "Enable Captive Portal URL randomization.";
459
Eriko Kurimoto36975992018-08-09 07:15:13460const char kEnableChromevoxDeveloperOptionName[] =
461 "Enable Chromevox developer option";
462const char kEnableChromevoxDeveloperOptionDescription[] =
463 "This option provides tools for developing in chromevox.";
464
sclittle50e4bb92017-07-08 02:23:03465const char kEnableClientLoFiName[] = "Client-side Lo-Fi previews";
466
467const char kEnableClientLoFiDescription[] =
468 "Enable showing low fidelity images on some pages on slow networks.";
469
Patrick Noland8bc57472018-06-19 21:09:54470const char kEnableCSSFragmentIdentifiersName[] =
471 "Enable CSS Fragment Identifiers";
472const char kEnableCSSFragmentIdentifiersDescription[] =
473 "Enable support for specifying a target element using a css selector in "
474 "the fragment identifier.";
475
David Reveman87b4b692018-03-09 21:22:22476const char kEnableCursorMotionBlurName[] = "Enable Cursor Motion Blur";
477const char kEnableCursorMotionBlurDescription[] =
478 "Enable motion blur effect for the cursor.";
479
Doug Arnett08b4067b2017-10-12 20:14:44480const char kEnableNoScriptPreviewsName[] = "NoScript previews";
481
482const char kEnableNoScriptPreviewsDescription[] =
483 "Enable disabling JavaScript on some pages on slow networks.";
484
Thanh Le2c279fbc2017-11-21 01:25:40485const char kDataReductionProxyServerAlternative1[] = "Use alt. server config 1";
486const char kDataReductionProxyServerAlternative2[] = "Use alt. server config 2";
487const char kDataReductionProxyServerAlternative3[] = "Use alt. server config 3";
488const char kDataReductionProxyServerAlternative4[] = "Use alt. server config 4";
489const char kDataReductionProxyServerAlternative5[] = "Use alt. server config 5";
490const char kDataReductionProxyServerAlternative6[] = "Use alt. server config 6";
491const char kDataReductionProxyServerAlternative7[] = "Use alt. server config 7";
492const char kDataReductionProxyServerAlternative8[] = "Use alt. server config 8";
493const char kDataReductionProxyServerAlternative9[] = "Use alt. server config 9";
494const char kDataReductionProxyServerAlternative10[] =
495 "Use alt. server config 10";
rajendrantcfa60ba2018-10-30 09:16:54496const char kEnableDataReductionProxyNetworkServiceName[] =
497 "Data reduction proxy with network service";
498const char kEnableDataReductionProxyNetworkServiceDescription[] =
499 "Enable data reduction proxy when network service is enabled";
Brett Wilsonf27ff602017-07-07 22:28:47500const char kEnableDataReductionProxyServerExperimentName[] =
501 "Use an alternative Data Saver back end configuration.";
502const char kEnableDataReductionProxyServerExperimentDescription[] =
503 "Enable a different approach to saving data by configuring the back end "
504 "server";
505
506const char kEnableDataReductionProxySavingsPromoName[] =
507 "Data Saver 1 MB Savings Promo";
508const char kEnableDataReductionProxySavingsPromoDescription[] =
509 "Enable a Data Saver promo for 1 MB of savings. If Data Saver has already "
510 "saved 1 MB of data, then the promo will not be shown. Data Saver must be "
511 "enabled for the promo to be shown.";
512
Matt Giucad4870432017-11-24 01:04:38513const char kEnableDesktopPWAsName[] = "Desktop PWAs";
514const char kEnableDesktopPWAsDescription[] =
515 "Experimental windowing and install banner treatment for Progressive Web "
516 "Apps on desktop platforms. Implies #enable-experimental-app-banners.";
Giovanni Ortuño Urquidi45020e232017-07-12 06:10:17517
Giovanni Ortuño Urquidi40c8e792018-02-28 04:18:59518const char kEnableDesktopPWAsLinkCapturingName[] =
519 "Desktop PWAs Link Capturing";
520const char kEnableDesktopPWAsLinkCapturingDescription[] =
521 "Experimentally enable link capturing for Desktop PWAs. Navigations to "
522 "URLs that are in-scope of Desktop PWAs will open in a window. Requires "
523 "#enable-desktop-pwas.";
524
Jay Harris52511a02018-11-02 01:00:28525const char kDesktopPWAsCustomTabUIName[] = "Desktop PWAs Custom Tab UI";
526const char kDesktopPWAsCustomTabUIDescription[] =
527 "Browsing out-of-scope links in a desktop PWA will use the custom tab UI "
528 "for displaying the page title and origin instead of the location bar.";
529
Jay Harrisee7a7bc62018-10-09 01:47:49530const char kDesktopPWAsStayInWindowName[] =
531 "Desktop PWAs out-of-scope links open in the app window";
532const char kDesktopPWAsStayInWindowDescription[] =
Jay Harris52511a02018-11-02 01:00:28533 "Links to sites in a different scope will open inside the PWA window as "
534 "opposed to in the browser.";
Jay Harrisee7a7bc62018-10-09 01:47:49535
Christopher Lame66b7812018-09-26 01:49:24536const char kEnableSystemWebAppsName[] = "System Web Apps";
537const char kEnableSystemWebAppsDescription[] =
538 "Experimental system for using the Desktop PWA framework for running System"
539 "Apps (e.g Settings, Discover).";
540
Ahmed Fakhry0037de02018-01-29 19:58:31541const char kEnableDockedMagnifierName[] = "Docked Magnifier";
542const char kEnableDockedMagnifierDescription[] =
543 "Enables the Docked Magnifier (a.k.a. picture-in-picture magnifier).";
544
Ramya Nagarajan5b41d8d2018-04-02 19:53:02545const char kEnableEmojiContextMenuName[] = "Emoji Context Menu";
546const char kEnableEmojiContextMenuDescription[] =
Mathieu Perreault608546ee2018-05-09 00:35:09547 "Enables the Emoji picker item in context menus for editable text areas, if"
548 " supported by the operating system.";
Ramya Nagarajan5b41d8d2018-04-02 19:53:02549
David Benjamin570460e2018-10-16 06:01:29550const char kEnforceTLS13DowngradeName[] = "TLS 1.3 downgrade hardening";
551const char kEnforceTLS13DowngradeDescription[] =
552 "This option enables the TLS 1.3 downgrade hardening mechanism. This "
553 "hardens TLS 1.3 connections while remaining compatible with TLS 1.0 "
554 "through 1.2 connections. Firewalls and proxies that do not function when "
555 "this is enabled do not implement TLS 1.0 through 1.2 correctly or "
556 "securely. They must be fixed by vendors.";
557
Brett Wilsonf27ff602017-07-07 22:28:47558const char kEnableEnumeratingAudioDevicesName[] =
559 "Experimentally enable enumerating audio devices.";
560const char kEnableEnumeratingAudioDevicesDescription[] =
561 "Experimentally enable the use of enumerating audio devices.";
562
563const char kEnableGenericSensorName[] = "Generic Sensor";
564const char kEnableGenericSensorDescription[] =
Mikhail Pozdnyakov73373a62017-08-24 17:31:25565 "Enables motion sensor classes based on Generic Sensor API, i.e. "
566 "Accelerometer, LinearAccelerationSensor, Gyroscope, "
567 "AbsoluteOrientationSensor and RelativeOrientationSensor interfaces.";
568
569const char kEnableGenericSensorExtraClassesName[] =
570 "Generic Sensor Extra Classes";
571const char kEnableGenericSensorExtraClassesDescription[] =
572 "Enables an extra set of sensor classes based on Generic Sensor API, which "
573 "expose previously unavailable platform features, i.e. AmbientLightSensor "
574 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:47575
Brett Wilsonf27ff602017-07-07 22:28:47576const char kEnableHDRName[] = "HDR mode";
577const char kEnableHDRDescription[] =
578 "Enables HDR support on compatible displays.";
579
Ryan Sturm6a850902018-06-09 02:27:34580const char kEnableHeavyPageCappingName[] = "Heavy Page Capping";
581const char kEnableHeavyPageCappingDescription[] =
Ryan Sturm1550abeb2018-06-18 20:05:09582 "Enable showing an InfoBar on data heavy pages that allows the user to "
Ryan Sturma2cd49f2018-06-20 17:09:25583 "pause sub-resource request loading on the page. Using the 'Low' option "
Ryan Sturm2a2f11e2018-07-17 23:01:01584 "will reduce the triggering threshold to 1MB. Data saver must be enabled "
585 "in order to see the InfoBar.";
Ryan Sturm6a850902018-06-09 02:27:34586
Robert Ogden5a63b242018-09-17 21:38:57587const char kEnablePreviewsAndroidOmniboxUIName[] =
588 "Previews Android Omnibox UI";
589const char kEnablePreviewsAndroidOmniboxUIDescription[] =
590 "Enable showing the Previews UI in the Omnibox on Android instead of an "
591 "InfoBar. This has no effect on other platforms.";
592
Robert Ogdence8c9572018-10-08 23:08:48593const char kEnableLitePageServerPreviewsName[] = "Lite Page Server Previews";
594const char kEnableLitePageServerPreviewsDescription[] =
595 "Enable showing Lite Page Previews served from the Chrome Data Proxy "
596 "service. This feature will cause Chrome to redirect eligible navigations "
597 "to a Google-owned domain that serves a pre-rendered version of the "
598 "original page.";
599
Brett Wilsonf27ff602017-07-07 22:28:47600const char kEnableHttpFormWarningName[] =
601 "Show in-form warnings for sensitive fields when the top-level page is not "
Eric Lawrenceed8fccf2017-09-08 21:27:15602 "HTTPS";
Brett Wilsonf27ff602017-07-07 22:28:47603const char kEnableHttpFormWarningDescription[] =
604 "Attaches a warning UI to any password or credit card fields detected when "
605 "the top-level page is not HTTPS";
606
Hiroshige Hayashizaki99d5821e2018-05-02 04:25:41607const char kLayeredAPIName[] = "Experimental layered APIs";
608const char kLayeredAPIDescription[] =
609 "Enable layered API infrastructure, as well as several experimental "
610 "layered APIs. The syntax and the APIs exposed are experimental and will "
611 "change over time.";
612
Ian Kilpatricke68ef11a2018-07-04 03:52:10613const char kEnableLayoutNGName[] = "Enable LayoutNG";
614const char kEnableLayoutNGDescription[] =
615 "Enable Blink's next generation layout engine.";
616
Scott Littled0fd2d002018-04-13 03:37:26617const char kEnableLazyFrameLoadingName[] = "Enable lazy frame loading";
618const char kEnableLazyFrameLoadingDescription[] =
619 "Defers the loading of certain cross-origin frames until the page is "
620 "scrolled down near them.";
621
rajendrant793ff512018-08-10 17:07:59622const char kEnableLazyImageLoadingName[] = "Enable lazy image loading";
623const char kEnableLazyImageLoadingDescription[] =
624 "Defers the loading of images until the page is scrolled down near them.";
625
Sidney San Martín9375b892017-09-09 00:29:54626const char kEnableMacMaterialDesignDownloadShelfName[] =
627 "Enable Material Design download shelf";
628
629const char kEnableMacMaterialDesignDownloadShelfDescription[] =
630 "If enabled, the download shelf uses Material Design.";
631
Anton Urusov47cd4932017-09-19 14:41:41632const char kEnablePolicyToolName[] = "Enable policy management page";
633const char kEnablePolicyToolDescription[] =
634 "If enabled, the chrome://policy-tool URL loads a page for managing "
635 "policies.";
636
Weidong Guof1e5a892018-01-06 02:26:39637const char kDisableMultiMirroringName[] =
Weidong Guo7dfd1482017-11-08 05:56:28638 "Display mirroring across multiple displays.";
Weidong Guof1e5a892018-01-06 02:26:39639const char kDisableMultiMirroringDescription[] =
640 "Disable Display mirroring across multiple displays.";
Weidong Guo7dfd1482017-11-08 05:56:28641
Brett Wilsonf27ff602017-07-07 22:28:47642const char kEnableNavigationTracingName[] = "Enable navigation tracing";
643const char kEnableNavigationTracingDescription[] =
644 "This is to be used in conjunction with the trace-upload-url flag. "
645 "WARNING: When enabled, Chrome will record performance data for every "
646 "navigation and upload it to the URL specified by the trace-upload-url "
647 "flag. The trace may include personally identifiable information (PII) "
648 "such as the titles and URLs of websites you visit.";
649
Bernhard Bauer5533f9912017-11-06 17:56:02650const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
651const char kEnableNetworkLoggingToFileDescription[] =
652 "Enables network logging to a file named netlog.json in the user data "
653 "directory. The file can be imported into chrome://net-internals.";
654
Brett Wilsonf27ff602017-07-07 22:28:47655const char kEnableNetworkServiceName[] = "Enable network service";
656const char kEnableNetworkServiceDescription[] =
657 "Enables the network service, which makes network requests through a "
John Abd-El-Malek225b04d2018-09-07 22:41:40658 "separate process.";
Brett Wilsonf27ff602017-07-07 22:28:47659
John Abd-El-Malek8067cc02017-12-04 23:23:20660const char kEnableNetworkServiceInProcessName[] =
661 "Runs network service in-process";
662const char kEnableNetworkServiceInProcessDescription[] =
663 "Runs the network service in the browser process.";
664
dpapaded8349472017-10-25 03:21:27665const char kEnableNewPrintPreview[] = "Enable new Print Preview UI";
666const char kEnableNewPrintPreviewDescription[] =
rbpotter29690042018-06-18 19:28:37667 "If enabled, Print Preview will display a newer UI. This feature is "
668 "activated if either this flag or #upcoming-ui-features is enabled.";
dpapaded8349472017-10-25 03:21:27669
Ahmed Fakhry2fd8fc82017-07-28 16:31:12670const char kEnableNightLightName[] = "Enable Night Light";
671const char kEnableNightLightDescription[] =
672 "Enable the Night Light feature which controls the color temperature of "
673 "the screen.";
674
Tetsui Ohkuboc3eb87f72018-07-20 02:22:28675const char kEnableNotificationScrollBarName[] =
676 "Enable notification list scroll bar";
677const char kEnableNotificationScrollBarDescription[] =
678 "Enable the scroll bar of the notification list in Unified System Tray.";
679
Mitsuru Otsukae8304de2018-10-29 02:14:36680const char kEnableNotificationExpansionAnimationName[] =
681 "Enable notification expansion animations";
682const char kEnableNotificationExpansionAnimationDescription[] =
683 "Enable notification animations whenever the expansion state is toggled.";
684
xlou8b56f672018-02-09 23:34:30685const char kEnableNupPrintingName[] = "Enable N-up printing";
686const char kEnableNupPrintingDescription[] =
687 "Enable N-up printing in the print preview panel.";
688
Sophie Chang117a3b22017-10-24 22:25:36689const char kEnableOptimizationHintsName[] = "Optimization Hints";
690const char kEnableOptimizationHintsDescription[] =
Sophie Chang5454ce82018-07-16 17:44:50691 "Enable the Optimization Hints feature which incorporates server hints "
Sophie Chang117a3b22017-10-24 22:25:36692 "into decisions for what optimizations to perform on some pages on slow "
693 "networks.";
694
Takashi Toyoshima2e01e692018-11-16 03:23:27695const char kEnableOutOfBlinkCorsName[] = "Out of blink CORS";
696const char kEnableOutOfBlinkCorsDescription[] =
Yutaka Hirano98be3272017-08-07 17:55:39697 "CORS handling logic is moved out of blink.";
698
Chris Halle952239e2018-11-06 06:49:52699const char kExperimentalAccessibilityFeaturesName[] =
700 "Experimental accessibility features";
701const char kExperimentalAccessibilityFeaturesDescription[] =
702 "Enable additional accessibility features in the Settings page.";
703
kylechar7051c092018-02-05 20:31:39704const char kVizDisplayCompositorName[] = "Viz Display Compositor (OOP-D)";
705const char kVizDisplayCompositorDescription[] =
706 "If enabled, the display compositor runs as part of the viz service in the"
707 "GPU process.";
708
Ria Jiang6a129b982018-03-01 18:30:40709const char kVizHitTestDrawQuadName[] = "Viz Hit-test Draw-quad version";
710const char kVizHitTestDrawQuadDescription[] =
711 "If enabled, event targeting uses the new viz-assisted hit-testing logic, "
712 "with hit-test data computed from the CompositorFrame.";
713
Erik Chen49bbfa22017-08-18 08:49:56714const char kEnableOutOfProcessHeapProfilingName[] =
Albert J. Wong174174762018-01-18 23:50:23715 "Out of process heap profiling start mode.";
Erik Chen49bbfa22017-08-18 08:49:56716const char kEnableOutOfProcessHeapProfilingDescription[] =
717 "Creates a profiling service that records stacktraces for all live, "
erikchen94aca892018-01-18 00:21:19718 "malloced objects. Heap dumps can be obtained at chrome://tracing "
719 "[category:memory-infra] and chrome://memory-internals. This setting "
720 "controls which processes are profiled. As long as this setting is not "
721 "disabled, users can start profiling any given process in "
722 "chrome://memory-internals.";
723const char kEnableOutOfProcessHeapProfilingModeMinimal[] = "Browser and GPU";
724const char kEnableOutOfProcessHeapProfilingModeAll[] = "All processes";
725const char kEnableOutOfProcessHeapProfilingModeAllRenderers[] = "All renderers";
726const char kEnableOutOfProcessHeapProfilingModeBrowser[] = "Only browser";
727const char kEnableOutOfProcessHeapProfilingModeGpu[] = "Only GPU.";
erikchen0a5dd692017-12-12 00:53:10728const char kEnableOutOfProcessHeapProfilingModeManual[] =
erikchen94aca892018-01-18 00:21:19729 "None by default. Visit chrome://memory-internals to choose which "
730 "processes to profile.";
Albert J. Wongbd5bd902017-11-09 19:56:15731const char kEnableOutOfProcessHeapProfilingModeRendererSampling[] =
732 "Profile a random sampling of renderer processes, ensuring only one is "
733 "ever profiled at a time.";
erikchen94aca892018-01-18 00:21:19734
Erik Chen8bb76b52017-12-06 19:06:25735const char kOutOfProcessHeapProfilingKeepSmallAllocations[] =
erikchen94aca892018-01-18 00:21:19736 "Emit small allocations in memlog heap dumps.";
Erik Chen8bb76b52017-12-06 19:06:25737const char kOutOfProcessHeapProfilingKeepSmallAllocationsDescription[] =
738 "By default, small allocations are pruned from the heap dump. This reduces "
739 "the size of the compressed trace by 100x. If pruning is disabled, the "
740 "chrome://tracing UI may be unable to take or load the trace. Save the "
741 "trace directly using chrome://memory-internals, and use other mechanisms "
742 "[e.g. diff_heap_profiler.py] to examine the trace. Note that "
743 "automatically uploaded traces will always be pruned. This only affects "
744 "manually taken memory-infra traces.";
Erik Chen49bbfa22017-08-18 08:49:56745
erikchen8bc20d82018-02-14 03:21:51746const char kOutOfProcessHeapProfilingSampling[] = "Sample memlog allocations";
747const char kOutOfProcessHeapProfilingSamplingDescription[] =
748 "Use a poisson process to sample allocations. Defaults to a sample rate of "
erikchen99bfce02018-02-14 20:29:22749 "10000. This results in low noise for large and/or frequent allocations ["
750 "[size * frequency >> 10000]. This means that aggregate numbers [e.g. "
751 "total size of malloc-ed objects] and large and/or frequent allocations "
752 "can be trusted with high fidelity.";
erikchen8bc20d82018-02-14 03:21:51753
Erik Chen3303fd0232018-01-11 20:29:05754const char kOOPHPStackModeName[] =
755 "The type of stack to record for memlog heap dumps";
756const char kOOPHPStackModeDescription[] =
erikchen94aca892018-01-18 00:21:19757 "By default, memlog heap dumps record native stacks, which requires a "
758 "post-processing step to symbolize. Requires a custom build with frame "
erikchen011ad3f2018-01-26 17:54:55759 "pointers to work on Android. Native with thread names will add the thread "
760 "name as the first frame of each native stack. It's also possible to "
761 "record a pseudo stack using trace events as identifiers. It's also "
762 "possible to do a mix of both.";
erikchen94aca892018-01-18 00:21:19763const char kOOPHPStackModeMixed[] = "Mixed";
764const char kOOPHPStackModeNative[] = "Native";
erikchen011ad3f2018-01-26 17:54:55765const char kOOPHPStackModeNativeWithThreadNames[] = "Native with thread names";
erikchen94aca892018-01-18 00:21:19766const char kOOPHPStackModePseudo[] = "Trace events";
Erik Chen3303fd0232018-01-11 20:29:05767
François Beaufort2e75f492018-02-08 20:44:46768const char kEnablePictureInPictureName[] = "Enable Picture-in-Picture.";
Brett Wilsonf27ff602017-07-07 22:28:47769const char kEnablePictureInPictureDescription[] =
François Beaufort2e75f492018-02-08 20:44:46770 "Enable the Picture-in-Picture feature for videos.";
Brett Wilsonf27ff602017-07-07 22:28:47771
F#m59d036e2017-09-13 07:22:17772const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
773const char kEnablePixelCanvasRecordingDescription[] =
774 "Pixel canvas recording allows the compositor to raster contents aligned "
775 "with the pixel and improves text rendering. This should be enabled when a "
776 "device is using fractional scale factor.";
777
Ella Gebee81c92018-08-14 15:51:09778const char kEnableResamplingInputEventsName[] =
779 "Enable resampling input events";
780const char kEnableResamplingInputEventsDescription[] =
781 "Predicts mouse and touch inputs position at rAF time based on previous "
782 "input";
783const char kEnableResamplingScrollEventsName[] =
784 "Enable resampling scroll events";
785const char kEnableResamplingScrollEventsDescription[] =
786 "Predicts the scroll amount at vsync time based on previous input";
787
Doug Arnettaa0bf202018-08-27 19:42:11788const char kEnableResourceLoadingHintsName[] = "Enable resource loading hints";
789const char kEnableResourceLoadingHintsDescription[] =
790 "Enable using server-provided resource loading hints to provide a preview "
791 "over slow network connections.";
792
Mikel Astizb4786aa2018-11-09 22:12:09793const char kEnableSyncPseudoUSSAppListName[] =
794 "Enable pseudo-USS for APP_LIST sync.";
795const char kEnableSyncPseudoUSSAppListDescription[] =
796 "Enable new USS-based codepath for sync datatype APP_LIST.";
797
798const char kEnableSyncPseudoUSSAppsName[] = "Enable pseudo-USS for APPS sync.";
799const char kEnableSyncPseudoUSSAppsDescription[] =
800 "Enable new USS-based codepath for sync datatype APPS.";
801
802const char kEnableSyncPseudoUSSDictionaryName[] =
803 "Enable pseudo-USS for DICTIONARY sync.";
804const char kEnableSyncPseudoUSSDictionaryDescription[] =
805 "Enable new USS-based codepath for sync datatype DICTIONARY.";
806
807const char kEnableSyncPseudoUSSExtensionSettingsName[] =
808 "Enable pseudo-USS for EXTENSION_SETTINGS and APP_SETTINGS sync.";
809const char kEnableSyncPseudoUSSExtensionSettingsDescription[] =
810 "Enable new USS-based codepath for sync datatypes EXTENSION_SETTINGS and "
811 "APP_SETTINGS.";
812
813const char kEnableSyncPseudoUSSExtensionsName[] =
814 "Enable pseudo-USS for EXTENSIONS sync.";
815const char kEnableSyncPseudoUSSExtensionsDescription[] =
816 "Enable new USS-based codepath for sync datatype EXTENSIONS.";
817
818const char kEnableSyncPseudoUSSFaviconsName[] =
819 "Enable pseudo-USS for favicon sync.";
820const char kEnableSyncPseudoUSSFaviconsDescription[] =
821 "Enable new USS-based codepath for sync datatypes FAVICON_IMAGES and "
822 "FAVICON_TRACKING.";
823
824const char kEnableSyncPseudoUSSHistoryDeleteDirectivesName[] =
825 "Enable pseudo-USS for HISTORY_DELETE_DIRECTIVES sync.";
826const char kEnableSyncPseudoUSSHistoryDeleteDirectivesDescription[] =
827 "Enable new USS-based codepath for sync datatype "
828 "HISTORY_DELETE_DIRECTIVES.";
829
830const char kEnableSyncPseudoUSSPasswordsName[] =
831 "Enable pseudo-USS for PASSWORDS sync.";
832const char kEnableSyncPseudoUSSPasswordsDescription[] =
833 "Enable new USS-based codepath for sync datatype PASSWORDS (pseudo-USS).";
834
835const char kEnableSyncPseudoUSSPreferencesName[] =
836 "Enable pseudo-USS for PREFERENCES sync.";
837const char kEnableSyncPseudoUSSPreferencesDescription[] =
838 "Enable new USS-based codepath for sync datatype PREFERENCES.";
839
840const char kEnableSyncPseudoUSSPriorityPreferencesName[] =
841 "Enable pseudo-USS for PRIORITY_PREFERENCES sync.";
842const char kEnableSyncPseudoUSSPriorityPreferencesDescription[] =
843 "Enable new USS-based codepath for sync datatype PRIORITY_PREFERENCES.";
844
845const char kEnableSyncPseudoUSSSearchEnginesName[] =
846 "Enable pseudo-USS for SEARCH_ENGINES sync.";
847const char kEnableSyncPseudoUSSSearchEnginesDescription[] =
848 "Enable new USS-based codepath for sync datatype SEARCH_ENGINES.";
849
850const char kEnableSyncPseudoUSSSupervisedUsersName[] =
851 "Enable pseudo-USS for supervised users sync.";
852const char kEnableSyncPseudoUSSSupervisedUsersDescription[] =
853 "Enable new USS-based codepath for sync datatypes SUPERVISED_USER_SETTINGS "
854 "and SUPERVISED_USER_WHITELISTS.";
855
856const char kEnableSyncPseudoUSSThemesName[] =
857 "Enable pseudo-USS for THEMES sync.";
858const char kEnableSyncPseudoUSSThemesDescription[] =
859 "Enable new USS-based codepath for sync datatype THEMES.";
860
Lei Zhang0ca70ea2018-09-07 17:51:01861const char kEnableSyncUserConsentSeparateTypeName[] =
vitaliiid36191b2018-06-11 07:40:49862 "Enable separate sync type for consents";
Lei Zhang0ca70ea2018-09-07 17:51:01863const char kEnableSyncUserConsentSeparateTypeDescription[] =
vitaliiid36191b2018-06-11 07:40:49864 "Emit user consents as a separate sync type instead of user events.";
865
Mohamed Amir Yosef0178fa892018-07-23 17:43:52866const char kEnableSyncUSSBookmarksName[] = "Enable USS for bookmarks sync";
867const char kEnableSyncUSSBookmarksDescription[] =
868 "Enables the new, experimental implementation of bookmark sync";
869
Mikel Astiz38837f82018-04-24 22:23:23870const char kEnableSyncUSSSessionsName[] = "Enable USS for sessions sync";
871const char kEnableSyncUSSSessionsDescription[] =
872 "Enables the new, experimental implementation of session sync (aka tab "
873 "sync).";
874
Brett Wilsonf27ff602017-07-07 22:28:47875const char kEnableUseZoomForDsfName[] =
876 "Use Blink's zoom for device scale factor.";
877const char kEnableUseZoomForDsfDescription[] =
878 "If enabled, Blink uses its zooming mechanism to scale content for device "
879 "scale factor.";
880const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
881const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
882const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
883
Patrick Noland8ee016e2018-01-24 11:44:53884const char kEnableScrollAnchorSerializationName[] =
885 "Scroll Anchor Serialization";
886const char kEnableScrollAnchorSerializationDescription[] =
887 "Save the scroll anchor and use it to restore the scroll position when "
888 "navigating.";
889
Brad Nelson5cd500e2018-01-04 00:50:19890const char kEnableSharedArrayBufferName[] =
891 "Experimental enabled SharedArrayBuffer support in JavaScript.";
892const char kEnableSharedArrayBufferDescription[] =
893 "Enable SharedArrayBuffer support in JavaScript.";
894
Brett Wilsonf27ff602017-07-07 22:28:47895const char kEnableWasmName[] = "WebAssembly structured cloning support.";
896const char kEnableWasmDescription[] =
897 "Enable web pages to use WebAssembly structured cloning.";
898
Kim Paulhamusae635a32018-06-27 07:30:54899const char kEnableWebAuthenticationAPIName[] = "Web Authentication API";
900const char kEnableWebAuthenticationAPIDescription[] =
Kim Paulhamus92431372018-07-20 02:25:47901 "Enable Web Authentication API support.";
902
Lei Zhang0ca70ea2018-09-07 17:51:01903const char kEnableWebAuthenticationCableSupportName[] =
Kim Paulhamus92431372018-07-20 02:25:47904 "Web Authentication caBLE support";
Lei Zhang0ca70ea2018-09-07 17:51:01905const char kEnableWebAuthenticationCableSupportDescription[] =
Kim Paulhamus92431372018-07-20 02:25:47906 "Enable the cloud-assisted pairingless BLE protocol for use with "
907 "the Web Authentication API.";
Kim Paulhamusae635a32018-06-27 07:30:54908
Brett Wilsonf27ff602017-07-07 22:28:47909const char kEnableImageCaptureAPIName[] = "Image Capture API";
910const char kEnableImageCaptureAPIDescription[] =
911 "Enables the Web Platform Image Capture API: takePhoto(), "
912 "getPhotoCapabilities(), etc.";
913
Ramin Halavatic158b182018-10-18 14:04:54914const char kEnableIncognitoWindowCounterName[] = "Incognito Window Counter";
915const char kEnableIncognitoWindowCounterDescription[] =
916 "Shows the count of Incognito windows next to the Incognito icon on the "
917 "toolbar.";
918
Brett Wilsonf27ff602017-07-07 22:28:47919const char kEnableZeroSuggestRedirectToChromeName[] =
920 "Experimental contextual omnibox suggestion";
921const char kEnableZeroSuggestRedirectToChromeDescription[] =
922 "Change omnibox contextual suggestions to an experimental source. Note "
923 "that this is not an on/off switch for contextual omnibox and it only "
924 "applies to suggestions provided before the user starts typing a URL or a "
925 "search query (i.e. zero suggest).";
926
Clemens Hammacher0c8a15a2018-04-27 13:45:32927const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
928const char kEnableWasmBaselineDescription[] =
929 "Enables WebAssembly baseline compilation and tier up.";
930
Ben Smith24c1e5c2018-06-20 01:09:02931const char kEnableWasmThreadsName[] = "WebAssembly threads support.";
932const char kEnableWasmThreadsDescription[] =
933 "Enables support for the WebAssembly Threads proposal. Implies "
934 "#shared-array-buffer and #enable-webassembly.";
935
Brett Wilsonf27ff602017-07-07 22:28:47936const char kExpensiveBackgroundTimerThrottlingName[] =
937 "Throttle expensive background timers";
938const char kExpensiveBackgroundTimerThrottlingDescription[] =
939 "Enables intervention to limit CPU usage of background timers to 1%.";
940
941const char kExperimentalAppBannersName[] = "Experimental app banners";
942const char kExperimentalAppBannersDescription[] =
Matt Giucad4870432017-11-24 01:04:38943 "Enables a new experimental app banner flow and UI. Implies "
944 "#enable-app-banners.";
Brett Wilsonf27ff602017-07-07 22:28:47945
946const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features";
947const char kExperimentalCanvasFeaturesDescription[] =
948 "Enables the use of experimental canvas features which are still in "
949 "development.";
950
Nicholas Verneccd8259802018-02-22 01:22:04951const char kExperimentalCrostiniUIName[] = "Experimental Crostini";
952const char kExperimentalCrostiniUIDescription[] =
953 "Enables in-development Crostini features.";
954
Brett Wilsonf27ff602017-07-07 22:28:47955const char kExperimentalExtensionApisName[] = "Experimental Extension APIs";
956const char kExperimentalExtensionApisDescription[] =
957 "Enables experimental extension APIs. Note that the extension gallery "
958 "doesn't allow you to upload extensions that use experimental APIs.";
959
960const char kExperimentalFullscreenExitUIName[] =
961 "Experimental fullscreen exit UI";
962const char kExperimentalFullscreenExitUIDescription[] =
963 "Displays experimental UI to allow mouse and touch input methods to exit "
964 "fullscreen mode.";
965
Ian Clelland37a985d2018-05-04 02:43:13966const char kExperimentalProductivityFeaturesName[] =
967 "Experimental Productivity Features";
968const char kExperimentalProductivityFeaturesDescription[] =
969 "Enable support for experimental developer productivity features, such as "
970 "Layered APIs and policies for avoiding slow rendering.";
971
Brett Wilsonf27ff602017-07-07 22:28:47972const char kExperimentalSecurityFeaturesName[] =
973 "Potentially annoying security features";
974const char kExperimentalSecurityFeaturesDescription[] =
975 "Enables several security features that will likely break one or more "
976 "pages that you visit on a daily basis. Strict mixed content checking, for "
977 "example. And locking powerful features to secure contexts. This flag will "
978 "probably annoy you.";
979
980const char kExperimentalWebPlatformFeaturesName[] =
981 "Experimental Web Platform features";
982const char kExperimentalWebPlatformFeaturesDescription[] =
983 "Enables experimental Web Platform features that are in development.";
984
985const char kExtensionContentVerificationName[] =
986 "Extension Content Verification";
987const char kExtensionContentVerificationDescription[] =
988 "This flag can be used to turn on verification that the contents of the "
989 "files on disk for extensions from the webstore match what they're "
990 "expected to be. This can be used to turn on this feature if it would not "
991 "otherwise have been turned on, but cannot be used to turn it off (because "
992 "this setting can be tampered with by malware).";
993const char kExtensionContentVerificationBootstrap[] =
994 "Bootstrap (get expected hashes, but do not enforce them)";
995const char kExtensionContentVerificationEnforce[] =
996 "Enforce (try to get hashes, and enforce them if successful)";
997const char kExtensionContentVerificationEnforceStrict[] =
998 "Enforce strict (hard fail if we can't get hashes)";
999
1000const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
1001const char kExtensionsOnChromeUrlsDescription[] =
1002 "Enables running extensions on chrome:// URLs, where extensions explicitly "
1003 "request this permission.";
galinapae72e152017-05-12 13:12:281004
Brett Wilsonecb80982017-07-12 20:34:511005const char kFastUnloadName[] = "Fast tab/window close";
1006const char kFastUnloadDescription[] =
1007 "Enables fast tab/window closing - runs a tab's onunload js handler "
1008 "independently of the GUI.";
vabr0215a8e2017-03-28 12:47:341009
Brett Wilsonecb80982017-07-12 20:34:511010const char kFeaturePolicyName[] = "Feature Policy";
1011const char kFeaturePolicyDescription[] =
1012 "Enables granting and removing access to features through the "
1013 "Feature-Policy HTTP header.";
vabr0215a8e2017-03-28 12:47:341014
Brett Wilsonecb80982017-07-12 20:34:511015const char kFontCacheScalingName[] = "FontCache scaling";
1016const char kFontCacheScalingDescription[] =
1017 "Reuse a cached font in the renderer to serve different sizes of font for "
1018 "faster layout.";
1019
1020const char kForceEffectiveConnectionTypeName[] =
1021 "Override effective connection type";
1022const char kForceEffectiveConnectionTypeDescription[] =
1023 "Overrides the effective connection type of the current connection "
Thanh Lea98f12f2017-12-18 19:35:301024 "returned by the network quality estimator. Slow 2G on Cellular returns "
1025 "Slow 2G when connected to a cellular network, and the actual estimate "
1026 "effective connection type when not on a cellular network. Previews are "
1027 "usually served on 2G networks.";
Brett Wilsonecb80982017-07-12 20:34:511028const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
1029const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
1030const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
Thanh Lea98f12f2017-12-18 19:35:301031const char kEffectiveConnectionTypeSlow2GOnCellularDescription[] =
1032 "Slow 2G On Cellular";
Brett Wilsonecb80982017-07-12 20:34:511033const char kEffectiveConnectionType2GDescription[] = "2G";
1034const char kEffectiveConnectionType3GDescription[] = "3G";
1035const char kEffectiveConnectionType4GDescription[] = "4G";
1036
1037const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
1038const char kFillOnAccountSelectDescription[] =
1039 "Filling of passwords when an account is explicitly selected by the user "
1040 "rather than autofilling credentials on page load.";
1041
Brett Wilsonecb80982017-07-12 20:34:511042const char kForceTextDirectionName[] = "Force text direction";
1043const char kForceTextDirectionDescription[] =
1044 "Explicitly force the per-character directionality of UI text to "
1045 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
1046 "direction of the character language.";
1047const char kForceDirectionLtr[] = "Left-to-right";
1048const char kForceDirectionRtl[] = "Right-to-left";
1049
1050const char kForceUiDirectionName[] = "Force UI direction";
1051const char kForceUiDirectionDescription[] =
1052 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
1053 "mode, overriding the default direction of the UI language.";
1054
1055const char kFramebustingName[] =
1056 "Framebusting requires same-origin or a user gesture";
1057const char kFramebustingDescription[] =
1058 "Don't permit an iframe to navigate the top level browsing context unless "
1059 "they are same-origin or the iframe is processing a user gesture.";
1060
1061const char kGamepadExtensionsName[] = "Gamepad Extensions";
1062const char kGamepadExtensionsDescription[] =
Anna Offenwanger06dc6062018-04-12 07:56:221063 "Enables experimental extensions to the Gamepad APIs.";
Matt Reynolds043469f2018-05-01 22:56:581064const char kGamepadVibrationName[] = "Gamepad Vibration";
1065const char kGamepadVibrationDescription[] =
1066 "Enables haptic vibration effects on supported gamepads.";
Brett Wilsonecb80982017-07-12 20:34:511067
Brett Wilsonecb80982017-07-12 20:34:511068const char kGpuRasterizationName[] = "GPU rasterization";
1069const char kGpuRasterizationDescription[] =
1070 "Use GPU to rasterize web content. Requires impl-side painting.";
Brett Wilson7b44537e2017-08-18 01:38:281071const char kForceGpuRasterization[] = "Force-enabled for all layers";
Brett Wilsonecb80982017-07-12 20:34:511072
1073const char kGoogleProfileInfoName[] = "Google profile name and icon";
1074const char kGoogleProfileInfoDescription[] =
1075 "Enables using Google information to populate the profile name and icon in "
1076 "the avatar menu.";
1077
Takumi Fujimotofb71e332018-03-31 14:04:081078const char kViewsCastDialogName[] = "Views Cast dialog";
1079const char kViewsCastDialogDescription[] =
Takumi Fujimoto541e5e22018-05-30 00:46:311080 "Replace the WebUI Cast dialog with a Views toolkit dialog. This requires "
Takumi Fujimoto28351acc2018-05-31 17:19:531081 "#views-browser-windows on Mac. This feature is activated if either this "
Robert Liao3ecf97c2018-06-05 01:24:541082 "flag or #upcoming-ui-features is enabled";
Takumi Fujimotofb71e332018-03-31 14:04:081083
Manu Cornet4a908de2018-04-09 04:32:271084const char kHideActiveAppsFromShelfName[] =
1085 "Hide running apps (that are not pinned) from the shelf";
1086const char kHideActiveAppsFromShelfDescription[] =
1087 "Save space in the shelf by hiding running apps (that are not pinned).";
Manu Cornete5f855b2018-03-13 03:35:251088
Brett Wilsonecb80982017-07-12 20:34:511089const char kHistoryRequiresUserGestureName[] =
1090 "New history entries require a user gesture.";
1091const char kHistoryRequiresUserGestureDescription[] =
1092 "Require a user gesture to add a history entry.";
1093const char kHyperlinkAuditingName[] = "Hyperlink auditing";
1094const char kHyperlinkAuditingDescription[] = "Sends hyperlink auditing pings.";
1095
Ryan Landay4242dbc22018-04-04 01:47:331096const char kHorizontalTabSwitcherAndroidName[] =
1097 "Enable horizontal tab switcher";
1098const char kHorizontalTabSwitcherAndroidDescription[] =
1099 "Changes the layout of the Android tab switcher so tabs scroll "
1100 "horizontally instead of vertically.";
1101
Brett Wilsonecb80982017-07-12 20:34:511102const char kHostedAppQuitNotificationName[] =
1103 "Quit notification for hosted apps";
1104const char kHostedAppQuitNotificationDescription[] =
1105 "Display a notification when quitting Chrome if hosted apps are currently "
1106 "running.";
1107
1108const char kHostedAppShimCreationName[] =
1109 "Creation of app shims for hosted apps on Mac";
1110const char kHostedAppShimCreationDescription[] =
1111 "Create app shims on Mac when creating a hosted app.";
1112
Ana-Cosmina Popescuda3bcbe2017-09-22 18:24:481113const char kHtmlBasedUsernameDetectorName[] = "HTML-based username detector";
1114const char kHtmlBasedUsernameDetectorDescription[] =
1115 "Use HTML-based username detector for the password manager.";
1116
Brett Wilsonecb80982017-07-12 20:34:511117const char kIconNtpName[] = "Large icons on the New Tab page";
1118const char kIconNtpDescription[] =
1119 "Enable the experimental New Tab page using large icons.";
1120
1121const char kIgnoreGpuBlacklistName[] = "Override software rendering list";
1122const char kIgnoreGpuBlacklistDescription[] =
1123 "Overrides the built-in software rendering list and enables "
1124 "GPU-acceleration on unsupported system configurations.";
1125
Ryan Sturm8c3dbc92018-06-26 19:22:371126const char kIgnorePreviewsBlacklistName[] = "Ignore Previews Blocklist";
Thanh Le5f090efa52017-12-27 22:39:441127const char kIgnorePreviewsBlacklistDescription[] =
Ryan Sturm8c3dbc92018-06-26 19:22:371128 "Ignore decisions made by the PreviewsBlockList";
Thanh Le5f090efa52017-12-27 22:39:441129
Claudio Magni61c210922017-12-28 00:29:511130const char kImprovedLanguageSettingsName[] = "Improved Language Settings";
1131const char kImprovedLanguageSettingsDescription[] =
1132 "Set of changes for Language Settings. These changes are intended to fix "
1133 "the major bugs related to Language Settings.";
1134
Brett Wilsonecb80982017-07-12 20:34:511135const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1136const char kInProductHelpDemoModeChoiceDescription[] =
1137 "Selects the In-Product Help demo mode.";
1138
1139const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1140const char kJavascriptHarmonyDescription[] =
1141 "Enable web pages to use experimental JavaScript features.";
1142
1143const char kJavascriptHarmonyShippingName[] =
1144 "Latest stable JavaScript features";
1145const char kJavascriptHarmonyShippingDescription[] =
1146 "Some web pages use legacy or non-standard JavaScript extensions that may "
1147 "conflict with the latest JavaScript features. This flag allows disabling "
1148 "support of those features for compatibility with such pages.";
1149
gogeraldfd7675d2018-06-19 22:57:351150const char kJustInTimeServiceWorkerPaymentAppName[] =
1151 "Just-in-time service worker payment app";
1152const char kJustInTimeServiceWorkerPaymentAppDescription[] =
1153 "Allow crawling just-in-time service worker payment app when there is no "
1154 "installed service worker payment app for a payment request.";
1155
Yutaka Hiranof7f2f632017-09-06 10:40:081156const char kKeepAliveRendererForKeepaliveRequestsName[] =
1157 "Keep a renderer alive for keepalive fetch requests";
1158const char kKeepAliveRendererForKeepaliveRequestsDescription[] =
1159 "Keep a render process alive when the process has a pending fetch request "
1160 "with `keepalive' specified.";
1161
Joe Downing095fd6d2018-02-01 18:40:361162const char kKeyboardLockApiName[] = "Experimental keyboard lock API.";
1163const char kKeyboardLockApiDescription[] =
1164 "Enables websites to use the new keyboard{Lock|Unlock} API to intercept "
1165 "specific key events and have them routed directly to the webpage when in "
1166 "fullscreen mode. Implies #experimental-keyboard-lock-ui.";
1167
Brett Wilsonecb80982017-07-12 20:34:511168const char kLcdTextName[] = "LCD text antialiasing";
1169const char kLcdTextDescription[] =
1170 "If disabled, text is rendered with grayscale antialiasing instead of LCD "
1171 "(subpixel) when doing accelerated compositing.";
1172
Matt Giucac399982f2017-10-06 07:51:291173const char kLeftToRightUrlsName[] =
1174 "Render bidirectional URLs from left to right";
1175const char kLeftToRightUrlsDescription[] =
1176 "An experimental Bidi URL rendering algorithm where the URL components are "
1177 "always shown in order from left to right, regardless of any RTL "
1178 "characters. (The contents of each component are still rendered with the "
1179 "normal Bidi algorithm.)";
1180
Brett Wilsonecb80982017-07-12 20:34:511181const char kLoadMediaRouterComponentExtensionName[] =
1182 "Load Media Router Component Extension";
1183const char kLoadMediaRouterComponentExtensionDescription[] =
1184 "Loads the Media Router component extension at startup.";
1185
Mustafa Emre Acer137dc8b2018-08-29 20:38:131186const char kLookalikeUrlNavigationSuggestionsName[] =
1187 "Navigation suggestions for lookalike URLs";
1188const char kLookalikeUrlNavigationSuggestionsDescription[] =
1189 "Enable navigation suggestions for URLs that are visually similar to "
1190 "popular domains or to domains with a site engagement score.";
1191
Brett Wilsonecb80982017-07-12 20:34:511192const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure";
1193const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages";
Brett Wilsonecb80982017-07-12 20:34:511194
Lei Zhang2eca9082017-10-17 20:42:501195const char kMaterialDesignIncognitoNTPName[] = "Material Design Incognito NTP.";
1196const char kMaterialDesignIncognitoNTPDescription[] =
Brett Wilsonecb80982017-07-12 20:34:511197 "If enabled, the Incognito New Tab page uses the new material design with "
1198 "a better readable text.";
1199
spqchanb87755692018-04-05 00:46:091200const char kMediaRouterCastAllowAllIPsName[] =
1201 "Connect to Cast devices on all IP addresses";
1202const char kMediaRouterCastAllowAllIPsDescription[] =
1203 "Have the Media Router connect to Cast devices on all IP addresses, not "
Nick Harperd30507ca2018-08-16 20:24:311204 "just RFC1918/RFC4193 private addresses.";
spqchanb87755692018-04-05 00:46:091205
Brett Wilsonecb80982017-07-12 20:34:511206const char kMemoryCoordinatorName[] = "Memory coordinator";
1207const char kMemoryCoordinatorDescription[] =
1208 "Enable memory coordinator instead of memory pressure listeners.";
1209
1210const char kMessageCenterNewStyleNotificationName[] = "New style notification";
1211const char kMessageCenterNewStyleNotificationDescription[] =
1212 "Enables the experiment style of material-design notification";
1213
Brett Wilsonecb80982017-07-12 20:34:511214const char kMhtmlGeneratorOptionName[] = "MHTML Generation Option";
1215const char kMhtmlGeneratorOptionDescription[] =
1216 "Provides experimental options for MHTML file generator.";
1217const char kMhtmlSkipNostoreMain[] = "Skips no-store main frame.";
1218const char kMhtmlSkipNostoreAll[] = "Skips all no-store resources.";
1219
Brett Wilsonecb80982017-07-12 20:34:511220const char kNewAudioRenderingMixingStrategyName[] =
1221 "New audio rendering mixing strategy";
1222const char kNewAudioRenderingMixingStrategyDescription[] =
1223 "Use the new audio rendering mixing strategy.";
1224
1225const char kNewBookmarkAppsName[] = "The new bookmark app system";
1226const char kNewBookmarkAppsDescription[] =
1227 "Enables the new system for creating bookmark apps.";
1228
Vadym Doroshenkocd4ff782018-07-24 13:41:021229const char kNewPasswordFormParsingName[] =
1230 "New password form parsing for filling passwords";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241231const char kNewPasswordFormParsingDescription[] =
Vadym Doroshenkocd4ff782018-07-24 13:41:021232 "Replaces existing form parsing for filling in password manager with a new "
1233 "version, currently under development. WARNING: when enabled, Password "
1234 "Manager might stop working";
1235
1236const char kNewPasswordFormParsingForSavingName[] =
1237 "New password form parsing for saving passwords";
1238const char kNewPasswordFormParsingForSavingDescription[] =
1239 "Replaces existing form parsing for saving in password manager with a new "
1240 "version, currently under development. WARNING: when enabled, Password "
1241 "Manager might stop working";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241242
Brett Wilsonecb80982017-07-12 20:34:511243const char kNewRemotePlaybackPipelineName[] =
1244 "Enable the new remote playback pipeline.";
1245const char kNewRemotePlaybackPipelineDescription[] =
1246 "Enable the new pipeline for playing media element remotely via "
1247 "RemotePlayback API or native controls.";
CJ DiMeglio7b4a199f2017-11-30 01:26:501248const char kUseSurfaceLayerForVideoName[] =
1249 "Enable the use of SurfaceLayer objects for videos.";
1250const char kUseSurfaceLayerForVideoDescription[] =
1251 "Enable compositing onto a Surface instead of a VideoLayer "
1252 "for videos.";
Brett Wilsonecb80982017-07-12 20:34:511253
1254const char kNewUsbBackendName[] = "Enable new USB backend";
1255const char kNewUsbBackendDescription[] =
1256 "Enables the new experimental USB backend for Windows.";
vabr0215a8e2017-03-28 12:47:341257
Sonny Sasaka2d200432018-03-22 17:43:161258const char kNewblueName[] = "Newblue";
1259const char kNewblueDescription[] =
1260 "Enables the use of newblue Bluetooth daemon.";
1261
Peter Kasting63097912018-06-30 02:09:031262const char kNewTabButtonPosition[] = "New tab button position";
1263const char kNewTabButtonPositionDescription[] =
1264 "Controls placement of the new tab button within the tabstrip.";
1265const char kNewTabButtonPositionOppositeCaption[] = "Opposite caption buttons";
1266const char kNewTabButtonPositionLeading[] = "Leading";
1267const char kNewTabButtonPositionAfterTabs[] = "After tabs";
1268const char kNewTabButtonPositionTrailing[] = "Trailing";
1269
Egor Pasko6fed3822018-05-30 10:33:141270const char kNostatePrefetchName[] = "NoState Prefetch";
vabr0215a8e2017-03-28 12:47:341271const char kNostatePrefetchDescription[] =
Egor Pasko6fed3822018-05-30 10:33:141272 R"*(If enabled, pre-downloads resources to improve page load speed.)*";
vabr0215a8e2017-03-28 12:47:341273
Alex Newcomerd7b0cc42018-05-25 22:58:481274const char kNotificationIndicatorName[] = "Notification Indicators";
1275const char kNotificationIndicatorDescription[] =
1276 "Enable notification indicators, which appear on app icons when a "
1277 "notification is active. This will also enable notifications in context "
1278 "menus.";
1279
Brett Wilsonecb80982017-07-12 20:34:511280const char kNotificationsNativeFlagName[] = "Enable native notifications.";
1281const char kNotificationsNativeFlagDescription[] =
1282 "Enable support for using the native notification toasts and notification "
1283 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:341284
Valeriya Sinevich972ac122018-09-05 07:33:191285const char kUseMultiloginEndpointName[] = "Use Multilogin endpoint.";
1286const char kUseMultiloginEndpointDescription[] =
1287 "Use Gaia OAuth multilogin for identity consistency.";
1288
Zentaro Kavanaghbad511c2017-10-18 22:29:001289#if defined(OS_POSIX)
1290const char kNtlmV2EnabledName[] = "Enable NTLMv2 Authentication";
1291const char kNtlmV2EnabledDescription[] =
1292 "Enable NTLMv2 HTTP Authentication. This disables NTLMv1 support.";
1293#endif
1294
Ramya Nagarajane9f16b82018-05-03 01:05:341295const char kNtpBackgroundsName[] = "New Tab Page Background Selection";
1296const char kNtpBackgroundsDescription[] =
kristipark037abce12018-07-13 19:49:301297 "Allow selection of a custom background image on the New Tab Page. "
1298 "Implicitly enables 'ntp-ui-md'.";
Ramya Nagarajane9f16b82018-05-03 01:05:341299
kristipark037abce12018-07-13 19:49:301300const char kNtpCustomLinksName[] = "New Tab Page Custom Links";
1301const char kNtpCustomLinksDescription[] =
1302 "Enable customization of shortcuts on the New Tab Page and replaces Most "
1303 "Visited. Implicitly enables 'ntp-ui-md' and 'ntp-icons'.";
1304
1305const char kNtpIconsName[] = "New Tab Page Material Design Icons";
Ramya Nagarajane9f16b82018-05-03 01:05:341306const char kNtpIconsDescription[] =
kristipark037abce12018-07-13 19:49:301307 "Show Material Design icons on the New Tab Page, instead of Most Visited "
1308 "tiles. Implicitly enables 'ntp-ui-md'.";
Ramya Nagarajane9f16b82018-05-03 01:05:341309
Kyle Milkad1420ce2018-10-05 18:33:411310const char kNtpUIMdName[] = "New Tab Page Material Design UI";
1311const char kNtpUIMdDescription[] =
1312 "Updates the New Tab Page with Material Design elements.";
1313
Brett Wilsonecb80982017-07-12 20:34:511314const char kNumRasterThreadsName[] = "Number of raster threads";
1315const char kNumRasterThreadsDescription[] =
1316 "Specify the number of raster threads.";
1317const char kNumRasterThreadsOne[] = "1";
1318const char kNumRasterThreadsTwo[] = "2";
1319const char kNumRasterThreadsThree[] = "3";
1320const char kNumRasterThreadsFour[] = "4";
1321
1322const char kOfferStoreUnmaskedWalletCardsName[] =
1323 "Google Payments card saving checkbox";
1324const char kOfferStoreUnmaskedWalletCardsDescription[] =
1325 "Show the checkbox to offer local saving of a credit card downloaded from "
1326 "the server.";
1327
1328const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode";
1329const char kOfflineAutoReloadDescription[] =
1330 "Pages that fail to load while the browser is offline will be "
1331 "auto-reloaded when the browser is online again.";
1332
1333const char kOfflineAutoReloadVisibleOnlyName[] =
1334 "Only Auto-Reload Visible Tabs";
1335const char kOfflineAutoReloadVisibleOnlyDescription[] =
1336 "Pages that fail to load while the browser is offline will only be "
1337 "auto-reloaded if their tab is visible.";
1338
Brett Wilsonecb80982017-07-12 20:34:511339const char kOmniboxDisplayTitleForCurrentUrlName[] =
1340 "Include title for the current URL in the omnibox";
1341const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
1342 "In the event that the omnibox provides suggestions on-focus, the URL of "
1343 "the current page is provided as the first suggestion without a title. "
1344 "Enabling this flag causes the title to be displayed.";
1345
Benoit Lizeab08362c2017-07-19 14:50:541346const char kOmniboxSpareRendererName[] =
1347 "Start spare renderer on omnibox focus";
1348const char kOmniboxSpareRendererDescription[] =
1349 "When the omnibox is focused, start an empty spare renderer. This can "
1350 "speed up the load of the navigation from the omnibox.";
1351
Tommy C. Li8875a442017-08-23 00:10:591352const char kOmniboxUIElideSuggestionUrlAfterHostName[] =
1353 "Omnibox UI Elide Suggestion URL After Host";
1354const char kOmniboxUIElideSuggestionUrlAfterHostDescription[] =
1355 "Elides the path, query, and ref of suggested URLs in the Omnibox "
1356 "dropdown.";
1357
Tommy C. Lie4194b732018-09-28 22:21:511358const char kOmniboxUIHideSteadyStateUrlSchemeName[] =
1359 "Omnibox UI Hide Steady-State URL Scheme";
1360const char kOmniboxUIHideSteadyStateUrlSchemeDescription[] =
1361 "In the omnibox, hide the scheme from steady state displayed URLs. It is "
Tommy C. Libef94ee02018-10-17 19:56:361362 "restored during editing.";
Tommy C. Lie4194b732018-09-28 22:21:511363
Tommy C. Lib20aec72018-11-19 21:38:231364const char kOmniboxUIOneClickUnelideName[] = "Omnibox UI One Click Unelide";
1365const char kOmniboxUIOneClickUnelideDescription[] =
1366 "In the omnibox, undo all unelisions with a single click or focus action.";
1367
Tommy C. Lie4194b732018-09-28 22:21:511368const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsName[] =
1369 "Omnibox UI Hide Steady-State URL Trivial Subdomains";
1370const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsDescription[] =
1371 "In the omnibox, hide trivial subdomains from steady state displayed URLs. "
Tommy C. Libef94ee02018-10-17 19:56:361372 "Hidden portions are restored during editing.";
1373
1374const char kOmniboxUIHideSteadyStateUrlPathQueryAndRefName[] =
1375 "Omnibox UI Hide Steady-State URL Path, Query, and Ref";
1376const char kOmniboxUIHideSteadyStateUrlPathQueryAndRefDescription[] =
1377 "In the omnibox, hide the path, query and ref from steady state displayed "
1378 "URLs. Hidden portions are restored during editing.";
Tommy C. Lid79d4402017-12-22 22:49:121379
Tommy C. Licc5e53022018-07-27 16:30:351380const char kOmniboxUIJogTextfieldOnPopupName[] =
1381 "Omnibox UI Jog Textfield on Popup";
1382const char kOmniboxUIJogTextfieldOnPopupDescription[] =
1383 "In the Omnibox, jog the textfield to align with the dropdown suggestions "
1384 "text when the popup is opened. When this feature is disabled, the "
1385 "textfield is always aligned with the suggestions text, and a separator "
1386 "fills the gap. If Material Refresh is disabled, this has no effect.";
1387
Brett Wilsonecb80982017-07-12 20:34:511388const char kOmniboxUIMaxAutocompleteMatchesName[] =
1389 "Omnibox UI Max Autocomplete Matches";
1390
1391const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
1392 "Changes the maximum number of autocomplete matches displayed in the "
1393 "Omnibox UI.";
1394
Justin Donnelly65c9e8b2017-10-01 05:15:011395const char kOmniboxUIShowSuggestionFaviconsName[] =
1396 "Omnibox UI Show Suggestion Favicons";
1397const char kOmniboxUIShowSuggestionFaviconsDescription[] =
1398 "Shows favicons instead of generic vector icons for URL suggestions in the "
1399 "Omnibox dropdown.";
1400
1401const char kOmniboxUISwapTitleAndUrlName[] = "Omnibox UI Swap Title and URL";
1402const char kOmniboxUISwapTitleAndUrlDescription[] =
1403 "In the omnibox dropdown, shows titles before URLs when both are "
1404 "available.";
1405
Troy Hildebrandtb32637ca2018-02-21 23:25:091406const char kOmniboxVoiceSearchAlwaysVisibleName[] =
1407 "Omnibox Voice Search Always Visible";
1408const char kOmniboxVoiceSearchAlwaysVisibleDescription[] =
1409 "Always displays voice search icon in focused omnibox as long as voice "
1410 "search is possible";
1411
Adrienne Walkerc87477e2018-06-06 22:28:211412const char kOopRasterizationName[] = "Out of process rasterization";
1413const char kOopRasterizationDescription[] =
1414 "Perform Ganesh raster in the GPU Process instead of the renderer. "
1415 "Must also enable GPU rasterization";
1416
Brett Wilsonecb80982017-07-12 20:34:511417const char kOriginTrialsName[] = "Origin Trials";
1418const char kOriginTrialsDescription[] =
1419 "Enables origin trials for controlling access to feature/API experiments.";
1420
Becca Hughes930d8cd2017-10-02 11:09:121421const char kOverflowIconsForMediaControlsName[] =
1422 "Icons on Media Controls Overflow Menu";
1423const char kOverflowIconsForMediaControlsDescription[] =
1424 "Displays icons on the overflow menu of the native media controls";
1425
Brett Wilsonecb80982017-07-12 20:34:511426const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
1427const char kOverlayScrollbarsDescription[] =
1428 "Enable the experimental overlay scrollbars implementation. You must also "
1429 "enable threaded compositing to have the scrollbars animate.";
1430
chaopenge8aa016b2017-08-24 15:20:191431const char kOverlayScrollbarsFlashAfterAnyScrollUpdateName[] =
1432 "Flash Overlay Scrollbars After Any Scroll Update";
1433const char kOverlayScrollbarsFlashAfterAnyScrollUpdateDescription[] =
1434 "Flash Overlay Scrollbars After any scroll update happends in page. You"
1435 " must also enable Overlay Scrollbars.";
1436
chaopeng343678022017-08-24 18:45:001437const char kOverlayScrollbarsFlashWhenMouseEnterName[] =
1438 "Flash Overlay Scrollbars When Mouse Enter";
1439const char kOverlayScrollbarsFlashWhenMouseEnterDescription[] =
1440 "Flash Overlay Scrollbars When Mouse Enter a scrollable area. You must also"
1441 " enable Overlay Scrollbars.";
1442
Daniele Castagna74ddb9c2018-06-21 22:59:021443const char kOverlayStrategiesName[] = "Select HW overlay strategies";
1444const char kOverlayStrategiesDescription[] =
1445 "Select strategies used to promote quads to HW overlays.";
1446const char kOverlayStrategiesDefault[] = "Default";
1447const char kOverlayStrategiesNone[] = "None";
1448const char kOverlayStrategiesUnoccludedFullscreen[] =
1449 "Unoccluded fullscreen buffers (single-fullscreen)";
1450const char kOverlayStrategiesUnoccluded[] =
1451 "Unoccluded buffers (single-fullscreen,single-on-top)";
1452const char kOverlayStrategiesOccludedAndUnoccluded[] =
1453 "Occluded and unoccluded buffers "
1454 "(single-fullscreen,single-on-top,underlay)";
1455
Claudio Magni81326f92017-09-01 05:21:181456const char kUseNewAcceptLanguageHeaderName[] = "Use new Accept-Language header";
1457const char kUseNewAcceptLanguageHeaderDescription[] =
1458 "Adds the base language code after other corresponding language+region "
1459 "codes. This ensures that users receive content in their preferred "
1460 "language.";
1461
Brett Wilsonecb80982017-07-12 20:34:511462const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
1463const char kOverscrollHistoryNavigationDescription[] =
Mohsen Izadi88b392a2018-02-15 06:57:481464 "History navigation in response to horizontal overscroll.";
Brett Wilsonecb80982017-07-12 20:34:511465
1466const char kOverscrollStartThresholdName[] = "Overscroll start threshold";
1467const char kOverscrollStartThresholdDescription[] =
1468 "Changes overscroll start threshold relative to the default value.";
1469const char kOverscrollStartThreshold133Percent[] = "133%";
1470const char kOverscrollStartThreshold166Percent[] = "166%";
1471const char kOverscrollStartThreshold200Percent[] = "200%";
1472
chaopenge2b6e5f2018-05-08 16:40:451473const char kTouchpadOverscrollHistoryNavigationName[] =
1474 "Overscroll history navigation on Touchpad";
1475const char kTouchpadOverscrollHistoryNavigationDescription[] =
1476 "Allows swipe left/right from touchpad change browser navigation.";
1477
Xing Liu5400a002017-09-15 21:48:291478const char kParallelDownloadingName[] = "Parallel downloading";
1479const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:061480 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:291481
Brett Wilsonecb80982017-07-12 20:34:511482const char kPassiveEventListenerDefaultName[] =
1483 "Passive Event Listener Override";
1484const char kPassiveEventListenerDefaultDescription[] =
1485 "Forces touchstart, touchmove, mousewheel and wheel event listeners (which "
1486 "haven't requested otherwise) to be treated as passive. This will break "
1487 "touch/wheel behavior on some websites but is useful for demonstrating the "
1488 "potential performance benefits of adopting passive event listeners.";
1489const char kPassiveEventListenerTrue[] = "True (when unspecified)";
1490const char kPassiveEventListenerForceAllTrue[] = "Force All True";
1491
1492const char kPassiveEventListenersDueToFlingName[] =
1493 "Touch Event Listeners Passive Default During Fling";
1494const char kPassiveEventListenersDueToFlingDescription[] =
1495 "Forces touchstart, and first touchmove per scroll event listeners during "
1496 "fling to be treated as passive.";
1497
1498const char kPassiveDocumentEventListenersName[] =
1499 "Document Level Event Listeners Passive Default";
1500const char kPassiveDocumentEventListenersDescription[] =
1501 "Forces touchstart, and touchmove event listeners on document level "
1502 "targets (which haven't requested otherwise) to be treated as passive.";
1503
Sahel Sharify7400e882018-08-13 17:13:211504const char kPassiveDocumentWheelEventListenersName[] =
1505 "Document Level Wheel Event Listeners Passive Default";
1506const char kPassiveDocumentWheelEventListenersDescription[] =
1507 "Forces wheel, and mousewheel event listeners on document level targets "
1508 "(which haven't requested otherwise) to be treated as passive.";
1509
Vaclav Brozekd8a3f542017-11-16 14:21:131510const char kPasswordImportName[] = "Password import";
1511const char kPasswordImportDescription[] =
1512 "Import functionality in password settings.";
Brett Wilsonecb80982017-07-12 20:34:511513
Friedrich Horschig03c91982018-01-25 14:21:281514const char kPasswordSearchMobileName[] = "Password search";
1515const char kPasswordSearchMobileDescription[] =
1516 "Search functionality in password settings.";
1517
Friedrich Horschige6c27742018-04-23 17:13:411518const char kPasswordsKeyboardAccessoryName[] =
1519 "Add password-related functions to keyboard accessory";
1520const char kPasswordsKeyboardAccessoryDescription[] =
1521 "Adds password generation button and toggle for the passwords bottom sheet "
1522 "to the keyboard accessory. Replaces password generation popups.";
1523
Christos Froussios6e060c42018-07-31 16:17:191524const char kPasswordsMigrateLinuxToLoginDBName[] =
1525 "Migrate passwords to \"Login Data\"";
1526const char kPasswordsMigrateLinuxToLoginDBDescription[] =
Christos Froussiose34c38a2018-09-04 14:27:591527 "Performs a one-off irreversible migration of passwords from the "
Christos Froussios6e060c42018-07-31 16:17:191528 "gnome-keyring or kwallet into the profile directory.";
1529
Rouslan Solomakhinded840112018-11-02 13:27:101530const char kPerMethodCanMakePaymentQuotaName[] =
1531 "Per-method canMakePayment() quota.";
1532const char kPerMethodCanMakePaymentQuotaDescription[] =
1533 "Allow calling canMakePayment() for different payment methods, as long as "
1534 "method-specific parameters remain unchanged.";
1535
Brett Wilsonecb80982017-07-12 20:34:511536const char kPinchScaleName[] = "Pinch scale";
1537const char kPinchScaleDescription[] =
1538 "Enables experimental support for scale using pinch.";
1539
Doug Arnett620ff542018-02-06 17:54:221540const char kPreviewsAllowedName[] = "Previews Allowed";
1541const char kPreviewsAllowedDescription[] =
1542 "Allows previews to be shown subject to specific preview types being "
1543 "enabled and the client experiencing specific triggering conditions. "
1544 "May be used as a kill-switch to turn off all potential preview types.";
1545
Brett Wilsonecb80982017-07-12 20:34:511546const char kPrintPdfAsImageName[] = "Print Pdf as Image";
1547const char kPrintPdfAsImageDescription[] =
1548 "If enabled, an option to print PDF files as images will be available in "
1549 "print preview.";
1550
1551const char kPrintPreviewRegisterPromosName[] =
1552 "Print Preview Registration Promos";
1553const char kPrintPreviewRegisterPromosDescription[] =
1554 "Enable registering unregistered cloud printers from print preview.";
1555
1556const char kProtectSyncCredentialName[] = "Autofill sync credential";
1557const char kProtectSyncCredentialDescription[] =
1558 "How the password manager handles autofill for the sync credential.";
1559
1560const char kProtectSyncCredentialOnReauthName[] =
1561 "Autofill sync credential only for transactional reauth pages";
1562const char kProtectSyncCredentialOnReauthDescription[] =
1563 "How the password manager handles autofill for the sync credential only "
1564 "for transactional reauth pages.";
1565
Mohsen Izadi93faac12017-07-29 04:45:151566const char kPullToRefreshName[] = "Pull-to-refresh gesture";
1567const char kPullToRefreshDescription[] =
1568 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:011569const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:151570
Troy Hildebrandt7228ad12018-02-23 21:18:241571const char kQueryInOmniboxName[] = "Query in Omnibox";
1572const char kQueryInOmniboxDescription[] =
1573 "Only display query terms in the omnibox when viewing a search results "
1574 "page.";
1575
Brett Wilsonecb80982017-07-12 20:34:511576const char kQuicName[] = "Experimental QUIC protocol";
1577const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
1578
Emily Starke8878d52018-05-11 21:27:261579const char kRecurrentInterstitialName[] =
1580 "Show a message when the same SSL error recurs";
1581const char kRecurrentInterstitialDescription[] =
1582 "Enable a special message on the SSL certificate error page when the same "
1583 "SSL error occurs repeatedly.";
1584
Brett Wilsonecb80982017-07-12 20:34:511585const char kReducedReferrerGranularityName[] =
1586 "Reduce default 'referer' header granularity.";
1587const char kReducedReferrerGranularityDescription[] =
1588 "If a page hasn't set an explicit referrer policy, setting this flag will "
1589 "reduce the amount of information in the 'referer' header for cross-origin "
1590 "requests.";
1591
Lei Zhang0ca70ea2018-09-07 17:51:011592const char kRegionalLocalesAsDisplayUIName[] =
Claudio Magnie0a80bb2018-01-31 02:52:581593 "Allow regional locales as display UI";
Lei Zhang0ca70ea2018-09-07 17:51:011594const char kRegionalLocalesAsDisplayUIDescription[] =
Claudio Magnie0a80bb2018-01-31 02:52:581595 "This flag allows regional locales to be selected as display UI by the "
1596 "user in Language Settings. The actual locale of the system is derived "
1597 "from the user selection based on some simple fallback logic.";
1598
Christian Dullweber3cc579a22018-09-11 10:54:441599const char kRewriteLevelDBOnDeletionName[] =
1600 "Rewrite LevelDB instances after full deletions";
1601const char kRewriteLevelDBOnDeletionDescription[] =
1602 "Rewrite LevelDB instances to remove traces of deleted data from disk.";
1603
Yutaka Hirano4c0f2f5d452017-11-17 04:24:351604const char kRendererSideResourceSchedulerName[] =
1605 "Renderer side ResourceScheduler";
1606const char kRendererSideResourceSchedulerDescription[] =
1607 "Migrate some ResourceScheduler functionalities to renderer";
1608
Brett Wilsonecb80982017-07-12 20:34:511609const char kRequestTabletSiteName[] =
1610 "Request tablet site option in the settings menu";
1611const char kRequestTabletSiteDescription[] =
1612 "Allows the user to request tablet site. Web content is often optimized "
1613 "for tablet devices. When this option is selected the user agent string is "
1614 "changed to indicate a tablet device. Web content optimized for tablets is "
1615 "received there after for the current tab.";
1616
1617const char kResetAppListInstallStateName[] =
1618 "Reset the App Launcher install state on every restart.";
1619const char kResetAppListInstallStateDescription[] =
1620 "Reset the App Launcher install state on every restart. While this flag is "
1621 "set, Chrome will forget the launcher has been installed each time it "
1622 "starts. This is used for testing the App Launcher install flow.";
1623
Kinuko Yasuda33955082018-06-19 10:14:591624const char kResourceLoadSchedulerName[] = "Enable resource load throttling";
Brett Wilsonecb80982017-07-12 20:34:511625const char kResourceLoadSchedulerDescription[] =
Kinuko Yasuda33955082018-06-19 10:14:591626 "Uses the resource load scheduler in blink to throttle resource load "
1627 "requests.";
Brett Wilsonecb80982017-07-12 20:34:511628
Brett Wilsonecb80982017-07-12 20:34:511629const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting.";
1630const char kSafeSearchUrlReportingDescription[] =
1631 "If enabled, inappropriate URLs can be reported back to SafeSearch.";
1632
Alexei Filippov98772752018-01-27 08:26:521633const char kSamplingHeapProfilerName[] = "Native memory sampling profiler.";
1634const char kSamplingHeapProfilerDescription[] =
1635 "Enables native memory sampling profiler with specified rate in KiB. "
1636 "If sampling rate is not provided the default value of 128 KiB is used.";
1637
Brett Wilsonecb80982017-07-12 20:34:511638const char kSaveasMenuLabelExperimentName[] =
1639 "Switch 'Save as' menu labels to 'Download'";
1640const char kSaveasMenuLabelExperimentDescription[] =
1641 "Enables an experiment to switch menu labels that use 'Save as...' to "
1642 "'Download'.";
1643
1644const char kSavePageAsMhtmlName[] = "Save Page as MHTML";
1645const char kSavePageAsMhtmlDescription[] =
1646 "Enables saving pages as MHTML: a single text file containing HTML and all "
1647 "sub-resources.";
1648
Nate Chapin9638e7102017-09-20 22:11:011649const char kSavePreviousDocumentResourcesName[] =
1650 "Save Previous Document Resources";
1651const char kSavePreviousDocumentResourcesDescription[] =
1652 "Saves an old document's cached resources until the specified point in the "
1653 "next document's lifecycle.";
1654const char kSavePreviousDocumentResourcesNever[] =
1655 "Don't explicitly save resources";
1656const char kSavePreviousDocumentResourcesUntilOnDOMContentLoaded[] =
1657 "Save resources until onDOMContentLoaded completes";
1658const char kSavePreviousDocumentResourcesUntilOnLoad[] =
1659 "Save resources until onload completes";
1660
Jeffrey Cohene49cc59c2018-10-23 16:27:281661const char kSendTabToSelfName[] = "Send tab to self";
1662const char kSendTabToSelfDescription[] =
1663 "Allows users to push tabs from Android devices to other synced "
1664 "devices, in order to easily transition those tabs to the new device ";
1665
gogeraldd5061b592017-09-06 23:39:551666const char kServiceWorkerPaymentAppsName[] = "Service Worker payment apps";
1667const char kServiceWorkerPaymentAppsDescription[] =
1668 "Enable Service Worker applications to integrate as payment apps";
1669
momohattfc352292018-08-29 05:12:361670const char kServiceWorkerImportedScriptUpdateCheckName[] =
1671 "Enable update check for service worker importScripts() resources";
1672const char kServiceWorkerImportedScriptUpdateCheckDescription[] =
1673 "Extend byte-for-byte update check for scripts that are imported by the "
1674 "service worker script via importScripts().";
1675
Lei Zhang0ca70ea2018-09-07 17:51:011676const char kServiceWorkerServicificationName[] = "Servicified service workers";
1677const char kServiceWorkerServicificationDescription[] =
Makoto Shimazu22078cc2018-02-21 03:01:441678 "Enable the servicified service workers. A servicified service worker can "
1679 "have direct connection from its clients, so that fetch events can be "
1680 "dispatched through the connection without hopping to the browser process.";
Makoto Shimazud9f333c2017-08-08 07:23:171681
Azeem Arshad3b1ef73122018-08-30 02:04:151682const char kServiceWorkerLongRunningMessageName[] =
1683 "Service worker long running message dispatch.";
1684const char kServiceWorkerLongRunningMessageDescription[] =
1685 "Enables long running message dispatch method for service workers. "
1686 "Messages sent with this method do not timeout, allowing the service "
1687 "worker to run indefinitely.";
1688
Brett Wilsonecb80982017-07-12 20:34:511689const char kSettingsWindowName[] = "Show settings in a window";
1690const char kSettingsWindowDescription[] =
1691 "Settings will be shown in a dedicated window instead of as a browser tab.";
1692
Manu Cornetd7ef7c52018-05-01 22:08:231693const char kShelfHoverPreviewsName[] =
1694 "Show previews of running apps when hovering over the shelf.";
1695const char kShelfHoverPreviewsDescription[] =
1696 "Shows previews of the open windows for a given running app when hovering "
1697 "over the shelf.";
1698
Naoki Fukino008a0022018-05-23 18:33:001699const char kShowAndroidFilesInFilesAppName[] =
1700 "Show Android files in Files app";
1701const char kShowAndroidFilesInFilesAppDescription[] =
1702 "Show Android files in Files app if Android is enabled on the device.";
1703
Brett Wilsonecb80982017-07-12 20:34:511704const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
1705const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:381706 "Annotates web forms with Autofill signatures as HTML attributes. Also "
1707 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:511708
1709const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
1710const char kShowAutofillTypePredictionsDescription[] =
1711 "Annotates web forms with Autofill field type predictions as placeholder "
1712 "text.";
1713
1714const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
1715const char kShowOverdrawFeedbackDescription[] =
1716 "Visualize overdraw by color-coding elements based on if they have other "
1717 "elements drawn underneath.";
1718
Carlos IL89128732018-04-03 17:00:251719const char kSupervisedUserCommittedInterstitialsName[] =
1720 "Enable Supervised User Committed Interstitials";
1721const char kSupervisedUserCommittedInterstitialsDescription[] =
1722 "Use committed error pages instead of transient navigation entries for "
1723 "supervised user interstitials";
1724
yiyixbdfa9a0b2017-10-23 22:21:471725const char kEnableDrawOcclusionName[] = "Enable draw occlusion";
1726const char kEnableDrawOcclusionDescription[] =
1727 "Enable the system to use draw occlusion to skip draw quads when they are "
1728 "not shown on the screen.";
1729
Brett Wilsonecb80982017-07-12 20:34:511730const char kShowSavedCopyName[] = "Show Saved Copy Button";
1731const char kShowSavedCopyDescription[] =
1732 "When a page fails to load, if a stale copy of the page exists in the "
1733 "browser cache, a button will be presented to allow the user to load that "
1734 "stale copy. The primary enabling choice puts the button in the most "
1735 "salient position on the error page; the secondary enabling choice puts it "
1736 "secondary to the reload button.";
1737const char kEnableShowSavedCopyPrimary[] = "Enable: Primary";
1738const char kEnableShowSavedCopySecondary[] = "Enable: Secondary";
1739const char kDisableShowSavedCopy[] = "Disable";
1740
Brett Wilsonecb80982017-07-12 20:34:511741const char kSilentDebuggerExtensionApiName[] = "Silent Debugging";
1742const char kSilentDebuggerExtensionApiDescription[] =
1743 "Do not show the infobar when an extension attaches to a page via "
1744 "chrome.debugger API. This is required to debug extension background "
1745 "pages.";
1746
Tsuyoshi Horo53895ba92018-03-14 04:06:481747const char kSignedHTTPExchangeName[] = "Signed HTTP Exchange";
1748const char kSignedHTTPExchangeDescription[] =
1749 "Enables Origin-Signed HTTP Exchanges support which is still in "
1750 "development. Warning: Enabling this may pose a security risk.";
1751
Brett Wilsonecb80982017-07-12 20:34:511752const char kSimpleCacheBackendName[] = "Simple Cache for HTTP";
1753const char kSimpleCacheBackendDescription[] =
1754 "The Simple Cache for HTTP is a new cache. It relies on the filesystem for "
1755 "disk space allocation.";
1756
Christopher Thompson75ff845d2018-02-01 20:12:461757const char kSimplifyHttpsIndicatorName[] = "Simplify HTTPS indicator UI";
1758const char kSimplifyHttpsIndicatorDescription[] =
1759 "Change the UI treatment for HTTPS pages.";
1760
Brett Wilsonecb80982017-07-12 20:34:511761const char kSingleClickAutofillName[] = "Single-click autofill";
1762const char kSingleClickAutofillDescription[] =
1763 "Make autofill suggestions on initial mouse click on a form element.";
1764
Bret Sepulveda4f891da2018-07-16 19:10:301765const char kSingleTabMode[] = "Single-tab mode";
1766const char kSingleTabModeDescription[] =
1767 "Windows with a single tab receive a special, minimal visual treatment.";
1768
Lukasz Anforowicz738a88d2018-11-05 19:19:341769const char kSiteIsolationOptOutName[] = "Disable site isolation";
1770const char kSiteIsolationOptOutDescription[] =
1771 "Disables site isolation "
Nick Carter855bc492018-03-10 00:44:571772 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
1773 "may be due to out-of-process iframes. Opt-out has no effect if site "
Lukasz Anforowicz42840422018-11-05 21:49:221774 "isolation is force-enabled using a command line switch or using an "
1775 "enterprise policy. "
1776 "Caution: this disables important mitigations for the Spectre CPU "
Nick Carter855bc492018-03-10 00:44:571777 "vulnerability affecting most computers.";
Lukasz Anforowicz738a88d2018-11-05 19:19:341778const char kSiteIsolationOptOutChoiceDefault[] = "Default";
1779const char kSiteIsolationOptOutChoiceOptOut[] = "Disabled (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:511780
Pattideade7972018-04-27 02:59:401781const char kSiteSettings[] = "Site settings";
Brett Wilsonecb80982017-07-12 20:34:511782const char kSiteSettingsDescription[] =
Pattideade7972018-04-27 02:59:401783 "Add the All Sites list to Site Settings.";
Brett Wilsonecb80982017-07-12 20:34:511784
Brett Wilsonecb80982017-07-12 20:34:511785const char kSmoothScrollingName[] = "Smooth Scrolling";
1786const char kSmoothScrollingDescription[] =
1787 "Animate smoothly when scrolling page content.";
1788
1789const char kSoftwareRasterizerName[] = "3D software rasterizer";
1790const char kSoftwareRasterizerDescription[] =
1791 "Fall back to a 3D software rasterizer when the GPU cannot be used.";
1792
Wei-Yin Chen (陳威尹)deff0802018-01-19 06:29:201793const char kSoleIntegrationName[] = "Sole integration";
1794const char kSoleIntegrationDescription[] =
1795 "Enable Sole integration for browser customization. You must restart "
1796 "the browser twice for changes to take effect.";
1797
Tommy Steimel77704be2017-08-28 22:14:401798const char kSoundContentSettingName[] = "Sound content setting";
1799const char kSoundContentSettingDescription[] =
1800 "Enable site-wide muting in content settings and tab strip context menu.";
1801
Justin Donnelly4e448cb2017-07-07 21:32:131802const char kSpeculativeServiceWorkerStartOnQueryInputName[] =
1803 "Enable speculative start of a service worker when a search is predicted.";
Justin Donnelly4e448cb2017-07-07 21:32:131804const char kSpeculativeServiceWorkerStartOnQueryInputDescription[] =
1805 "If enabled, when the user enters text in the omnibox that looks like a "
1806 "a query, any service worker associated with the search engine the query "
1807 "will be sent to is started early.";
1808
Brett Wilsonecb80982017-07-12 20:34:511809const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial";
1810const char kSpellingFeedbackFieldTrialDescription[] =
1811 "Enable the field trial for sending user feedback to spelling service.";
horo201d49492017-05-19 05:31:401812
Carlos ILe5fa0a12018-08-03 16:08:321813const char kSSLCommittedInterstitialsName[] = "Committed Interstitials";
1814const char kSSLCommittedInterstitialsDescription[] =
1815 "Use committed error pages instead of transient navigation entries "
1816 "for SSL interstitial error pages (i.e. certificate errors).";
1817
Shubhie Panickerfaf082ed2018-01-03 04:49:151818const char kStopInBackgroundName[] = "Stop in background";
1819const char kStopInBackgroundDescription[] =
1820 "Stop scheduler task queues, in the background, "
Shubhie Panicker56c99a22018-03-21 00:22:281821 " after a grace period.";
Shubhie Panickerfaf082ed2018-01-03 04:49:151822
Shubhie Panicker56c99a22018-03-21 00:22:281823const char kStopNonTimersInBackgroundName[] =
1824 "Stop non-timer task queues background";
1825const char kStopNonTimersInBackgroundDescription[] =
1826 "Stop non-timer task queues, in the background, "
1827 "after a grace period.";
1828
Brett Wilsonecb80982017-07-12 20:34:511829const char kSuggestionsWithSubStringMatchName[] =
1830 "Substring matching for Autofill suggestions";
1831const char kSuggestionsWithSubStringMatchDescription[] =
1832 "Match Autofill suggestions based on substrings (token prefixes) rather "
1833 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:341834
Marc Treibf65fb002018-08-03 11:17:161835const char kSyncStandaloneTransportName[] = "Allow Sync standalone transport";
1836const char kSyncStandaloneTransportDescription[] =
1837 "If enabled, allows Chrome Sync to start in standalone transport mode. In "
1838 "this mode, the Sync machinery can start without user opt-in, but only a "
1839 "subset of data types are supported.";
1840
Marc Treib4bd95e72018-08-30 06:30:581841const char kSyncSupportSecondaryAccountName[] =
1842 "Support secondary accounts for Sync standalone transport";
1843const char kSyncSupportSecondaryAccountDescription[] =
1844 "If enabled, allows Chrome Sync to start in standalone transport mode for "
1845 "a signed-in account that has not been chosen as Chrome's primary account. "
1846 "This only has an effect if sync-standalone-transport is also enabled.";
1847
Jan Krcal2ff23f7c2018-09-04 16:16:131848const char kSyncUSSAutofillProfileName[] = "Enable USS for autofill profile";
1849const char kSyncUSSAutofillProfileDescription[] =
1850 "Enables the new implementation of autofill profile sync";
1851
Jan Krcale3641b92018-08-10 17:53:311852const char kSyncUSSAutofillWalletDataName[] =
1853 "Enable USS for autofill wallet data";
1854const char kSyncUSSAutofillWalletDataDescription[] =
1855 "Enables the new implementation of autofill walet data sync";
1856
Brett Wilsonecb80982017-07-12 20:34:511857const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
1858const char kSyncSandboxDescription[] =
1859 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:341860
Joe Downing8cbbc192018-05-14 17:37:071861const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
1862const char kSystemKeyboardLockDescription[] =
1863 "Enables websites to use the keyboard.lock() API to intercept system "
1864 "keyboard shortcuts and have the events routed directly to the website "
1865 "when in fullscreen mode.";
1866
Christian Dullweberd0d96f02017-09-13 09:22:511867const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog.";
1868const char kTabsInCbdDescription[] =
1869 "Enables a basic and an advanced tab for the Clear Browsing Data dialog.";
1870
Becky Zhou99c22802017-10-19 05:09:271871const char kTabModalJsDialogName[] = "Auto-dismissing JavaScript Dialogs";
1872const char kTabModalJsDialogDescription[] =
1873 "If enabled, the JavaScript dialog will be auto dismissable when switching"
1874 " tab.";
1875
Brett Wilsonecb80982017-07-12 20:34:511876const char kTcpFastOpenName[] = "TCP Fast Open";
1877const char kTcpFastOpenDescription[] =
1878 "Enable the option to send extra authentication information in the initial "
1879 "SYN packet for a previously connected client, allowing faster data send "
1880 "start.";
vabr0215a8e2017-03-28 12:47:341881
Daniele Castagna0fead93e2018-01-10 20:40:291882const char kTintGlCompositedContentName[] = "Tint GL-composited content";
1883const char kTintGlCompositedContentDescription[] =
1884 "Tint contents composited using GL with a shade of red to help debug and "
1885 "study overlay support.";
1886
Peter Kastingd77428352018-10-26 15:20:251887const char kTopChromeTouchUiName[] = "Touch UI Layout";
1888const char kTopChromeTouchUiDescription[] =
1889 "Enables touch UI layout in the browser's top chrome.";
vabr0215a8e2017-03-28 12:47:341890
Brett Wilsonecb80982017-07-12 20:34:511891const char kThreadedScrollingName[] = "Threaded scrolling";
1892const char kThreadedScrollingDescription[] =
1893 "Threaded handling of scroll-related input events. Disabling this will "
1894 "force all such scroll events to be handled on the main thread. Note that "
1895 "this can dramatically hurt scrolling performance of most websites and is "
1896 "intended for testing purposes only.";
1897
Steven Valdez4584b2482017-07-14 01:11:571898const char kTLS13VariantName[] = "TLS 1.3";
1899const char kTLS13VariantDescription[] = "Sets the TLS 1.3 variant used.";
1900const char kTLS13VariantDisabled[] = "Disabled";
Steven Valdez57d88652017-10-05 21:05:111901const char kTLS13VariantDeprecated[] = "Disabled (Deprecated Setting)";
Steven Valdez781157b2018-01-11 13:32:041902const char kTLS13VariantDraft23[] = "Enabled (Draft 23)";
Steven Valdezf27cb7f2018-08-21 18:34:331903const char kTLS13VariantFinal[] = "Enabled (Final)";
Steven Valdez4584b2482017-07-14 01:11:571904
Dominick Ng8896b1cd2017-10-17 23:24:361905const char kTopSitesFromSiteEngagementName[] = "Top Sites from Site Engagement";
1906const char kTopSitesFromSiteEngagementDescription[] =
1907 "Enable Top Sites on the New Tab Page to be sourced and sorted using site "
1908 "engagement.";
1909
Brett Wilsonecb80982017-07-12 20:34:511910const char kTouchAdjustmentName[] = "Touch adjustment";
1911const char kTouchAdjustmentDescription[] =
1912 "Refine the position of a touch gesture in order to compensate for touches "
1913 "having poor resolution compared to a mouse.";
1914
Alex Newcomerb3d3c972018-05-03 14:59:401915const char kTouchableAppContextMenuName[] = "Touchable App Context Menu";
1916const char kTouchableAppContextMenuDescription[] =
1917 "Enable the touchable app context menu, which enlarges app context menus "
1918 "in the Launcher and Shelf to make room for new features.";
1919
Brett Wilsonecb80982017-07-12 20:34:511920const char kTouchDragDropName[] = "Touch initiated drag and drop";
1921const char kTouchDragDropDescription[] =
1922 "Touch drag and drop can be initiated through long press on a draggable "
1923 "element.";
1924
1925const char kTouchEventsName[] = "Touch Events API";
1926const char kTouchEventsDescription[] =
1927 "Force Touch Events API feature detection to always be enabled or "
1928 "disabled, or to be enabled when a touchscreen is detected on startup "
Ella Gea6a203c92017-10-26 19:09:291929 "(Automatic).";
Brett Wilsonecb80982017-07-12 20:34:511930
1931const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
1932const char kTouchSelectionStrategyDescription[] =
1933 "Controls how text selection granularity changes when touch text selection "
1934 "handles are dragged. Non-default behavior is experimental.";
1935const char kTouchSelectionStrategyCharacter[] = "Character";
1936const char kTouchSelectionStrategyDirection[] = "Direction";
1937
1938const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
1939const char kTraceUploadUrlDescription[] =
1940 "This is to be used in conjunction with the enable-navigation-tracing "
1941 "flag. Please select the label that best describes the recorded traces. "
1942 "This will choose the destination the traces are uploaded to. If you are "
1943 "not sure, select other. If left empty, no traces will be uploaded.";
1944const char kTraceUploadUrlChoiceOther[] = "Other";
1945const char kTraceUploadUrlChoiceEmloading[] = "emloading";
1946const char kTraceUploadUrlChoiceQa[] = "QA";
1947const char kTraceUploadUrlChoiceTesting[] = "Testing";
1948
Anthony Vallee-Duboisc0a027d72018-08-30 17:11:561949const char kTranslateExplicitLanguageAskName[] =
1950 "Explicitly ask for language preferences";
1951const char kTranslateExplicitLanguageAskDescription[] =
1952 "Explicitly ask the user which languages they can read on Chrome startup, "
1953 "on the first run that doesn't already have a promo.";
1954
Anthony Vallee-Dubois265c5692018-06-01 15:57:141955const char kTranslateForceTriggerOnEnglishName[] =
1956 "Select which language model to use to trigger translate on English "
1957 "content";
1958const char kTranslateForceTriggerOnEnglishDescription[] =
1959 "Force the Translate Triggering on English pages experiment to be enabled "
1960 "with the selected language model active.";
1961
Philippe Hamel7fdaa452017-09-29 17:22:491962const char kTranslateRankerEnforcementName[] =
1963 "Enforce TranslateRanker decisions";
1964const char kTranslateRankerEnforcementDescription[] =
1965 "Improved Translate UI triggering logic. TranslateRanker decides whether "
1966 "or not Translate UI should be triggered in a given context.";
1967
Nicolas Ouellet-payeur9e5ff3d2018-06-20 16:07:161968const char kTranslateUIName[] = "Enable Translate";
1969const char kTranslateUIDescription[] =
1970 "Enable the Translate popup when visiting webpages in other languages.";
1971
Mustafa Emre Acerb3aa36a82018-05-22 21:44:051972const char kTreatInsecureOriginAsSecureName[] =
1973 "Insecure origins treated as secure";
1974const char kTreatInsecureOriginAsSecureDescription[] =
1975 "Treat given (insecure) origins as secure origins. Multiple origins can be "
1976 "supplied as a comma-separated list. For the definition of secure "
1977 "contexts, "
1978 "see https://w3c.github.io/webappsec-secure-contexts/";
1979
Brett Wilsonecb80982017-07-12 20:34:511980const char kTrySupportedChannelLayoutsName[] =
1981 "Causes audio output streams to check if channel layouts other than the "
1982 "default hardware layout are available.";
1983const char kTrySupportedChannelLayoutsDescription[] =
1984 "Causes audio output streams to check if channel layouts other than the "
1985 "default hardware layout are available. Turning this on will allow the OS "
1986 "to do stereo to surround expansion if supported. May expose third party "
1987 "driver bugs, use with caution.";
1988
David Roger6762a092018-01-31 15:55:071989const char kUnifiedConsentName[] = "Unified Consent";
1990const char kUnifiedConsentDescription[] =
1991 "Enables a unified management of user consent for privacy-related "
1992 "features. This includes new confirmation screens and improved settings "
1993 "pages.";
1994
Jérôme Lebelfe1b2e02018-08-03 12:26:201995const char kForceUnifiedConsentBumpName[] = "Force Unified Consent Bump";
1996const char kForceUnifiedConsentBumpDescription[] =
1997 "Force the unified consent bump UI to be shown on every start-up. This "
1998 "flag is for debug purpose, to test the UI.";
1999
Brett Wilsonecb80982017-07-12 20:34:512000const char kUiPartialSwapName[] = "Partial swap";
2001const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
2002
Chris Pickel3a227ae62017-08-24 10:47:262003const char kUseDdljsonApiName[] = "Use new ddljson API for Doodles";
2004const char kUseDdljsonApiDescription[] =
2005 "Enables the new ddljson API to fetch Doodles for the NTP.";
2006
Becca Hughes59c05b42017-11-03 13:11:582007const char kUseModernMediaControlsName[] = "New Media Controls";
2008const char kUseModernMediaControlsDescription[] =
2009 "Enables the new style native media controls.";
2010
Wei Li790e7a8572018-03-23 01:31:552011const char kUsePdfCompositorServiceName[] =
2012 "Use PDF compositor service for printing";
2013const char kUsePdfCompositorServiceDescription[] =
2014 "When enabled, use PDF compositor service to composite and generate PDF "
2015 "files for printing. When site isolation is enabled, disabling this will "
2016 "not stop using PDF compositor service since the service is required for "
2017 "printing out-of-process iframes correctly.";
2018
Mustaq Ahmedc646c0a2017-10-20 20:08:302019const char kUserActivationV2Name[] = "User Activation v2";
2020const char kUserActivationV2Description[] =
2021 "Enable simple user activation for APIs that are otherwise controlled by "
2022 "user gesture tokens.";
2023
Brett Wilsonecb80982017-07-12 20:34:512024const char kUserConsentForExtensionScriptsName[] =
2025 "User consent for extension scripts";
2026const char kUserConsentForExtensionScriptsDescription[] =
2027 "Require user consent for an extension running a script on the page, if "
2028 "the extension requested permission to run on all urls.";
2029
2030const char kUseSuggestionsEvenIfFewFeatureName[] =
2031 "Disable minimum for server-side tile suggestions on NTP.";
2032const char kUseSuggestionsEvenIfFewFeatureDescription[] =
2033 "Request server-side suggestions even if there are only very few of them "
2034 "and use them for tiles on the New Tab Page.";
2035
2036const char kV8CacheOptionsName[] = "V8 caching mode.";
2037const char kV8CacheOptionsDescription[] =
2038 "Caching mode for the V8 JavaScript engine.";
Brett Wilsonecb80982017-07-12 20:34:512039const char kV8CacheOptionsCode[] = "Cache V8 compiler data.";
2040
Hitoshi Yoshida3e5db562017-09-11 02:31:082041const char kV8ContextSnapshotName[] = "Use a snapshot to create V8 contexts.";
2042const char kV8ContextSnapshotDescription[] =
2043 "Sets to use a snapshot to create V8 contexts in frame creation.";
2044
Michael Hablich896d52662017-10-23 15:59:572045const char kV8VmFutureName[] = "Future V8 VM features";
2046const char kV8VmFutureDescription[] =
2047 "This enables upcoming and experimental V8 VM features. "
2048 "This flag does not enable experimental JavaScript features.";
2049
Hannes Payer1130d5672018-06-05 07:37:312050const char kV8OrinocoName[] = "V8 Orinoco garbage collection features";
2051const char kV8OrinocoDescription[] =
2052 "This enables the V8 Orinoco garbage collection features.";
2053
Brett Wilsonecb80982017-07-12 20:34:512054const char kVideoFullscreenOrientationLockName[] =
2055 "Lock screen orientation when playing a video fullscreen.";
2056const char kVideoFullscreenOrientationLockDescription[] =
2057 "Lock the screen orientation of the device to match video orientation when "
2058 "a video goes fullscreen. Only on phones.";
2059
2060const char kVideoRotateToFullscreenName[] =
2061 "Rotate-to-fullscreen gesture for videos.";
2062const char kVideoRotateToFullscreenDescription[] =
2063 "Enter/exit fullscreen when device is rotated to/from the orientation of "
2064 "the video. Only on phones.";
2065
2066const char kWalletServiceUseSandboxName[] =
2067 "Use Google Payments sandbox servers";
2068const char kWalletServiceUseSandboxDescription[] =
2069 "For developers: use the sandbox service for Google Payments API calls.";
2070
Brett Wilsonecb80982017-07-12 20:34:512071const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
2072const char kWebglDraftExtensionsDescription[] =
2073 "Enabling this option allows web applications to access the WebGL "
2074 "Extensions that are still in draft status.";
2075
2076const char kWebMidiName[] = "Web MIDI API";
2077const char kWebMidiDescription[] = "Enable Web MIDI API experimental support.";
2078
2079const char kWebPaymentsName[] = "Web Payments";
2080const char kWebPaymentsDescription[] =
2081 "Enable Web Payments API integration, a JavaScript API for merchants.";
2082
Mathieu Perreault51339b82017-07-20 17:06:052083const char kWebPaymentsModifiersName[] = "Enable web payment modifiers";
2084const char kWebPaymentsModifiersDescription[] =
2085 "If the website provides modifiers in the payment request, show the custom "
2086 "total for each payment instrument, update the shopping cart when "
2087 "instruments are switched, and send modified payment method specific data "
2088 "to the payment app.";
2089
Brett Wilsonecb80982017-07-12 20:34:512090const char kWebrtcEchoCanceller3Name[] = "WebRTC Echo Canceller 3.";
2091const char kWebrtcEchoCanceller3Description[] =
2092 "Experimental WebRTC echo canceller (AEC3).";
2093
Lei Zhang0a318af2018-11-14 02:19:462094const char kWebrtcH264WithOpenh264FfmpegName[] =
2095 "WebRTC H.264 software video encoder/decoder";
2096const char kWebrtcH264WithOpenh264FfmpegDescription[] =
2097 "When enabled, an H.264 software video encoder/decoder pair is included. "
2098 "If a hardware encoder/decoder is also available it may be used instead of "
2099 "this encoder/decoder.";
2100
Qingsi Wangec2dbf942018-11-03 05:33:042101const char kWebrtcHideLocalIpsWithMdnsName[] =
2102 "Anonymize local IPs exposed by WebRTC.";
2103const char kWebrtcHideLocalIpsWithMdnsDecription[] =
2104 "Conceal local IP addresses with mDNS hostnames.";
2105
Alex Loikob5fb1282018-08-14 10:04:402106const char kWebrtcHybridAgcName[] = "WebRTC hybrid Agc2/Agc1.";
2107const char kWebrtcHybridAgcDescription[] =
2108 "WebRTC Agc2 digital adaptation with Agc1 analog adaptation.";
2109
Brett Wilsonecb80982017-07-12 20:34:512110const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
2111const char kWebrtcHwDecodingDescription[] =
2112 "Support in WebRTC for decoding video streams using platform hardware.";
2113
2114const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
2115const char kWebrtcHwEncodingDescription[] =
2116 "Support in WebRTC for encoding video streams using platform hardware.";
2117
2118const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding";
2119const char kWebrtcHwH264EncodingDescription[] =
2120 "Support in WebRTC for encoding h264 video streams using platform "
2121 "hardware.";
2122
2123const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding";
2124const char kWebrtcHwVP8EncodingDescription[] =
2125 "Support in WebRTC for encoding vp8 video streams using platform hardware.";
2126
Niels Möller090866a2018-02-13 10:55:032127const char kWebrtcNewEncodeCpuLoadEstimatorName[] =
2128 "WebRTC new encode cpu load estimator";
2129const char kWebrtcNewEncodeCpuLoadEstimatorDescription[] =
2130 "Enable new estimator for the encoder cpu load, for evaluation and "
2131 "testing. Intended to improve accuracy when screen casting.";
2132
Elad Alon85e0d0be2018-06-26 10:38:372133const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
2134const char kWebRtcRemoteEventLogDescription[] =
2135 "Allow collecting WebRTC event logs and uploading them to Crash. "
2136 "Please note that, even if enabled, this will still require "
2137 "a policy to be set, for it to have an effect.";
2138
Brett Wilsonecb80982017-07-12 20:34:512139const char kWebrtcSrtpAesGcmName[] =
2140 "Negotiation with GCM cipher suites for SRTP in WebRTC";
2141const char kWebrtcSrtpAesGcmDescription[] =
2142 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
2143
Joachim Bauch4a41d7512017-08-23 14:24:232144const char kWebrtcSrtpEncryptedHeadersName[] =
2145 "Negotiation with encrypted header extensions for SRTP in WebRTC";
2146const char kWebrtcSrtpEncryptedHeadersDescription[] =
2147 "When enabled, WebRTC will try to negotiate encrypted header extensions "
2148 "for SRTP.";
2149
Brett Wilsonecb80982017-07-12 20:34:512150const char kWebrtcStunOriginName[] = "WebRTC Stun origin header";
2151const char kWebrtcStunOriginDescription[] =
2152 "When enabled, Stun messages generated by WebRTC will contain the Origin "
2153 "header.";
2154
Lei Zhang0a318af2018-11-14 02:19:462155const char kWebrtcUnifiedPlanByDefaultName[] =
2156 "WebRTC: Use Unified Plan SDP Semantics by default";
2157const char kWebrtcUnifiedPlanByDefaultDescription[] =
2158 "RTCPeerConnections generate and expect the standards compliant SDP format "
2159 "called \"Unified Plan\", unless \"Plan B\" is explicitly specified by "
2160 "passing {sdpSemantics:'plan-b'} to the RTCPeerConnection constructor. "
2161 "RTCRtpTransceiver support is also enabled in Unified Plan.";
2162
Adam Riceed63fc02018-06-20 05:57:462163const char kWebSocketHandshakeReuseConnectionName[] =
2164 "Enable WebSocket connection reuse for authentication";
2165const char kWebSocketHandshakeReuseConnectionDescription[] =
2166 "Permits the WebSocket handshake to keep the connection open after an "
2167 "authentication failure. The connection may be used for further requests "
2168 "to send credentials. This is sometimes needed for Windows authentication.";
2169
Brett Wilsonecb80982017-07-12 20:34:512170const char kWebvrName[] = "WebVR";
2171const char kWebvrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012172 "Enables access to experimental Virtual Reality functionality via the "
2173 "WebVR 1.1 API. This feature will eventually be replaced by the WebXR "
2174 "Device API. Warning: Enabling this will also allow WebVR content on "
2175 "insecure origins to access these powerful APIs, and may pose a security "
Anna Offenwanger06dc6062018-04-12 07:56:222176 "risk. Controllers are exposed as Gamepads.";
Brett Wilsonecb80982017-07-12 20:34:512177
Brandon Jonese9d9b2b2017-12-11 22:20:112178const char kWebXrName[] = "WebXR Device API";
2179const char kWebXrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012180 "Enables access to experimental APIs to interact with Virtual Reality (VR) "
2181 "and Augmented Reality (AR) devices.";
2182
2183const char kWebXrGamepadSupportName[] = "WebXR Gamepad Support";
2184const char kWebXrGamepadSupportDescription[] =
2185 "Expose VR controllers as Gamepads for use with the WebXR Device API. Each "
Anna Offenwanger06dc6062018-04-12 07:56:222186 "XRInputSource will have a corresponding Gamepad instance. Requires that "
2187 "WebXR Device API is also enabled.";
Ian Vollick7aaccf92018-04-07 23:10:432188
2189const char kWebXrHitTestName[] = "WebXR Hit Test";
2190const char kWebXrHitTestDescription[] =
2191 "Enables access to raycasting against estimated XR scene geometry.";
Brandon Jonese9d9b2b2017-12-11 22:20:112192
Anna Maria57ecf7592018-01-12 03:10:402193const char kWebXrOrientationSensorDeviceName[] =
2194 "WebXR orientation sensor device";
2195const char kWebXrOrientationSensorDeviceDescription[] =
2196 "When no VR platform device is available, expose a non-presenting device "
2197 "based on the device's orientation sensors, if available.";
2198
Brett Wilsonecb80982017-07-12 20:34:512199const char kWifiCredentialSyncName[] = "WiFi credential sync";
2200const char kWifiCredentialSyncDescription[] =
2201 "Enables synchronizing WiFi network settings across devices. When enabled, "
2202 "the WiFi credential datatype is registered with Chrome Sync, and WiFi "
2203 "credentials are synchronized subject to user preferences. (See also, "
2204 "chrome://settings/syncSetup.)";
2205
2206const char kZeroCopyName[] = "Zero-copy rasterizer";
2207const char kZeroCopyDescription[] =
2208 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:342209
Brett Wilsonff596952017-07-14 01:06:552210// Android ---------------------------------------------------------------------
2211
2212#if defined(OS_ANDROID)
2213
2214const char kAiaFetchingName[] = "Intermediate Certificate Fetching";
2215const char kAiaFetchingDescription[] =
2216 "Enable intermediate certificate fetching when a server does not provide "
2217 "sufficient certificates to build a chain to a trusted root.";
2218
2219const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher";
2220const char kAccessibilityTabSwitcherDescription[] =
2221 "Enable the accessibility tab switcher for Android.";
2222
Pavel Shmakov798f4742018-11-15 21:27:382223const char kAllowRemoteContextForNotificationsName[] =
2224 "Allow using remote app context for notifications";
2225const char kAllowRemoteContextForNotificationsDescription[] =
2226 "Allow using Context#createPackageContext to work around issues with status"
2227 "bar icons on certain Android M devices.";
2228
Brett Wilsonff596952017-07-14 01:06:552229const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility";
2230const char kAndroidAutofillAccessibilityDescription[] =
2231 "Enable accessibility for autofill popup.";
2232
Khushalbb1963a2018-10-02 21:02:352233const char kAndroidSurfaceControl[] = "Use Android SurfaceControl";
2234const char kAndroidSurfaceControlDescription[] =
2235 "Use the SurfaceControl API for supporting overlays on Android";
2236
Anita Woodruffbfcd1e52018-07-16 12:00:512237const char kAppNotificationStatusMessagingName[] =
2238 "App notification status messaging";
2239const char kAppNotificationStatusMessagingDescription[] =
2240 "Enables messaging in site permissions UI informing user when "
2241 "notifications are disabled for the entire app.";
2242
Brett Wilsonff596952017-07-14 01:06:552243const char kAndroidPaymentAppsName[] = "Android payment apps";
2244const char kAndroidPaymentAppsDescription[] =
2245 "Enable third party Android apps to integrate as payment apps";
2246
Miriam Gershenson8cf1397222018-01-23 22:48:292247const char kAsyncDnsName[] = "Async DNS resolver";
2248const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
2249
Dan Harrington01229f82018-09-12 21:01:212250const char kAutoFetchOnNetErrorPageName[] = "AutoFetchOnNetErrorPage";
2251const char kAutoFetchOnNetErrorPageDescription[] =
2252 "When enabled, and navigation fails with an offline error, schedule a "
2253 "fetch of the page when online again.";
2254
Brett Wilsonff596952017-07-14 01:06:552255const char kAutofillAccessoryViewName[] =
2256 "Autofill suggestions as keyboard accessory view";
2257const char kAutofillAccessoryViewDescription[] =
2258 "Shows Autofill suggestions on top of the keyboard rather than in a "
2259 "dropdown.";
2260
2261const char kBackgroundLoaderForDownloadsName[] =
2262 "Enables background downloading of pages.";
2263const char kBackgroundLoaderForDownloadsDescription[] =
2264 "Enables downloading pages in the background in case page is not yet "
2265 "loaded in current tab.";
2266
Tibor Goldschwendt11b3cf22018-07-04 15:32:442267const char kBackgroundTaskComponentUpdateName[] =
2268 "Background Task Component Updates";
2269const char kBackgroundTaskComponentUpdateDescription[] =
2270 "Schedule component updates with BackgroundTaskScheduler";
2271
Michael van Ouwerkerkbda4ad82018-06-19 14:08:002272const char kCCTModuleName[] = "Chrome Custom Tabs Module";
2273const char kCCTModuleDescription[] =
2274 "Enables a dynamically loaded module in Chrome Custom Tabs, on Android.";
2275
Michael van Ouwerkerk29a7a292018-10-09 09:20:142276const char kCCTModuleCacheName[] = "Chrome Custom Tabs Module Cache";
2277const char kCCTModuleCacheDescription[] =
Michael van Ouwerkerka5df1ec2018-10-11 11:57:402278 "Enables a cache for dynamically loaded modules in Chrome Custom Tabs. "
2279 "Under mild memory pressure the cache may be retained for some time";
Michael van Ouwerkerk29a7a292018-10-09 09:20:142280
barkerd84051482018-11-13 14:46:562281const char kCCTModulePostMessageName[] =
2282 "Chrome Custom Tabs Module postMessage API";
2283const char kCCTModulePostMessageDescription[] =
2284 "Enables the postMessage API exposed to dynamically loaded modules in "
2285 "Chrome Custom Tabs.";
2286
Matthew Jones1abcb132018-07-09 17:59:462287const char kChromeDuetName[] = "Chrome Duet";
2288const char kChromeDuetDescription[] =
2289 "Enables Chrome Duet, split toolbar Chrome Home, on Android.";
Theresa Wellingtonb9243b22017-12-01 16:23:052290
Megan Jablonskic61eb1b82017-10-02 18:03:062291const char kChromeMemexName[] = "Chrome Memex";
2292const char kChromeMemexDescription[] =
2293 "Enables Chrome Memex homepage on Android. Restricted to opted-in "
2294 "Googlers.";
2295
Sarath Singapati83aef1c2017-11-16 15:54:522296const char kClearOldBrowsingDataName[] = "Clear older browsing data";
2297const char kClearOldBrowsingDataDescription[] =
2298 "Enables clearing of browsing data which is older than a given time "
2299 "period.";
2300
Brett Wilsonff596952017-07-14 01:06:552301const char kContentSuggestionsCategoryOrderName[] =
2302 "Default content suggestions category order (e.g. on NTP)";
2303const char kContentSuggestionsCategoryOrderDescription[] =
2304 "Set default order of content suggestion categories (e.g. on the NTP).";
2305
2306const char kContentSuggestionsCategoryRankerName[] =
2307 "Content suggestions category ranker (e.g. on NTP)";
2308const char kContentSuggestionsCategoryRankerDescription[] =
2309 "Set category ranker to order categories of content suggestions (e.g. on "
2310 "the NTP).";
2311
Vitalii Iarkof52ff802017-09-14 12:34:242312const char kContentSuggestionsDebugLogName[] = "Content suggestions debug log";
2313const char kContentSuggestionsDebugLogDescription[] =
2314 "Enable content suggestions debug log accessible through "
2315 "snippets-internals.";
2316
Donn Denman8e58ead2017-11-04 01:44:012317const char kContextualSearchMlTapSuppressionName[] =
2318 "Contextual Search ML tap suppression";
2319const char kContextualSearchMlTapSuppressionDescription[] =
2320 "Enables tap gestures to be suppressed to improve CTR by applying machine "
Donn Denman59729812018-01-09 01:27:022321 "learning. The \"Contextual Search Ranker prediction\" flag must also be "
2322 "enabled!";
Brett Wilsonff596952017-07-14 01:06:552323
2324const char kContextualSearchName[] = "Contextual Search";
2325const char kContextualSearchDescription[] =
2326 "Whether or not Contextual Search is enabled.";
2327
Donn Denman59729812018-01-09 01:27:022328const char kContextualSearchRankerQueryName[] =
2329 "Contextual Search Ranker prediction";
2330const char kContextualSearchRankerQueryDescription[] =
2331 "Enables prediction of tap gestures using Assist-Ranker machine learning.";
2332
2333const char kContextualSearchSecondTapName[] =
2334 "Contextual Search second tap triggering";
2335const char kContextualSearchSecondTapDescription[] =
2336 "Enables triggering on a second tap gesture even when Ranker would "
2337 "normally suppress that tap.";
2338
Donn Denmane9b5b7fb2018-07-24 22:19:492339const char kContextualSearchUnityIntegrationName[] =
2340 "Contextual Search integration with Unified Consent";
2341const char kContextualSearchUnityIntegrationDescription[] =
2342 "Enables integration of Tap to Search with Unified Consent.";
2343
Lei Zhang0a318af2018-11-14 02:19:462344const char kDisplayCutoutAPIName[] =
2345 "Enable support for the Display Cutout API";
2346const char kDisplayCutoutAPIDescription[] =
2347 "Enables developers to support devices that have a display cutout.";
Cathy Li2fb32bf82018-06-06 18:55:402348
Dmitry Skiba9c3efa72017-07-20 22:01:142349const char kDontPrefetchLibrariesName[] = "Don't Prefetch Libraries";
2350const char kDontPrefetchLibrariesDescription[] =
2351 "Don't prefetch libraries after loading.";
2352
Joy Ming189b0cc2017-12-08 19:42:432353const char kDownloadsLocationChangeName[] = "Enable downloads location change";
2354const char kDownloadsLocationChangeDescription[] =
2355 "Enable changing default downloads storage location on Android.";
2356
Shakti Sahu32b2ee102018-05-17 00:04:462357const char kDownloadProgressInfoBarName[] = "Enable download progress infobar";
2358const char kDownloadProgressInfoBarDescription[] =
2359 "Enables an infobar notifying users about status of current downloads.";
2360
Shakti Sahu9ec8cfd2018-07-17 13:29:292361const char kDownloadHomeV2Name[] = "Enable download home v2";
2362const char kDownloadHomeV2Description[] =
2363 "Enables the new UI for download home";
2364
Brett Wilsonff596952017-07-14 01:06:552365const char kEnableAndroidPayIntegrationV1Name[] = "Enable Android Pay v1";
2366const char kEnableAndroidPayIntegrationV1Description[] =
2367 "Enable integration with Android Pay using the first version of the API";
2368
2369const char kEnableAndroidPayIntegrationV2Name[] = "Enable Android Pay v2";
2370const char kEnableAndroidPayIntegrationV2Description[] =
2371 "Enable integration with Android Pay using the second version of the API";
2372
Fabio Tirelo918089a2018-10-22 21:24:082373const char kAutofillManualFallbackAndroidName[] =
2374 "Enable Autofill manual fallback for Addresses and Payments (Android)";
2375const char kAutofillManualFallbackAndroidDescription[] =
2376 "If enabled, adds toggle for addresses and payments bottom sheet to the "
2377 "keyboard accessory.";
2378
Fabio Tirelo315e65922018-09-05 03:35:492379const char kEnableAutofillRefreshStyleName[] =
2380 "Enable Autofill refresh style (Android)";
2381const char kEnableAutofillRefreshStyleDescription[] =
2382 "Enable modernized style for Autofill on Android";
2383
Vitalii Iarkof4ed32d2017-09-26 13:15:532384const char kEnableAndroidSpellcheckerName[] = "Enable spell checking";
Brett Wilsonff596952017-07-14 01:06:552385const char kEnableAndroidSpellcheckerDescription[] =
2386 "Enables use of the Android spellchecker.";
Brett Wilsonff596952017-07-14 01:06:552387
Lei Tianbd5a3bf2018-02-28 19:01:162388const char kEnableCommandLineOnNonRootedName[] =
2389 "Enable command line on non-rooted devices";
2390const char kEnableCommandLineOnNoRootedDescription[] =
2391 "Enable reading command line file on non-rooted devices (DANGEROUS).";
2392
Vitalii Iarkof4ed32d2017-09-26 13:15:532393const char kEnableContentSuggestionsNewFaviconServerName[] =
2394 "Get favicons for content suggestions from a new server.";
2395const char kEnableContentSuggestionsNewFaviconServerDescription[] =
2396 "If enabled, the content suggestions (on the NTP) will get favicons from a "
2397 "new favicon server.";
Brett Wilsonff596952017-07-14 01:06:552398
Vitalii Iarkof4ed32d2017-09-26 13:15:532399const char kEnableContentSuggestionsThumbnailDominantColorName[] =
2400 "Use content suggestions thumbnail dominant color.";
2401const char kEnableContentSuggestionsThumbnailDominantColorDescription[] =
2402 "Use content suggestions thumbnail dominant color as a placeholder before "
2403 "the real thumbnail is fetched (requires Chrome Home).";
2404
Brett Wilsonff596952017-07-14 01:06:552405const char kEnableCustomContextMenuName[] = "Enable custom context menu";
2406const char kEnableCustomContextMenuDescription[] =
2407 "Enables a new context menu when a link, image, or video is pressed within "
2408 "Chrome.";
2409
2410const char kEnableCustomFeedbackUiName[] = "Enable Custom Feedback UI";
2411const char kEnableCustomFeedbackUiDescription[] =
2412 "Enables a custom feedback UI when submitting feedback through Google "
2413 "Feedback. Works with Google Play Services v10.2+";
2414
Becca Hughes6d73bac542018-06-18 20:38:502415const char kEnableMediaControlsExpandGestureName[] =
2416 "Enable Media Controls Expand Gesture";
2417const char kEnableMediaControlsExpandGestureDescription[] =
2418 "Enables a gesture to be used on the media controls to extend the video "
2419 "into the Display Cutout area.";
2420
Brett Wilsonff596952017-07-14 01:06:552421const char kEnableOmniboxClipboardProviderName[] =
2422 "Omnibox clipboard URL suggestions";
2423const char kEnableOmniboxClipboardProviderDescription[] =
2424 "Provide a suggestion of the URL stored in the clipboard (if any) upon "
2425 "focus in the omnibox.";
2426
Brett Wilsonff596952017-07-14 01:06:552427const char kEnableNtpAssetDownloadSuggestionsName[] =
2428 "Show asset downloads on the New Tab page";
2429const char kEnableNtpAssetDownloadSuggestionsDescription[] =
2430 "If enabled, the list of content suggestions on the New Tab page will "
2431 "contain assets (e.g. books, pictures, audio) that the user downloaded for "
2432 "later use.";
2433
2434const char kEnableNtpBookmarkSuggestionsName[] =
2435 "Show recently visited bookmarks on the New Tab page";
2436const char kEnableNtpBookmarkSuggestionsDescription[] =
2437 "If enabled, the list of content suggestions on the New Tab page will "
2438 "contain recently visited bookmarks.";
2439
Brett Wilsonff596952017-07-14 01:06:552440const char kEnableNtpOfflinePageDownloadSuggestionsName[] =
2441 "Show offline page downloads on the New Tab page";
2442const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] =
2443 "If enabled, the list of content suggestions on the New Tab page will "
2444 "contain pages that the user downloaded for later use.";
2445
2446const char kEnableNtpRemoteSuggestionsName[] =
2447 "Show server-side suggestions on the New Tab page";
2448const char kEnableNtpRemoteSuggestionsDescription[] =
2449 "If enabled, the list of content suggestions on the New Tab page will "
2450 "contain server-side suggestions (e.g., Articles for you). Furthermore, it "
2451 "allows to override the source used to retrieve these server-side "
2452 "suggestions.";
2453
2454const char kEnableNtpSnippetsVisibilityName[] =
2455 "Make New Tab Page Snippets more visible.";
2456const char kEnableNtpSnippetsVisibilityDescription[] =
2457 "If enabled, the NTP snippets will become more discoverable with a larger "
2458 "portion of the first card above the fold.";
2459
2460const char kEnableNtpSuggestionsNotificationsName[] =
2461 "Notify about new content suggestions available at the New Tab page";
2462const char kEnableNtpSuggestionsNotificationsDescription[] =
2463 "If enabled, notifications will inform about new content suggestions on "
2464 "the New Tab page.";
2465
Brett Wilsonff596952017-07-14 01:06:552466const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
2467const char kEnableOfflinePreviewsDescription[] =
2468 "Enable showing offline page previews on slow networks.";
2469
2470const char kEnableOskOverscrollName[] = "Enable OSK Overscroll";
2471const char kEnableOskOverscrollDescription[] =
2472 "Enable OSK overscroll support. With this flag on, the OSK will only "
2473 "resize the visual viewport.";
2474
2475const char kEnableSpecialLocaleName[] =
2476 "Enable custom logic for special locales.";
2477const char kEnableSpecialLocaleDescription[] =
2478 "Enable custom logic for special locales. In this mode, Chrome might "
2479 "behave differently in some locales.";
2480
Brett Wilsonff596952017-07-14 01:06:552481const char kEnableWebNfcName[] = "WebNFC";
2482const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
2483
gogeraldf3cbb422017-07-26 14:37:122484const char kEnableWebPaymentsMethodSectionOrderV2Name[] =
2485 "Enable Web Payments method section order V2.";
2486const char kEnableWebPaymentsMethodSectionOrderV2Description[] =
2487 "Enable this option to display payment method section above address "
2488 "section instead of below it.";
2489
Donn Denmanffaeaa32018-10-12 17:37:532490const char kEphemeralTabName[] = "An Ephemeral Tab in an Overlay Panel";
2491const char kEphemeralTabDescription[] =
2492 "Enable a 'sneak peek' at a linked page in an overlay.";
2493
Lei Zhang0a318af2018-11-14 02:19:462494const char kExploreSitesName[] = "Explore websites";
2495const char kExploreSitesDescription[] =
2496 "Enables portal from new tab page to explore websites.";
2497
Raymes Khoury582b43132017-12-12 23:54:302498const char kGrantNotificationsToDSEName[] =
2499 "Grant notifications to the Default Search Engine";
2500const char kGrantNotificationsToDSENameDescription[] =
2501 "Automatically grant the notifications permission to the Default Search "
2502 "Engine";
2503
Daniel Parke74fcf862018-03-27 18:05:452504const char kHomePageButtonName[] = "Force Enable Home Page Button";
Daniel Park990d0992018-05-18 22:12:512505const char kHomePageButtonDescription[] = "Displays a home button if enabled.";
Daniel Parke74fcf862018-03-27 18:05:452506
Yafei Duanbb7663f32018-07-17 01:33:152507const char kHomepageTileName[] =
2508 "Enable Homepage tile shown in Suggested Tiles";
2509const char kHomepageTileDescription[] =
2510 "When NTPButton is enabled, the first tile of the Suggested Tiles will be "
2511 "used for homepage. It will not have an effect when NTPButton is disabled.";
2512
Jian Li4b252642018-07-23 19:49:072513const char kIncognitoStringsName[] = "Alternate incognito strings";
2514const char kIncognitoStringsDescription[] =
2515 "Show alternate incognito strings if enabled.";
2516
Theresa920e0ed2018-03-07 18:12:442517const char kInterestFeedContentSuggestionsDescription[] =
Yafei Duanbb7663f32018-07-17 01:33:152518 "Use the interest feed to render content suggestions. Currently "
2519 "content "
Theresa920e0ed2018-03-07 18:12:442520 "suggestions are shown on the New Tab Page.";
2521const char kInterestFeedContentSuggestionsName[] =
2522 "Interest Feed Content Suggestions";
2523
Brett Wilsonff596952017-07-14 01:06:552524const char kKeepPrefetchedContentSuggestionsName[] =
2525 "Keep prefetched content suggestions";
2526const char kKeepPrefetchedContentSuggestionsDescription[] =
2527 "If enabled, some of prefetched content suggestions are not replaced by "
2528 "the new fetched suggestions.";
2529
Leo Zhang051b75482017-12-20 03:28:302530const char kLanguagesPreferenceName[] = "Language Settings";
2531const char kLanguagesPreferenceDescription[] =
2532 "Enable this option for Language Settings feature on Android.";
2533
Brett Wilsonff596952017-07-14 01:06:552534const char kLsdPermissionPromptName[] =
2535 "Location Settings Dialog Permission Prompt";
2536const char kLsdPermissionPromptDescription[] =
2537 "Whether to use the Google Play Services Location Settings Dialog "
2538 "permission dialog.";
2539
Amirhossein Simjour97b4154f2018-02-20 03:49:592540const char kModalPermissionDialogViewName[] = "Modal Permission Dialog";
2541const char kModalPermissionDialogViewDescription[] =
2542 "Enable this option to use ModalDialogManager for permission Dialogs.";
2543
Brett Wilsonff596952017-07-14 01:06:552544const char kMediaScreenCaptureName[] = "Experimental ScreenCapture.";
2545const char kMediaScreenCaptureDescription[] =
2546 "Enable this option for experimental ScreenCapture feature on Android.";
2547
2548const char kModalPermissionPromptsName[] = "Modal Permission Prompts";
2549const char kModalPermissionPromptsDescription[] =
2550 "Whether to use permission dialogs in place of permission infobars.";
2551
Finnur Thorarinssonc1488fc62018-07-09 19:21:572552const char kNewContactsPickerName[] = "Enable new contacts picker";
2553const char kNewContactsPickerDescription[] =
2554 "Activates the new picker for selecting contacts.";
2555
Dan Harrington541db9e2018-07-30 18:36:302556const char kNewNetErrorPageUIName[] = "Enable new UI for net-error page";
2557const char kNewNetErrorPageUIDescription[] =
2558 "Selects which new UI experience to show on the net-error (Dino) page";
2559
Brett Wilsonff596952017-07-14 01:06:552560const char kNewPhotoPickerName[] = "Enable new Photopicker";
2561const char kNewPhotoPickerDescription[] =
2562 "Activates the new picker for selecting photos.";
2563
2564const char kNoCreditCardAbort[] = "No Credit Card Abort";
2565const char kNoCreditCardAbortDescription[] =
2566 "Whether or not the No Credit Card Abort is enabled.";
2567
Daniel Park990d0992018-05-18 22:12:512568const char kNtpButtonName[] = "Enable NTP Button";
2569const char kNtpButtonDescription[] =
2570 "Displays a New Tab Page button in the toolbar if enabled.";
2571
Brett Wilsonff596952017-07-14 01:06:552572const char kOfflineBookmarksName[] = "Enable offline bookmarks";
2573const char kOfflineBookmarksDescription[] =
2574 "Enable saving bookmarked pages for offline viewing.";
2575
Jian Liade82832018-09-06 22:31:412576const char kOfflineIndicatorAlwaysHttpProbeName[] = "Always http probe";
2577const char kOfflineIndicatorAlwaysHttpProbeDescription[] =
2578 "Always do http probe to detect network connectivity for offline indicator "
2579 "as opposed to just taking the connection state from the system."
2580 "Used for testing.";
2581
2582const char kOfflineIndicatorChoiceName[] = "Offline indicator choices";
2583const char kOfflineIndicatorChoiceDescription[] =
2584 "Show an offline indicator while offline.";
Jian Li1413ebf2018-06-14 20:46:322585
Brett Wilsonff596952017-07-14 01:06:552586const char kOfflinePagesCtName[] = "Enable Offline Pages CT features.";
2587const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features.";
2588
2589const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features.";
2590const char kOfflinePagesCtV2Description[] =
2591 "V2 features include attributing pages to the app that initiated the "
2592 "custom tabs, and being able to query for pages by page attribution.";
2593
Cathy Li7311d792018-04-05 00:34:162594const char kOfflinePagesCTSuppressNotificationsName[] =
2595 "Disable download complete notification for whitelisted CCT apps.";
2596const char kOfflinePagesCTSuppressNotificationsDescription[] =
2597 "Disable download complete notification for page downloads originating "
2598 "from a CCT app whitelisted to show their own download complete "
2599 "notification.";
2600
Candice Sy74fa7a352018-03-30 23:46:492601const char kOfflinePagesDescriptiveFailStatusName[] =
2602 "Enables descriptive failed download status text.";
2603const char kOfflinePagesDescriptiveFailStatusDescription[] =
2604 "Enables failed download status text in notifications and Downloads Home "
2605 "to state the reason the request failed if the failure is actionable.";
2606
2607const char kOfflinePagesDescriptivePendingStatusName[] =
2608 "Enables descriptive pending download status text.";
2609const char kOfflinePagesDescriptivePendingStatusDescription[] =
2610 "Enables pending download status text in notifications and Downloads Home "
2611 "to state the reason the request is pending.";
2612
2613const char kOfflinePagesInDownloadHomeOpenInCctName[] =
2614 "Enables offline pages in the downloads home to be opened in CCT.";
2615const char kOfflinePagesInDownloadHomeOpenInCctDescription[] =
2616 "When enabled offline pages launched from the Downloads Home will be "
2617 "opened in Chrome Custom Tabs (CCT) instead of regular tabs.";
2618
Carlos Knippschild09272ecd2017-12-09 03:29:362619const char kOfflinePagesLimitlessPrefetchingName[] =
2620 "Removes resource usage limits for the prefetching of offline pages.";
2621const char kOfflinePagesLimitlessPrefetchingDescription[] =
2622 "Allows the prefetching of suggested offline pages to ignore resource "
2623 "usage limits. This allows it to completely ignore data usage limitations "
2624 "and allows downloads to happen with any kind of connection.";
2625
Brett Wilsonff596952017-07-14 01:06:552626const char kOfflinePagesLoadSignalCollectingName[] =
2627 "Enables collecting load timing data for offline page snapshots.";
2628const char kOfflinePagesLoadSignalCollectingDescription[] =
2629 "Enables loading completeness data collection while writing an offline "
2630 "page. This data is collected in the snapshotted offline page to allow "
2631 "data analysis to improve deciding when to make the offline snapshot.";
2632
2633const char kOfflinePagesPrefetchingName[] =
2634 "Enables suggested offline pages to be prefetched.";
2635const char kOfflinePagesPrefetchingDescription[] =
2636 "Enables suggested offline pages to be prefetched, so useful content is "
2637 "available while offline.";
2638
Pete Williamson7845dff2017-09-20 11:06:192639const char kOfflinePagesResourceBasedSnapshotName[] =
2640 "Enables offline page snapshots to be based on percentage of page loaded.";
2641const char kOfflinePagesResourceBasedSnapshotDescription[] =
2642 "Enables offline page snapshots to use a resource percentage based "
2643 "approach for determining when the page is loaded as opposed to a time "
2644 "based approach";
2645
Collin Baker17f92a52017-07-19 21:41:252646const char kOfflinePagesRenovationsName[] = "Enables offline page renovations.";
2647const char kOfflinePagesRenovationsDescription[] =
2648 "Enables offline page renovations which correct issues with dynamic "
2649 "content that occur when offlining pages that use JavaScript.";
2650
Brett Wilsonff596952017-07-14 01:06:552651const char kOfflinePagesSharingName[] = "Enables offline pages to be shared.";
2652const char kOfflinePagesSharingDescription[] =
2653 "Enables the saved offline pages to be shared via other applications.";
2654
Yafei Duan36b4b5b2018-08-07 00:40:032655const char kOfflinePagesLivePageSharingName[] =
2656 "Enables live page sharing of offline pages";
2657const char kOfflinePagesLivePageSharingDescription[] =
2658 "Enables to share current loaded page as offline page by saving as MHTML "
2659 "first.";
2660
Cathy Lie0d88762018-04-12 08:03:012661const char kOfflinePagesShowAlternateDinoPageName[] =
2662 "Enable alternate dino page with more user capabilities.";
2663const char kOfflinePagesShowAlternateDinoPageDescription[] =
2664 "Enables the dino page to show more buttons and offer existing offline "
2665 "content.";
2666
Brett Wilsonff596952017-07-14 01:06:552667const char kOfflinePagesSvelteConcurrentLoadingName[] =
2668 "Enables concurrent background loading on svelte.";
2669const char kOfflinePagesSvelteConcurrentLoadingDescription[] =
2670 "Enables concurrent background loading (or downloading) of pages on "
2671 "Android svelte (512MB RAM) devices. Otherwise, background loading will "
2672 "happen when the svelte device is idle.";
2673
2674const char kOffliningRecentPagesName[] =
2675 "Enable offlining of recently visited pages";
2676const char kOffliningRecentPagesDescription[] =
2677 "Enable storing recently visited pages locally for offline use. Requires "
2678 "Offline Pages to be enabled.";
2679
Lei Zhang2eca9082017-10-17 20:42:502680const char kPayWithGoogleV1Name[] = "Pay with Google v1";
2681const char kPayWithGoogleV1Description[] =
Brett Wilsonff596952017-07-14 01:06:552682 "Enable Pay with Google integration into Web Payments with API version "
2683 "'1'.";
2684
Matthew Jonesa88b95852017-11-08 23:13:502685const char kProgressBarThrottleName[] = "Android progress update throttling.";
2686const char kProgressBarThrottleDescription[] =
2687 "Limit the maximum progress update to make progress appear smoother.";
2688
Brett Wilsonff596952017-07-14 01:06:552689const char kPullToRefreshEffectName[] = "The pull-to-refresh effect";
2690const char kPullToRefreshEffectDescription[] =
2691 "Page reloads triggered by vertically overscrolling content.";
2692
Piotr Swigon7c296ef2017-08-29 04:32:002693const char kPwaImprovedSplashScreenName[] =
2694 "Improved Splash Screen for standalone PWAs";
2695const char kPwaImprovedSplashScreenDescription[] =
2696 "Enables the Improved Splash Screen UX for standalone PWAs based on new "
2697 "Web App Manifest attributes";
Piotr Swigon9f630b32017-07-26 09:42:492698const char kPwaPersistentNotificationName[] =
2699 "Persistent notification in standalone PWA";
2700const char kPwaPersistentNotificationDescription[] =
2701 "Enables a persistent Android notification for standalone PWAs";
2702
Brett Wilsonff596952017-07-14 01:06:552703const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
2704const char kReaderModeHeuristicsDescription[] =
2705 "Determines what pages the Reader Mode infobar is shown on.";
2706const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
2707const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
2708const char kReaderModeHeuristicsAllArticles[] = "All articles";
2709const char kReaderModeHeuristicsAlwaysOff[] = "Never";
2710const char kReaderModeHeuristicsAlwaysOn[] = "Always";
2711
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:182712const char kReaderModeInCCTName[] = "Reader Mode in CCT";
2713const char kReaderModeInCCTDescription[] =
2714 "Open Reader Mode in Chrome Custom Tabs.";
2715
Varun Khaneja80712a82018-10-12 23:34:592716const char kSafeBrowsingUseLocalBlacklistsV2Name[] =
2717 "Use local Safe Browsing blacklists";
2718const char kSafeBrowsingUseLocalBlacklistsV2Description[] =
2719 "If enabled, maintain a copy of Safe Browsing blacklists in the browser "
2720 "process to check the Safe Browsing reputation of URLs without calling "
2721 "into GmsCore for every URL.";
2722
Brett Wilsonff596952017-07-14 01:06:552723const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
2724const char kSetMarketUrlForTestingDescription[] =
2725 "When enabled, sets the market URL for use in testing the update menu "
2726 "item.";
2727
2728const char kSpannableInlineAutocompleteName[] = "Spannable inline autocomplete";
2729const char kSpannableInlineAutocompleteDescription[] =
2730 "A new type of inline autocomplete for the omnibox that works with "
2731 "keyboards that compose text.";
2732
Theresaeea05a12018-05-09 21:01:592733const char kSiteExplorationUiName[] = "Site Exploration UI";
2734const char kSiteExplorationUiDescription[] =
2735 "Show site suggestions in the Exploration UI";
2736
Lei Zhang0a318af2018-11-14 02:19:462737const char kStrictSiteIsolationName[] = "Strict site isolation";
2738const char kStrictSiteIsolationDescription[] =
2739 "Security mode that enables site isolation for all sites (SitePerProcess). "
2740 "In this mode, each renderer process will contain pages from at most one "
2741 "site, using out-of-process iframes when needed. "
2742 "Check chrome://process-internals to see the current isolation mode. "
2743 "Setting this flag to 'Enabled' turns on site isolation regardless of the "
2744 "default. Here, 'Disabled' is a legacy value that actually means "
2745 "'Default,' in which case site isolation may be already enabled based on "
2746 "platform, enterprise policy, or field trial. See also "
2747 "#site-isolation-trial-opt-out for how to disable site isolation for "
2748 "testing.";
2749
Anthony Vallee-Dubois4623e1b2018-10-11 22:09:182750const char kTranslateAndroidManualTriggerName[] =
2751 "Enable manual translate trigger";
2752const char kTranslateAndroidManualTriggerDescription[] =
2753 "Show a menu item in the main menu that triggers page translation.";
2754
Brett Wilsonff596952017-07-14 01:06:552755const char kUpdateMenuBadgeName[] = "Force show update menu badge";
2756const char kUpdateMenuBadgeDescription[] =
Tommy Nyquist3c02e592018-10-18 23:36:442757 "When enabled, a badge will be shown on the app menu button if the update "
2758 "type is Update Available or Unsupported OS Version.";
Brett Wilsonff596952017-07-14 01:06:552759
2760const char kUpdateMenuItemCustomSummaryDescription[] =
2761 "When this flag and the force show update menu item flag are enabled, a "
2762 "custom summary string will be displayed below the update menu item.";
2763const char kUpdateMenuItemCustomSummaryName[] =
2764 "Update menu item custom summary";
2765
Tommy Nyquist3c02e592018-10-18 23:36:442766const char kUpdateMenuTypeName[] =
2767 "Forces the update menu type to a specific type";
2768const char kUpdateMenuTypeDescription[] =
2769 "When set, forces the update type to be a specific one, which impacts "
2770 "the app menu badge and menu item for updates.";
2771const char kUpdateMenuTypeNone[] = "None";
2772const char kUpdateMenuTypeUpdateAvailable[] = "Update Available";
2773const char kUpdateMenuTypeUnsupportedOSVersion[] = "Unsupported OS Version";
Brett Wilsonff596952017-07-14 01:06:552774
Marc Treib93af46a2017-08-23 13:30:002775const char kThirdPartyDoodlesName[] =
2776 "Enable Doodles for third-party search engines";
2777const char kThirdPartyDoodlesDescription[] =
2778 "Enables fetching and displaying Doodles on the NTP for third-party search "
2779 "engines.";
2780
Klaus Weidneraaf697f2018-01-18 20:07:362781const char kWebXrRenderPathName[] = "WebXR presentation render path";
2782const char kWebXrRenderPathDescription[] =
2783 "Render path to use for WebXR presentation (including WebVR)";
2784const char kWebXrRenderPathChoiceClientWaitDescription[] =
2785 "ClientWait (Baseline)";
2786const char kWebXrRenderPathChoiceGpuFenceDescription[] =
2787 "GpuFence (Android N+)";
Klaus Weidnerd25dff42018-04-12 06:56:072788const char kWebXrRenderPathChoiceSharedBufferDescription[] =
2789 "SharedBuffer (Android O+)";
Klaus Weidneraaf697f2018-01-18 20:07:362790
Brett Wilson7b44537e2017-08-18 01:38:282791// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:552792
Brett Wilson7b44537e2017-08-18 01:38:282793#else // !defined(OS_ANDROID)
brettw5f9c1642017-05-14 17:12:482794
Brett Wilson7b44537e2017-08-18 01:38:282795const char kAccountConsistencyName[] =
2796 "Identity consistency between browser and cookie jar";
2797const char kAccountConsistencyDescription[] =
2798 "When enabled, the browser manages signing in and out of Google accounts.";
2799const char kAccountConsistencyChoiceMirror[] = "Mirror";
2800const char kAccountConsistencyChoiceDice[] = "Dice";
vabr0215a8e2017-03-28 12:47:342801
Tommy Martino3fa3df52018-08-20 21:45:442802const char kAutofillDropdownLayoutName[] =
2803 "Autofill Dropdown Layout Experiment";
2804const char kAutofillDropdownLayoutDescription[] =
2805 "Alternate visual designs for the Autofill dropdown.";
2806
Fabio Tirelo3773dea2018-09-11 15:21:522807const char kAutofillPrimaryInfoStyleExperimentName[] =
2808 "Autofill experiment with primary info style";
2809const char kAutofillPrimaryInfoStyleExperimentDescription[] =
2810 "Allow experimentation with different typefaces for primary info on the "
2811 "Autofill dropdown (addresses and payment methods)";
2812
Chris Pickel3a227ae62017-08-24 10:47:262813const char kDoodlesOnLocalNtpName[] = "Enable doodles on the local NTP";
2814const char kDoodlesOnLocalNtpDescription[] =
2815 "Show doodles on the local New Tab page if Google is the default search "
2816 "engine.";
2817
mlamouriff56c092017-05-11 15:31:392818const char kEnableAudioFocusName[] = "Manage audio focus across tabs";
mlamouriff56c092017-05-11 15:31:392819const char kEnableAudioFocusDescription[] =
vabr0215a8e2017-03-28 12:47:342820 "Manage audio focus across tabs to improve the audio mixing.";
mlamouriff56c092017-05-11 15:31:392821const char kEnableAudioFocusDisabled[] = "Disabled";
mlamouriff56c092017-05-11 15:31:392822const char kEnableAudioFocusEnabled[] = "Enabled";
mlamouriff56c092017-05-11 15:31:392823const char kEnableAudioFocusEnabledDuckFlash[] =
vabr0215a8e2017-03-28 12:47:342824 "Enabled (Flash lowers volume when interrupted by other sound, "
2825 "experimental)";
Becca Hughes87b17ae2018-10-04 00:35:422826const char kEnableAudioFocusEnabledNoEnforce[] =
2827 "Enabled (without enforcement of a single active media session)";
vabr0215a8e2017-03-28 12:47:342828
Lei Zhang0a318af2018-11-14 02:19:462829const char kEnableWebAuthenticationBleSupportName[] =
2830 "Web Authentication API BLE support";
2831const char kEnableWebAuthenticationBleSupportDescription[] =
2832 "Enable support for using Web Authentication API via Bluetooth security "
2833 "keys";
Sebastien Marchandd33f7dc2018-06-22 22:07:062834
Sebastien Marchandd33f7dc2018-06-22 22:07:062835const char kEnableWebAuthenticationCtap2SupportName[] =
2836 "Enable Web Authentication API support for CTAP2 security keys";
2837const char kEnableWebAuthenticationCtap2SupportDescription[] =
Kim Paulhamus92431372018-07-20 02:25:472838 "Enable CTAP2 security keys for the Web Authentication API.";
Sebastien Marchandd33f7dc2018-06-22 22:07:062839
2840const char kEnableWebAuthenticationTestingAPIName[] =
2841 "Web Authentication Testing API";
2842const char kEnableWebAuthenticationTestingAPIDescription[] =
2843 "Enable Web Authentication Testing API support, which disconnects the API "
2844 "implementation from the real world, and allows configuring virtual "
2845 "authenticator devices for testing";
2846
Jeffrey Cohenf04130a42018-08-29 00:22:272847const char kHappinessTrackingSurveysForDesktopName[] =
2848 "Happiness Tracking Surveys";
2849const char kHappinessTrackingSurveysForDesktopDescription[] =
2850 "Enable showing Happiness Tracking Surveys to users on Desktop";
2851
Lei Zhang0a318af2018-11-14 02:19:462852const char kInfiniteSessionRestoreName[] = "Infinite Session Restore";
2853const char kInfiniteSessionRestoreDescription[] =
2854 "Reduces the number of tabs being loaded simultaneously during session "
2855 "restore, to improve responsiveness of the foreground tab. This requires "
2856 "#enable-page-almost-idle.";
Dave Schuyler598a4a42018-01-04 02:15:102857
Travis Skarebcdb5ed32018-08-17 01:49:402858const char kOmniboxDriveSuggestionsName[] =
2859 "Omnibox Google Drive Document suggestions";
2860const char kOmniboxDriveSuggestionsDescriptions[] =
2861 "Display suggestions for Google Drive documents in the omnibox when Google "
2862 "is the default search engine.";
2863
Dave Schuyler616273d2018-04-19 03:12:522864const char kOmniboxNewAnswerLayoutName[] = "Omnibox new answer layout";
2865const char kOmniboxNewAnswerLayoutDescription[] =
Justin Donnellye7926092018-06-18 14:57:212866 "Display answers using an enhanced layout with larger images. Has no "
2867 "effect unless either the #upcoming-ui-features flag is Enabled or the "
2868 "#top-chrome-md flag is set to Refresh or Touchable Refresh.";
Dave Schuyler616273d2018-04-19 03:12:522869
Lei Zhang0a318af2018-11-14 02:19:462870const char kOmniboxPedalSuggestionsName[] = "Omnibox Pedal suggestions";
2871const char kOmniboxPedalSuggestionsDescription[] =
2872 "Enable omnibox Pedal suggestions using either a side button in suggestion "
2873 "or a dedicated suggestion item beneath the triggering line item. Omnibox "
2874 "Pedals accelerate actions within Chrome by detecting user intent and "
2875 "offering direct access to the end goal.";
2876
Orin Jaworski04c08b42018-07-11 02:39:562877const char kOmniboxReverseAnswersName[] = "Omnibox reverse answers";
2878const char kOmniboxReverseAnswersDescription[] =
2879 "Display answers with rows reversed (swapped); except definitions. Has no "
2880 "effect unless either the #upcoming-ui-features flag is Enabled or the "
2881 "#top-chrome-md flag is set to Refresh or Touchable Refresh.";
2882
Lei Zhang0a318af2018-11-14 02:19:462883const char kOmniboxRichEntitySuggestionsName[] =
2884 "Omnibox rich entity suggestions";
2885const char kOmniboxRichEntitySuggestionsDescription[] =
2886 "Display entity suggestions using images and an enhanced layout; showing "
2887 "more context and descriptive text about the entity. Has no effect unless "
2888 "either the #upcoming-ui-features flag is Enabled or the #top-chrome-md "
2889 "flag is set to Refresh or Touchable Refresh.";
2890
Kevin Bailey898669972017-11-06 15:34:492891const char kOmniboxTabSwitchSuggestionsName[] =
2892 "Omnibox tab switch suggestions";
2893const char kOmniboxTabSwitchSuggestionsDescription[] =
Justin Donnellye7926092018-06-18 14:57:212894 "Enable suggestions for switching to open tabs within the Omnibox. "
2895 "Has no effect unless either the #upcoming-ui-features flag is Enabled or "
2896 "the #top-chrome-md flag is set to Refresh or Touchable Refresh.";
Kevin Bailey898669972017-11-06 15:34:492897
krbcc621412017-06-01 19:40:282898const char kOmniboxTailSuggestionsName[] = "Omnibox tail suggestions";
2899const char kOmniboxTailSuggestionsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192900 "Enable receiving tail suggestions, a type of search suggestion based on "
2901 "the last few words in the query, for the Omnibox.";
vabr0215a8e2017-03-28 12:47:342902
Sebastien Marchandd33f7dc2018-06-22 22:07:062903const char kPageAlmostIdleName[] = "Page Almost Idle";
2904const char kPageAlmostIdleDescription[] =
2905 "Make session restore use a definition of loading that waits for CPU and "
2906 "network quiescence.";
2907
2908const char kProactiveTabFreezeAndDiscardName[] =
2909 "Proactive Tab Freeze and Discard";
2910const char kProactiveTabFreezeAndDiscardDescription[] =
2911 "Enables proactive tab freezing and discarding. This requires "
2912 "#enable-page-almost-idle.";
2913
Nicolas Ouellet-payeur82eb65b2018-11-05 16:49:272914const char kShowManagedUiName[] = "Show managed UI for managed users";
2915const char kShowManagedUiDescription[] =
2916 "Enabled/disable showing enterprise users a 'Managed by your organization' "
2917 "message in the app menu and on some chrome:// pages.";
2918
Sebastien Marchandd33f7dc2018-06-22 22:07:062919const char kSiteCharacteristicsDatabaseName[] = "Site Characteristics database";
2920const char kSiteCharacteristicsDatabaseDescription[] =
2921 "Records usage of some features in a database while a tab is in background "
2922 "(title/favicon update, audio playback or usage of non-persistent "
2923 "notifications).";
2924
Brett Wilson7b44537e2017-08-18 01:38:282925const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP";
2926const char kUseGoogleLocalNtpDescription[] =
2927 "Use the local New Tab page if Google is the default search engine.";
spqchan064a8112017-04-18 16:46:322928
Brett Wilson7b44537e2017-08-18 01:38:282929#if defined(GOOGLE_CHROME_BUILD)
2930
2931const char kGoogleBrandedContextMenuName[] =
2932 "Google branding in the context menu";
2933const char kGoogleBrandedContextMenuDescription[] =
2934 "Shows a Google icon next to context menu items powered by Google "
2935 "services.";
2936
2937#endif // !defined(GOOGLE_CHROME_BUILD)
2938
2939#endif // !defined(OS_ANDROID)
2940
2941// Windows ---------------------------------------------------------------------
2942
2943#if defined(OS_WIN)
2944
David Bienvenud0ddda32018-11-01 16:59:162945const char kCalculateNativeWinOcclusionName[] =
2946 "Calculate window occlusion on Windows";
2947const char kCalculateNativeWinOcclusionDescription[] =
2948 "Calculate window occlusion on Windows will be used in the future "
2949 "to throttle and potentially unload foreground tabs in occluded windows";
2950
Brett Wilson7b44537e2017-08-18 01:38:282951const char kCloudPrintXpsName[] = "XPS in Google Cloud Print";
2952const char kCloudPrintXpsDescription[] =
2953 "XPS enables advanced options for classic printers connected to the Cloud "
2954 "Print with Chrome. Printers must be re-connected after changing this "
2955 "flag.";
2956
2957const char kDisablePostscriptPrinting[] = "Disable PostScript Printing";
2958const char kDisablePostscriptPrintingDescription[] =
2959 "Disables PostScript generation when printing to PostScript capable "
2960 "printers, and uses EMF generation in its place.";
2961
2962const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown.";
2963const char kEnableAppcontainerDescription[] =
2964 "Enables the use of an AppContainer on sandboxed processes to improve "
2965 "security.";
2966
James Forshawfd0ce342018-02-14 09:55:392967const char kEnableGpuAppcontainerName[] = "Enable GPU AppContainer Lockdown.";
2968const char kEnableGpuAppcontainerDescription[] =
2969 "Enables the use of an AppContainer for the GPU sandboxed processes to "
2970 "improve security.";
2971
Brett Wilson7b44537e2017-08-18 01:38:282972const char kGdiTextPrinting[] = "GDI Text Printing";
2973const char kGdiTextPrintingDescription[] =
2974 "Use GDI to print text as simply text";
2975
Henrik Grunell67e56ef2018-04-10 14:04:092976const char kIncreaseInputAudioBufferSize[] = "Increase input audio buffer size";
2977const char kIncreaseInputAudioBufferSizeDescription[] =
2978 "Increases the input audio endpoint buffer to 100 ms.";
2979
Brett Wilson7b44537e2017-08-18 01:38:282980const char kTraceExportEventsToEtwName[] =
2981 "Enable exporting of tracing events to ETW.";
2982const char kTraceExportEventsToEtwDesription[] =
2983 "If enabled, trace events will be exported to the Event Tracing for "
2984 "Windows (ETW) and can then be captured by tools such as UIForETW or "
2985 "Xperf.";
2986
Olli Etuaho122321192018-09-07 10:15:292987const char kUseAngleName[] = "Choose ANGLE graphics backend";
2988const char kUseAngleDescription[] =
2989 "Choose the graphics backend for ANGLE. D3D11 is used on most Windows "
2990 "computers by default. Using the OpenGL driver as the graphics backend may "
2991 "result in higher performance in some graphics-heavy applications, "
2992 "particularly on NVIDIA GPUs. It can increase battery and memory usage of "
2993 "video playback.";
2994
2995const char kUseAngleDefault[] = "Default";
2996const char kUseAngleGL[] = "OpenGL";
2997const char kUseAngleD3D11[] = "D3D11";
2998const char kUseAngleD3D9[] = "D3D9";
2999
Brett Wilson7b44537e2017-08-18 01:38:283000const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
3001const char kUseWinrtMidiApiDescription[] =
3002 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
3003 "later).";
3004
3005const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar";
3006const char kWindows10CustomTitlebarDescription[] =
3007 "If enabled, Chrome will draw the titlebar and caption buttons instead of "
3008 "deferring to Windows.";
3009
3010#endif // defined(OS_WIN)
3011
3012// Mac -------------------------------------------------------------------------
3013
3014#if defined(OS_MACOSX)
3015
Brett Wilson7b44537e2017-08-18 01:38:283016const char kFullscreenToolbarRevealName[] =
3017 "Enables the toolbar in fullscreen to reveal itself.";
3018const char kFullscreenToolbarRevealDescription[] =
3019 "Reveal the toolbar in fullscreen for a short period when the tab strip "
3020 "has changed.";
3021
3022const char kContentFullscreenName[] = "Improved Content Fullscreen";
3023const char kContentFullscreenDescription[] =
3024 "Fullscreen content window detaches from main browser window and goes to "
3025 "a new space without moving or changing the original browser window.";
3026
Martin Kreichgauer1ca416d2018-07-11 00:43:193027const char kEnableWebAuthenticationTouchIdName[] =
3028 "Web Authentication API Touch ID support";
3029const char kEnableWebAuthenticationTouchIdDescription[] =
3030 "Enables a built-in Touch ID authenticator for the Web Authentication API.";
3031
Brett Wilson7b44537e2017-08-18 01:38:283032const char kHostedAppsInWindowsName[] =
3033 "Allow hosted apps to be opened in windows";
3034const char kHostedAppsInWindowsDescription[] =
3035 "Allows hosted apps to be opened in windows instead of being limited to "
3036 "tabs.";
3037
Christopher Cameron57dee5a42018-09-25 01:20:083038const char kCreateAppWindowsInAppShimProcessName[] =
3039 "Create native windows in the app process";
3040const char kCreateAppWindowsInAppShimProcessDescription[] =
3041 "Create native windows the app shim process, instead of of the browser "
3042 "process.";
3043
Lei Zhang2eca9082017-10-17 20:42:503044const char kMacRTLName[] = "Enable RTL";
3045const char kMacRTLDescription[] = "Mirrors the UI for RTL language users";
Brett Wilson7b44537e2017-08-18 01:38:283046
Lei Zhang2eca9082017-10-17 20:42:503047const char kMacTouchBarName[] = "Hardware Touch Bar";
3048const char kMacTouchBarDescription[] = "Control the use of the Touch Bar.";
Brett Wilson7b44537e2017-08-18 01:38:283049
Greg Kerraea59272018-10-12 16:44:313050const char kMacV2SandboxName[] = "Mac V2 Sandbox";
3051const char kMacV2SandboxDescription[] =
3052 "Eliminates the unsandboxed warmup phase and sandboxes processes for their "
3053 "entire life cycle.";
3054
Brett Wilson7b44537e2017-08-18 01:38:283055const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows.";
3056const char kMacViewsNativeAppWindowsDescription[] =
3057 "Controls whether to use Toolkit-Views based Chrome App windows.";
3058
3059const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager.";
3060const char kMacViewsTaskManagerDescription[] =
3061 "Controls whether to use the Toolkit-Views based Task Manager.";
3062
3063const char kTabDetachingInFullscreenName[] =
3064 "Allow tab detaching in fullscreen";
3065const char kTabDetachingInFullscreenDescription[] =
3066 "Allow tabs to detach from the tabstrip when in fullscreen mode on Mac.";
3067
3068const char kTabStripKeyboardFocusName[] = "Tab Strip Keyboard Focus";
3069const char kTabStripKeyboardFocusDescription[] =
3070 "Enable keyboard focus for the tabs in the tab strip.";
3071
Tessa Nijssen4db9799e2018-08-06 21:04:383072const char kTextSuggestionsTouchBarName[] = "Text Suggestions Touch Bar";
3073const char kTextSuggestionsTouchBarDescription[] =
3074 "Enable text suggestions touch bar for textfields.";
3075
Brett Wilson7b44537e2017-08-18 01:38:283076#endif
3077
3078// Chrome OS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:343079
3080#if defined(OS_CHROMEOS)
3081
Brett Wilson7b44537e2017-08-18 01:38:283082const char kAcceleratedMjpegDecodeName[] =
3083 "Hardware-accelerated mjpeg decode for captured frame";
3084const char kAcceleratedMjpegDecodeDescription[] =
3085 "Enable hardware-accelerated mjpeg decode for captured frame where "
3086 "available.";
vabr0215a8e2017-03-28 12:47:343087
Brett Wilson7b44537e2017-08-18 01:38:283088const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click";
3089const char kAllowTouchpadThreeFingerClickDescription[] =
3090 "Enables touchpad three-finger-click as middle button.";
vabr0215a8e2017-03-28 12:47:343091
Bruno Kim Medeiros Cesarb98fe1d82018-06-06 18:11:523092const char kArcAvailableForChildName[] = "Allow ARC for child accounts";
3093const char kArcAvailableForChildDescription[] =
3094 "Allow child accounts to start Android apps.";
3095
Brett Wilson7b44537e2017-08-18 01:38:283096const char kArcBootCompleted[] = "Load Android apps automatically";
3097const char kArcBootCompletedDescription[] =
3098 "Allow Android apps to start automatically after signing in.";
vabr0215a8e2017-03-28 12:47:343099
Luum Habtemariamdaa8fd22018-06-25 22:39:433100const char kArcCupsApiName[] = "ARC CUPS API";
3101const char kArcCupsApiDescription[] =
3102 "Enables support of libcups APIs from ARC";
3103
Satoshi Niwa8b1d5282018-10-24 04:53:033104const char kArcFilePickerExperimentName[] =
3105 "Enable file picker experiment for ARC";
3106const char kArcFilePickerExperimentDescription[] =
3107 "Enables using Chrome OS file picker in ARC.";
3108
Yuichiro Hanada0b63f062018-07-12 02:18:333109const char kArcInputMethodName[] = "Enable ARC input methods.";
3110const char kArcInputMethodDescription[] = "Enable ARC input methods.";
3111
Lev Rumyantsev7a8544312017-08-18 19:26:513112const char kArcNativeBridgeExperimentName[] =
3113 "Enable native bridge experiment for ARC";
3114const char kArcNativeBridgeExperimentDescription[] =
3115 "Enables experimental native bridge feature.";
3116
lgchengecd1c1a62018-01-09 02:59:463117const char kArcUsbHostName[] = "Enable ARC USB host integration";
3118const char kArcUsbHostDescription[] =
3119 "Allow Android apps to use USB host feature on ChromeOS devices.";
3120
Kevin Cernekeeb7f96a52017-10-25 17:40:183121const char kArcVpnName[] = "Enable ARC VPN integration";
3122const char kArcVpnDescription[] =
3123 "Allow Android VPN clients to tunnel Chrome traffic.";
3124
Qiang Xu045aff222018-05-21 23:21:013125const char kAshDisableLoginDimAndBlurName[] =
3126 "Disable dimming and blur on login screen.";
3127const char kAshDisableLoginDimAndBlurDescription[] =
3128 "Disable dimming and blur on login screen.";
3129
3130const char kAshDisableSmoothScreenRotationName[] =
3131 "Disable smooth rotation animations.";
3132const char kAshDisableSmoothScreenRotationDescription[] =
3133 "Disable smooth rotation animations.";
3134
3135const char kAshEnableDisplayMoveWindowAccelsName[] =
3136 "Enable shortcuts for moving window between displays.";
3137const char kAshEnableDisplayMoveWindowAccelsDescription[] =
3138 "Enable shortcuts for moving window between displays.";
3139
3140const char kAshEnableKeyboardShortcutViewerName[] =
3141 "Enable keyboard shortcut viewer.";
3142const char kAshEnableKeyboardShortcutViewerDescription[] =
3143 "Enable keyboard shortcut viewer.";
3144
3145const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode.";
3146const char kAshEnableMirroredScreenDescription[] =
3147 "Enable the mirrored screen mode. This mode flips the screen image "
3148 "horizontally.";
3149
Qiang Xu045aff222018-05-21 23:21:013150const char kAshEnablePersistentWindowBoundsName[] =
3151 "Enable persistent window bounds in multi-displays scenario.";
3152const char kAshEnablePersistentWindowBoundsDescription[] =
3153 "Enable persistent window bounds in multi-displays scenario.";
3154
3155const char kAshEnableTrilinearFilteringName[] = "Enable trilinear filtering.";
3156const char kAshEnableTrilinearFilteringDescription[] =
3157 "Enable trilinear filtering.";
3158
Brett Wilson7b44537e2017-08-18 01:38:283159const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
3160const char kAshEnableUnifiedDesktopDescription[] =
3161 "Enable unified desktop mode which allows a window to span multiple "
3162 "displays.";
vabr0215a8e2017-03-28 12:47:343163
Mike Wassermanfcc47e42018-06-14 21:24:423164const char kAshKeyboardShortcutViewerAppName[] =
3165 "Keyboard Shortcut Viewer mojo app";
3166const char kAshKeyboardShortcutViewerAppDescription[] =
3167 "Use an out-of-process mojo app to show the Keyboard Shortcut Viewer.";
3168
Qiang Xu045aff222018-05-21 23:21:013169const char kAshShelfColorName[] = "Shelf color in Chrome OS system UI";
3170const char kAshShelfColorDescription[] =
3171 "Enables/disables the shelf color to be a derived from the wallpaper. The "
3172 "--ash-shelf-color-scheme flag defines how that color is derived.";
3173
3174const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI";
3175const char kAshShelfColorSchemeDescription[] =
3176 "Specify how the color is derived from the wallpaper. This flag is only "
3177 "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted";
3178const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant";
3179const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant";
3180const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant";
3181const char kAshShelfColorSchemeLightMuted[] = "Light & Muted";
3182const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted";
3183const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted";
3184
Sean Kau5e956192017-10-06 22:25:173185const char kBulkPrintersName[] = "Bulk Printers Policy";
3186const char kBulkPrintersDescription[] = "Enables the new bulk printers policy";
3187
Brett Wilson7b44537e2017-08-18 01:38:283188const char kCaptivePortalBypassProxyName[] =
3189 "Bypass proxy for Captive Portal Authorization";
3190const char kCaptivePortalBypassProxyDescription[] =
3191 "If proxy is configured, it usually prevents from authorization on "
3192 "different captive portals. This enables opening captive portal "
3193 "authorization dialog in a separate window, which ignores proxy settings.";
vabr0215a8e2017-03-28 12:47:343194
Yuki Awanob51d3252018-07-11 23:45:553195const char kChromeVoxArcSupportName[] = "ChromeVox ARC support";
3196const char kChromeVoxArcSupportDescription[] =
3197 "Use ChromeVox screen reader features in ARC";
3198
Brett Wilson7b44537e2017-08-18 01:38:283199const char kCrOSComponentName[] = "Chrome OS Component";
3200const char kCrOSComponentDescription[] =
Xiaochu Liu4c1b75d2017-12-18 23:52:083201 "Disable the use of componentized escpr CUPS filter.";
vabr0215a8e2017-03-28 12:47:343202
Xiaochu Liu51d03fd2017-09-08 23:51:023203const char kCrOSContainerName[] = "Chrome OS Container";
3204const char kCrOSContainerDescription[] =
3205 "Enable the use of Chrome OS Container utility.";
3206
Brett Wilson7b44537e2017-08-18 01:38:283207const char kCrosRegionsModeName[] = "Cros-regions load mode";
3208const char kCrosRegionsModeDescription[] =
3209 "This flag controls cros-regions load mode";
3210const char kCrosRegionsModeDefault[] = "Default";
3211const char kCrosRegionsModeOverride[] = "Override VPD values.";
3212const char kCrosRegionsModeHide[] = "Hide VPD values.";
vabr0215a8e2017-03-28 12:47:343213
Joel Hockeyad5b9762018-09-01 12:06:083214const char kCrostiniFilesName[] = "Crostini Files";
3215const char kCrostiniFilesDescription[] =
3216 "Enable Crostini file sharing in Files app.";
3217
Josh Pratt57cea392018-10-30 02:59:063218const char kCrostiniUsbSupportName[] = "Crostini Usb Support";
3219const char kCrostiniUsbSupportDescription[] =
3220 "Enable mounting Usb devices in Crostini.";
3221
Daniele Castagnac4aeb572018-10-23 16:23:573222const char kDisableExplicitDmaFencesName[] = "Disable explicit dma-fences";
3223const char kDisableExplicitDmaFencesDescription[] =
3224 "Always rely on implicit syncrhonization between GPU and display "
3225 "controller instead of using dma-fences explcitily when available.";
3226
Jacob Dufault2becbc482017-08-25 00:36:353227const char kDisableLockScreenAppsName[] = "Disable lock screen note taking";
3228const char kDisableLockScreenAppsDescription[] =
3229 "Disable new-note action handler apps on the lock screen. The user will "
3230 "not be able to launch the preferred note-taking action from the lock "
3231 "screen, provided that the app supports lock screen note taking.";
3232
Qiang Xu045aff222018-05-21 23:21:013233const char kDisableSystemTimezoneAutomaticDetectionName[] =
3234 "SystemTimezoneAutomaticDetection policy support";
3235const char kDisableSystemTimezoneAutomaticDetectionDescription[] =
3236 "Disable system timezone automatic detection device policy.";
3237
Sammie Quonef6b4882017-09-14 16:50:053238const char kDisableTabletAutohideTitlebarsName[] =
3239 "Disable autohide titlebars in tablet mode";
3240const char kDisableTabletAutohideTitlebarsDescription[] =
3241 "Disable tablet mode autohide titlebars functionality. The user will be "
3242 "able to see the titlebar in tablet mode.";
3243
Xiaoqian Dai24b33eb2018-04-10 21:01:573244const char kDisableTabletSplitViewName[] = "Disable split view in Tablet mode";
3245const char kDisableTabletSplitViewDescription[] =
3246 "Disable split view for Chrome OS tablet mode.";
3247
Ahmed Fakhry4f567e692018-10-16 15:51:083248const char kDoubleTapToZoomInTabletModeName[] =
3249 "Double-tap to zoom in tablet mode";
3250const char kDoubleTapToZoomInTabletModeDescription[] =
3251 "If Enabled, double tapping in webpages while in tablet mode will zoom the "
3252 "page.";
3253
Daniel Zhang01399072018-08-16 22:28:203254const char kEnableAppListSearchAutocompleteName[] =
3255 "App List Search Autocomplete";
3256const char kEnableAppListSearchAutocompleteDescription[] =
3257 "Allow App List search box to autocomplete queries for Google searches and "
3258 "apps.";
3259
Qiang Xu53d1a5832018-05-24 18:44:193260const char kEnableAppShortcutSearchName[] =
3261 "Enable app shortcut search in launcher";
3262const char kEnableAppShortcutSearchDescription[] =
3263 "Enables app shortcut search in launcher";
3264
Vladislav Kaznacheevaa213a02018-10-29 17:54:283265const char kEnableAppDataSearchName[] = "Enable app data search in launcher";
3266const char kEnableAppDataSearchDescription[] =
3267 "Allow launcher search to access data available through Firebase App "
3268 "Indexing";
3269
Weidong Guo00d0b2b2018-06-07 00:39:303270const char kEnableAppsGridGapFeatureName[] =
3271 "Enable apps grid gap feature in launcher.";
3272const char kEnableAppsGridGapFeatureDescription[] =
3273 "Enables gaps at the end of each page and enables dragging an item to an "
3274 "empty page in launcher.";
3275
Lei Zhang0a318af2018-11-14 02:19:463276const char kEnableArcUnifiedAudioFocusName[] =
Becca Hughes34415e82018-10-05 18:47:373277 "Enable unified audio focus on ARC";
Lei Zhang0a318af2018-11-14 02:19:463278const char kEnableArcUnifiedAudioFocusDescription[] =
Becca Hughes34415e82018-10-05 18:47:373279 "If audio focus is enabled in Chrome then this will delegate audio focus "
3280 "control in Android apps to Chrome.";
3281
Yue Li958f9dd2018-11-15 00:56:593282const char kEnableAssistantVoiceMatchName[] = "Enable Assistant Voice Match";
3283const char kEnableAssistantVoiceMatchDescription[] =
3284 "Enable the Assistant Voice Match feature";
3285
Lei Zhang2eca9082017-10-17 20:42:503286const char kEnableBackgroundBlurName[] = "Enable background blur.";
3287const char kEnableBackgroundBlurDescription[] =
Wenzhao Zang50fb0b22017-11-07 01:38:423288 "Enables background blur for the Peeking Launcher and Tab Switcher.";
Alex Newcomer43cb7f12017-07-28 17:37:393289
Lei Zhang0ca70ea2018-09-07 17:51:013290const char kEnableChromeOsAccountManagerName[] = "Enable Account Manager";
3291const char kEnableChromeOsAccountManagerDescription[] =
Kushagra Sinha8a181fc2018-08-20 17:15:493292 "Enables the Chrome OS Account Manager";
3293
Lei Zhang0ca70ea2018-09-07 17:51:013294const char kEnableContinueReadingName[] = "Enable continue reading";
3295const char kEnableContinueReadingDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013296 "Enable continue reading feature in Launcher, which allows users to "
3297 "seamlessly continue reading a web page when they switch devices from "
3298 "phones or tablets to Chromebooks.";
3299
Alexander Alekseev38e1e0a2018-11-08 22:48:483300const char kEnableDiscoverAppName[] = "Enable Discover App";
3301const char kEnableDiscoverAppDescription[] =
3302 "Enable Discover App icon in launcher.";
3303
Min Chenc2ec7282018-06-29 21:38:463304const char kEnableDragAppsInTabletModeName[] =
3305 "Enable dragging apps in tablet mode";
3306const char kEnableDragAppsInTabletModeDescription[] =
3307 "If enabled, swiping down from the top of the screen when an app is opened "
3308 "in tablet mode can drag the app.";
3309
Xiaoqian Dai82d99192018-05-25 18:51:353310const char kEnableDragTabsInTabletModeName[] =
3311 "Enable dragging tabs in tablet mode";
3312const char kEnableDragTabsInTabletModeDescription[] =
3313 "Allows the user to drag the tabs out of a browser window in tablet mode.";
3314
Sam McNally201fbf94e2018-07-04 03:15:203315const char kEnableDriveFsName[] = "Enable DriveFS";
3316const char kEnableDriveFsDescription[] =
3317 "Enables use of the new DriveFS-based Drive sync client.";
3318
Luciano Pacheco20c48bd42018-11-07 00:57:083319const char kEnableMyFilesVolumeName[] = "Enable MyFiles as Volume";
3320const char kEnableMyFilesVolumeDescription[] =
Luciano Pacheco7fe772fe2018-11-07 02:31:453321 "Enables use of MyFiles as a read/write volume. This should be only "
3322 "used for testing or for trying to restore the previous Downloads content.";
Luciano Pacheco20c48bd42018-11-07 00:57:083323
Brett Wilson7b44537e2017-08-18 01:38:283324const char kEnableEhvInputName[] =
3325 "Emoji, handwriting and voice input on opt-in IME menu";
3326const char kEnableEhvInputDescription[] =
3327 "Enable access to emoji, handwriting and voice input form opt-in IME menu.";
vabr0215a8e2017-03-28 12:47:343328
Brett Wilson7b44537e2017-08-18 01:38:283329const char kEnableEncryptionMigrationName[] =
3330 "Enable encryption migration of user data";
3331const char kEnableEncryptionMigrationDescription[] =
3332 "If enabled and the device supports ARC, the user will be asked to update "
3333 "the encryption of user data when the user signs in.";
vabr0215a8e2017-03-28 12:47:343334
Qiang Xu045aff222018-05-21 23:21:013335const char kEnableFullscreenHandwritingVirtualKeyboardName[] =
3336 "Enable full screen handwriting virtual keyboard";
3337const char kEnableFullscreenHandwritingVirtualKeyboardDescription[] =
3338 "If enabled, the handwriting virtual keyboard will allow user to write "
3339 "anywhere on the screen";
3340
Xiaohui Chenfb0943e2018-10-16 22:44:373341const char kEnableGoogleAssistantName[] = "Enable Google Assistant";
3342const char kEnableGoogleAssistantDescription[] =
3343 "Enable an experimental Assistant implementation that will work on all "
3344 "Chromebooks.";
3345
Qiang Xu045aff222018-05-21 23:21:013346const char kEnableHomeLauncherName[] = "Enable home launcher";
3347const char kEnableHomeLauncherDescription[] =
3348 "Enable home launcher in tablet mode.";
3349
Lei Zhang0ca70ea2018-09-07 17:51:013350const char kEnableHomeLauncherGesturesName[] = "Enable home launcher gestures";
3351const char kEnableHomeLauncherGesturesDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013352 "Enables using gestures to hide or show the home launcher.";
3353
Brett Wilson7b44537e2017-08-18 01:38:283354const char kEnableImeMenuName[] = "Enable opt-in IME menu";
3355const char kEnableImeMenuDescription[] =
3356 "Enable access to the new IME menu in the Language Settings page.";
vabr0215a8e2017-03-28 12:47:343357
Becca Hughes3d63a91d2018-10-17 19:30:393358const char kEnableMediaSessionAshMediaKeysName[] =
3359 "Enable media session media key handling";
3360const char kEnableMediaSessionAshMediaKeysDescription[] =
3361 "Enable the media session service to handle media keys. This requires "
3362 "the audio focus flag to be enabled too.";
3363
Weidong Guo45836d1b2018-06-27 23:51:163364const char kEnableNewStyleLauncherName[] = "Enable new style launcher.";
3365const char kEnableNewStyleLauncherDescription[] =
3366 "Enables new style UI such as suggestion chips, resizable apps grid, etc. "
3367 "in app launcher.";
3368
Sammie Quon248ccef2018-08-28 23:00:013369const char kEnableOobeRecommendAppsScreenName[] =
3370 "Enable OOBE Recommend Apps Screen";
3371const char kEnableOobeRecommendAppsScreenDescription[] =
3372 "Enable the Recommend Apps Screen in OOBE which allows user to install apps"
3373 "from other devices";
3374
Qiang Xu045aff222018-05-21 23:21:013375const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences.";
3376const char kEnablePerUserTimezoneDescription[] =
3377 "Chrome OS system timezone preference is stored and handled for each user "
3378 "individually.";
3379
Vladislav Kaznacheevaa213a02018-10-29 17:54:283380const char kEnablePlayStoreSearchName[] = "Enable Play Store search";
3381const char kEnablePlayStoreSearchDescription[] =
3382 "Enable Play Store search in launcher.";
3383
Qiang Xu045aff222018-05-21 23:21:013384const char kEnableSettingsShortcutSearchName[] =
3385 "Enable Settings shortcut search";
3386const char kEnableSettingsShortcutSearchDescription[] =
3387 "Enable Settings shortcut search in launcher.";
3388
Darren Shen3e49c63d2018-03-28 04:45:503389const char kEnableStylusVirtualKeyboardName[] =
3390 "Enable stylus virtual keyboard";
3391const char kEnableStylusVirtualKeyboardDescription[] =
3392 "If enabled, tapping with a stylus will show the handwriting virtual "
3393 "keyboard.";
3394
Jordy Greenblatt2f23df22018-02-22 19:49:193395const char kEnableUnifiedMultiDeviceSettingsName[] =
3396 "Enable unified MultiDevice settings";
3397const char kEnableUnifiedMultiDeviceSettingsDescription[] =
3398 "If enabled, the Chrome OS Settings UI will include a menu for the unified "
3399 "MultiDevice settings.";
3400
3401const char kEnableUnifiedMultiDeviceSetupName[] =
3402 "Enable unified MultiDevice setup";
3403const char kEnableUnifiedMultiDeviceSetupDescription[] =
3404 "Enable the device to setup all MultiDevice services in a single workflow.";
3405
Darren Shen0b4e5802018-07-10 03:12:263406const char kEnableVirtualKeyboardUkmName[] = "Enable UKM for virtual keyboard";
3407const char kEnableVirtualKeyboardUkmDescription[] =
3408 "Enables UKM for virtual keyboard";
3409
Lei Zhang0ca70ea2018-09-07 17:51:013410const char kEnableZeroStateSuggestionsName[] = "Enable Zero State Suggetions";
3411const char kEnableZeroStateSuggestionsDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013412 "Enable Zero State Suggestions feature in Launcher, which will show "
Vladislav Kaznacheevaa213a02018-10-29 17:54:283413 "suggestions when launcher search box is active with an empty query";
Sammie Quon248ccef2018-08-28 23:00:013414
Brett Wilson7b44537e2017-08-18 01:38:283415const char kEolNotificationName[] = "Disable Device End of Life notification.";
3416const char kEolNotificationDescription[] =
3417 "Disable Notifcation when Device is End of Life.";
3418
Brett Wilson7b44537e2017-08-18 01:38:283419const char kFileManagerTouchModeName[] = "Files App. touch mode";
3420const char kFileManagerTouchModeDescription[] =
3421 "Touchscreen-specific interactions of the Files app.";
3422
3423const char kFirstRunUiTransitionsName[] =
3424 "Animated transitions in the first-run tutorial";
3425const char kFirstRunUiTransitionsDescription[] =
3426 "Transitions during first-run tutorial are animated.";
3427
Brett Wilson7b44537e2017-08-18 01:38:283428const char kForceEnableStylusToolsName[] = "Force enable stylus features";
3429const char kForceEnableStylusToolsDescription[] =
3430 "Forces display of the stylus tools menu in the shelf and the stylus "
3431 "section in settings, even if there is no attached stylus device.";
3432
3433const char kGestureEditingName[] = "Gesture editing for the virtual keyboard.";
3434const char kGestureEditingDescription[] =
3435 "Enable/Disable gesture editing option in the settings page for the "
3436 "virtual keyboard.";
3437
3438const char kGestureTypingName[] = "Gesture typing for the virtual keyboard.";
3439const char kGestureTypingDescription[] =
3440 "Enable/Disable gesture typing option in the settings page for the virtual "
3441 "keyboard.";
3442
3443const char kInputViewName[] = "Input views";
3444const char kInputViewDescription[] =
3445 "Enable IME extensions to supply custom views for user input such as "
3446 "virtual keyboards.";
3447
Leo Zhang3cc77542018-11-07 00:58:083448const char kImeServiceName[] = "Enable IME service";
3449const char kImeServiceDescription[] =
3450 "Enable IME service to provide the IME functionality instead of NaCl";
3451
Megumi Hattori5a0d4182018-03-06 11:09:503452const char kLockScreenNotificationName[] = "Lock screen notification";
3453const char kLockScreenNotificationDescription[] =
3454 "Enable notifications on the lock screen.";
3455
Qiang Xu045aff222018-05-21 23:21:013456const char kMaterialDesignInkDropAnimationSpeedName[] =
3457 "Material design ink drop animation speed";
3458const char kMaterialDesignInkDropAnimationSpeedDescription[] =
3459 "Sets the speed of the experimental visual feedback animations for "
3460 "material design.";
3461const char kMaterialDesignInkDropAnimationFast[] = "Fast";
3462const char kMaterialDesignInkDropAnimationSlow[] = "Slow";
3463
Brett Wilson7b44537e2017-08-18 01:38:283464const char kMemoryPressureThresholdName[] =
3465 "Memory discard strategy for advanced pressure handling";
3466const char kMemoryPressureThresholdDescription[] =
3467 "Memory discarding strategy to use";
3468const char kConservativeThresholds[] =
3469 "Conservative memory pressure release strategy";
3470const char kAggressiveCacheDiscardThresholds[] =
3471 "Aggressive cache release strategy";
3472const char kAggressiveTabDiscardThresholds[] =
3473 "Aggressive tab release strategy";
3474const char kAggressiveThresholds[] =
3475 "Aggressive tab and cache release strategy";
3476
3477const char kMtpWriteSupportName[] = "MTP write support";
3478const char kMtpWriteSupportDescription[] =
3479 "MTP write support in File System API (and file manager). In-place editing "
3480 "operations are not supported.";
3481
Kyle Horimoto027590fb2018-02-13 22:19:483482const char kMultiDeviceApiName[] = "Enables the MultiDevice API";
3483const char kMultiDeviceApiDescription[] =
3484 "Enable Mojo-based API which provides synced device metadata and the "
3485 "ability to connect to other devices associated the logged-in Google "
3486 "account.";
3487
vabr0215a8e2017-03-28 12:47:343488const char kNetworkPortalNotificationName[] =
3489 "Notifications about captive portals";
vabr0215a8e2017-03-28 12:47:343490const char kNetworkPortalNotificationDescription[] =
3491 "If enabled, notification is displayed when device is connected to a "
3492 "network behind captive portal.";
3493
Brett Wilson7b44537e2017-08-18 01:38:283494const char kNewKoreanImeName[] = "New Korean IME";
3495const char kNewKoreanImeDescription[] =
3496 "New Korean IME, which is based on Google Input Tools' HMM engine.";
vabr0215a8e2017-03-28 12:47:343497
Anand K. Mistrydb5e0102018-10-04 04:24:003498const char kNewZipUnpackerName[] = "ZIP Archiver (unpacking)";
Brett Wilson7b44537e2017-08-18 01:38:283499const char kNewZipUnpackerDescription[] =
Anand K. Mistrydb5e0102018-10-04 04:24:003500 "Use the ZIP Archiver for mounting/unpacking ZIP files";
vabr0215a8e2017-03-28 12:47:343501
Qiang Xu045aff222018-05-21 23:21:013502const char kOfficeEditingComponentAppName[] =
3503 "Office Editing for Docs, Sheets & Slides";
3504const char kOfficeEditingComponentAppDescription[] =
3505 "Office Editing for Docs, Sheets & Slides for testing purposes.";
3506
Brett Wilson7b44537e2017-08-18 01:38:283507const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect";
3508const char kPhysicalKeyboardAutocorrectDescription[] =
3509 "Enable physical keyboard autocorrect for US keyboard, which can provide "
3510 "suggestions as typing on physical keyboard.";
vabr0215a8e2017-03-28 12:47:343511
3512const char kPrinterProviderSearchAppName[] =
3513 "Chrome Web Store Gallery app for printer drivers";
vabr0215a8e2017-03-28 12:47:343514const char kPrinterProviderSearchAppDescription[] =
3515 "Enables Chrome Web Store Gallery app for printer drivers. The app "
Vitalii Iarko7df520142017-07-07 12:53:193516 "searches Chrome Web Store for extensions that support printing to a USB "
3517 "printer with specific USB ID.";
vabr0215a8e2017-03-28 12:47:343518
Brett Wilson7b44537e2017-08-18 01:38:283519const char kQuickUnlockPinName[] = "Quick Unlock (PIN)";
3520const char kQuickUnlockPinDescription[] =
3521 "Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS "
3522 "device on the lock screen after you have signed into your device.";
3523const char kQuickUnlockPinSignin[] = "Enable PIN when logging in.";
3524const char kQuickUnlockPinSigninDescription[] =
3525 "Enabling PIN allows you to use a PIN to sign in and unlock your ChromeOS "
3526 "device. After changing this flag PIN needs to be set up again.";
3527const char kQuickUnlockFingerprint[] = "Quick Unlock (Fingerprint)";
3528const char kQuickUnlockFingerprintDescription[] =
3529 "Enabling fingerprint quick unlock allows you to setup and use a "
3530 "fingerprint to unlock your Chromebook on the lock screen after you have "
3531 "signed into your device.";
vabr0215a8e2017-03-28 12:47:343532
James Cook0ba192bf2017-12-01 20:53:113533const char kShowTapsName[] = "Show taps";
3534const char kShowTapsDescription[] =
3535 "Draws a circle at each touch point, which makes touch points more obvious "
3536 "when projecting or mirroring the display. Similar to the Android OS "
3537 "developer option.";
3538
3539const char kShowTouchHudName[] = "Show HUD for touch points";
3540const char kShowTouchHudDescription[] =
3541 "Shows a trail of colored dots for the last few touch points. Pressing "
3542 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
3543 "debug hardware issues that generate spurious touch events.";
3544
James Cook28d7c482018-09-07 21:00:543545const char kSingleProcessMashName[] =
3546 "In-process window service (SingleProcessMash)";
3547const char kSingleProcessMashDescription[] =
3548 "Runs the system UI (ash) as a mojo service, but inside the browser "
3549 "process. The browser uses the mojo window service (ws) APIs.";
3550
Ahmed Fakhry58e6ef542018-09-04 18:05:383551const char kSlideTopChromeWithPageScrollsName[] =
3552 "Slide top-chrome with page scrolls";
3553const char kSlideTopChromeWithPageScrollsDescription[] =
3554 "If enabled, page scrolls in tablet mode will also scroll the top-chrome"
3555 " UI.";
3556
Jorge Gil5a8ccde2018-07-10 01:46:213557const char kSmartTextSelectionName[] = "Smart Text Selection";
3558const char kSmartTextSelectionDescription[] =
3559 "Shows quick actions for text "
3560 "selections in the context menu.";
3561
Chung-Sheng Wu468b0b32017-09-01 14:41:573562const char kSysInternalsName[] = "Enable Sys-Internals";
3563const char kSysInternalsDescription[] =
3564 "If enabled, user can monitor system information at "
3565 "chrome://sys-internals.";
3566
Brett Wilson7b44537e2017-08-18 01:38:283567const char kTetherName[] = "Instant Tethering";
3568const char kTetherDescription[] =
3569 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
3570 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:373571
Brett Wilson7b44537e2017-08-18 01:38:283572const char kTouchscreenCalibrationName[] =
3573 "Enable/disable touchscreen calibration option in material design settings";
3574const char kTouchscreenCalibrationDescription[] =
3575 "If enabled, the user can calibrate the touch screen displays in "
3576 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:093577
Qiang Xu045aff222018-05-21 23:21:013578const char kUiDevToolsName[] = "Enable native UI inspection";
3579const char kUiDevToolsDescription[] =
3580 "Enables inspection of native UI elements. For local inspection use "
3581 "chrome://inspect#other";
3582
3583const char kUiShowCompositedLayerBordersName[] =
3584 "Show UI composited layer borders";
3585const char kUiShowCompositedLayerBordersDescription[] =
3586 "Show border around composited layers created by UI.";
3587const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
3588const char kUiShowCompositedLayerBordersSurface[] = "Surface";
3589const char kUiShowCompositedLayerBordersLayer[] = "Layer";
3590const char kUiShowCompositedLayerBordersAll[] = "All";
3591
3592const char kUiSlowAnimationsName[] = "Slow UI animations";
3593const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
3594
Mitsuru Oshima63d3f2a2017-08-23 00:12:113595// Force UI Mode
3596const char kUiModeName[] = "Force Ui Mode";
3597const char kUiModeDescription[] =
3598 R"*(This flag can be used to force a certain mode on to a chromebook, )*"
3599 R"*(despite its current orientation. "Tablet" means that the )*"
3600 R"*(chromebook will act as if it were in tablet mode. "Clamshell" )*"
3601 R"*(means that the chromebook will act as if it were in clamshell )*"
3602 R"*(mode . "Auto" means that the chromebook will alternate between )*"
3603 R"*(the two, based on its orientation.)*";
Min Chenfd25cd22018-11-06 01:50:513604const char kUiModeTablet[] = "Tablet";
Mitsuru Oshima63d3f2a2017-08-23 00:12:113605const char kUiModeClamshell[] = "Clamshell";
3606const char kUiModeAuto[] = "Auto (default)";
3607
Sonny Sasaka7fecfeda2018-07-11 23:47:553608const char kUnfilteredBluetoothDevicesName[] = "Unfiltered Bluetooth devices";
3609const char kUnfilteredBluetoothDevicesDescription[] =
3610 "Shows all Bluetooth devices in UI (System Tray/Settings Page.)";
3611
Allen Webbcdc8e69d2018-09-12 20:36:003612const char kUsbguardName[] = "Block new USB devices at the lock screen.";
3613const char kUsbguardDescription[] =
3614 "Prevents newly connected USB devices from operating at the lock screen"
3615 " until Chrome OS is unlocked to protect against malicious USB devices."
3616 " Already connected USB devices will continue to function.";
3617
Micah Morton79a7b522018-09-27 15:15:303618const char kShillSandboxingName[] =
3619 "Run shill, the ChromeOS network manager, in a sandbox.";
3620const char kShillSandboxingDescription[] =
3621 "Causes shill to be run as user/group 'shill', instead of 'root'.";
3622
Micah Morton02d3aba2018-11-20 01:51:453623const char kFsNosymfollowName[] =
3624 "Prevent symlink traversal on user-supplied filesystems.";
3625const char kFsNosymfollowDescription[] =
3626 "Causes user-supplied filesystems to be mounted with the 'nosymfollow'"
3627 " option, so the chromuimos LSM denies symlink traversal on the"
3628 " filesystem.";
3629
James Cooka1bcfa9a2018-01-30 00:18:403630const char kUseMashName[] = "Out-of-process system UI (mash)";
3631const char kUseMashDescription[] =
3632 "Runs the mojo UI service (mus) and the ash window manager and system UI "
3633 "in a separate process.";
Brett Wilson7b44537e2017-08-18 01:38:283634
Miguel Casas-Sanchez8ba32f92017-11-07 05:03:343635// TODO(mcasas): remove after https://crbug.com/771345.
3636const char kUseMonitorColorSpaceName[] = "Use monitor color space";
3637const char kUseMonitorColorSpaceDescription[] =
3638 "Enables Chrome to use the color space information provided by the monitor"
3639 " instead of the default sRGB color space.";
3640
Andres Calderon Jaramillo43c0e8a2018-08-21 02:46:233641const char kVaapiJpegImageDecodeAccelerationName[] =
3642 "VA-API JPEG decode acceleration for images";
3643const char kVaapiJpegImageDecodeAccelerationDescription[] =
3644 "Enable or disable decode acceleration of JPEG images (as opposed to camera"
3645 " captures) using the VA-API.";
3646
Brett Wilson7b44537e2017-08-18 01:38:283647const char kVideoPlayerChromecastSupportName[] =
3648 "Experimental Chromecast support for Video Player";
3649const char kVideoPlayerChromecastSupportDescription[] =
3650 "This option enables experimental Chromecast support for Video Player app "
3651 "on ChromeOS.";
3652
3653const char kVirtualKeyboardName[] = "Virtual Keyboard";
3654const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support.";
3655
3656const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll";
3657const char kVirtualKeyboardOverscrollDescription[] =
3658 "Enables virtual keyboard overscroll support.";
3659
3660const char kVoiceInputName[] = "Voice input on virtual keyboard";
3661const char kVoiceInputDescription[] =
3662 "Enables voice input on virtual keyboard.";
3663
3664const char kWakeOnPacketsName[] = "Wake On Packets";
3665const char kWakeOnPacketsDescription[] =
3666 "Enables waking the device based on the receipt of some network packets.";
orenb21da031c2017-06-30 21:24:203667
yhanadac5bff5b2017-05-18 06:37:093668#endif // defined(OS_CHROMEOS)
3669
Brett Wilson7b44537e2017-08-18 01:38:283670// Random platform combinations -----------------------------------------------
3671
3672#if defined(OS_WIN) || defined(OS_LINUX)
3673
3674const char kEnableInputImeApiName[] = "Enable Input IME API";
3675const char kEnableInputImeApiDescription[] =
3676 "Enable the use of chrome.input.ime API.";
3677
3678#endif // defined(OS_WIN) || defined(OS_LINUX)
3679
3680#if defined(OS_WIN) || defined(OS_MACOSX)
3681
3682const char kAutomaticTabDiscardingName[] = "Automatic tab discarding";
3683const char kAutomaticTabDiscardingDescription[] =
3684 "If enabled, tabs get automatically discarded from memory when the system "
3685 "memory is low. Discarded tabs are still visible on the tab strip and get "
3686 "reloaded when clicked on. Info about discarded tabs can be found at "
3687 "chrome://discards.";
3688
3689#endif // defined(OS_WIN) || defined(OS_MACOSX)
3690
lanwei83f54452018-06-21 23:51:043691#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3692
3693const char kDirectManipulationStylusName[] = "Direct Manipulation Stylus";
3694const char kDirectManipulationStylusDescription[] =
3695 "If enabled, Chrome will scroll web pages on stylus drag.";
3696
3697#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3698
Justin Donnelly110e40c2018-06-01 21:48:433699const char kExperimentalUiName[] = "Use all upcoming UI features";
3700const char kExperimentalUiDescription[] = "Use all upcoming UI features.";
Elly Fong-Jonesdfaf8532018-05-29 18:20:483701
Brett Wilson7b44537e2017-08-18 01:38:283702// Feature flags --------------------------------------------------------------
3703
Lei Zhang0a318af2018-11-14 02:19:463704#if defined(DCHECK_IS_CONFIGURABLE)
3705const char kDcheckIsFatalName[] = "DCHECKs are fatal";
3706const char kDcheckIsFatalDescription[] =
3707 "By default Chrome will evaluate in this build, but only log failures, "
3708 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
3709#endif // defined(DCHECK_IS_CONFIGURABLE)
3710
Brett Wilson7b44537e2017-08-18 01:38:283711#if BUILDFLAG(ENABLE_VR)
3712
David Dorwin5a496c32017-11-17 01:45:053713const char kWebVrVsyncAlignName[] = "WebVR VSync-aligned timing";
3714const char kWebVrVsyncAlignDescription[] =
3715 "Align WebVR application rendering with VSync for smoother animations.";
3716
Bill Orr103ed272018-02-14 21:23:053717#if BUILDFLAG(ENABLE_OCULUS_VR)
3718const char kOculusVRName[] = "Oculus hardware support";
3719const char kOculusVRDescription[] =
3720 "If enabled, Chrome will use Oculus devices for VR (supported only on "
3721 "Windows 10 or later).";
3722#endif // ENABLE_OCULUS_VR
3723
Bill Orr49527562017-11-22 16:58:483724#if BUILDFLAG(ENABLE_OPENVR)
3725const char kOpenVRName[] = "OpenVR hardware support";
3726const char kOpenVRDescription[] =
Bill Orr5056e692018-01-17 02:08:073727 "If enabled, Chrome will use OpenVR devices for VR (supported only on "
3728 "Windows 10 or later).";
Bill Orr49527562017-11-22 16:58:483729#endif // ENABLE_OPENVR
3730
Bill Orrecfb9fe2018-10-02 00:11:103731#if BUILDFLAG(ENABLE_ISOLATED_XR_SERVICE)
3732const char kXRSandboxName[] = "XR device sandboxing";
3733const char kXRSandboxDescription[] =
3734 "If enabled, Chrome will host VR APIs in a restricted process on desktop.";
3735#endif // ENABLE_ISOLATED_XR_SERVICE
3736
Brett Wilson7b44537e2017-08-18 01:38:283737#endif // ENABLE_VR
3738
Nico Weberaf3b00b2017-09-11 17:58:173739#if BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:283740
3741const char kNaclDebugMaskName[] =
3742 "Restrict Native Client GDB-based debugging by pattern";
3743const char kNaclDebugMaskDescription[] =
3744 "Restricts Native Client application GDB-based debugging by URL of "
3745 "manifest file. Native Client GDB-based debugging must be enabled for this "
3746 "option to work.";
3747const char kNaclDebugMaskChoiceDebugAll[] = "Debug everything.";
3748const char kNaclDebugMaskChoiceExcludeUtilsPnacl[] =
3749 "Debug everything except secure shell and the PNaCl translator.";
3750const char kNaclDebugMaskChoiceIncludeDebug[] =
3751 "Debug only if manifest URL ends with debug.nmf.";
3752
3753const char kNaclDebugName[] = "Native Client GDB-based debugging";
3754const char kNaclDebugDescription[] =
3755 "Enable GDB debug stub. This will stop a Native Client application on "
3756 "startup and wait for nacl-gdb (from the NaCl SDK) to attach to it.";
3757
3758const char kNaclName[] = "Native Client";
3759const char kNaclDescription[] =
3760 "Support Native Client for all web applications, even those that were not "
3761 "installed from the Chrome Web Store.";
3762
3763const char kPnaclSubzeroName[] = "Force PNaCl Subzero";
3764const char kPnaclSubzeroDescription[] =
3765 "Force the use of PNaCl's fast Subzero translator for all pexe files.";
3766
Nico Weberaf3b00b2017-09-11 17:58:173767#endif // BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:283768
Lei Zhang802201c2018-11-14 18:16:283769#if BUILDFLAG(ENABLE_PLUGINS)
3770
3771const char kPdfFormSaveName[] = "Save PDF Forms";
3772const char kPdfFormSaveDescription[] =
3773 "Enable saving PDFs with filled form data.";
3774
3775const char kPdfIsolationName[] = "PDF Isolation";
3776const char kPdfIsolationDescription[] =
3777 "Render PDF files from different origins in different plugin processes.";
3778
3779#endif // BUILDFLAG(ENABLE_PLUGINS)
3780
Brett Wilson7b44537e2017-08-18 01:38:283781#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3782
3783const char kAutofillCreditCardUploadName[] =
3784 "Enable offering upload of Autofilled credit cards";
3785const char kAutofillCreditCardUploadDescription[] =
3786 "Enables a new option to upload credit cards to Google Payments for sync "
3787 "to all Chrome devices.";
3788
3789#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3790
3791// ============================================================================
3792// Don't just add flags to the end, put them in the right section in
3793// alphabetical order just like the header file.
3794// ============================================================================
3795
vabr0215a8e2017-03-28 12:47:343796} // namespace flag_descriptions