vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1 | // 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 Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 7 | // Keep in identical order as the header file, see the comment at the top |
| 8 | // for formatting rules. |
| 9 | |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 10 | namespace flag_descriptions { |
| 11 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 12 | const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas"; |
| 13 | const char kAccelerated2dCanvasDescription[] = |
| 14 | "Enables the use of the GPU to perform 2d canvas rendering instead of " |
| 15 | "using software rendering."; |
horo | db71a5a | 2017-06-09 16:08:24 | [diff] [blame] | 16 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 17 | const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode"; |
| 18 | const char kAcceleratedVideoDecodeDescription[] = |
| 19 | "Hardware-accelerated video decode where available."; |
| 20 | |
| 21 | const char kAffiliationBasedMatchingName[] = |
| 22 | "Affiliation based matching in password manager"; |
| 23 | const char kAffiliationBasedMatchingDescription[] = |
| 24 | "Allow credentials stored for Android applications to be filled into " |
| 25 | "corresponding websites."; |
| 26 | |
| 27 | const char kAllowInsecureLocalhostName[] = |
| 28 | "Allow invalid certificates for resources loaded from localhost."; |
| 29 | const char kAllowInsecureLocalhostDescription[] = |
| 30 | "Allows requests to localhost over HTTPS even when an invalid certificate " |
| 31 | "is presented."; |
| 32 | |
Kunihiko Sakamoto | 4d40798 | 2018-07-10 04:56:29 | [diff] [blame] | 33 | const char kAllowSignedHTTPExchangeCertsWithoutExtensionName[] = |
| 34 | "Allow Signed HTTP Exchange certificates without extension"; |
| 35 | const char kAllowSignedHTTPExchangeCertsWithoutExtensionDescription[] = |
| 36 | "Accepts Origin-Signed HTTP Exchanges to be signed with certificates " |
| 37 | "that do not have CanSignHttpExchangesDraft extension. Requires " |
| 38 | "#enable-signed-http-exchange. Warning: Enabling this may pose a security " |
| 39 | "risk."; |
| 40 | |
Henrique Nakashima | 52d7695 | 2018-11-30 19:35:58 | [diff] [blame] | 41 | const char kAllowStartingServiceManagerOnlyName[] = |
| 42 | "Allow starting service manager only"; |
| 43 | const char kAllowStartingServiceManagerOnlyDescription[] = |
| 44 | "Allows running a lightweight service-manager-only mode, in which services " |
| 45 | "can run without the browser process."; |
| 46 | |
Kyle Horimoto | 2d838ec | 2018-12-26 19:41:16 | [diff] [blame] | 47 | const char kUseMessagesGoogleComDomainName[] = "Use messages.google.com domain"; |
| 48 | const char kUseMessagesGoogleComDomainDescription[] = |
| 49 | "Use the messages.google.com domain as part of the \"Messages\" " |
| 50 | "feature under \"Connected Devices\" settings."; |
| 51 | |
Kyle Horimoto | 874554a | 2019-01-31 00:52:09 | [diff] [blame] | 52 | const char kUseMessagesStagingUrlName[] = "Use Messages staging URL"; |
| 53 | const char kUseMessagesStagingUrlDescription[] = |
| 54 | "Use the staging server as part of the \"Messages\" feature under " |
| 55 | "\"Connected Devices\" settings."; |
| 56 | |
Azeem Arshad | 373e1ea7 | 2019-01-23 02:16:00 | [diff] [blame] | 57 | const char kEnableMessagesWebPushName[] = |
| 58 | "Web push in Android Messages integration"; |
| 59 | const char kEnableMessagesWebPushDescription[] = |
| 60 | "Use web push for background notificatons in Chrome OS integration " |
| 61 | "with Android Messages for Web"; |
| 62 | |
Kamila | 472a594 | 2018-11-26 09:48:27 | [diff] [blame] | 63 | const char kAndroidSiteSettingsUIRefreshName[] = |
| 64 | "Android Site Settings UI changes."; |
| 65 | const char kAndroidSiteSettingsUIRefreshDescription[] = |
Kamila | 02f7e07 | 2018-10-08 09:50:28 | [diff] [blame] | 66 | "Enable the new UI " |
| 67 | "changes in Site Settings in Android."; |
| 68 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 69 | const char kAppBannersName[] = "App Banners"; |
| 70 | const char kAppBannersDescription[] = |
| 71 | "Enable the display of Progressive Web App banners, which prompt a user to " |
| 72 | "add a web app to their shelf, or other platform-specific equivalent."; |
| 73 | |
Ioana Pandele | f9689a06 | 2018-06-22 15:35:51 | [diff] [blame] | 74 | const char kAutomaticPasswordGenerationName[] = "Automatic password generation"; |
| 75 | const char kAutomaticPasswordGenerationDescription[] = |
| 76 | "Allow Chrome to offer to generate passwords when it detects account " |
| 77 | "creation pages."; |
| 78 | |
Michael Lippautz | 6081dfa | 2018-10-18 13:10:14 | [diff] [blame] | 79 | const char kEnableBlinkHeapUnifiedGarbageCollectionName[] = |
| 80 | "Blink Heap Unified Garbage Collection"; |
| 81 | const char kEnableBlinkHeapUnifiedGarbageCollectionDescription[] = |
| 82 | "Enable unified garbage collection in Blink"; |
| 83 | |
Ulan Degenbaev | b5466a9 | 2018-07-19 12:35:34 | [diff] [blame] | 84 | const char kEnableBloatedRendererDetectionName[] = "Bloated renderer detection"; |
| 85 | const char kEnableBloatedRendererDetectionDescription[] = |
| 86 | "Enable bloated renderer detection"; |
| 87 | |
Khushal | ba20221 | 2017-07-12 19:53:49 | [diff] [blame] | 88 | const char kAsyncImageDecodingName[] = "AsyncImageDecoding"; |
| 89 | const char kAsyncImageDecodingDescription[] = |
| 90 | "Enables asynchronous decoding of images from raster for web content"; |
| 91 | |
sebsg | ca14b09 | 2018-12-07 16:56:15 | [diff] [blame] | 92 | extern const char kAutofillAlwaysShowServerCardsInSyncTransportName[] = |
| 93 | "AlwaysShowServerCardsInSyncTransport"; |
| 94 | extern const char kAutofillAlwaysShowServerCardsInSyncTransportDescription[] = |
| 95 | "Always show server cards when in sync transport mode for wallet data"; |
| 96 | |
Hui(Andy) Wu | fbebf91d2 | 2019-02-01 01:23:54 | [diff] [blame] | 97 | extern const char kAutofillAssistantChromeEntryName[] = |
| 98 | "AutofillAssistantChromeEntry"; |
| 99 | extern const char kAutofillAssistantChromeEntryDescription[] = |
| 100 | "Initiate autofill assistant from within Chrome."; |
| 101 | |
Roger McFarlane | 2eceba98 | 2018-05-18 01:37:11 | [diff] [blame] | 102 | const char kAutofillCacheQueryResponsesName[] = |
| 103 | "Cache Autofill Query Responses"; |
| 104 | const char kAutofillCacheQueryResponsesDescription[] = |
| 105 | "When enabled, autofill will cache the responses it receives from the " |
| 106 | "crowd-sourced field type prediction server."; |
| 107 | |
Jeffrey Cohen | 05cdafa39 | 2018-08-15 20:49:17 | [diff] [blame] | 108 | const char kAutofillEnableCompanyNameName[] = |
| 109 | "Enable Autofill Company Name field"; |
| 110 | const char kAutofillEnableCompanyNameDescription[] = |
| 111 | "When enabled, Company Name fields will be auto filled"; |
| 112 | |
sebsg | e35b762c | 2018-03-29 20:33:27 | [diff] [blame] | 113 | const char kAutofillDynamicFormsName[] = "Autofill Dynamic Forms"; |
| 114 | const char kAutofillDynamicFormsDescription[] = |
| 115 | "Allows autofill to fill dynamically changing forms"; |
| 116 | |
Anne Lim | e625362e | 2018-08-29 03:13:25 | [diff] [blame] | 117 | const char kAutofillNoLocalSaveOnUploadSuccessName[] = |
| 118 | "Disable locally saving card when credit card upload succeeds"; |
| 119 | const char kAutofillNoLocalSaveOnUploadSuccessDescription[] = |
| 120 | "When enabled, no local copy of server card will be saved when credit card " |
| 121 | "upload succeeds."; |
| 122 | |
Parastoo Geranmayeh | 2dcd14f9 | 2018-06-01 17:08:39 | [diff] [blame] | 123 | const char kAutofillPrefilledFieldsName[] = "Autofill Prefilled Fields"; |
| 124 | const char kAutofillPrefilledFieldsDescription[] = |
| 125 | "Allows autofill to fill fields previously filled by the website"; |
| 126 | |
Parastoo Geranmayeh | 0f5ebbc | 2019-01-21 21:01:09 | [diff] [blame] | 127 | const char kAutofillProfileClientValidationName[] = |
| 128 | "Autofill Validates Profiles By Client"; |
| 129 | const char kAutofillProfileClientValidationDescription[] = |
| 130 | "Allows autofill to validate profiles on the client side"; |
| 131 | |
Parastoo Geranmayeh | 25fccec2 | 2019-01-29 18:38:13 | [diff] [blame] | 132 | const char kAutofillProfileServerValidationName[] = |
| 133 | "Autofill Uses Server Validation"; |
| 134 | const char kAutofillProfileServerValidationDescription[] = |
| 135 | "Allows autofill to use server side validation"; |
| 136 | |
Caitlin Fischer | fd366e7 | 2019-02-20 20:47:32 | [diff] [blame] | 137 | const char kAutofillShowFullDisclosureLabelName[] = |
| 138 | "Autofill Show Full Disclosure Label"; |
| 139 | const char kAutofillShowFullDisclosureLabelDescription[] = |
| 140 | "When enabled, the Autofill dropdown's labels are displayed in the full " |
| 141 | "disclosure format."; |
| 142 | |
Roger McFarlane | 1a37d7b | 2018-04-20 22:45:19 | [diff] [blame] | 143 | const char kAutofillEnforceMinRequiredFieldsForHeuristicsName[] = |
| 144 | "Autofill Enforce Min Required Fields For Heuristics"; |
| 145 | const char kAutofillEnforceMinRequiredFieldsForHeuristicsDescription[] = |
| 146 | "When enabled, autofill will generally require a form to have at least 3 " |
| 147 | "fields before allowing heuristic field-type prediction to occur."; |
| 148 | |
| 149 | const char kAutofillEnforceMinRequiredFieldsForQueryName[] = |
| 150 | "Autofill Enforce Min Required Fields For Query"; |
| 151 | const char kAutofillEnforceMinRequiredFieldsForQueryDescription[] = |
| 152 | "When enabled, autofill will generally require a form to have at least 3 " |
| 153 | "fields before querying the autofill server for field-type predictions."; |
| 154 | |
| 155 | const char kAutofillEnforceMinRequiredFieldsForUploadName[] = |
| 156 | "Autofill Enforce Min Required Fields For Upload"; |
| 157 | const char kAutofillEnforceMinRequiredFieldsForUploadDescription[] = |
| 158 | "When enabled, autofill will generally require a form to have at least 3 " |
| 159 | "fillable fields before uploading field-type votes for that form."; |
| 160 | |
Moe Ahmadi | d3ddfcb | 2018-04-20 19:51:08 | [diff] [blame] | 161 | const char kAutofillRestrictUnownedFieldsToFormlessCheckoutName[] = |
| 162 | "Restrict formless form extraction"; |
| 163 | const char kAutofillRestrictUnownedFieldsToFormlessCheckoutDescription[] = |
| 164 | "Restrict extraction of formless forms to checkout flows"; |
| 165 | |
Roger McFarlane | e193ab12 | 2018-11-22 20:55:07 | [diff] [blame] | 166 | const char kAutofillRichMetadataQueriesName[] = |
| 167 | "Autofill - Rich metadata queries (Canary/Dev only)"; |
| 168 | const char kAutofillRichMetadataQueriesDescription[] = |
| 169 | "Transmit rich form/field metadata when querying the autofill server. " |
| 170 | "This feature only works on the Canary and Dev channels."; |
| 171 | |
sebsg | 48d53acd9 | 2019-01-17 18:11:16 | [diff] [blame] | 172 | const char kAutofillSettingsSplitByCardTypeName[] = |
| 173 | "Autofill settings split by card type"; |
| 174 | const char kAutofillSettingsSplitByCardTypeDescription[] = |
| 175 | "When enabled, the cards in the payments settings will be split into two " |
| 176 | "lists based on where they are stored."; |
| 177 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 178 | const char kAutoplayPolicyName[] = "Autoplay policy"; |
| 179 | const char kAutoplayPolicyDescription[] = |
| 180 | "Policy used when deciding if audio or video is allowed to autoplay."; |
| 181 | |
| 182 | const char kAutoplayPolicyUserGestureRequiredForCrossOrigin[] = |
| 183 | "User gesture is required for cross-origin iframes."; |
| 184 | const char kAutoplayPolicyNoUserGestureRequired[] = |
| 185 | "No user gesture is required."; |
| 186 | const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required."; |
| 187 | const char kAutoplayPolicyDocumentUserActivation[] = |
| 188 | "Document user activation is required."; |
| 189 | |
Maya Lekova | 4bbfdb7f | 2018-10-16 08:15:03 | [diff] [blame] | 190 | const char kAwaitOptimizationName[] = "Await optimization"; |
| 191 | const char kAwaitOptimizationDescription[] = |
| 192 | "Enables await taking 1 tick on the microtask queue."; |
| 193 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 194 | const char kBleAdvertisingInExtensionsName[] = "BLE Advertising in Chrome Apps"; |
| 195 | const char kBleAdvertisingInExtensionsDescription[] = |
| 196 | "Enables BLE Advertising in Chrome Apps. BLE Advertising might interfere " |
| 197 | "with regular use of Bluetooth Low Energy features."; |
| 198 | |
Charles Harrison | d629cc6 | 2017-10-05 01:39:54 | [diff] [blame] | 199 | const char kBlockTabUndersName[] = "Block tab-unders"; |
| 200 | const char kBlockTabUndersDescription[] = |
| 201 | "Blocks tab-unders in Chrome with some native UI to allow the user to " |
| 202 | "proceed."; |
| 203 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 204 | const char kBrowserTaskSchedulerName[] = "Task Scheduler"; |
| 205 | const char kBrowserTaskSchedulerDescription[] = |
| 206 | "Enables redirection of some task posting APIs to the task scheduler."; |
| 207 | |
Carlos IL | 766fbc88 | 2018-02-16 02:34:52 | [diff] [blame] | 208 | const char kBundledConnectionHelpName[] = "Bundled Connection Help"; |
| 209 | const char kBundledConnectionHelpDescription[] = |
Carlos IL | aafcd73a | 2018-07-10 20:08:37 | [diff] [blame] | 210 | "Enables or disables redirection to local help content for users who get " |
| 211 | "an interstitial after clicking the 'Learn More' link on a previous " |
| 212 | "interstitial."; |
Carlos IL | 766fbc88 | 2018-02-16 02:34:52 | [diff] [blame] | 213 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 214 | const char kBypassAppBannerEngagementChecksName[] = |
| 215 | "Bypass user engagement checks"; |
| 216 | const char kBypassAppBannerEngagementChecksDescription[] = |
| 217 | "Bypasses user engagement checks for displaying app banners, such as " |
| 218 | "requiring that users have visited the site before and that the banner " |
| 219 | "hasn't been shown recently. This allows developers to test that other " |
| 220 | "eligibility requirements for showing app banners, such as having a " |
| 221 | "manifest, are met."; |
| 222 | |
Amber Won | 478561d | 2017-08-19 01:02:59 | [diff] [blame] | 223 | const char kClickToOpenPDFName[] = "Click to open embedded PDFs"; |
| 224 | const char kClickToOpenPDFDescription[] = |
| 225 | "When the PDF plugin is unavailable, show a click-to-open placeholder for " |
| 226 | "embedded PDFs."; |
| 227 | |
Gary Kacmarcik | fb69b21 | 2017-11-14 03:41:08 | [diff] [blame] | 228 | const char kClipboardContentSettingName[] = "Clipboard content setting"; |
| 229 | const char kClipboardContentSettingDescription[] = |
| 230 | "Enables a site-wide permission in the UI which controls access to the " |
| 231 | "asynchronous clipboard web API"; |
| 232 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 233 | const char kCloudImportName[] = "Cloud Import"; |
| 234 | const char kCloudImportDescription[] = "Allows the cloud-import feature."; |
| 235 | |
rbpotter | 9990eb4 | 2018-07-12 05:34:59 | [diff] [blame] | 236 | const char kCloudPrinterHandlerName[] = "Enable Cloud Printer Handler"; |
| 237 | const char kCloudPrinterHandlerDescription[] = |
| 238 | "Use the new cloud printer handler for communicating with the cloud " |
| 239 | "print server, instead of the cloud print interface in the Print " |
| 240 | "Preview WebUI."; |
| 241 | |
Tanja Gornak | b0985dd | 2018-10-11 17:24:40 | [diff] [blame] | 242 | const char kFCMInvalidationsName[] = |
| 243 | "Enable invalidations delivery via new FCM based protocol"; |
| 244 | const char kFCMInvalidationsDescription[] = |
| 245 | "Use the new FCM-based protocol for deliveling invalidations"; |
| 246 | |
Yining Wang | dedf076 | 2019-02-19 20:20:29 | [diff] [blame] | 247 | const char kFocusMode[] = "Focus Mode"; |
| 248 | const char kFocusModeDescription[] = |
| 249 | "If enabled, allows the user to switch to Focus Mode"; |
| 250 | |
Christopher Cameron | ceb8727d | 2017-09-07 23:53:16 | [diff] [blame] | 251 | const char kForceColorProfileSRGB[] = "sRGB"; |
| 252 | const char kForceColorProfileP3[] = "Display P3 D65"; |
| 253 | const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4"; |
| 254 | const char kForceColorProfileHdr[] = "scRGB linear (HDR where available)"; |
| 255 | |
| 256 | const char kForceColorProfileName[] = "Force color profile"; |
| 257 | const char kForceColorProfileDescription[] = |
| 258 | "Forces Chrome to use a specific color profile instead of the color " |
| 259 | "of the window's current monitor, as specified by the operating system."; |
| 260 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 261 | const char kCompositedLayerBordersName[] = "Composited render layer borders"; |
| 262 | const char kCompositedLayerBordersDescription[] = |
| 263 | "Renders a border around composited Render Layers to help debug and study " |
| 264 | "layer compositing."; |
| 265 | |
Theresa | c34db2d | 2018-06-28 00:03:11 | [diff] [blame] | 266 | const char kContextualSuggestionsButtonName[] = "Contextual Suggestions Button"; |
| 267 | const char kContextualSuggestionsButtonDescription[] = |
| 268 | "If enabled, shows a button to trigger contextual suggestions."; |
| 269 | |
Theresa | e308b9e | 2018-10-10 15:57:40 | [diff] [blame] | 270 | const char kContextualSuggestionsIPHReverseScrollName[] = |
| 271 | "Contextual Suggestions IPH Reverse Scroll"; |
| 272 | const char kContextualSuggestionsIPHReverseScrollDescription[] = |
| 273 | "Require a reverse scroll before showing in-product help for contextual " |
| 274 | "suggestions."; |
| 275 | |
Theresa | 0f2947b9 | 2018-07-02 21:27:58 | [diff] [blame] | 276 | const char kContextualSuggestionsOptOutName[] = |
| 277 | "Contextual Suggestions Opt-out"; |
| 278 | const char kContextualSuggestionsOptOutDescription[] = |
| 279 | "If enabled, allows the user to opt out of contextual suggestions."; |
| 280 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 281 | const char kCreditCardAssistName[] = "Credit Card Assisted Filling"; |
| 282 | const char kCreditCardAssistDescription[] = |
| 283 | "Enable assisted credit card filling on certain sites."; |
| 284 | |
Thanh Le | 659cb10 | 2017-12-20 22:00:19 | [diff] [blame] | 285 | const char kDataSaverServerPreviewsName[] = "Data Saver Server Previews"; |
| 286 | const char kDataSaverServerPreviewsDescription[] = |
| 287 | "Allow the Data Reduction Proxy to serve previews."; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 288 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 289 | const char kDebugPackedAppName[] = "Debugging for packed apps"; |
| 290 | const char kDebugPackedAppDescription[] = |
| 291 | "Enables debugging context menu options such as Inspect Element for packed " |
| 292 | "applications."; |
| 293 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 294 | const char kDebugShortcutsName[] = "Debugging keyboard shortcuts"; |
| 295 | const char kDebugShortcutsDescription[] = |
| 296 | "Enables additional keyboard shortcuts that are useful for debugging Ash."; |
| 297 | |
| 298 | const char kDeviceDiscoveryNotificationsName[] = |
| 299 | "Device Discovery Notifications"; |
| 300 | const char kDeviceDiscoveryNotificationsDescription[] = |
| 301 | "Device discovery notifications on local network."; |
| 302 | |
| 303 | const char kDevtoolsExperimentsName[] = "Developer Tools experiments"; |
| 304 | const char kDevtoolsExperimentsDescription[] = |
| 305 | "Enables Developer Tools experiments. Use Settings panel in Developer " |
| 306 | "Tools to toggle individual experiments."; |
| 307 | |
| 308 | const char kDisableAudioForDesktopShareName[] = |
| 309 | "Disable Audio For Desktop Share"; |
| 310 | const char kDisableAudioForDesktopShareDescription[] = |
| 311 | "With this flag on, desktop share picker window will not let the user " |
| 312 | "choose whether to share audio."; |
| 313 | |
Yue Ru Sun | a50a80f | 2019-02-08 05:02:58 | [diff] [blame] | 314 | const char kDisableBestEffortTasksName[] = "Skip best effort tasks"; |
| 315 | const char kDisableBestEffortTasksDescription[] = |
| 316 | "With this flag on, tasks of the lowest priority will not be executed " |
| 317 | "until shutdown. The queue of low priority tasks can increase memory usage." |
| 318 | "Also, while it should be possible to use Chrome almost normally with this " |
| 319 | "flag, it is expected that some non-visible operations such as writing " |
| 320 | "user data to disk, cleaning caches, reporting metrics or updating " |
| 321 | "components won't be performed until shutdown."; |
| 322 | |
Arthur Sonzogni | 721f48e | 2018-10-31 17:10:02 | [diff] [blame] | 323 | const char kDisableIpcFloodingProtectionName[] = |
| 324 | "Disable IPC flooding protection"; |
| 325 | const char kDisableIpcFloodingProtectionDescription[] = |
| 326 | "Some javascript code can flood the inter process communication system. " |
| 327 | "This protection limits the rate (calls/seconds) at which theses function " |
arthursonzogni | 443bd0ef | 2018-11-27 16:12:53 | [diff] [blame] | 328 | "can be used. This flag disables the protection. This flag is deprecated " |
| 329 | "and will be removed in Chrome 76. Use the switch " |
| 330 | "--disable-ipc-flooding-protection instead."; |
Arthur Sonzogni | 721f48e | 2018-10-31 17:10:02 | [diff] [blame] | 331 | |
Chris Palmer | 917bc05 | 2018-03-14 19:28:31 | [diff] [blame] | 332 | const char kDisablePushStateThrottleName[] = "Disable pushState throttling"; |
| 333 | const char kDisablePushStateThrottleDescription[] = |
| 334 | "Disables throttling of history.pushState and history.replaceState method " |
arthursonzogni | 443bd0ef | 2018-11-27 16:12:53 | [diff] [blame] | 335 | "calls. This flag is deprecated and will be removed in Chrome 76. Use the " |
| 336 | "switch --disable-ipc-flooding-protection instead."; |
Chris Palmer | 917bc05 | 2018-03-14 19:28:31 | [diff] [blame] | 337 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 338 | const char kDisableTabForDesktopShareName[] = |
| 339 | "Disable Desktop Share with tab source"; |
| 340 | const char kDisableTabForDesktopShareDescription[] = |
| 341 | "This flag controls whether users can choose a tab for desktop share."; |
| 342 | |
| 343 | const char kDisallowDocWrittenScriptsUiName[] = |
| 344 | "Block scripts loaded via document.write"; |
| 345 | const char kDisallowDocWrittenScriptsUiDescription[] = |
| 346 | "Disallows fetches for third-party parser-blocking scripts inserted into " |
| 347 | "the main frame via document.write."; |
| 348 | |
Christopher Thompson | 2ffffa2c | 2018-05-18 23:06:37 | [diff] [blame] | 349 | const char kDisallowUnsafeHttpDownloadsName[] = |
| 350 | "Block unsafe downloads over insecure connections"; |
| 351 | const char kDisallowUnsafeHttpDownloadsNameDescription[] = |
| 352 | "Disallows downloads of unsafe files (files that can potentially execute " |
| 353 | "code), where the final download origin or any origin in the redirect " |
| 354 | "chain is insecure."; |
| 355 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 356 | const char kEmbeddedExtensionOptionsName[] = "Embedded extension options"; |
| 357 | const char kEmbeddedExtensionOptionsDescription[] = |
| 358 | "Display extension options as an embedded element in chrome://extensions " |
| 359 | "rather than opening a new tab."; |
| 360 | |
Dominic Mazzoni | 8ac9896 | 2018-05-25 05:44:55 | [diff] [blame] | 361 | const char kEnableAccessibilityObjectModelName[] = "Accessibility Object Model"; |
| 362 | const char kEnableAccessibilityObjectModelDescription[] = |
| 363 | "Enables experimental support for Accessibility Object Model APIs " |
| 364 | "that are in development."; |
| 365 | |
Becca Hughes | ac86cd44 | 2019-01-09 23:49:54 | [diff] [blame] | 366 | const char kEnableAudioFocusEnforcementName[] = "Audio Focus Enforcement"; |
| 367 | const char kEnableAudioFocusEnforcementDescription[] = |
| 368 | "Enables enforcement of a single media session having audio focus at " |
| 369 | "any one time. Requires #enable-media-session-service to be enabled too."; |
| 370 | |
Sebastien Lalancette | 5daaf4a | 2019-01-11 22:09:25 | [diff] [blame] | 371 | const char kEnableAutocompleteDataRetentionPolicyName[] = |
| 372 | "Enable automatic cleanup of expired Autocomplete entries."; |
| 373 | const char kEnableAutocompleteDataRetentionPolicyDescription[] = |
| 374 | "If enabled, will clean-up Autocomplete entries whose last use date is " |
| 375 | "older than the current retention policy. These entries will be " |
| 376 | "permanently deleted from the client on startup, and will be unlinked " |
| 377 | "from sync."; |
| 378 | |
Florian Uunk | 8c428ea | 2018-07-18 11:12:52 | [diff] [blame] | 379 | const char kEnableAutofillAccountWalletStorageName[] = |
| 380 | "Enable the account data storage for autofill"; |
| 381 | const char kEnableAutofillAccountWalletStorageDescription[] = |
| 382 | "Enable the ephemeral storage for account data for autofill."; |
| 383 | |
Shanfeng Zhang | 19c1656 | 2017-10-17 02:30:40 | [diff] [blame] | 384 | const char kEnableAutofillCreditCardAblationExperimentDisplayName[] = |
| 385 | "Credit card autofill ablation experiment."; |
| 386 | const char kEnableAutofillCreditCardAblationExperimentDescription[] = |
| 387 | "If enabled, credit card autofill suggestions will not display."; |
| 388 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 389 | const char kEnableAutofillCreditCardLastUsedDateDisplayName[] = |
| 390 | "Display the last used date of a credit card in autofill."; |
| 391 | const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] = |
| 392 | "If enabled, display the last used date of a credit card in autofill."; |
| 393 | |
Sujie Zhu | 2cf0e5c | 2018-07-17 18:00:27 | [diff] [blame] | 394 | const char kEnableAutofillCreditCardLocalCardMigrationName[] = |
| 395 | "Enable migrating local cards to Google Pay"; |
| 396 | const char kEnableAutofillCreditCardLocalCardMigrationDescription[] = |
| 397 | "If enabled, prompt migration of locally-saved credit cards to Google Pay."; |
| 398 | |
Jared Saul | bc672a07 | 2018-06-16 05:22:12 | [diff] [blame] | 399 | const char kEnableAutofillCreditCardUploadEditableCardholderNameName[] = |
| 400 | "Make cardholder name editable in dialog during credit card upload"; |
| 401 | const char kEnableAutofillCreditCardUploadEditableCardholderNameDescription[] = |
| 402 | "If enabled, in certain situations when offering credit card upload to " |
| 403 | "Google Payments, the cardholder name can be edited within the " |
| 404 | "offer-to-save dialog, which is prefilled with the name from the signed-in " |
| 405 | "Google Account."; |
| 406 | |
Hao Zhang | 1be9c26 | 2018-11-03 00:23:51 | [diff] [blame] | 407 | const char kEnableAutofillCreditCardUploadEditableExpirationDateName[] = |
| 408 | "Make expiration date editable in dialog during credit card upload"; |
| 409 | const char kEnableAutofillCreditCardUploadEditableExpirationDateDescription[] = |
| 410 | "If enabled, if a credit card's expiration date was not detected when " |
| 411 | "offering card upload to Google Payments, the offer-to-save dialog " |
| 412 | "displays an expiration date selector."; |
| 413 | |
Anne Lim | c1d2321 | 2019-03-07 17:46:08 | [diff] [blame] | 414 | const char kEnableAutofillDoNotUploadSaveUnsupportedCardsName[] = |
| 415 | "Prevents upload save on cards from unsupported networks"; |
| 416 | const char kEnableAutofillDoNotUploadSaveUnsupportedCardsDescription[] = |
| 417 | "If enabled, cards from unsupported networks will not be offered upload " |
| 418 | "save, and will instead be offered local save."; |
| 419 | |
Hao Zhang | d301711 | 2019-02-01 20:13:30 | [diff] [blame] | 420 | const char kEnableAutofillImportNonFocusableCreditCardFormsName[] = |
| 421 | "Allow credit card import from forms that disappear after entry"; |
| 422 | const char kEnableAutofillImportNonFocusableCreditCardFormsDescription[] = |
| 423 | "If enabled, offers credit card save for forms that are hidden from the " |
| 424 | "page after information has been entered into them, including " |
| 425 | "accordion-style checkout flows."; |
| 426 | |
siyua | 9a4a887 | 2018-10-05 03:46:56 | [diff] [blame] | 427 | const char kEnableAutofillLocalCardMigrationShowFeedbackName[] = |
| 428 | "Show the upload results dialog after local card migration"; |
| 429 | const char kEnableAutofillLocalCardMigrationShowFeedbackDescription[] = |
| 430 | "If enabled, the local card migration offer dialog will remain pending " |
| 431 | "after the user clicks the save button. Once migration is finished, " |
| 432 | "the dialog will be updated with the results of each card."; |
| 433 | |
Anne Lim | 3035178 | 2019-03-01 01:57:16 | [diff] [blame] | 434 | const char kEnableAutofillLocalCardMigrationUsesStrikeSystemV2Name[] = |
| 435 | "Enable limit on offering to migrate local cards repeatedly using the " |
| 436 | "updated strike system implementation"; |
| 437 | const char kEnableAutofillLocalCardMigrationUsesStrikeSystemV2Description[] = |
| 438 | "If enabled, uses the updated strike system implementation to prevent " |
| 439 | "offering prompts for local card migration if it has repeatedly been " |
| 440 | "ignored, declined, or failed."; |
| 441 | |
tmartino | cd41473 | 2018-02-12 19:01:01 | [diff] [blame] | 442 | const char kEnableAutofillNativeDropdownViewsName[] = |
| 443 | "Display Autofill Dropdown Using Views"; |
| 444 | const char kEnableAutofillNativeDropdownViewsDescription[] = |
| 445 | "If enabled, the Autofill Dropdown will be built natively using Views, " |
| 446 | "rather than painted directly to a canvas."; |
| 447 | |
Fabio Tirelo | 87552e0 | 2018-07-06 15:43:21 | [diff] [blame] | 448 | const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateName[] = |
| 449 | "Show unlabeled expiration dates on the save card dialog"; |
| 450 | const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateDescription[] = |
| 451 | "If enabled, expiration dates on the save card dialog (both local and " |
| 452 | "upstream) are shown without an 'Exp:' label."; |
| 453 | |
siyua | 172973d | 2018-11-21 22:23:20 | [diff] [blame] | 454 | const char kEnableAutofillSaveCardImprovedUserConsentName[] = |
| 455 | "Use updated UI for credit card save bubbles"; |
| 456 | const char kEnableAutofillSaveCardImprovedUserConsentDescription[] = |
| 457 | "If enabled, adds a [No thanks] button to credit card save bubbles and " |
| 458 | "updates their title headers."; |
| 459 | |
Manas Verma | 99541e5 | 2018-08-03 20:37:23 | [diff] [blame] | 460 | const char kEnableAutofillSaveCardSignInAfterLocalSaveName[] = |
| 461 | "Show Sign-In/Sync promo after saving a card locally"; |
| 462 | const char kEnableAutofillSaveCardSignInAfterLocalSaveDescription[] = |
| 463 | "If enabled, shows a sign in prompt to the user after the user " |
| 464 | "saves a card locally. This also introduces a Manage Cards bubble " |
| 465 | "which you can access from the card icon after saving a card."; |
| 466 | |
Jared Saul | 8a0c1e9 | 2018-10-10 18:22:47 | [diff] [blame] | 467 | const char kEnableAutofillSaveCreditCardUsesStrikeSystemName[] = |
| 468 | "Enable limit on offering to save the same credit card repeatedly"; |
| 469 | const char kEnableAutofillSaveCreditCardUsesStrikeSystemDescription[] = |
| 470 | "If enabled, prevents popping up the credit card offer-to-save prompt if " |
| 471 | "it has repeatedly been ignored, declined, or failed."; |
| 472 | |
Anne Lim | 9d8f66a | 2019-01-07 23:49:21 | [diff] [blame] | 473 | const char kEnableAutofillSaveCreditCardUsesStrikeSystemV2Name[] = |
Anne Lim | 3035178 | 2019-03-01 01:57:16 | [diff] [blame] | 474 | "Enable limit on offering to save the same credit card repeatedly using " |
| 475 | "the updated strike system implementation"; |
Anne Lim | 9d8f66a | 2019-01-07 23:49:21 | [diff] [blame] | 476 | const char kEnableAutofillSaveCreditCardUsesStrikeSystemV2Description[] = |
Anne Lim | 3035178 | 2019-03-01 01:57:16 | [diff] [blame] | 477 | "If enabled, uses the updated strike system implementation to prevent " |
| 478 | "popping up the credit card offer-to-save prompt if it has repeatedly been " |
Anne Lim | 9d8f66a | 2019-01-07 23:49:21 | [diff] [blame] | 479 | "ignored, declined, or failed."; |
| 480 | |
Lakshmi Kumar Dabbiru | a3d0805f | 2018-05-22 22:04:23 | [diff] [blame] | 481 | const char kEnableAutofillSendExperimentIdsInPaymentsRPCsName[] = |
| 482 | "Send experiment flag IDs in calls to Google Payments"; |
| 483 | const char kEnableAutofillSendExperimentIdsInPaymentsRPCsDescription[] = |
| 484 | "If enabled, adds the status of certain experiment variations when making " |
| 485 | "calls to Google Payments."; |
| 486 | |
Becca Hughes | 4d896c4 | 2018-05-29 16:58:51 | [diff] [blame] | 487 | const char kEnableAutoplayIgnoreWebAudioName[] = |
| 488 | "Autoplay ignores WebAudio playbacks"; |
| 489 | const char kEnableAutoplayIgnoreWebAudioDescription[] = |
| 490 | "If enabled, autoplay restrictions will be ignored for WebAudio."; |
| 491 | |
Becca Hughes | c62f6a1d | 2018-08-16 15:59:47 | [diff] [blame] | 492 | const char kEnableAutoplayUnifiedSoundSettingsName[] = |
| 493 | "Autoplay unified sound settings UI"; |
| 494 | const char kEnableAutoplayUnifiedSoundSettingsDescription[] = |
| 495 | "If enabled, shows the new unified autoplay sound settings UI."; |
| 496 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 497 | const char kEnableBrotliName[] = "Brotli Content-Encoding."; |
| 498 | const char kEnableBrotliDescription[] = |
| 499 | "Enable Brotli Content-Encoding support."; |
| 500 | |
Robert Ogden | c370394 | 2019-02-06 21:05:49 | [diff] [blame] | 501 | const char kEnableDataSaverLiteModeRebrandName[] = |
| 502 | "Data Saver Lite Mode Rebranding"; |
| 503 | const char kEnableDataSaverLiteModeRebrandDescription[] = |
| 504 | "Enable the Data Saver rebranding to Lite Mode."; |
| 505 | |
sclittle | 50e4bb9 | 2017-07-08 02:23:03 | [diff] [blame] | 506 | const char kEnableClientLoFiName[] = "Client-side Lo-Fi previews"; |
| 507 | |
| 508 | const char kEnableClientLoFiDescription[] = |
| 509 | "Enable showing low fidelity images on some pages on slow networks."; |
| 510 | |
Patrick Noland | 8bc5747 | 2018-06-19 21:09:54 | [diff] [blame] | 511 | const char kEnableCSSFragmentIdentifiersName[] = |
| 512 | "Enable CSS Fragment Identifiers"; |
| 513 | const char kEnableCSSFragmentIdentifiersDescription[] = |
| 514 | "Enable support for specifying a target element using a css selector in " |
| 515 | "the fragment identifier."; |
| 516 | |
Ramin Halavati | 7dbb072 | 2019-02-15 05:33:49 | [diff] [blame] | 517 | const char kEnableFilesystemInIncognitoName[] = "Filesystem API in Incognito"; |
| 518 | const char kEnableFilesystemInIncognitoDescription[] = |
| 519 | "Enable Filesystem API in incognito mode."; |
| 520 | |
Doug Arnett | 08b4067b | 2017-10-12 20:14:44 | [diff] [blame] | 521 | const char kEnableNoScriptPreviewsName[] = "NoScript previews"; |
| 522 | |
| 523 | const char kEnableNoScriptPreviewsDescription[] = |
| 524 | "Enable disabling JavaScript on some pages on slow networks."; |
| 525 | |
Thanh Le | 2c279fbc | 2017-11-21 01:25:40 | [diff] [blame] | 526 | const char kDataReductionProxyServerAlternative1[] = "Use alt. server config 1"; |
| 527 | const char kDataReductionProxyServerAlternative2[] = "Use alt. server config 2"; |
| 528 | const char kDataReductionProxyServerAlternative3[] = "Use alt. server config 3"; |
| 529 | const char kDataReductionProxyServerAlternative4[] = "Use alt. server config 4"; |
| 530 | const char kDataReductionProxyServerAlternative5[] = "Use alt. server config 5"; |
| 531 | const char kDataReductionProxyServerAlternative6[] = "Use alt. server config 6"; |
| 532 | const char kDataReductionProxyServerAlternative7[] = "Use alt. server config 7"; |
| 533 | const char kDataReductionProxyServerAlternative8[] = "Use alt. server config 8"; |
| 534 | const char kDataReductionProxyServerAlternative9[] = "Use alt. server config 9"; |
| 535 | const char kDataReductionProxyServerAlternative10[] = |
| 536 | "Use alt. server config 10"; |
rajendrant | cfa60ba | 2018-10-30 09:16:54 | [diff] [blame] | 537 | const char kEnableDataReductionProxyNetworkServiceName[] = |
| 538 | "Data reduction proxy with network service"; |
| 539 | const char kEnableDataReductionProxyNetworkServiceDescription[] = |
| 540 | "Enable data reduction proxy when network service is enabled"; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 541 | const char kEnableDataReductionProxyServerExperimentName[] = |
| 542 | "Use an alternative Data Saver back end configuration."; |
| 543 | const char kEnableDataReductionProxyServerExperimentDescription[] = |
| 544 | "Enable a different approach to saving data by configuring the back end " |
| 545 | "server"; |
| 546 | |
| 547 | const char kEnableDataReductionProxySavingsPromoName[] = |
| 548 | "Data Saver 1 MB Savings Promo"; |
| 549 | const char kEnableDataReductionProxySavingsPromoDescription[] = |
| 550 | "Enable a Data Saver promo for 1 MB of savings. If Data Saver has already " |
| 551 | "saved 1 MB of data, then the promo will not be shown. Data Saver must be " |
| 552 | "enabled for the promo to be shown."; |
| 553 | |
Matt Giuca | d487043 | 2017-11-24 01:04:38 | [diff] [blame] | 554 | const char kEnableDesktopPWAsName[] = "Desktop PWAs"; |
| 555 | const char kEnableDesktopPWAsDescription[] = |
| 556 | "Experimental windowing and install banner treatment for Progressive Web " |
| 557 | "Apps on desktop platforms. Implies #enable-experimental-app-banners."; |
Giovanni Ortuño Urquidi | 45020e23 | 2017-07-12 06:10:17 | [diff] [blame] | 558 | |
Giovanni Ortuño Urquidi | 40c8e79 | 2018-02-28 04:18:59 | [diff] [blame] | 559 | const char kEnableDesktopPWAsLinkCapturingName[] = |
| 560 | "Desktop PWAs Link Capturing"; |
| 561 | const char kEnableDesktopPWAsLinkCapturingDescription[] = |
| 562 | "Experimentally enable link capturing for Desktop PWAs. Navigations to " |
| 563 | "URLs that are in-scope of Desktop PWAs will open in a window. Requires " |
| 564 | "#enable-desktop-pwas."; |
| 565 | |
Jay Harris | 52511a0 | 2018-11-02 01:00:28 | [diff] [blame] | 566 | const char kDesktopPWAsCustomTabUIName[] = "Desktop PWAs Custom Tab UI"; |
| 567 | const char kDesktopPWAsCustomTabUIDescription[] = |
| 568 | "Browsing out-of-scope links in a desktop PWA will use the custom tab UI " |
| 569 | "for displaying the page title and origin instead of the location bar."; |
| 570 | |
Jay Harris | ee7a7bc6 | 2018-10-09 01:47:49 | [diff] [blame] | 571 | const char kDesktopPWAsStayInWindowName[] = |
| 572 | "Desktop PWAs out-of-scope links open in the app window"; |
| 573 | const char kDesktopPWAsStayInWindowDescription[] = |
Jay Harris | 52511a0 | 2018-11-02 01:00:28 | [diff] [blame] | 574 | "Links to sites in a different scope will open inside the PWA window as " |
| 575 | "opposed to in the browser."; |
Jay Harris | ee7a7bc6 | 2018-10-09 01:47:49 | [diff] [blame] | 576 | |
Alan Cutter | 1816c9d | 2019-02-11 02:20:07 | [diff] [blame] | 577 | const char kDesktopPWAsOmniboxInstallName[] = |
| 578 | "Desktop PWAs installable from the omnibox"; |
| 579 | const char kDesktopPWAsOmniboxInstallDescription[] = |
| 580 | "When on a site that passes PWA installation requirements show a button in " |
| 581 | "the omnibox for installing it."; |
| 582 | |
Christopher Lam | e66b781 | 2018-09-26 01:49:24 | [diff] [blame] | 583 | const char kEnableSystemWebAppsName[] = "System Web Apps"; |
| 584 | const char kEnableSystemWebAppsDescription[] = |
| 585 | "Experimental system for using the Desktop PWA framework for running System" |
| 586 | "Apps (e.g Settings, Discover)."; |
| 587 | |
David Benjamin | 570460e | 2018-10-16 06:01:29 | [diff] [blame] | 588 | const char kEnforceTLS13DowngradeName[] = "TLS 1.3 downgrade hardening"; |
| 589 | const char kEnforceTLS13DowngradeDescription[] = |
| 590 | "This option enables the TLS 1.3 downgrade hardening mechanism. This " |
| 591 | "hardens TLS 1.3 connections while remaining compatible with TLS 1.0 " |
| 592 | "through 1.2 connections. Firewalls and proxies that do not function when " |
| 593 | "this is enabled do not implement TLS 1.0 through 1.2 correctly or " |
| 594 | "securely. They must be fixed by vendors."; |
| 595 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 596 | const char kEnableGenericSensorName[] = "Generic Sensor"; |
| 597 | const char kEnableGenericSensorDescription[] = |
Mikhail Pozdnyakov | 73373a6 | 2017-08-24 17:31:25 | [diff] [blame] | 598 | "Enables motion sensor classes based on Generic Sensor API, i.e. " |
| 599 | "Accelerometer, LinearAccelerationSensor, Gyroscope, " |
| 600 | "AbsoluteOrientationSensor and RelativeOrientationSensor interfaces."; |
| 601 | |
| 602 | const char kEnableGenericSensorExtraClassesName[] = |
| 603 | "Generic Sensor Extra Classes"; |
| 604 | const char kEnableGenericSensorExtraClassesDescription[] = |
| 605 | "Enables an extra set of sensor classes based on Generic Sensor API, which " |
| 606 | "expose previously unavailable platform features, i.e. AmbientLightSensor " |
| 607 | "and Magnetometer interfaces."; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 608 | |
Vikas Soni | 78daa63 | 2019-01-12 01:32:52 | [diff] [blame] | 609 | const char kEnableGpuServiceLoggingName[] = "Enable gpu service logging"; |
| 610 | const char kEnableGpuServiceLoggingDescription[] = |
| 611 | "Enable printing the actual GL driver calls."; |
| 612 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 613 | const char kEnableHDRName[] = "HDR mode"; |
| 614 | const char kEnableHDRDescription[] = |
| 615 | "Enables HDR support on compatible displays."; |
| 616 | |
David Bokan | 911bded | 2018-11-27 23:23:32 | [diff] [blame] | 617 | const char kEnableImplicitRootScrollerName[] = "Implicit Root Scroller"; |
| 618 | const char kEnableImplicitRootScrollerDescription[] = |
| 619 | "Enables implicitly choosing which scroller on a page is the 'root " |
| 620 | "scroller'. i.e. The one that gets special features like URL bar movement, " |
| 621 | "overscroll glow, rotation anchoring, etc."; |
| 622 | |
Robert Ogden | 5a63b24 | 2018-09-17 21:38:57 | [diff] [blame] | 623 | const char kEnablePreviewsAndroidOmniboxUIName[] = |
| 624 | "Previews Android Omnibox UI"; |
| 625 | const char kEnablePreviewsAndroidOmniboxUIDescription[] = |
| 626 | "Enable showing the Previews UI in the Omnibox on Android instead of an " |
| 627 | "InfoBar. This has no effect on other platforms."; |
| 628 | |
Robert Ogden | ce8c957 | 2018-10-08 23:08:48 | [diff] [blame] | 629 | const char kEnableLitePageServerPreviewsName[] = "Lite Page Server Previews"; |
| 630 | const char kEnableLitePageServerPreviewsDescription[] = |
Doug Arnett | 9c1f8756 | 2018-12-14 00:56:39 | [diff] [blame] | 631 | "Enable showing Lite Page Previews served from a Previews Server." |
| 632 | "This feature will cause Chrome to redirect eligible navigations " |
Robert Ogden | ce8c957 | 2018-10-08 23:08:48 | [diff] [blame] | 633 | "to a Google-owned domain that serves a pre-rendered version of the " |
Doug Arnett | 9c1f8756 | 2018-12-14 00:56:39 | [diff] [blame] | 634 | "original page. Also known as Lite Page Redirect Previews."; |
Robert Ogden | ce8c957 | 2018-10-08 23:08:48 | [diff] [blame] | 635 | |
Ryan Sturm | 5e4d442 | 2019-02-28 01:32:29 | [diff] [blame] | 636 | const char kEnableURLLoaderLitePageServerPreviewsName[] = |
| 637 | "Lite Page Server Previews using URL Loader"; |
| 638 | const char kEnableURLLoaderLitePageServerPreviewsDescription[] = |
| 639 | "Enable using a network service URL Loader for Lite Page Server Previews. " |
| 640 | "This requires enable-lite-page-server-previews to be enabled along with " |
| 641 | "network-service."; |
| 642 | |
Hiroshige Hayashizaki | 3ee116af | 2019-03-05 10:11:22 | [diff] [blame] | 643 | const char kBuiltInModuleAllName[] = "All experimental built-in modules"; |
| 644 | const char kBuiltInModuleAllDescription[] = |
| 645 | "Enable all experimental built-in modules, as well as built-in module " |
| 646 | "infrastructure and import maps. The syntax and the APIs exposed are " |
| 647 | "experimental and will change over time."; |
| 648 | |
| 649 | const char kBuiltInModuleInfraName[] = "Built-in module infra and import maps"; |
| 650 | const char kBuiltInModuleInfraDescription[] = |
| 651 | "Enable built-in module infrastructure and import maps. Individual " |
| 652 | "built-in modules should be enabled by other flags. The syntax and the " |
| 653 | "APIs exposed are experimental and will change over time."; |
| 654 | |
| 655 | const char kBuiltInModuleKvStorageName[] = "kv-storage built-in module"; |
| 656 | const char kBuiltInModuleKvStorageDescription[] = |
| 657 | "Enable kv-storage built-in module, as well as built-in module " |
| 658 | "infrastructure and import maps. The syntax and the APIs exposed are " |
| 659 | "experimental and will change over time."; |
Hiroshige Hayashizaki | 99d5821e | 2018-05-02 04:25:41 | [diff] [blame] | 660 | |
Philip Rogers | 6348133 | 2018-12-01 22:16:51 | [diff] [blame] | 661 | const char kEnableBlinkGenPropertyTreesName[] = "Enable BlinkGenPropertyTrees"; |
| 662 | const char kEnableBlinkGenPropertyTreesDescription[] = |
| 663 | "Enable a new compositing mode where Blink generates the compositor " |
| 664 | "property trees."; |
| 665 | |
Ian Kilpatrick | e68ef11a | 2018-07-04 03:52:10 | [diff] [blame] | 666 | const char kEnableLayoutNGName[] = "Enable LayoutNG"; |
| 667 | const char kEnableLayoutNGDescription[] = |
| 668 | "Enable Blink's next generation layout engine."; |
| 669 | |
Scott Little | d0fd2d00 | 2018-04-13 03:37:26 | [diff] [blame] | 670 | const char kEnableLazyFrameLoadingName[] = "Enable lazy frame loading"; |
| 671 | const char kEnableLazyFrameLoadingDescription[] = |
| 672 | "Defers the loading of certain cross-origin frames until the page is " |
| 673 | "scrolled down near them."; |
| 674 | |
rajendrant | 793ff51 | 2018-08-10 17:07:59 | [diff] [blame] | 675 | const char kEnableLazyImageLoadingName[] = "Enable lazy image loading"; |
| 676 | const char kEnableLazyImageLoadingDescription[] = |
| 677 | "Defers the loading of images until the page is scrolled down near them."; |
| 678 | |
Sidney San Martín | 9375b89 | 2017-09-09 00:29:54 | [diff] [blame] | 679 | const char kEnableMacMaterialDesignDownloadShelfName[] = |
| 680 | "Enable Material Design download shelf"; |
| 681 | |
| 682 | const char kEnableMacMaterialDesignDownloadShelfDescription[] = |
| 683 | "If enabled, the download shelf uses Material Design."; |
| 684 | |
Becca Hughes | ac86cd44 | 2019-01-09 23:49:54 | [diff] [blame] | 685 | const char kEnableMediaSessionServiceName[] = "Media Session Service"; |
| 686 | const char kEnableMediaSessionServiceDescription[] = |
| 687 | "Enables the media session mojo service and internal media session " |
| 688 | "support."; |
| 689 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 690 | const char kEnableNavigationTracingName[] = "Enable navigation tracing"; |
| 691 | const char kEnableNavigationTracingDescription[] = |
| 692 | "This is to be used in conjunction with the trace-upload-url flag. " |
| 693 | "WARNING: When enabled, Chrome will record performance data for every " |
| 694 | "navigation and upload it to the URL specified by the trace-upload-url " |
| 695 | "flag. The trace may include personally identifiable information (PII) " |
| 696 | "such as the titles and URLs of websites you visit."; |
| 697 | |
Bernhard Bauer | 5533f991 | 2017-11-06 17:56:02 | [diff] [blame] | 698 | const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file"; |
| 699 | const char kEnableNetworkLoggingToFileDescription[] = |
| 700 | "Enables network logging to a file named netlog.json in the user data " |
| 701 | "directory. The file can be imported into chrome://net-internals."; |
| 702 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 703 | const char kEnableNetworkServiceName[] = "Enable network service"; |
| 704 | const char kEnableNetworkServiceDescription[] = |
| 705 | "Enables the network service, which makes network requests through a " |
John Abd-El-Malek | 225b04d | 2018-09-07 22:41:40 | [diff] [blame] | 706 | "separate process."; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 707 | |
John Abd-El-Malek | 8067cc0 | 2017-12-04 23:23:20 | [diff] [blame] | 708 | const char kEnableNetworkServiceInProcessName[] = |
| 709 | "Runs network service in-process"; |
| 710 | const char kEnableNetworkServiceInProcessDescription[] = |
| 711 | "Runs the network service in the browser process."; |
| 712 | |
Tetsui Ohkubo | c3eb87f7 | 2018-07-20 02:22:28 | [diff] [blame] | 713 | const char kEnableNotificationScrollBarName[] = |
| 714 | "Enable notification list scroll bar"; |
| 715 | const char kEnableNotificationScrollBarDescription[] = |
| 716 | "Enable the scroll bar of the notification list in Unified System Tray."; |
| 717 | |
Mitsuru Otsuka | e8304de | 2018-10-29 02:14:36 | [diff] [blame] | 718 | const char kEnableNotificationExpansionAnimationName[] = |
| 719 | "Enable notification expansion animations"; |
| 720 | const char kEnableNotificationExpansionAnimationDescription[] = |
| 721 | "Enable notification animations whenever the expansion state is toggled."; |
| 722 | |
Sophie Chang | 117a3b2 | 2017-10-24 22:25:36 | [diff] [blame] | 723 | const char kEnableOptimizationHintsName[] = "Optimization Hints"; |
| 724 | const char kEnableOptimizationHintsDescription[] = |
Sophie Chang | 5454ce8 | 2018-07-16 17:44:50 | [diff] [blame] | 725 | "Enable the Optimization Hints feature which incorporates server hints " |
Sophie Chang | 117a3b2 | 2017-10-24 22:25:36 | [diff] [blame] | 726 | "into decisions for what optimizations to perform on some pages on slow " |
| 727 | "networks."; |
| 728 | |
Takashi Toyoshima | 2e01e69 | 2018-11-16 03:23:27 | [diff] [blame] | 729 | const char kEnableOutOfBlinkCorsName[] = "Out of blink CORS"; |
| 730 | const char kEnableOutOfBlinkCorsDescription[] = |
Yutaka Hirano | 98be327 | 2017-08-07 17:55:39 | [diff] [blame] | 731 | "CORS handling logic is moved out of blink."; |
| 732 | |
Chris Hall | e952239e | 2018-11-06 06:49:52 | [diff] [blame] | 733 | const char kExperimentalAccessibilityFeaturesName[] = |
| 734 | "Experimental accessibility features"; |
| 735 | const char kExperimentalAccessibilityFeaturesDescription[] = |
| 736 | "Enable additional accessibility features in the Settings page."; |
| 737 | |
Katie D | 652135c | 2018-11-27 18:30:13 | [diff] [blame] | 738 | const char kExperimentalAccessibilityAutoclickName[] = |
| 739 | "Experimental automatic click features"; |
| 740 | const char kExperimentalAccessibilityAutoclickDescription[] = |
| 741 | "Enable additional features for automatic clicks."; |
| 742 | |
Chris Hall | 4a4225f6 | 2019-01-18 03:07:16 | [diff] [blame] | 743 | const char kExperimentalAccessibilityLanguageDetectionName[] = |
| 744 | "Experimental accessibility language detection"; |
| 745 | const char kExperimentalAccessibilityLanguageDetectionDescription[] = |
| 746 | "Enable language detection for in-page content which is then exposed to " |
| 747 | "accessiblity technologies such as screen readers."; |
| 748 | |
Anastasia Helfinstein | afecc68c | 2018-11-26 19:20:17 | [diff] [blame] | 749 | const char kExperimentalAccessibilitySwitchAccessName[] = |
| 750 | "Experimental feature Switch Access"; |
| 751 | const char kExperimentalAccessibilitySwitchAccessDescription[] = |
| 752 | "Add a setting to enable the prototype of Switch Access"; |
| 753 | |
kylechar | 7051c09 | 2018-02-05 20:31:39 | [diff] [blame] | 754 | const char kVizDisplayCompositorName[] = "Viz Display Compositor (OOP-D)"; |
| 755 | const char kVizDisplayCompositorDescription[] = |
| 756 | "If enabled, the display compositor runs as part of the viz service in the" |
| 757 | "GPU process."; |
| 758 | |
Ria Jiang | 6a129b98 | 2018-03-01 18:30:40 | [diff] [blame] | 759 | const char kVizHitTestDrawQuadName[] = "Viz Hit-test Draw-quad version"; |
| 760 | const char kVizHitTestDrawQuadDescription[] = |
| 761 | "If enabled, event targeting uses the new viz-assisted hit-testing logic, " |
| 762 | "with hit-test data computed from the CompositorFrame."; |
| 763 | |
Erik Chen | 49bbfa2 | 2017-08-18 08:49:56 | [diff] [blame] | 764 | const char kEnableOutOfProcessHeapProfilingName[] = |
Albert J. Wong | 17417476 | 2018-01-18 23:50:23 | [diff] [blame] | 765 | "Out of process heap profiling start mode."; |
Erik Chen | 49bbfa2 | 2017-08-18 08:49:56 | [diff] [blame] | 766 | const char kEnableOutOfProcessHeapProfilingDescription[] = |
| 767 | "Creates a profiling service that records stacktraces for all live, " |
erikchen | 94aca89 | 2018-01-18 00:21:19 | [diff] [blame] | 768 | "malloced objects. Heap dumps can be obtained at chrome://tracing " |
| 769 | "[category:memory-infra] and chrome://memory-internals. This setting " |
| 770 | "controls which processes are profiled. As long as this setting is not " |
| 771 | "disabled, users can start profiling any given process in " |
| 772 | "chrome://memory-internals."; |
| 773 | const char kEnableOutOfProcessHeapProfilingModeMinimal[] = "Browser and GPU"; |
| 774 | const char kEnableOutOfProcessHeapProfilingModeAll[] = "All processes"; |
| 775 | const char kEnableOutOfProcessHeapProfilingModeAllRenderers[] = "All renderers"; |
| 776 | const char kEnableOutOfProcessHeapProfilingModeBrowser[] = "Only browser"; |
| 777 | const char kEnableOutOfProcessHeapProfilingModeGpu[] = "Only GPU."; |
erikchen | 0a5dd69 | 2017-12-12 00:53:10 | [diff] [blame] | 778 | const char kEnableOutOfProcessHeapProfilingModeManual[] = |
erikchen | 94aca89 | 2018-01-18 00:21:19 | [diff] [blame] | 779 | "None by default. Visit chrome://memory-internals to choose which " |
| 780 | "processes to profile."; |
Albert J. Wong | bd5bd90 | 2017-11-09 19:56:15 | [diff] [blame] | 781 | const char kEnableOutOfProcessHeapProfilingModeRendererSampling[] = |
| 782 | "Profile a random sampling of renderer processes, ensuring only one is " |
| 783 | "ever profiled at a time."; |
erikchen | 94aca89 | 2018-01-18 00:21:19 | [diff] [blame] | 784 | |
Erik Chen | 8bb76b5 | 2017-12-06 19:06:25 | [diff] [blame] | 785 | const char kOutOfProcessHeapProfilingKeepSmallAllocations[] = |
erikchen | 94aca89 | 2018-01-18 00:21:19 | [diff] [blame] | 786 | "Emit small allocations in memlog heap dumps."; |
Erik Chen | 8bb76b5 | 2017-12-06 19:06:25 | [diff] [blame] | 787 | const char kOutOfProcessHeapProfilingKeepSmallAllocationsDescription[] = |
| 788 | "By default, small allocations are pruned from the heap dump. This reduces " |
| 789 | "the size of the compressed trace by 100x. If pruning is disabled, the " |
| 790 | "chrome://tracing UI may be unable to take or load the trace. Save the " |
| 791 | "trace directly using chrome://memory-internals, and use other mechanisms " |
| 792 | "[e.g. diff_heap_profiler.py] to examine the trace. Note that " |
| 793 | "automatically uploaded traces will always be pruned. This only affects " |
| 794 | "manually taken memory-infra traces."; |
Erik Chen | 49bbfa2 | 2017-08-18 08:49:56 | [diff] [blame] | 795 | |
erikchen | 8bc20d8 | 2018-02-14 03:21:51 | [diff] [blame] | 796 | const char kOutOfProcessHeapProfilingSampling[] = "Sample memlog allocations"; |
| 797 | const char kOutOfProcessHeapProfilingSamplingDescription[] = |
| 798 | "Use a poisson process to sample allocations. Defaults to a sample rate of " |
erikchen | 99bfce0 | 2018-02-14 20:29:22 | [diff] [blame] | 799 | "10000. This results in low noise for large and/or frequent allocations [" |
| 800 | "[size * frequency >> 10000]. This means that aggregate numbers [e.g. " |
| 801 | "total size of malloc-ed objects] and large and/or frequent allocations " |
| 802 | "can be trusted with high fidelity."; |
erikchen | 8bc20d8 | 2018-02-14 03:21:51 | [diff] [blame] | 803 | |
Erik Chen | 3303fd023 | 2018-01-11 20:29:05 | [diff] [blame] | 804 | const char kOOPHPStackModeName[] = |
| 805 | "The type of stack to record for memlog heap dumps"; |
| 806 | const char kOOPHPStackModeDescription[] = |
erikchen | 94aca89 | 2018-01-18 00:21:19 | [diff] [blame] | 807 | "By default, memlog heap dumps record native stacks, which requires a " |
| 808 | "post-processing step to symbolize. Requires a custom build with frame " |
erikchen | 011ad3f | 2018-01-26 17:54:55 | [diff] [blame] | 809 | "pointers to work on Android. Native with thread names will add the thread " |
| 810 | "name as the first frame of each native stack. It's also possible to " |
| 811 | "record a pseudo stack using trace events as identifiers. It's also " |
| 812 | "possible to do a mix of both."; |
erikchen | 94aca89 | 2018-01-18 00:21:19 | [diff] [blame] | 813 | const char kOOPHPStackModeMixed[] = "Mixed"; |
| 814 | const char kOOPHPStackModeNative[] = "Native"; |
erikchen | 011ad3f | 2018-01-26 17:54:55 | [diff] [blame] | 815 | const char kOOPHPStackModeNativeWithThreadNames[] = "Native with thread names"; |
erikchen | 94aca89 | 2018-01-18 00:21:19 | [diff] [blame] | 816 | const char kOOPHPStackModePseudo[] = "Trace events"; |
Erik Chen | 3303fd023 | 2018-01-11 20:29:05 | [diff] [blame] | 817 | |
François Beaufort | 2e75f49 | 2018-02-08 20:44:46 | [diff] [blame] | 818 | const char kEnablePictureInPictureName[] = "Enable Picture-in-Picture."; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 819 | const char kEnablePictureInPictureDescription[] = |
François Beaufort | 106802c | 2018-12-18 17:46:13 | [diff] [blame] | 820 | "Show Picture-in-Picture in browser context menu and video native " |
| 821 | "controls. The #enable-surfaces-for-videos flag must be enabled as well " |
| 822 | "to use it."; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 823 | |
F#m | 59d036e | 2017-09-13 07:22:17 | [diff] [blame] | 824 | const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording"; |
| 825 | const char kEnablePixelCanvasRecordingDescription[] = |
| 826 | "Pixel canvas recording allows the compositor to raster contents aligned " |
| 827 | "with the pixel and improves text rendering. This should be enabled when a " |
| 828 | "device is using fractional scale factor."; |
| 829 | |
Ella Ge | bee81c9 | 2018-08-14 15:51:09 | [diff] [blame] | 830 | const char kEnableResamplingInputEventsName[] = |
| 831 | "Enable resampling input events"; |
| 832 | const char kEnableResamplingInputEventsDescription[] = |
| 833 | "Predicts mouse and touch inputs position at rAF time based on previous " |
| 834 | "input"; |
| 835 | const char kEnableResamplingScrollEventsName[] = |
| 836 | "Enable resampling scroll events"; |
| 837 | const char kEnableResamplingScrollEventsDescription[] = |
| 838 | "Predicts the scroll amount at vsync time based on previous input"; |
| 839 | |
Doug Arnett | aa0bf20 | 2018-08-27 19:42:11 | [diff] [blame] | 840 | const char kEnableResourceLoadingHintsName[] = "Enable resource loading hints"; |
| 841 | const char kEnableResourceLoadingHintsDescription[] = |
| 842 | "Enable using server-provided resource loading hints to provide a preview " |
| 843 | "over slow network connections."; |
| 844 | |
Mikel Astiz | b4786aa | 2018-11-09 22:12:09 | [diff] [blame] | 845 | const char kEnableSyncPseudoUSSAppListName[] = |
| 846 | "Enable pseudo-USS for APP_LIST sync."; |
| 847 | const char kEnableSyncPseudoUSSAppListDescription[] = |
| 848 | "Enable new USS-based codepath for sync datatype APP_LIST."; |
| 849 | |
| 850 | const char kEnableSyncPseudoUSSAppsName[] = "Enable pseudo-USS for APPS sync."; |
| 851 | const char kEnableSyncPseudoUSSAppsDescription[] = |
| 852 | "Enable new USS-based codepath for sync datatype APPS."; |
| 853 | |
| 854 | const char kEnableSyncPseudoUSSDictionaryName[] = |
| 855 | "Enable pseudo-USS for DICTIONARY sync."; |
| 856 | const char kEnableSyncPseudoUSSDictionaryDescription[] = |
| 857 | "Enable new USS-based codepath for sync datatype DICTIONARY."; |
| 858 | |
| 859 | const char kEnableSyncPseudoUSSExtensionSettingsName[] = |
| 860 | "Enable pseudo-USS for EXTENSION_SETTINGS and APP_SETTINGS sync."; |
| 861 | const char kEnableSyncPseudoUSSExtensionSettingsDescription[] = |
| 862 | "Enable new USS-based codepath for sync datatypes EXTENSION_SETTINGS and " |
| 863 | "APP_SETTINGS."; |
| 864 | |
| 865 | const char kEnableSyncPseudoUSSExtensionsName[] = |
| 866 | "Enable pseudo-USS for EXTENSIONS sync."; |
| 867 | const char kEnableSyncPseudoUSSExtensionsDescription[] = |
| 868 | "Enable new USS-based codepath for sync datatype EXTENSIONS."; |
| 869 | |
| 870 | const char kEnableSyncPseudoUSSFaviconsName[] = |
| 871 | "Enable pseudo-USS for favicon sync."; |
| 872 | const char kEnableSyncPseudoUSSFaviconsDescription[] = |
| 873 | "Enable new USS-based codepath for sync datatypes FAVICON_IMAGES and " |
| 874 | "FAVICON_TRACKING."; |
| 875 | |
| 876 | const char kEnableSyncPseudoUSSHistoryDeleteDirectivesName[] = |
| 877 | "Enable pseudo-USS for HISTORY_DELETE_DIRECTIVES sync."; |
| 878 | const char kEnableSyncPseudoUSSHistoryDeleteDirectivesDescription[] = |
| 879 | "Enable new USS-based codepath for sync datatype " |
| 880 | "HISTORY_DELETE_DIRECTIVES."; |
| 881 | |
| 882 | const char kEnableSyncPseudoUSSPasswordsName[] = |
| 883 | "Enable pseudo-USS for PASSWORDS sync."; |
| 884 | const char kEnableSyncPseudoUSSPasswordsDescription[] = |
| 885 | "Enable new USS-based codepath for sync datatype PASSWORDS (pseudo-USS)."; |
| 886 | |
| 887 | const char kEnableSyncPseudoUSSPreferencesName[] = |
| 888 | "Enable pseudo-USS for PREFERENCES sync."; |
| 889 | const char kEnableSyncPseudoUSSPreferencesDescription[] = |
| 890 | "Enable new USS-based codepath for sync datatype PREFERENCES."; |
| 891 | |
| 892 | const char kEnableSyncPseudoUSSPriorityPreferencesName[] = |
| 893 | "Enable pseudo-USS for PRIORITY_PREFERENCES sync."; |
| 894 | const char kEnableSyncPseudoUSSPriorityPreferencesDescription[] = |
| 895 | "Enable new USS-based codepath for sync datatype PRIORITY_PREFERENCES."; |
| 896 | |
| 897 | const char kEnableSyncPseudoUSSSearchEnginesName[] = |
| 898 | "Enable pseudo-USS for SEARCH_ENGINES sync."; |
| 899 | const char kEnableSyncPseudoUSSSearchEnginesDescription[] = |
| 900 | "Enable new USS-based codepath for sync datatype SEARCH_ENGINES."; |
| 901 | |
| 902 | const char kEnableSyncPseudoUSSSupervisedUsersName[] = |
| 903 | "Enable pseudo-USS for supervised users sync."; |
| 904 | const char kEnableSyncPseudoUSSSupervisedUsersDescription[] = |
| 905 | "Enable new USS-based codepath for sync datatypes SUPERVISED_USER_SETTINGS " |
| 906 | "and SUPERVISED_USER_WHITELISTS."; |
| 907 | |
| 908 | const char kEnableSyncPseudoUSSThemesName[] = |
| 909 | "Enable pseudo-USS for THEMES sync."; |
| 910 | const char kEnableSyncPseudoUSSThemesDescription[] = |
| 911 | "Enable new USS-based codepath for sync datatype THEMES."; |
| 912 | |
Mohamed Amir Yosef | 0178fa89 | 2018-07-23 17:43:52 | [diff] [blame] | 913 | const char kEnableSyncUSSBookmarksName[] = "Enable USS for bookmarks sync"; |
| 914 | const char kEnableSyncUSSBookmarksDescription[] = |
| 915 | "Enables the new, experimental implementation of bookmark sync"; |
| 916 | |
Mohamed Amir Yosef | 3074dfc | 2019-02-06 18:34:43 | [diff] [blame] | 917 | const char kEnableSyncUSSPasswordsName[] = "Enable USS for passwords sync"; |
| 918 | const char kEnableSyncUSSPasswordsDescription[] = |
| 919 | "Enables the new, experimental implementation of passwords sync"; |
| 920 | |
Mikel Astiz | 38837f8 | 2018-04-24 22:23:23 | [diff] [blame] | 921 | const char kEnableSyncUSSSessionsName[] = "Enable USS for sessions sync"; |
| 922 | const char kEnableSyncUSSSessionsDescription[] = |
| 923 | "Enables the new, experimental implementation of session sync (aka tab " |
| 924 | "sync)."; |
| 925 | |
David Bokan | e9370c2 | 2019-02-14 15:19:58 | [diff] [blame] | 926 | const char kEnableTextFragmentAnchorName[] = "Enable Text Fragment Anchor."; |
| 927 | const char kEnableTextFragmentAnchorDescription[] = |
| 928 | "Enables scrolling to text specified in URL's fragment."; |
| 929 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 930 | const char kEnableUseZoomForDsfName[] = |
| 931 | "Use Blink's zoom for device scale factor."; |
| 932 | const char kEnableUseZoomForDsfDescription[] = |
| 933 | "If enabled, Blink uses its zooming mechanism to scale content for device " |
| 934 | "scale factor."; |
| 935 | const char kEnableUseZoomForDsfChoiceDefault[] = "Default"; |
| 936 | const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled"; |
| 937 | const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled"; |
| 938 | |
Patrick Noland | 8ee016e | 2018-01-24 11:44:53 | [diff] [blame] | 939 | const char kEnableScrollAnchorSerializationName[] = |
| 940 | "Scroll Anchor Serialization"; |
| 941 | const char kEnableScrollAnchorSerializationDescription[] = |
| 942 | "Save the scroll anchor and use it to restore the scroll position when " |
| 943 | "navigating."; |
| 944 | |
Brad Nelson | 5cd500e | 2018-01-04 00:50:19 | [diff] [blame] | 945 | const char kEnableSharedArrayBufferName[] = |
| 946 | "Experimental enabled SharedArrayBuffer support in JavaScript."; |
| 947 | const char kEnableSharedArrayBufferDescription[] = |
| 948 | "Enable SharedArrayBuffer support in JavaScript."; |
| 949 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 950 | const char kEnableWasmName[] = "WebAssembly structured cloning support."; |
| 951 | const char kEnableWasmDescription[] = |
| 952 | "Enable web pages to use WebAssembly structured cloning."; |
| 953 | |
Lei Zhang | 0ca70ea | 2018-09-07 17:51:01 | [diff] [blame] | 954 | const char kEnableWebAuthenticationCableSupportName[] = |
Kim Paulhamus | 9243137 | 2018-07-20 02:25:47 | [diff] [blame] | 955 | "Web Authentication caBLE support"; |
Lei Zhang | 0ca70ea | 2018-09-07 17:51:01 | [diff] [blame] | 956 | const char kEnableWebAuthenticationCableSupportDescription[] = |
Kim Paulhamus | 9243137 | 2018-07-20 02:25:47 | [diff] [blame] | 957 | "Enable the cloud-assisted pairingless BLE protocol for use with " |
| 958 | "the Web Authentication API."; |
Kim Paulhamus | ae635a3 | 2018-06-27 07:30:54 | [diff] [blame] | 959 | |
Ramin Halavati | c158b18 | 2018-10-18 14:04:54 | [diff] [blame] | 960 | const char kEnableIncognitoWindowCounterName[] = "Incognito Window Counter"; |
| 961 | const char kEnableIncognitoWindowCounterDescription[] = |
| 962 | "Shows the count of Incognito windows next to the Incognito icon on the " |
| 963 | "toolbar."; |
| 964 | |
Clemens Hammacher | 0c8a15a | 2018-04-27 13:45:32 | [diff] [blame] | 965 | const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler"; |
| 966 | const char kEnableWasmBaselineDescription[] = |
| 967 | "Enables WebAssembly baseline compilation and tier up."; |
| 968 | |
Bill Budge | d0dace17 | 2019-02-10 00:46:21 | [diff] [blame] | 969 | const char kEnableWasmCodeCacheName[] = "WebAssembly compiled module cache"; |
| 970 | const char kEnableWasmCodeCacheDescription[] = |
| 971 | "Enables caching of compiled WebAssembly modules."; |
| 972 | |
Ben Smith | 24c1e5c | 2018-06-20 01:09:02 | [diff] [blame] | 973 | const char kEnableWasmThreadsName[] = "WebAssembly threads support."; |
| 974 | const char kEnableWasmThreadsDescription[] = |
| 975 | "Enables support for the WebAssembly Threads proposal. Implies " |
| 976 | "#shared-array-buffer and #enable-webassembly."; |
| 977 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 978 | const char kExpensiveBackgroundTimerThrottlingName[] = |
| 979 | "Throttle expensive background timers"; |
| 980 | const char kExpensiveBackgroundTimerThrottlingDescription[] = |
| 981 | "Enables intervention to limit CPU usage of background timers to 1%."; |
| 982 | |
| 983 | const char kExperimentalAppBannersName[] = "Experimental app banners"; |
| 984 | const char kExperimentalAppBannersDescription[] = |
Matt Giuca | d487043 | 2017-11-24 01:04:38 | [diff] [blame] | 985 | "Enables a new experimental app banner flow and UI. Implies " |
| 986 | "#enable-app-banners."; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 987 | |
| 988 | const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features"; |
| 989 | const char kExperimentalCanvasFeaturesDescription[] = |
| 990 | "Enables the use of experimental canvas features which are still in " |
| 991 | "development."; |
| 992 | |
| 993 | const char kExperimentalExtensionApisName[] = "Experimental Extension APIs"; |
| 994 | const char kExperimentalExtensionApisDescription[] = |
| 995 | "Enables experimental extension APIs. Note that the extension gallery " |
| 996 | "doesn't allow you to upload extensions that use experimental APIs."; |
| 997 | |
Ian Clelland | 37a985d | 2018-05-04 02:43:13 | [diff] [blame] | 998 | const char kExperimentalProductivityFeaturesName[] = |
| 999 | "Experimental Productivity Features"; |
| 1000 | const char kExperimentalProductivityFeaturesDescription[] = |
| 1001 | "Enable support for experimental developer productivity features, such as " |
Hiroshige Hayashizaki | 3ee116af | 2019-03-05 10:11:22 | [diff] [blame] | 1002 | "built-in modules and policies for avoiding slow rendering."; |
Ian Clelland | 37a985d | 2018-05-04 02:43:13 | [diff] [blame] | 1003 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 1004 | const char kExperimentalSecurityFeaturesName[] = |
| 1005 | "Potentially annoying security features"; |
| 1006 | const char kExperimentalSecurityFeaturesDescription[] = |
| 1007 | "Enables several security features that will likely break one or more " |
| 1008 | "pages that you visit on a daily basis. Strict mixed content checking, for " |
| 1009 | "example. And locking powerful features to secure contexts. This flag will " |
| 1010 | "probably annoy you."; |
| 1011 | |
| 1012 | const char kExperimentalWebPlatformFeaturesName[] = |
| 1013 | "Experimental Web Platform features"; |
| 1014 | const char kExperimentalWebPlatformFeaturesDescription[] = |
| 1015 | "Enables experimental Web Platform features that are in development."; |
| 1016 | |
| 1017 | const char kExtensionContentVerificationName[] = |
| 1018 | "Extension Content Verification"; |
| 1019 | const char kExtensionContentVerificationDescription[] = |
| 1020 | "This flag can be used to turn on verification that the contents of the " |
| 1021 | "files on disk for extensions from the webstore match what they're " |
| 1022 | "expected to be. This can be used to turn on this feature if it would not " |
| 1023 | "otherwise have been turned on, but cannot be used to turn it off (because " |
| 1024 | "this setting can be tampered with by malware)."; |
| 1025 | const char kExtensionContentVerificationBootstrap[] = |
| 1026 | "Bootstrap (get expected hashes, but do not enforce them)"; |
| 1027 | const char kExtensionContentVerificationEnforce[] = |
| 1028 | "Enforce (try to get hashes, and enforce them if successful)"; |
| 1029 | const char kExtensionContentVerificationEnforceStrict[] = |
| 1030 | "Enforce strict (hard fail if we can't get hashes)"; |
| 1031 | |
| 1032 | const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs"; |
| 1033 | const char kExtensionsOnChromeUrlsDescription[] = |
| 1034 | "Enables running extensions on chrome:// URLs, where extensions explicitly " |
| 1035 | "request this permission."; |
galinap | ae72e15 | 2017-05-12 13:12:28 | [diff] [blame] | 1036 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1037 | const char kFeaturePolicyName[] = "Feature Policy"; |
| 1038 | const char kFeaturePolicyDescription[] = |
| 1039 | "Enables granting and removing access to features through the " |
| 1040 | "Feature-Policy HTTP header."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1041 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1042 | const char kFontCacheScalingName[] = "FontCache scaling"; |
| 1043 | const char kFontCacheScalingDescription[] = |
| 1044 | "Reuse a cached font in the renderer to serve different sizes of font for " |
| 1045 | "faster layout."; |
| 1046 | |
| 1047 | const char kForceEffectiveConnectionTypeName[] = |
| 1048 | "Override effective connection type"; |
| 1049 | const char kForceEffectiveConnectionTypeDescription[] = |
| 1050 | "Overrides the effective connection type of the current connection " |
Thanh Le | a98f12f | 2017-12-18 19:35:30 | [diff] [blame] | 1051 | "returned by the network quality estimator. Slow 2G on Cellular returns " |
| 1052 | "Slow 2G when connected to a cellular network, and the actual estimate " |
| 1053 | "effective connection type when not on a cellular network. Previews are " |
| 1054 | "usually served on 2G networks."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1055 | const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown"; |
| 1056 | const char kEffectiveConnectionTypeOfflineDescription[] = "Offline"; |
| 1057 | const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G"; |
Thanh Le | a98f12f | 2017-12-18 19:35:30 | [diff] [blame] | 1058 | const char kEffectiveConnectionTypeSlow2GOnCellularDescription[] = |
| 1059 | "Slow 2G On Cellular"; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1060 | const char kEffectiveConnectionType2GDescription[] = "2G"; |
| 1061 | const char kEffectiveConnectionType3GDescription[] = "3G"; |
| 1062 | const char kEffectiveConnectionType4GDescription[] = "4G"; |
| 1063 | |
| 1064 | const char kFillOnAccountSelectName[] = "Fill passwords on account selection"; |
| 1065 | const char kFillOnAccountSelectDescription[] = |
| 1066 | "Filling of passwords when an account is explicitly selected by the user " |
| 1067 | "rather than autofilling credentials on page load."; |
| 1068 | |
jdoerrie | 11c5f4f | 2019-02-04 18:29:18 | [diff] [blame] | 1069 | const char kFillOnAccountSelectHttpName[] = |
| 1070 | "Fill passwords on account selection on HTTP origins"; |
| 1071 | const char kFillOnAccountSelectHttpDescription[] = |
| 1072 | "Filling of passwords when an account is explicitly selected by the user " |
| 1073 | "rather than autofilling credentials on page load on HTTP origins."; |
| 1074 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1075 | const char kForceTextDirectionName[] = "Force text direction"; |
| 1076 | const char kForceTextDirectionDescription[] = |
| 1077 | "Explicitly force the per-character directionality of UI text to " |
| 1078 | "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default " |
| 1079 | "direction of the character language."; |
| 1080 | const char kForceDirectionLtr[] = "Left-to-right"; |
| 1081 | const char kForceDirectionRtl[] = "Right-to-left"; |
| 1082 | |
| 1083 | const char kForceUiDirectionName[] = "Force UI direction"; |
| 1084 | const char kForceUiDirectionDescription[] = |
| 1085 | "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) " |
| 1086 | "mode, overriding the default direction of the UI language."; |
| 1087 | |
| 1088 | const char kFramebustingName[] = |
| 1089 | "Framebusting requires same-origin or a user gesture"; |
| 1090 | const char kFramebustingDescription[] = |
| 1091 | "Don't permit an iframe to navigate the top level browsing context unless " |
| 1092 | "they are same-origin or the iframe is processing a user gesture."; |
| 1093 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1094 | const char kGpuRasterizationName[] = "GPU rasterization"; |
| 1095 | const char kGpuRasterizationDescription[] = |
| 1096 | "Use GPU to rasterize web content. Requires impl-side painting."; |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 1097 | const char kForceGpuRasterization[] = "Force-enabled for all layers"; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1098 | |
Ioana Pandele | 1ed7ef7 | 2018-11-21 15:22:03 | [diff] [blame] | 1099 | const char kGooglePasswordManagerName[] = "Google Password Manager UI"; |
| 1100 | const char kGooglePasswordManagerDescription[] = |
| 1101 | "Enables access to the Google Password Manager UI from Chrome."; |
| 1102 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1103 | const char kGoogleProfileInfoName[] = "Google profile name and icon"; |
| 1104 | const char kGoogleProfileInfoDescription[] = |
| 1105 | "Enables using Google information to populate the profile name and icon in " |
| 1106 | "the avatar menu."; |
| 1107 | |
Takumi Fujimoto | fb71e33 | 2018-03-31 14:04:08 | [diff] [blame] | 1108 | const char kViewsCastDialogName[] = "Views Cast dialog"; |
| 1109 | const char kViewsCastDialogDescription[] = |
Takumi Fujimoto | 541e5e2 | 2018-05-30 00:46:31 | [diff] [blame] | 1110 | "Replace the WebUI Cast dialog with a Views toolkit dialog. This requires " |
Takumi Fujimoto | 28351acc | 2018-05-31 17:19:53 | [diff] [blame] | 1111 | "#views-browser-windows on Mac. This feature is activated if either this " |
Robert Liao | 3ecf97c | 2018-06-05 01:24:54 | [diff] [blame] | 1112 | "flag or #upcoming-ui-features is enabled"; |
Takumi Fujimoto | fb71e33 | 2018-03-31 14:04:08 | [diff] [blame] | 1113 | |
Gabrielle Palado | aebf7ca | 2019-01-16 07:07:06 | [diff] [blame] | 1114 | const char kHandwritingGestureName[] = "Handwriting Gestures"; |
| 1115 | const char kHandwritingGestureDescription[] = |
| 1116 | "Enables handwriting gestures within the virtual keyboard"; |
| 1117 | |
Tommy Steimel | 1aadd7b | 2019-01-18 19:39:42 | [diff] [blame] | 1118 | const char kHardwareMediaKeyHandling[] = "Hardware Media Key Handling"; |
| 1119 | const char kHardwareMediaKeyHandlingDescription[] = |
| 1120 | "Enables using media keys to control the active media session. This " |
| 1121 | "requires MediaSessionService to be enabled too"; |
| 1122 | |
Manu Cornet | 4a908de | 2018-04-09 04:32:27 | [diff] [blame] | 1123 | const char kHideActiveAppsFromShelfName[] = |
| 1124 | "Hide running apps (that are not pinned) from the shelf"; |
| 1125 | const char kHideActiveAppsFromShelfDescription[] = |
| 1126 | "Save space in the shelf by hiding running apps (that are not pinned)."; |
Manu Cornet | e5f855b | 2018-03-13 03:35:25 | [diff] [blame] | 1127 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1128 | const char kHistoryRequiresUserGestureName[] = |
| 1129 | "New history entries require a user gesture."; |
| 1130 | const char kHistoryRequiresUserGestureDescription[] = |
| 1131 | "Require a user gesture to add a history entry."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1132 | |
Ryan Landay | 4242dbc2 | 2018-04-04 01:47:33 | [diff] [blame] | 1133 | const char kHorizontalTabSwitcherAndroidName[] = |
| 1134 | "Enable horizontal tab switcher"; |
| 1135 | const char kHorizontalTabSwitcherAndroidDescription[] = |
| 1136 | "Changes the layout of the Android tab switcher so tabs scroll " |
| 1137 | "horizontally instead of vertically."; |
| 1138 | |
Matt Simmons | 2048b2a | 2018-12-20 20:12:56 | [diff] [blame] | 1139 | const char kTabSwitcherOnReturnName[] = "Enable tab switcher on return"; |
| 1140 | const char kTabSwitcherOnReturnDescription[] = |
| 1141 | "Enable tab switcher on return after specified time has elapsed"; |
| 1142 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1143 | const char kHostedAppQuitNotificationName[] = |
| 1144 | "Quit notification for hosted apps"; |
| 1145 | const char kHostedAppQuitNotificationDescription[] = |
| 1146 | "Display a notification when quitting Chrome if hosted apps are currently " |
| 1147 | "running."; |
| 1148 | |
| 1149 | const char kHostedAppShimCreationName[] = |
| 1150 | "Creation of app shims for hosted apps on Mac"; |
| 1151 | const char kHostedAppShimCreationDescription[] = |
| 1152 | "Create app shims on Mac when creating a hosted app."; |
| 1153 | |
Ana-Cosmina Popescu | da3bcbe | 2017-09-22 18:24:48 | [diff] [blame] | 1154 | const char kHtmlBasedUsernameDetectorName[] = "HTML-based username detector"; |
| 1155 | const char kHtmlBasedUsernameDetectorDescription[] = |
| 1156 | "Use HTML-based username detector for the password manager."; |
| 1157 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1158 | const char kIconNtpName[] = "Large icons on the New Tab page"; |
| 1159 | const char kIconNtpDescription[] = |
| 1160 | "Enable the experimental New Tab page using large icons."; |
| 1161 | |
| 1162 | const char kIgnoreGpuBlacklistName[] = "Override software rendering list"; |
| 1163 | const char kIgnoreGpuBlacklistDescription[] = |
| 1164 | "Overrides the built-in software rendering list and enables " |
| 1165 | "GPU-acceleration on unsupported system configurations."; |
| 1166 | |
Ryan Sturm | 8c3dbc9 | 2018-06-26 19:22:37 | [diff] [blame] | 1167 | const char kIgnorePreviewsBlacklistName[] = "Ignore Previews Blocklist"; |
Thanh Le | 5f090efa5 | 2017-12-27 22:39:44 | [diff] [blame] | 1168 | const char kIgnorePreviewsBlacklistDescription[] = |
Ryan Sturm | 8c3dbc9 | 2018-06-26 19:22:37 | [diff] [blame] | 1169 | "Ignore decisions made by the PreviewsBlockList"; |
Thanh Le | 5f090efa5 | 2017-12-27 22:39:44 | [diff] [blame] | 1170 | |
Alexandre Frechette | d3e1b54 | 2018-12-13 14:40:50 | [diff] [blame] | 1171 | const char kImprovedGeoLanguageDataName[] = "Improved Geo-language Data"; |
| 1172 | const char kImprovedGeoLanguageDataDescription[] = |
| 1173 | "Makes the GeoLanguageModel use higher quality, more refined ULP " |
| 1174 | "geo-language data."; |
| 1175 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1176 | const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode"; |
| 1177 | const char kInProductHelpDemoModeChoiceDescription[] = |
| 1178 | "Selects the In-Product Help demo mode."; |
| 1179 | |
| 1180 | const char kJavascriptHarmonyName[] = "Experimental JavaScript"; |
| 1181 | const char kJavascriptHarmonyDescription[] = |
| 1182 | "Enable web pages to use experimental JavaScript features."; |
| 1183 | |
| 1184 | const char kJavascriptHarmonyShippingName[] = |
| 1185 | "Latest stable JavaScript features"; |
| 1186 | const char kJavascriptHarmonyShippingDescription[] = |
| 1187 | "Some web pages use legacy or non-standard JavaScript extensions that may " |
| 1188 | "conflict with the latest JavaScript features. This flag allows disabling " |
| 1189 | "support of those features for compatibility with such pages."; |
| 1190 | |
Yutaka Hirano | f7f2f63 | 2017-09-06 10:40:08 | [diff] [blame] | 1191 | const char kKeepAliveRendererForKeepaliveRequestsName[] = |
| 1192 | "Keep a renderer alive for keepalive fetch requests"; |
| 1193 | const char kKeepAliveRendererForKeepaliveRequestsDescription[] = |
| 1194 | "Keep a render process alive when the process has a pending fetch request " |
| 1195 | "with `keepalive' specified."; |
| 1196 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1197 | const char kLcdTextName[] = "LCD text antialiasing"; |
| 1198 | const char kLcdTextDescription[] = |
| 1199 | "If disabled, text is rendered with grayscale antialiasing instead of LCD " |
| 1200 | "(subpixel) when doing accelerated compositing."; |
| 1201 | |
| 1202 | const char kLoadMediaRouterComponentExtensionName[] = |
| 1203 | "Load Media Router Component Extension"; |
| 1204 | const char kLoadMediaRouterComponentExtensionDescription[] = |
| 1205 | "Loads the Media Router component extension at startup."; |
| 1206 | |
Mustafa Emre Acer | 137dc8b | 2018-08-29 20:38:13 | [diff] [blame] | 1207 | const char kLookalikeUrlNavigationSuggestionsName[] = |
| 1208 | "Navigation suggestions for lookalike URLs"; |
| 1209 | const char kLookalikeUrlNavigationSuggestionsDescription[] = |
| 1210 | "Enable navigation suggestions for URLs that are visually similar to " |
| 1211 | "popular domains or to domains with a site engagement score."; |
| 1212 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1213 | const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure"; |
| 1214 | const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages"; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1215 | |
spqchan | b8775569 | 2018-04-05 00:46:09 | [diff] [blame] | 1216 | const char kMediaRouterCastAllowAllIPsName[] = |
| 1217 | "Connect to Cast devices on all IP addresses"; |
| 1218 | const char kMediaRouterCastAllowAllIPsDescription[] = |
| 1219 | "Have the Media Router connect to Cast devices on all IP addresses, not " |
Nick Harper | d30507ca | 2018-08-16 20:24:31 | [diff] [blame] | 1220 | "just RFC1918/RFC4193 private addresses."; |
spqchan | b8775569 | 2018-04-05 00:46:09 | [diff] [blame] | 1221 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1222 | const char kMessageCenterNewStyleNotificationName[] = "New style notification"; |
| 1223 | const char kMessageCenterNewStyleNotificationDescription[] = |
| 1224 | "Enables the experiment style of material-design notification"; |
| 1225 | |
David Roger | 2183afb | 2019-02-21 14:19:15 | [diff] [blame] | 1226 | const char kMobileIdentityConsistencyName[] = "Mobile identity consistency"; |
| 1227 | const char kMobileIdentityConsistencyDescription[] = |
| 1228 | "Enables stronger identity consistency on mobile"; |
| 1229 | |
Marijn Kruisselbrink | fa0e105 | 2019-03-05 22:32:55 | [diff] [blame] | 1230 | const char kNativeFilesystemAPIName[] = "Native Filesystem API"; |
| 1231 | const char kNativeFilesystemAPIDescription[] = |
| 1232 | "Enables the experimental Native Filesystem API, giving websites access to " |
| 1233 | "the native filesystem"; |
| 1234 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1235 | const char kNewAudioRenderingMixingStrategyName[] = |
| 1236 | "New audio rendering mixing strategy"; |
| 1237 | const char kNewAudioRenderingMixingStrategyDescription[] = |
| 1238 | "Use the new audio rendering mixing strategy."; |
| 1239 | |
| 1240 | const char kNewBookmarkAppsName[] = "The new bookmark app system"; |
| 1241 | const char kNewBookmarkAppsDescription[] = |
| 1242 | "Enables the new system for creating bookmark apps."; |
| 1243 | |
Vadym Doroshenko | cd4ff78 | 2018-07-24 13:41:02 | [diff] [blame] | 1244 | const char kNewPasswordFormParsingName[] = |
| 1245 | "New password form parsing for filling passwords"; |
Vadym Doroshenko | f81e8bb | 2018-04-18 14:35:24 | [diff] [blame] | 1246 | const char kNewPasswordFormParsingDescription[] = |
Vadym Doroshenko | cd4ff78 | 2018-07-24 13:41:02 | [diff] [blame] | 1247 | "Replaces existing form parsing for filling in password manager with a new " |
| 1248 | "version, currently under development. WARNING: when enabled, Password " |
| 1249 | "Manager might stop working"; |
| 1250 | |
| 1251 | const char kNewPasswordFormParsingForSavingName[] = |
| 1252 | "New password form parsing for saving passwords"; |
| 1253 | const char kNewPasswordFormParsingForSavingDescription[] = |
| 1254 | "Replaces existing form parsing for saving in password manager with a new " |
| 1255 | "version, currently under development. WARNING: when enabled, Password " |
| 1256 | "Manager might stop working"; |
Vadym Doroshenko | f81e8bb | 2018-04-18 14:35:24 | [diff] [blame] | 1257 | |
CJ DiMeglio | 7b4a199f | 2017-11-30 01:26:50 | [diff] [blame] | 1258 | const char kUseSurfaceLayerForVideoName[] = |
| 1259 | "Enable the use of SurfaceLayer objects for videos."; |
| 1260 | const char kUseSurfaceLayerForVideoDescription[] = |
| 1261 | "Enable compositing onto a Surface instead of a VideoLayer " |
| 1262 | "for videos."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1263 | |
| 1264 | const char kNewUsbBackendName[] = "Enable new USB backend"; |
| 1265 | const char kNewUsbBackendDescription[] = |
| 1266 | "Enables the new experimental USB backend for Windows."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1267 | |
Sonny Sasaka | 2d20043 | 2018-03-22 17:43:16 | [diff] [blame] | 1268 | const char kNewblueName[] = "Newblue"; |
| 1269 | const char kNewblueDescription[] = |
| 1270 | "Enables the use of newblue Bluetooth daemon."; |
| 1271 | |
Peter Boström | 7df25c7 | 2018-12-12 06:40:19 | [diff] [blame] | 1272 | const char kNewTabLoadingAnimation[] = "New tab-loading animation"; |
| 1273 | const char kNewTabLoadingAnimationDescription[] = |
| 1274 | "Enables a new look for the tab-loading animation."; |
| 1275 | |
Peter Kasting | 6309791 | 2018-06-30 02:09:03 | [diff] [blame] | 1276 | const char kNewTabButtonPosition[] = "New tab button position"; |
| 1277 | const char kNewTabButtonPositionDescription[] = |
| 1278 | "Controls placement of the new tab button within the tabstrip."; |
| 1279 | const char kNewTabButtonPositionOppositeCaption[] = "Opposite caption buttons"; |
| 1280 | const char kNewTabButtonPositionLeading[] = "Leading"; |
| 1281 | const char kNewTabButtonPositionAfterTabs[] = "After tabs"; |
| 1282 | const char kNewTabButtonPositionTrailing[] = "Trailing"; |
| 1283 | |
Egor Pasko | 6fed382 | 2018-05-30 10:33:14 | [diff] [blame] | 1284 | const char kNostatePrefetchName[] = "NoState Prefetch"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1285 | const char kNostatePrefetchDescription[] = |
Elly Fong-Jones | f4c1577 | 2019-01-31 17:40:06 | [diff] [blame] | 1286 | "If enabled, pre-downloads resources to improve page load speed."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1287 | |
Alex Newcomer | d7b0cc4 | 2018-05-25 22:58:48 | [diff] [blame] | 1288 | const char kNotificationIndicatorName[] = "Notification Indicators"; |
| 1289 | const char kNotificationIndicatorDescription[] = |
| 1290 | "Enable notification indicators, which appear on app icons when a " |
| 1291 | "notification is active. This will also enable notifications in context " |
| 1292 | "menus."; |
| 1293 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1294 | const char kNotificationsNativeFlagName[] = "Enable native notifications."; |
| 1295 | const char kNotificationsNativeFlagDescription[] = |
| 1296 | "Enable support for using the native notification toasts and notification " |
| 1297 | "center on platforms where these are available."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1298 | |
Valeriya Sinevich | 972ac12 | 2018-09-05 07:33:19 | [diff] [blame] | 1299 | const char kUseMultiloginEndpointName[] = "Use Multilogin endpoint."; |
| 1300 | const char kUseMultiloginEndpointDescription[] = |
| 1301 | "Use Gaia OAuth multilogin for identity consistency."; |
| 1302 | |
Zentaro Kavanagh | bad511c | 2017-10-18 22:29:00 | [diff] [blame] | 1303 | #if defined(OS_POSIX) |
| 1304 | const char kNtlmV2EnabledName[] = "Enable NTLMv2 Authentication"; |
| 1305 | const char kNtlmV2EnabledDescription[] = |
| 1306 | "Enable NTLMv2 HTTP Authentication. This disables NTLMv1 support."; |
| 1307 | #endif |
| 1308 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1309 | const char kOfferStoreUnmaskedWalletCardsName[] = |
| 1310 | "Google Payments card saving checkbox"; |
| 1311 | const char kOfferStoreUnmaskedWalletCardsDescription[] = |
| 1312 | "Show the checkbox to offer local saving of a credit card downloaded from " |
| 1313 | "the server."; |
| 1314 | |
| 1315 | const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode"; |
| 1316 | const char kOfflineAutoReloadDescription[] = |
| 1317 | "Pages that fail to load while the browser is offline will be " |
| 1318 | "auto-reloaded when the browser is online again."; |
| 1319 | |
| 1320 | const char kOfflineAutoReloadVisibleOnlyName[] = |
| 1321 | "Only Auto-Reload Visible Tabs"; |
| 1322 | const char kOfflineAutoReloadVisibleOnlyDescription[] = |
| 1323 | "Pages that fail to load while the browser is offline will only be " |
| 1324 | "auto-reloaded if their tab is visible."; |
| 1325 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1326 | const char kOmniboxDisplayTitleForCurrentUrlName[] = |
| 1327 | "Include title for the current URL in the omnibox"; |
| 1328 | const char kOmniboxDisplayTitleForCurrentUrlDescription[] = |
| 1329 | "In the event that the omnibox provides suggestions on-focus, the URL of " |
| 1330 | "the current page is provided as the first suggestion without a title. " |
| 1331 | "Enabling this flag causes the title to be displayed."; |
| 1332 | |
manuk | 2e55a7b | 2019-02-12 20:08:23 | [diff] [blame] | 1333 | const char kOmniboxMaterialDesignWeatherIconsName[] = |
| 1334 | "Omnibox Material Design Weather Icons"; |
| 1335 | const char kOmniboxMaterialDesignWeatherIconsDescription[] = |
| 1336 | "Use material design weather icons in the omnibox when displaying weather " |
| 1337 | "answers."; |
| 1338 | |
Tomasz Wiszkowski | c87dff1 | 2019-01-15 02:57:51 | [diff] [blame] | 1339 | const char kOmniboxNewAnswerLayoutName[] = "Omnibox new answer layout"; |
| 1340 | const char kOmniboxNewAnswerLayoutDescription[] = |
| 1341 | "Modernize omnibox answers using an enhanced layout with larger icons."; |
| 1342 | |
Tomasz Wiszkowski | c7fd5bed | 2019-02-11 17:33:23 | [diff] [blame] | 1343 | const char kOmniboxRichEntitySuggestionsName[] = |
| 1344 | "Omnibox rich entity suggestions"; |
| 1345 | const char kOmniboxRichEntitySuggestionsDescription[] = |
| 1346 | "Display entity suggestions using images and an enhanced layout; showing " |
| 1347 | "more context and descriptive text about the entity. Has no effect unless " |
| 1348 | "either the #upcoming-ui-features flag is Enabled or the #top-chrome-md " |
| 1349 | "flag is set to Refresh or Touchable Refresh."; |
| 1350 | |
Benoit Lize | ab08362c | 2017-07-19 14:50:54 | [diff] [blame] | 1351 | const char kOmniboxSpareRendererName[] = |
| 1352 | "Start spare renderer on omnibox focus"; |
| 1353 | const char kOmniboxSpareRendererDescription[] = |
| 1354 | "When the omnibox is focused, start an empty spare renderer. This can " |
| 1355 | "speed up the load of the navigation from the omnibox."; |
| 1356 | |
manuk | 3c0e70a | 2019-02-21 16:30:55 | [diff] [blame] | 1357 | const char kOmniboxUIBlueSearchLoopAndSearchQueryName[] = |
| 1358 | "Omnibox UI Blue Search Loop and Search Query"; |
| 1359 | const char kOmniboxUIBlueSearchLoopAndSearchQueryDescription[] = |
| 1360 | "Color the generic search icon and search terms blue."; |
| 1361 | |
manuk | 4451d03 | 2019-02-22 17:24:40 | [diff] [blame] | 1362 | const char kOmniboxUIBlueTitlesAndGrayUrlsOnPageSuggestionsName[] = |
| 1363 | "Omnibox UI Blue Titles And Gray Urls On Page Suggestions"; |
| 1364 | const char kOmniboxUIBlueTitlesAndGrayUrlsOnPageSuggestionsDescription[] = |
| 1365 | "Displays navigation suggestions with blue titles and gray URLs."; |
| 1366 | |
| 1367 | const char kOmniboxUIBlueTitlesOnPageSuggestionsName[] = |
| 1368 | "Omnibox UI Blue Titles On Page Suggestions"; |
| 1369 | const char kOmniboxUIBlueTitlesOnPageSuggestionsDescription[] = |
| 1370 | "Displays navigation suggestions with blue titles."; |
| 1371 | |
manuk | 59fd5a6 | 2019-02-27 21:14:09 | [diff] [blame] | 1372 | const char kOmniboxUIBoldUserTextOnSearchSuggestionsName[] = |
| 1373 | "Omnibox UI Bold User Text On Search Suggestions"; |
| 1374 | const char kOmniboxUIBoldUserTextOnSearchSuggestionsDescription[] = |
| 1375 | "Bolds the user text instead of autocomplete text for search suggestions."; |
| 1376 | |
Tommy C. Li | e4194b73 | 2018-09-28 22:21:51 | [diff] [blame] | 1377 | const char kOmniboxUIHideSteadyStateUrlSchemeName[] = |
| 1378 | "Omnibox UI Hide Steady-State URL Scheme"; |
| 1379 | const char kOmniboxUIHideSteadyStateUrlSchemeDescription[] = |
| 1380 | "In the omnibox, hide the scheme from steady state displayed URLs. It is " |
Tommy C. Li | bef94ee0 | 2018-10-17 19:56:36 | [diff] [blame] | 1381 | "restored during editing."; |
Tommy C. Li | e4194b73 | 2018-09-28 22:21:51 | [diff] [blame] | 1382 | |
Tommy C. Li | b20aec7 | 2018-11-19 21:38:23 | [diff] [blame] | 1383 | const char kOmniboxUIOneClickUnelideName[] = "Omnibox UI One Click Unelide"; |
| 1384 | const char kOmniboxUIOneClickUnelideDescription[] = |
| 1385 | "In the omnibox, undo all unelisions with a single click or focus action."; |
| 1386 | |
Tommy C. Li | e4194b73 | 2018-09-28 22:21:51 | [diff] [blame] | 1387 | const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsName[] = |
| 1388 | "Omnibox UI Hide Steady-State URL Trivial Subdomains"; |
| 1389 | const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsDescription[] = |
| 1390 | "In the omnibox, hide trivial subdomains from steady state displayed URLs. " |
Tommy C. Li | bef94ee0 | 2018-10-17 19:56:36 | [diff] [blame] | 1391 | "Hidden portions are restored during editing."; |
| 1392 | |
| 1393 | const char kOmniboxUIHideSteadyStateUrlPathQueryAndRefName[] = |
| 1394 | "Omnibox UI Hide Steady-State URL Path, Query, and Ref"; |
| 1395 | const char kOmniboxUIHideSteadyStateUrlPathQueryAndRefDescription[] = |
| 1396 | "In the omnibox, hide the path, query and ref from steady state displayed " |
| 1397 | "URLs. Hidden portions are restored during editing."; |
Tommy C. Li | d79d440 | 2017-12-22 22:49:12 | [diff] [blame] | 1398 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1399 | const char kOmniboxUIMaxAutocompleteMatchesName[] = |
| 1400 | "Omnibox UI Max Autocomplete Matches"; |
| 1401 | |
| 1402 | const char kOmniboxUIMaxAutocompleteMatchesDescription[] = |
| 1403 | "Changes the maximum number of autocomplete matches displayed in the " |
| 1404 | "Omnibox UI."; |
| 1405 | |
manuk | 4f56e9fc | 2019-02-19 18:04:51 | [diff] [blame] | 1406 | const char kOmniboxUIShowSuffixOnAllSearchSuggestionsName[] = |
| 1407 | "Omnibox UI Show Suffix On All Search Suggestions"; |
| 1408 | const char kOmniboxUIShowSuffixOnAllSearchSuggestionsDescription[] = |
| 1409 | "Shows the search suffix (e.g. \" - Google Search\") on all search " |
| 1410 | "suggestions in the omnibox."; |
| 1411 | |
Tommy C. Li | ba4e66ef | 2019-02-12 21:33:28 | [diff] [blame] | 1412 | const char kOmniboxUIShowSuggestionFaviconsName[] = |
| 1413 | "Omnibox UI Show Suggestion Favicons"; |
| 1414 | const char kOmniboxUIShowSuggestionFaviconsDescription[] = |
| 1415 | "Shows favicons instead of generic vector icons for URL suggestions in the " |
| 1416 | "Omnibox dropdown."; |
| 1417 | |
Justin Donnelly | 65c9e8b | 2017-10-01 05:15:01 | [diff] [blame] | 1418 | const char kOmniboxUISwapTitleAndUrlName[] = "Omnibox UI Swap Title and URL"; |
| 1419 | const char kOmniboxUISwapTitleAndUrlDescription[] = |
| 1420 | "In the omnibox dropdown, shows titles before URLs when both are " |
| 1421 | "available."; |
| 1422 | |
manuk | 0187cfa | 2019-02-27 21:23:24 | [diff] [blame] | 1423 | const char kOmniboxUIUnboldSuggestionTextName[] = |
| 1424 | "Omnibox UI Unbold Suggestion Text"; |
| 1425 | const char kOmniboxUIUnboldSuggestionTextDescription[] = |
| 1426 | "Displays search suggestions without bolding."; |
| 1427 | |
manuk | 12527c80 | 2019-02-19 16:38:30 | [diff] [blame] | 1428 | const char kOmniboxUIUseGenericSearchEngineIconName[] = |
| 1429 | "Omnibox UI Use Generic Search Engine Icon"; |
| 1430 | const char kOmniboxUIUseGenericSearchEngineIconDescription[] = |
| 1431 | "In the omnibox and NTP, shows a generic magnifying glass icon instead of " |
| 1432 | "the Search Provider favicon."; |
| 1433 | |
Tommy C. Li | a737d3e8 | 2019-02-13 23:06:14 | [diff] [blame] | 1434 | const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin"; |
| 1435 | const char kOmniboxUIVerticalMarginDescription[] = |
| 1436 | "Changes the vertical margin in the Omnibox UI."; |
| 1437 | |
manuk | ce2cdcf7 | 2019-02-26 15:59:29 | [diff] [blame] | 1438 | const char kOmniboxUIWhiteBackgroundOnBlurName[] = |
| 1439 | "Omnibox UI White Background On Blur"; |
| 1440 | const char kOmniboxUIWhiteBackgroundOnBlurDescription[] = |
manuk | 59fd5a6 | 2019-02-27 21:14:09 | [diff] [blame] | 1441 | "Set the omnibox background white when it's unfocused"; |
manuk | ce2cdcf7 | 2019-02-26 15:59:29 | [diff] [blame] | 1442 | |
Troy Hildebrandt | b32637ca | 2018-02-21 23:25:09 | [diff] [blame] | 1443 | const char kOmniboxVoiceSearchAlwaysVisibleName[] = |
| 1444 | "Omnibox Voice Search Always Visible"; |
| 1445 | const char kOmniboxVoiceSearchAlwaysVisibleDescription[] = |
| 1446 | "Always displays voice search icon in focused omnibox as long as voice " |
| 1447 | "search is possible"; |
| 1448 | |
Vadym Doroshenko | 6b8f64d | 2018-11-26 15:35:39 | [diff] [blame] | 1449 | const char kOnlyNewPasswordFormParsingName[] = |
| 1450 | "Use only new password form parsing"; |
| 1451 | const char kOnlyNewPasswordFormParsingDescription[] = |
| 1452 | "The old password form parsing is disabled"; |
| 1453 | |
Mark Lieu | faa1b76 | 2019-01-08 19:37:28 | [diff] [blame] | 1454 | const char kOnTheFlyMhtmlHashComputationName[] = |
| 1455 | "On-The-Fly MHTML Hash Computation"; |
| 1456 | const char kOnTheFlyMhtmlHashComputationDescription[] = |
| 1457 | "Save MHTML files to the target location and calculate their content " |
| 1458 | "digests in one step."; |
| 1459 | |
Adrienne Walker | c87477e | 2018-06-06 22:28:21 | [diff] [blame] | 1460 | const char kOopRasterizationName[] = "Out of process rasterization"; |
| 1461 | const char kOopRasterizationDescription[] = |
| 1462 | "Perform Ganesh raster in the GPU Process instead of the renderer. " |
| 1463 | "Must also enable GPU rasterization"; |
| 1464 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1465 | const char kOriginTrialsName[] = "Origin Trials"; |
| 1466 | const char kOriginTrialsDescription[] = |
| 1467 | "Enables origin trials for controlling access to feature/API experiments."; |
| 1468 | |
| 1469 | const char kOverlayScrollbarsName[] = "Overlay Scrollbars"; |
| 1470 | const char kOverlayScrollbarsDescription[] = |
| 1471 | "Enable the experimental overlay scrollbars implementation. You must also " |
| 1472 | "enable threaded compositing to have the scrollbars animate."; |
| 1473 | |
chaopeng | e8aa016b | 2017-08-24 15:20:19 | [diff] [blame] | 1474 | const char kOverlayScrollbarsFlashAfterAnyScrollUpdateName[] = |
| 1475 | "Flash Overlay Scrollbars After Any Scroll Update"; |
| 1476 | const char kOverlayScrollbarsFlashAfterAnyScrollUpdateDescription[] = |
| 1477 | "Flash Overlay Scrollbars After any scroll update happends in page. You" |
| 1478 | " must also enable Overlay Scrollbars."; |
| 1479 | |
chaopeng | 34367802 | 2017-08-24 18:45:00 | [diff] [blame] | 1480 | const char kOverlayScrollbarsFlashWhenMouseEnterName[] = |
| 1481 | "Flash Overlay Scrollbars When Mouse Enter"; |
| 1482 | const char kOverlayScrollbarsFlashWhenMouseEnterDescription[] = |
| 1483 | "Flash Overlay Scrollbars When Mouse Enter a scrollable area. You must also" |
| 1484 | " enable Overlay Scrollbars."; |
| 1485 | |
Daniele Castagna | 74ddb9c | 2018-06-21 22:59:02 | [diff] [blame] | 1486 | const char kOverlayStrategiesName[] = "Select HW overlay strategies"; |
| 1487 | const char kOverlayStrategiesDescription[] = |
| 1488 | "Select strategies used to promote quads to HW overlays."; |
| 1489 | const char kOverlayStrategiesDefault[] = "Default"; |
| 1490 | const char kOverlayStrategiesNone[] = "None"; |
| 1491 | const char kOverlayStrategiesUnoccludedFullscreen[] = |
| 1492 | "Unoccluded fullscreen buffers (single-fullscreen)"; |
| 1493 | const char kOverlayStrategiesUnoccluded[] = |
| 1494 | "Unoccluded buffers (single-fullscreen,single-on-top)"; |
| 1495 | const char kOverlayStrategiesOccludedAndUnoccluded[] = |
| 1496 | "Occluded and unoccluded buffers " |
| 1497 | "(single-fullscreen,single-on-top,underlay)"; |
| 1498 | |
Claudio Magni | 81326f9 | 2017-09-01 05:21:18 | [diff] [blame] | 1499 | const char kUseNewAcceptLanguageHeaderName[] = "Use new Accept-Language header"; |
| 1500 | const char kUseNewAcceptLanguageHeaderDescription[] = |
| 1501 | "Adds the base language code after other corresponding language+region " |
| 1502 | "codes. This ensures that users receive content in their preferred " |
| 1503 | "language."; |
| 1504 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1505 | const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation"; |
| 1506 | const char kOverscrollHistoryNavigationDescription[] = |
Mohsen Izadi | 88b392a | 2018-02-15 06:57:48 | [diff] [blame] | 1507 | "History navigation in response to horizontal overscroll."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1508 | |
| 1509 | const char kOverscrollStartThresholdName[] = "Overscroll start threshold"; |
| 1510 | const char kOverscrollStartThresholdDescription[] = |
| 1511 | "Changes overscroll start threshold relative to the default value."; |
| 1512 | const char kOverscrollStartThreshold133Percent[] = "133%"; |
| 1513 | const char kOverscrollStartThreshold166Percent[] = "166%"; |
| 1514 | const char kOverscrollStartThreshold200Percent[] = "200%"; |
| 1515 | |
chaopeng | e2b6e5f | 2018-05-08 16:40:45 | [diff] [blame] | 1516 | const char kTouchpadOverscrollHistoryNavigationName[] = |
| 1517 | "Overscroll history navigation on Touchpad"; |
| 1518 | const char kTouchpadOverscrollHistoryNavigationDescription[] = |
| 1519 | "Allows swipe left/right from touchpad change browser navigation."; |
| 1520 | |
Xing Liu | 5400a00 | 2017-09-15 21:48:29 | [diff] [blame] | 1521 | const char kParallelDownloadingName[] = "Parallel downloading"; |
| 1522 | const char kParallelDownloadingDescription[] = |
Yannic Bonenberger | a32f990 | 2017-11-20 18:47:06 | [diff] [blame] | 1523 | "Enable parallel downloading to accelerate download speed."; |
Xing Liu | 5400a00 | 2017-09-15 21:48:29 | [diff] [blame] | 1524 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1525 | const char kPassiveEventListenerDefaultName[] = |
| 1526 | "Passive Event Listener Override"; |
| 1527 | const char kPassiveEventListenerDefaultDescription[] = |
| 1528 | "Forces touchstart, touchmove, mousewheel and wheel event listeners (which " |
| 1529 | "haven't requested otherwise) to be treated as passive. This will break " |
| 1530 | "touch/wheel behavior on some websites but is useful for demonstrating the " |
| 1531 | "potential performance benefits of adopting passive event listeners."; |
| 1532 | const char kPassiveEventListenerTrue[] = "True (when unspecified)"; |
| 1533 | const char kPassiveEventListenerForceAllTrue[] = "Force All True"; |
| 1534 | |
| 1535 | const char kPassiveEventListenersDueToFlingName[] = |
| 1536 | "Touch Event Listeners Passive Default During Fling"; |
| 1537 | const char kPassiveEventListenersDueToFlingDescription[] = |
| 1538 | "Forces touchstart, and first touchmove per scroll event listeners during " |
| 1539 | "fling to be treated as passive."; |
| 1540 | |
| 1541 | const char kPassiveDocumentEventListenersName[] = |
| 1542 | "Document Level Event Listeners Passive Default"; |
| 1543 | const char kPassiveDocumentEventListenersDescription[] = |
| 1544 | "Forces touchstart, and touchmove event listeners on document level " |
| 1545 | "targets (which haven't requested otherwise) to be treated as passive."; |
| 1546 | |
Sahel Sharify | 7400e88 | 2018-08-13 17:13:21 | [diff] [blame] | 1547 | const char kPassiveDocumentWheelEventListenersName[] = |
| 1548 | "Document Level Wheel Event Listeners Passive Default"; |
| 1549 | const char kPassiveDocumentWheelEventListenersDescription[] = |
| 1550 | "Forces wheel, and mousewheel event listeners on document level targets " |
| 1551 | "(which haven't requested otherwise) to be treated as passive."; |
| 1552 | |
Vaclav Brozek | d8a3f54 | 2017-11-16 14:21:13 | [diff] [blame] | 1553 | const char kPasswordImportName[] = "Password import"; |
| 1554 | const char kPasswordImportDescription[] = |
| 1555 | "Import functionality in password settings."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1556 | |
Friedrich Horschig | e6c2774 | 2018-04-23 17:13:41 | [diff] [blame] | 1557 | const char kPasswordsKeyboardAccessoryName[] = |
| 1558 | "Add password-related functions to keyboard accessory"; |
| 1559 | const char kPasswordsKeyboardAccessoryDescription[] = |
| 1560 | "Adds password generation button and toggle for the passwords bottom sheet " |
| 1561 | "to the keyboard accessory. Replaces password generation popups."; |
| 1562 | |
Christos Froussios | 6e060c4 | 2018-07-31 16:17:19 | [diff] [blame] | 1563 | const char kPasswordsMigrateLinuxToLoginDBName[] = |
| 1564 | "Migrate passwords to \"Login Data\""; |
| 1565 | const char kPasswordsMigrateLinuxToLoginDBDescription[] = |
Christos Froussios | e34c38a | 2018-09-04 14:27:59 | [diff] [blame] | 1566 | "Performs a one-off irreversible migration of passwords from the " |
Christos Froussios | 6e060c4 | 2018-07-31 16:17:19 | [diff] [blame] | 1567 | "gnome-keyring or kwallet into the profile directory."; |
| 1568 | |
Rouslan Solomakhin | ded84011 | 2018-11-02 13:27:10 | [diff] [blame] | 1569 | const char kPerMethodCanMakePaymentQuotaName[] = |
| 1570 | "Per-method canMakePayment() quota."; |
| 1571 | const char kPerMethodCanMakePaymentQuotaDescription[] = |
| 1572 | "Allow calling canMakePayment() for different payment methods, as long as " |
| 1573 | "method-specific parameters remain unchanged."; |
| 1574 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1575 | const char kPinchScaleName[] = "Pinch scale"; |
| 1576 | const char kPinchScaleDescription[] = |
| 1577 | "Enables experimental support for scale using pinch."; |
| 1578 | |
Doug Arnett | 620ff54 | 2018-02-06 17:54:22 | [diff] [blame] | 1579 | const char kPreviewsAllowedName[] = "Previews Allowed"; |
| 1580 | const char kPreviewsAllowedDescription[] = |
| 1581 | "Allows previews to be shown subject to specific preview types being " |
| 1582 | "enabled and the client experiencing specific triggering conditions. " |
| 1583 | "May be used as a kill-switch to turn off all potential preview types."; |
| 1584 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1585 | const char kPrintPdfAsImageName[] = "Print Pdf as Image"; |
| 1586 | const char kPrintPdfAsImageDescription[] = |
| 1587 | "If enabled, an option to print PDF files as images will be available in " |
| 1588 | "print preview."; |
| 1589 | |
| 1590 | const char kPrintPreviewRegisterPromosName[] = |
| 1591 | "Print Preview Registration Promos"; |
| 1592 | const char kPrintPreviewRegisterPromosDescription[] = |
| 1593 | "Enable registering unregistered cloud printers from print preview."; |
| 1594 | |
Mohsen Izadi | 93faac1 | 2017-07-29 04:45:15 | [diff] [blame] | 1595 | const char kPullToRefreshName[] = "Pull-to-refresh gesture"; |
| 1596 | const char kPullToRefreshDescription[] = |
| 1597 | "Pull-to-refresh gesture in response to vertical overscroll."; |
Mohsen Izadi | 8c59ba5 | 2018-04-12 18:52:01 | [diff] [blame] | 1598 | const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only"; |
Mohsen Izadi | 93faac1 | 2017-07-29 04:45:15 | [diff] [blame] | 1599 | |
Troy Hildebrandt | 7228ad1 | 2018-02-23 21:18:24 | [diff] [blame] | 1600 | const char kQueryInOmniboxName[] = "Query in Omnibox"; |
| 1601 | const char kQueryInOmniboxDescription[] = |
| 1602 | "Only display query terms in the omnibox when viewing a search results " |
| 1603 | "page."; |
| 1604 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1605 | const char kQuicName[] = "Experimental QUIC protocol"; |
| 1606 | const char kQuicDescription[] = "Enable experimental QUIC protocol support."; |
| 1607 | |
Emily Stark | e8878d5 | 2018-05-11 21:27:26 | [diff] [blame] | 1608 | const char kRecurrentInterstitialName[] = |
| 1609 | "Show a message when the same SSL error recurs"; |
| 1610 | const char kRecurrentInterstitialDescription[] = |
| 1611 | "Enable a special message on the SSL certificate error page when the same " |
| 1612 | "SSL error occurs repeatedly."; |
| 1613 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1614 | const char kReducedReferrerGranularityName[] = |
| 1615 | "Reduce default 'referer' header granularity."; |
| 1616 | const char kReducedReferrerGranularityDescription[] = |
| 1617 | "If a page hasn't set an explicit referrer policy, setting this flag will " |
| 1618 | "reduce the amount of information in the 'referer' header for cross-origin " |
| 1619 | "requests."; |
| 1620 | |
Lei Zhang | 0ca70ea | 2018-09-07 17:51:01 | [diff] [blame] | 1621 | const char kRegionalLocalesAsDisplayUIName[] = |
Claudio Magni | e0a80bb | 2018-01-31 02:52:58 | [diff] [blame] | 1622 | "Allow regional locales as display UI"; |
Lei Zhang | 0ca70ea | 2018-09-07 17:51:01 | [diff] [blame] | 1623 | const char kRegionalLocalesAsDisplayUIDescription[] = |
Claudio Magni | e0a80bb | 2018-01-31 02:52:58 | [diff] [blame] | 1624 | "This flag allows regional locales to be selected as display UI by the " |
| 1625 | "user in Language Settings. The actual locale of the system is derived " |
| 1626 | "from the user selection based on some simple fallback logic."; |
| 1627 | |
Christian Dullweber | 3cc579a2 | 2018-09-11 10:54:44 | [diff] [blame] | 1628 | const char kRewriteLevelDBOnDeletionName[] = |
| 1629 | "Rewrite LevelDB instances after full deletions"; |
| 1630 | const char kRewriteLevelDBOnDeletionDescription[] = |
| 1631 | "Rewrite LevelDB instances to remove traces of deleted data from disk."; |
| 1632 | |
Yutaka Hirano | 4c0f2f5d45 | 2017-11-17 04:24:35 | [diff] [blame] | 1633 | const char kRendererSideResourceSchedulerName[] = |
| 1634 | "Renderer side ResourceScheduler"; |
| 1635 | const char kRendererSideResourceSchedulerDescription[] = |
| 1636 | "Migrate some ResourceScheduler functionalities to renderer"; |
| 1637 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1638 | const char kRequestTabletSiteName[] = |
| 1639 | "Request tablet site option in the settings menu"; |
| 1640 | const char kRequestTabletSiteDescription[] = |
| 1641 | "Allows the user to request tablet site. Web content is often optimized " |
| 1642 | "for tablet devices. When this option is selected the user agent string is " |
| 1643 | "changed to indicate a tablet device. Web content optimized for tablets is " |
| 1644 | "received there after for the current tab."; |
| 1645 | |
| 1646 | const char kResetAppListInstallStateName[] = |
| 1647 | "Reset the App Launcher install state on every restart."; |
| 1648 | const char kResetAppListInstallStateDescription[] = |
| 1649 | "Reset the App Launcher install state on every restart. While this flag is " |
| 1650 | "set, Chrome will forget the launcher has been installed each time it " |
| 1651 | "starts. This is used for testing the App Launcher install flow."; |
| 1652 | |
Kinuko Yasuda | 3395508 | 2018-06-19 10:14:59 | [diff] [blame] | 1653 | const char kResourceLoadSchedulerName[] = "Enable resource load throttling"; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1654 | const char kResourceLoadSchedulerDescription[] = |
Kinuko Yasuda | 3395508 | 2018-06-19 10:14:59 | [diff] [blame] | 1655 | "Uses the resource load scheduler in blink to throttle resource load " |
| 1656 | "requests."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1657 | |
Daniel Rubery | 91874e3 | 2019-01-10 22:12:34 | [diff] [blame] | 1658 | const char kSafeBrowsingUseAPDownloadVerdictsName[] = |
| 1659 | "Request Advanced Protection verdicts when inspecting downloads"; |
| 1660 | const char kSafeBrowsingUseAPDownloadVerdictsDescription[] = |
| 1661 | "If enabled, download protection will request Advanced Protection " |
| 1662 | "verdicts from Safe Browsing. These will provide stronger protections " |
| 1663 | "from files Safe Browsing is unsure about."; |
| 1664 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1665 | const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting."; |
| 1666 | const char kSafeSearchUrlReportingDescription[] = |
| 1667 | "If enabled, inappropriate URLs can be reported back to SafeSearch."; |
| 1668 | |
Alexei Filippov | 9877275 | 2018-01-27 08:26:52 | [diff] [blame] | 1669 | const char kSamplingHeapProfilerName[] = "Native memory sampling profiler."; |
| 1670 | const char kSamplingHeapProfilerDescription[] = |
| 1671 | "Enables native memory sampling profiler with specified rate in KiB. " |
| 1672 | "If sampling rate is not provided the default value of 128 KiB is used."; |
| 1673 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1674 | const char kSaveasMenuLabelExperimentName[] = |
| 1675 | "Switch 'Save as' menu labels to 'Download'"; |
| 1676 | const char kSaveasMenuLabelExperimentDescription[] = |
| 1677 | "Enables an experiment to switch menu labels that use 'Save as...' to " |
| 1678 | "'Download'."; |
| 1679 | |
| 1680 | const char kSavePageAsMhtmlName[] = "Save Page as MHTML"; |
| 1681 | const char kSavePageAsMhtmlDescription[] = |
| 1682 | "Enables saving pages as MHTML: a single text file containing HTML and all " |
| 1683 | "sub-resources."; |
| 1684 | |
Jeffrey Cohen | e49cc59c | 2018-10-23 16:27:28 | [diff] [blame] | 1685 | const char kSendTabToSelfName[] = "Send tab to self"; |
| 1686 | const char kSendTabToSelfDescription[] = |
| 1687 | "Allows users to push tabs from Android devices to other synced " |
| 1688 | "devices, in order to easily transition those tabs to the new device "; |
| 1689 | |
momohatt | fc35229 | 2018-08-29 05:12:36 | [diff] [blame] | 1690 | const char kServiceWorkerImportedScriptUpdateCheckName[] = |
| 1691 | "Enable update check for service worker importScripts() resources"; |
| 1692 | const char kServiceWorkerImportedScriptUpdateCheckDescription[] = |
| 1693 | "Extend byte-for-byte update check for scripts that are imported by the " |
| 1694 | "service worker script via importScripts()."; |
| 1695 | |
Azeem Arshad | 3b1ef7312 | 2018-08-30 02:04:15 | [diff] [blame] | 1696 | const char kServiceWorkerLongRunningMessageName[] = |
| 1697 | "Service worker long running message dispatch."; |
| 1698 | const char kServiceWorkerLongRunningMessageDescription[] = |
| 1699 | "Enables long running message dispatch method for service workers. " |
| 1700 | "Messages sent with this method do not timeout, allowing the service " |
| 1701 | "worker to run indefinitely."; |
| 1702 | |
Chris Hamilton | b9612e26 | 2019-02-12 21:12:06 | [diff] [blame] | 1703 | const char kSessionRestorePrioritizesBackgroundUseCasesName[] = |
| 1704 | "Session restore prioritizes background use cases."; |
| 1705 | const char kSessionRestorePrioritizesBackgroundUseCasesDescription[] = |
| 1706 | "When enabled session restore logic will prioritize sites that make use of " |
| 1707 | "background communication mechanisms (favicon and tab title switches, " |
| 1708 | "notifications, etc) over sites that do not."; |
| 1709 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1710 | const char kSettingsWindowName[] = "Show settings in a window"; |
| 1711 | const char kSettingsWindowDescription[] = |
| 1712 | "Settings will be shown in a dedicated window instead of as a browser tab."; |
| 1713 | |
Manu Cornet | d7ef7c5 | 2018-05-01 22:08:23 | [diff] [blame] | 1714 | const char kShelfHoverPreviewsName[] = |
| 1715 | "Show previews of running apps when hovering over the shelf."; |
| 1716 | const char kShelfHoverPreviewsDescription[] = |
| 1717 | "Shows previews of the open windows for a given running app when hovering " |
| 1718 | "over the shelf."; |
| 1719 | |
Naoki Fukino | 008a002 | 2018-05-23 18:33:00 | [diff] [blame] | 1720 | const char kShowAndroidFilesInFilesAppName[] = |
| 1721 | "Show Android files in Files app"; |
| 1722 | const char kShowAndroidFilesInFilesAppDescription[] = |
| 1723 | "Show Android files in Files app if Android is enabled on the device."; |
| 1724 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1725 | const char kShowAutofillSignaturesName[] = "Show autofill signatures."; |
| 1726 | const char kShowAutofillSignaturesDescription[] = |
Maxim Kolosovskiy | e66f8cb | 2018-03-23 10:25:38 | [diff] [blame] | 1727 | "Annotates web forms with Autofill signatures as HTML attributes. Also " |
| 1728 | "marks password fields suitable for password generation."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1729 | |
| 1730 | const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions"; |
| 1731 | const char kShowAutofillTypePredictionsDescription[] = |
| 1732 | "Annotates web forms with Autofill field type predictions as placeholder " |
| 1733 | "text."; |
| 1734 | |
| 1735 | const char kShowOverdrawFeedbackName[] = "Show overdraw feedback"; |
| 1736 | const char kShowOverdrawFeedbackDescription[] = |
| 1737 | "Visualize overdraw by color-coding elements based on if they have other " |
| 1738 | "elements drawn underneath."; |
| 1739 | |
Shivani Sharma | 2d5b4b6b | 2019-01-08 16:07:16 | [diff] [blame] | 1740 | const char kHistoryManipulationIntervention[] = |
| 1741 | "History Manipulation Intervention"; |
| 1742 | const char kHistoryManipulationInterventionDescription[] = |
| 1743 | "If a page does a client side redirect or adds to the history without a " |
| 1744 | "user gesture, then skip it on back/forward UI."; |
| 1745 | |
Carlos IL | 8912873 | 2018-04-03 17:00:25 | [diff] [blame] | 1746 | const char kSupervisedUserCommittedInterstitialsName[] = |
| 1747 | "Enable Supervised User Committed Interstitials"; |
| 1748 | const char kSupervisedUserCommittedInterstitialsDescription[] = |
| 1749 | "Use committed error pages instead of transient navigation entries for " |
| 1750 | "supervised user interstitials"; |
| 1751 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1752 | const char kSilentDebuggerExtensionApiName[] = "Silent Debugging"; |
| 1753 | const char kSilentDebuggerExtensionApiDescription[] = |
| 1754 | "Do not show the infobar when an extension attaches to a page via " |
| 1755 | "chrome.debugger API. This is required to debug extension background " |
| 1756 | "pages."; |
| 1757 | |
Tsuyoshi Horo | 53895ba9 | 2018-03-14 04:06:48 | [diff] [blame] | 1758 | const char kSignedHTTPExchangeName[] = "Signed HTTP Exchange"; |
| 1759 | const char kSignedHTTPExchangeDescription[] = |
| 1760 | "Enables Origin-Signed HTTP Exchanges support which is still in " |
| 1761 | "development. Warning: Enabling this may pose a security risk."; |
| 1762 | |
Christopher Thompson | 75ff845d | 2018-02-01 20:12:46 | [diff] [blame] | 1763 | const char kSimplifyHttpsIndicatorName[] = "Simplify HTTPS indicator UI"; |
| 1764 | const char kSimplifyHttpsIndicatorDescription[] = |
| 1765 | "Change the UI treatment for HTTPS pages."; |
| 1766 | |
Lukasz Anforowicz | 738a88d | 2018-11-05 19:19:34 | [diff] [blame] | 1767 | const char kSiteIsolationOptOutName[] = "Disable site isolation"; |
| 1768 | const char kSiteIsolationOptOutDescription[] = |
| 1769 | "Disables site isolation " |
Nick Carter | 855bc49 | 2018-03-10 00:44:57 | [diff] [blame] | 1770 | "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that " |
| 1771 | "may be due to out-of-process iframes. Opt-out has no effect if site " |
Lukasz Anforowicz | 4284042 | 2018-11-05 21:49:22 | [diff] [blame] | 1772 | "isolation is force-enabled using a command line switch or using an " |
| 1773 | "enterprise policy. " |
| 1774 | "Caution: this disables important mitigations for the Spectre CPU " |
Nick Carter | 855bc49 | 2018-03-10 00:44:57 | [diff] [blame] | 1775 | "vulnerability affecting most computers."; |
Lukasz Anforowicz | 738a88d | 2018-11-05 19:19:34 | [diff] [blame] | 1776 | const char kSiteIsolationOptOutChoiceDefault[] = "Default"; |
| 1777 | const char kSiteIsolationOptOutChoiceOptOut[] = "Disabled (not recommended)"; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1778 | |
Patti | deade797 | 2018-04-27 02:59:40 | [diff] [blame] | 1779 | const char kSiteSettings[] = "Site settings"; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1780 | const char kSiteSettingsDescription[] = |
Patti | deade797 | 2018-04-27 02:59:40 | [diff] [blame] | 1781 | "Add the All Sites list to Site Settings."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1782 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1783 | const char kSmoothScrollingName[] = "Smooth Scrolling"; |
| 1784 | const char kSmoothScrollingDescription[] = |
| 1785 | "Animate smoothly when scrolling page content."; |
| 1786 | |
Wei-Yin Chen (陳威尹) | deff080 | 2018-01-19 06:29:20 | [diff] [blame] | 1787 | const char kSoleIntegrationName[] = "Sole integration"; |
| 1788 | const char kSoleIntegrationDescription[] = |
| 1789 | "Enable Sole integration for browser customization. You must restart " |
| 1790 | "the browser twice for changes to take effect."; |
| 1791 | |
Justin Donnelly | 4e448cb | 2017-07-07 21:32:13 | [diff] [blame] | 1792 | const char kSpeculativeServiceWorkerStartOnQueryInputName[] = |
| 1793 | "Enable speculative start of a service worker when a search is predicted."; |
Justin Donnelly | 4e448cb | 2017-07-07 21:32:13 | [diff] [blame] | 1794 | const char kSpeculativeServiceWorkerStartOnQueryInputDescription[] = |
| 1795 | "If enabled, when the user enters text in the omnibox that looks like a " |
| 1796 | "a query, any service worker associated with the search engine the query " |
| 1797 | "will be sent to is started early."; |
| 1798 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1799 | const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial"; |
| 1800 | const char kSpellingFeedbackFieldTrialDescription[] = |
| 1801 | "Enable the field trial for sending user feedback to spelling service."; |
horo | 201d4949 | 2017-05-19 05:31:40 | [diff] [blame] | 1802 | |
Carlos IL | e5fa0a1 | 2018-08-03 16:08:32 | [diff] [blame] | 1803 | const char kSSLCommittedInterstitialsName[] = "Committed Interstitials"; |
| 1804 | const char kSSLCommittedInterstitialsDescription[] = |
| 1805 | "Use committed error pages instead of transient navigation entries " |
| 1806 | "for SSL interstitial error pages (i.e. certificate errors)."; |
| 1807 | |
Shubhie Panicker | faf082ed | 2018-01-03 04:49:15 | [diff] [blame] | 1808 | const char kStopInBackgroundName[] = "Stop in background"; |
| 1809 | const char kStopInBackgroundDescription[] = |
| 1810 | "Stop scheduler task queues, in the background, " |
Shubhie Panicker | 56c99a2 | 2018-03-21 00:22:28 | [diff] [blame] | 1811 | " after a grace period."; |
Shubhie Panicker | faf082ed | 2018-01-03 04:49:15 | [diff] [blame] | 1812 | |
Shubhie Panicker | 56c99a2 | 2018-03-21 00:22:28 | [diff] [blame] | 1813 | const char kStopNonTimersInBackgroundName[] = |
| 1814 | "Stop non-timer task queues background"; |
| 1815 | const char kStopNonTimersInBackgroundDescription[] = |
| 1816 | "Stop non-timer task queues, in the background, " |
| 1817 | "after a grace period."; |
| 1818 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1819 | const char kSuggestionsWithSubStringMatchName[] = |
| 1820 | "Substring matching for Autofill suggestions"; |
| 1821 | const char kSuggestionsWithSubStringMatchDescription[] = |
| 1822 | "Match Autofill suggestions based on substrings (token prefixes) rather " |
| 1823 | "than just prefixes."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1824 | |
Marc Treib | 4bd95e7 | 2018-08-30 06:30:58 | [diff] [blame] | 1825 | const char kSyncSupportSecondaryAccountName[] = |
| 1826 | "Support secondary accounts for Sync standalone transport"; |
| 1827 | const char kSyncSupportSecondaryAccountDescription[] = |
| 1828 | "If enabled, allows Chrome Sync to start in standalone transport mode for " |
| 1829 | "a signed-in account that has not been chosen as Chrome's primary account. " |
| 1830 | "This only has an effect if sync-standalone-transport is also enabled."; |
| 1831 | |
Jan Krcal | 2ff23f7c | 2018-09-04 16:16:13 | [diff] [blame] | 1832 | const char kSyncUSSAutofillProfileName[] = "Enable USS for autofill profile"; |
| 1833 | const char kSyncUSSAutofillProfileDescription[] = |
| 1834 | "Enables the new implementation of autofill profile sync"; |
| 1835 | |
Jan Krcal | e3641b9 | 2018-08-10 17:53:31 | [diff] [blame] | 1836 | const char kSyncUSSAutofillWalletDataName[] = |
| 1837 | "Enable USS for autofill wallet data"; |
| 1838 | const char kSyncUSSAutofillWalletDataDescription[] = |
| 1839 | "Enables the new implementation of autofill walet data sync"; |
| 1840 | |
Jan Krcal | 1e88364 | 2019-03-06 16:53:45 | [diff] [blame] | 1841 | const char kSyncUSSAutofillWalletMetadataName[] = |
| 1842 | "Enable USS for autofill wallet metadata"; |
| 1843 | const char kSyncUSSAutofillWalletMetadataDescription[] = |
| 1844 | "Enables the new implementation of autofill walet metadata sync"; |
| 1845 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1846 | const char kSyncSandboxName[] = "Use Chrome Sync sandbox"; |
| 1847 | const char kSyncSandboxDescription[] = |
| 1848 | "Connects to the testing server for Chrome Sync."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1849 | |
Joe Downing | 8cbbc19 | 2018-05-14 17:37:07 | [diff] [blame] | 1850 | const char kSystemKeyboardLockName[] = "Experimental system keyboard lock"; |
| 1851 | const char kSystemKeyboardLockDescription[] = |
| 1852 | "Enables websites to use the keyboard.lock() API to intercept system " |
| 1853 | "keyboard shortcuts and have the events routed directly to the website " |
| 1854 | "when in fullscreen mode."; |
| 1855 | |
Yusuf Ozuysal | 67f05a0 | 2019-02-15 19:30:52 | [diff] [blame] | 1856 | const char kTabGridLayoutAndroidName[] = "Tab Grid Layout"; |
| 1857 | const char kTabGridLayoutAndroidDescription[] = |
| 1858 | "Allows users to see their tabs in a grid layout in the tab switcher."; |
| 1859 | |
Taylor Bergquist | bcc1546 | 2018-12-05 00:36:56 | [diff] [blame] | 1860 | const char kTabGroupsName[] = "Tab Groups"; |
| 1861 | const char kTabGroupsDescription[] = |
| 1862 | "Allows users to organize tabs into visually distinct groups, e.g. to " |
| 1863 | "separate tabs associated with different tasks."; |
| 1864 | |
Caroline Rising | e121c2b | 2018-12-03 20:19:29 | [diff] [blame] | 1865 | const char kTabHoverCardsName[] = "Tab Hover Cards"; |
| 1866 | const char kTabHoverCardsDescription[] = |
| 1867 | "Enables a popup containing tab information to be visible when hovering " |
| 1868 | "over a tab. This will replace tooltips for tabs."; |
| 1869 | |
Dana Fried | acaa8ef5 | 2019-02-08 02:20:35 | [diff] [blame] | 1870 | const char kTabHoverCardImagesName[] = "Tab Hover Card Images"; |
| 1871 | const char kTabHoverCardImagesDescription[] = |
| 1872 | "Shows a preview image in tab hover cards, if tab hover cards are enabled."; |
| 1873 | |
Christian Dullweber | d0d96f0 | 2017-09-13 09:22:51 | [diff] [blame] | 1874 | const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog."; |
| 1875 | const char kTabsInCbdDescription[] = |
| 1876 | "Enables a basic and an advanced tab for the Clear Browsing Data dialog."; |
| 1877 | |
Daniele Castagna | 0fead93e | 2018-01-10 20:40:29 | [diff] [blame] | 1878 | const char kTintGlCompositedContentName[] = "Tint GL-composited content"; |
| 1879 | const char kTintGlCompositedContentDescription[] = |
| 1880 | "Tint contents composited using GL with a shade of red to help debug and " |
| 1881 | "study overlay support."; |
| 1882 | |
Peter Kasting | d7742835 | 2018-10-26 15:20:25 | [diff] [blame] | 1883 | const char kTopChromeTouchUiName[] = "Touch UI Layout"; |
| 1884 | const char kTopChromeTouchUiDescription[] = |
| 1885 | "Enables touch UI layout in the browser's top chrome."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1886 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1887 | const char kThreadedScrollingName[] = "Threaded scrolling"; |
| 1888 | const char kThreadedScrollingDescription[] = |
| 1889 | "Threaded handling of scroll-related input events. Disabling this will " |
| 1890 | "force all such scroll events to be handled on the main thread. Note that " |
| 1891 | "this can dramatically hurt scrolling performance of most websites and is " |
| 1892 | "intended for testing purposes only."; |
| 1893 | |
Dominick Ng | 8896b1cd | 2017-10-17 23:24:36 | [diff] [blame] | 1894 | const char kTopSitesFromSiteEngagementName[] = "Top Sites from Site Engagement"; |
| 1895 | const char kTopSitesFromSiteEngagementDescription[] = |
| 1896 | "Enable Top Sites on the New Tab Page to be sourced and sorted using site " |
| 1897 | "engagement."; |
| 1898 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1899 | const char kTouchAdjustmentName[] = "Touch adjustment"; |
| 1900 | const char kTouchAdjustmentDescription[] = |
| 1901 | "Refine the position of a touch gesture in order to compensate for touches " |
| 1902 | "having poor resolution compared to a mouse."; |
| 1903 | |
| 1904 | const char kTouchDragDropName[] = "Touch initiated drag and drop"; |
| 1905 | const char kTouchDragDropDescription[] = |
| 1906 | "Touch drag and drop can be initiated through long press on a draggable " |
| 1907 | "element."; |
| 1908 | |
| 1909 | const char kTouchEventsName[] = "Touch Events API"; |
| 1910 | const char kTouchEventsDescription[] = |
| 1911 | "Force Touch Events API feature detection to always be enabled or " |
| 1912 | "disabled, or to be enabled when a touchscreen is detected on startup " |
Ella Ge | a6a203c9 | 2017-10-26 19:09:29 | [diff] [blame] | 1913 | "(Automatic)."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1914 | |
| 1915 | const char kTouchSelectionStrategyName[] = "Touch text selection strategy"; |
| 1916 | const char kTouchSelectionStrategyDescription[] = |
| 1917 | "Controls how text selection granularity changes when touch text selection " |
| 1918 | "handles are dragged. Non-default behavior is experimental."; |
| 1919 | const char kTouchSelectionStrategyCharacter[] = "Character"; |
| 1920 | const char kTouchSelectionStrategyDirection[] = "Direction"; |
| 1921 | |
| 1922 | const char kTraceUploadUrlName[] = "Trace label for navigation tracing"; |
| 1923 | const char kTraceUploadUrlDescription[] = |
| 1924 | "This is to be used in conjunction with the enable-navigation-tracing " |
| 1925 | "flag. Please select the label that best describes the recorded traces. " |
| 1926 | "This will choose the destination the traces are uploaded to. If you are " |
| 1927 | "not sure, select other. If left empty, no traces will be uploaded."; |
| 1928 | const char kTraceUploadUrlChoiceOther[] = "Other"; |
| 1929 | const char kTraceUploadUrlChoiceEmloading[] = "emloading"; |
| 1930 | const char kTraceUploadUrlChoiceQa[] = "QA"; |
| 1931 | const char kTraceUploadUrlChoiceTesting[] = "Testing"; |
| 1932 | |
Anthony Vallee-Dubois | 265c569 | 2018-06-01 15:57:14 | [diff] [blame] | 1933 | const char kTranslateForceTriggerOnEnglishName[] = |
| 1934 | "Select which language model to use to trigger translate on English " |
| 1935 | "content"; |
| 1936 | const char kTranslateForceTriggerOnEnglishDescription[] = |
| 1937 | "Force the Translate Triggering on English pages experiment to be enabled " |
| 1938 | "with the selected language model active."; |
| 1939 | |
Mustafa Emre Acer | b3aa36a8 | 2018-05-22 21:44:05 | [diff] [blame] | 1940 | const char kTreatInsecureOriginAsSecureName[] = |
| 1941 | "Insecure origins treated as secure"; |
| 1942 | const char kTreatInsecureOriginAsSecureDescription[] = |
| 1943 | "Treat given (insecure) origins as secure origins. Multiple origins can be " |
| 1944 | "supplied as a comma-separated list. For the definition of secure " |
| 1945 | "contexts, " |
| 1946 | "see https://w3c.github.io/webappsec-secure-contexts/"; |
| 1947 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1948 | const char kTrySupportedChannelLayoutsName[] = |
| 1949 | "Causes audio output streams to check if channel layouts other than the " |
| 1950 | "default hardware layout are available."; |
| 1951 | const char kTrySupportedChannelLayoutsDescription[] = |
| 1952 | "Causes audio output streams to check if channel layouts other than the " |
| 1953 | "default hardware layout are available. Turning this on will allow the OS " |
| 1954 | "to do stereo to surround expansion if supported. May expose third party " |
| 1955 | "driver bugs, use with caution."; |
| 1956 | |
David Roger | 6762a09 | 2018-01-31 15:55:07 | [diff] [blame] | 1957 | const char kUnifiedConsentName[] = "Unified Consent"; |
| 1958 | const char kUnifiedConsentDescription[] = |
| 1959 | "Enables a unified management of user consent for privacy-related " |
| 1960 | "features. This includes new confirmation screens and improved settings " |
| 1961 | "pages."; |
| 1962 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1963 | const char kUiPartialSwapName[] = "Partial swap"; |
| 1964 | const char kUiPartialSwapDescription[] = "Sets partial swap behavior."; |
| 1965 | |
Wei Li | 790e7a857 | 2018-03-23 01:31:55 | [diff] [blame] | 1966 | const char kUsePdfCompositorServiceName[] = |
| 1967 | "Use PDF compositor service for printing"; |
| 1968 | const char kUsePdfCompositorServiceDescription[] = |
| 1969 | "When enabled, use PDF compositor service to composite and generate PDF " |
| 1970 | "files for printing. When site isolation is enabled, disabling this will " |
| 1971 | "not stop using PDF compositor service since the service is required for " |
| 1972 | "printing out-of-process iframes correctly."; |
| 1973 | |
Mustaq Ahmed | c646c0a | 2017-10-20 20:08:30 | [diff] [blame] | 1974 | const char kUserActivationV2Name[] = "User Activation v2"; |
| 1975 | const char kUserActivationV2Description[] = |
| 1976 | "Enable simple user activation for APIs that are otherwise controlled by " |
| 1977 | "user gesture tokens."; |
| 1978 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1979 | const char kUserConsentForExtensionScriptsName[] = |
| 1980 | "User consent for extension scripts"; |
| 1981 | const char kUserConsentForExtensionScriptsDescription[] = |
| 1982 | "Require user consent for an extension running a script on the page, if " |
| 1983 | "the extension requested permission to run on all urls."; |
| 1984 | |
| 1985 | const char kUseSuggestionsEvenIfFewFeatureName[] = |
| 1986 | "Disable minimum for server-side tile suggestions on NTP."; |
| 1987 | const char kUseSuggestionsEvenIfFewFeatureDescription[] = |
| 1988 | "Request server-side suggestions even if there are only very few of them " |
| 1989 | "and use them for tiles on the New Tab Page."; |
| 1990 | |
| 1991 | const char kV8CacheOptionsName[] = "V8 caching mode."; |
| 1992 | const char kV8CacheOptionsDescription[] = |
| 1993 | "Caching mode for the V8 JavaScript engine."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1994 | const char kV8CacheOptionsCode[] = "Cache V8 compiler data."; |
| 1995 | |
Michael Hablich | 896d5266 | 2017-10-23 15:59:57 | [diff] [blame] | 1996 | const char kV8VmFutureName[] = "Future V8 VM features"; |
| 1997 | const char kV8VmFutureDescription[] = |
| 1998 | "This enables upcoming and experimental V8 VM features. " |
| 1999 | "This flag does not enable experimental JavaScript features."; |
| 2000 | |
Hannes Payer | 1130d567 | 2018-06-05 07:37:31 | [diff] [blame] | 2001 | const char kV8OrinocoName[] = "V8 Orinoco garbage collection features"; |
| 2002 | const char kV8OrinocoDescription[] = |
| 2003 | "This enables the V8 Orinoco garbage collection features."; |
| 2004 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 2005 | const char kVideoFullscreenOrientationLockName[] = |
| 2006 | "Lock screen orientation when playing a video fullscreen."; |
| 2007 | const char kVideoFullscreenOrientationLockDescription[] = |
| 2008 | "Lock the screen orientation of the device to match video orientation when " |
| 2009 | "a video goes fullscreen. Only on phones."; |
| 2010 | |
| 2011 | const char kVideoRotateToFullscreenName[] = |
| 2012 | "Rotate-to-fullscreen gesture for videos."; |
| 2013 | const char kVideoRotateToFullscreenDescription[] = |
| 2014 | "Enter/exit fullscreen when device is rotated to/from the orientation of " |
| 2015 | "the video. Only on phones."; |
| 2016 | |
| 2017 | const char kWalletServiceUseSandboxName[] = |
| 2018 | "Use Google Payments sandbox servers"; |
| 2019 | const char kWalletServiceUseSandboxDescription[] = |
| 2020 | "For developers: use the sandbox service for Google Payments API calls."; |
| 2021 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 2022 | const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions"; |
| 2023 | const char kWebglDraftExtensionsDescription[] = |
| 2024 | "Enabling this option allows web applications to access the WebGL " |
| 2025 | "Extensions that are still in draft status."; |
| 2026 | |
| 2027 | const char kWebMidiName[] = "Web MIDI API"; |
| 2028 | const char kWebMidiDescription[] = "Enable Web MIDI API experimental support."; |
| 2029 | |
Lei Zhang | 0a318af | 2018-11-14 02:19:46 | [diff] [blame] | 2030 | const char kWebrtcH264WithOpenh264FfmpegName[] = |
| 2031 | "WebRTC H.264 software video encoder/decoder"; |
| 2032 | const char kWebrtcH264WithOpenh264FfmpegDescription[] = |
| 2033 | "When enabled, an H.264 software video encoder/decoder pair is included. " |
| 2034 | "If a hardware encoder/decoder is also available it may be used instead of " |
| 2035 | "this encoder/decoder."; |
| 2036 | |
Qingsi Wang | ec2dbf94 | 2018-11-03 05:33:04 | [diff] [blame] | 2037 | const char kWebrtcHideLocalIpsWithMdnsName[] = |
| 2038 | "Anonymize local IPs exposed by WebRTC."; |
| 2039 | const char kWebrtcHideLocalIpsWithMdnsDecription[] = |
| 2040 | "Conceal local IP addresses with mDNS hostnames."; |
| 2041 | |
Alex Loiko | b5fb128 | 2018-08-14 10:04:40 | [diff] [blame] | 2042 | const char kWebrtcHybridAgcName[] = "WebRTC hybrid Agc2/Agc1."; |
| 2043 | const char kWebrtcHybridAgcDescription[] = |
| 2044 | "WebRTC Agc2 digital adaptation with Agc1 analog adaptation."; |
| 2045 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 2046 | const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding"; |
| 2047 | const char kWebrtcHwDecodingDescription[] = |
| 2048 | "Support in WebRTC for decoding video streams using platform hardware."; |
| 2049 | |
| 2050 | const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding"; |
| 2051 | const char kWebrtcHwEncodingDescription[] = |
| 2052 | "Support in WebRTC for encoding video streams using platform hardware."; |
| 2053 | |
| 2054 | const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding"; |
| 2055 | const char kWebrtcHwH264EncodingDescription[] = |
| 2056 | "Support in WebRTC for encoding h264 video streams using platform " |
| 2057 | "hardware."; |
| 2058 | |
| 2059 | const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding"; |
| 2060 | const char kWebrtcHwVP8EncodingDescription[] = |
| 2061 | "Support in WebRTC for encoding vp8 video streams using platform hardware."; |
| 2062 | |
Sreerenj Balachandran | 2a5fd097 | 2019-02-08 22:15:20 | [diff] [blame] | 2063 | const char kWebrtcHwVP9EncodingName[] = "WebRTC hardware vp9 video encoding"; |
| 2064 | const char kWebrtcHwVP9EncodingDescription[] = |
| 2065 | "Support in WebRTC for encoding vp9 video streams using platform hardware."; |
| 2066 | |
Niels Möller | 090866a | 2018-02-13 10:55:03 | [diff] [blame] | 2067 | const char kWebrtcNewEncodeCpuLoadEstimatorName[] = |
| 2068 | "WebRTC new encode cpu load estimator"; |
| 2069 | const char kWebrtcNewEncodeCpuLoadEstimatorDescription[] = |
| 2070 | "Enable new estimator for the encoder cpu load, for evaluation and " |
| 2071 | "testing. Intended to improve accuracy when screen casting."; |
| 2072 | |
Elad Alon | 85e0d0be | 2018-06-26 10:38:37 | [diff] [blame] | 2073 | const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging"; |
| 2074 | const char kWebRtcRemoteEventLogDescription[] = |
| 2075 | "Allow collecting WebRTC event logs and uploading them to Crash. " |
| 2076 | "Please note that, even if enabled, this will still require " |
| 2077 | "a policy to be set, for it to have an effect."; |
| 2078 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 2079 | const char kWebrtcSrtpAesGcmName[] = |
| 2080 | "Negotiation with GCM cipher suites for SRTP in WebRTC"; |
| 2081 | const char kWebrtcSrtpAesGcmDescription[] = |
| 2082 | "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP."; |
| 2083 | |
Joachim Bauch | 4a41d751 | 2017-08-23 14:24:23 | [diff] [blame] | 2084 | const char kWebrtcSrtpEncryptedHeadersName[] = |
| 2085 | "Negotiation with encrypted header extensions for SRTP in WebRTC"; |
| 2086 | const char kWebrtcSrtpEncryptedHeadersDescription[] = |
| 2087 | "When enabled, WebRTC will try to negotiate encrypted header extensions " |
| 2088 | "for SRTP."; |
| 2089 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 2090 | const char kWebrtcStunOriginName[] = "WebRTC Stun origin header"; |
| 2091 | const char kWebrtcStunOriginDescription[] = |
| 2092 | "When enabled, Stun messages generated by WebRTC will contain the Origin " |
| 2093 | "header."; |
| 2094 | |
Lei Zhang | 0a318af | 2018-11-14 02:19:46 | [diff] [blame] | 2095 | const char kWebrtcUnifiedPlanByDefaultName[] = |
| 2096 | "WebRTC: Use Unified Plan SDP Semantics by default"; |
| 2097 | const char kWebrtcUnifiedPlanByDefaultDescription[] = |
| 2098 | "RTCPeerConnections generate and expect the standards compliant SDP format " |
| 2099 | "called \"Unified Plan\", unless \"Plan B\" is explicitly specified by " |
| 2100 | "passing {sdpSemantics:'plan-b'} to the RTCPeerConnection constructor. " |
| 2101 | "RTCRtpTransceiver support is also enabled in Unified Plan."; |
| 2102 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 2103 | const char kWebvrName[] = "WebVR"; |
| 2104 | const char kWebvrDescription[] = |
Anna Offenwanger | 00e6dd05 | 2018-04-05 02:12:01 | [diff] [blame] | 2105 | "Enables access to experimental Virtual Reality functionality via the " |
| 2106 | "WebVR 1.1 API. This feature will eventually be replaced by the WebXR " |
| 2107 | "Device API. Warning: Enabling this will also allow WebVR content on " |
| 2108 | "insecure origins to access these powerful APIs, and may pose a security " |
David Dorwin | 0944894 | 2019-01-11 23:37:30 | [diff] [blame] | 2109 | "risk. Controllers are exposed as Gamepads, and WebVR-specific attributes " |
| 2110 | "are exposed."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 2111 | |
Brandon Jones | e9d9b2b | 2017-12-11 22:20:11 | [diff] [blame] | 2112 | const char kWebXrName[] = "WebXR Device API"; |
| 2113 | const char kWebXrDescription[] = |
Anna Offenwanger | 00e6dd05 | 2018-04-05 02:12:01 | [diff] [blame] | 2114 | "Enables access to experimental APIs to interact with Virtual Reality (VR) " |
| 2115 | "and Augmented Reality (AR) devices."; |
| 2116 | |
| 2117 | const char kWebXrGamepadSupportName[] = "WebXR Gamepad Support"; |
| 2118 | const char kWebXrGamepadSupportDescription[] = |
| 2119 | "Expose VR controllers as Gamepads for use with the WebXR Device API. Each " |
Anna Offenwanger | 06dc606 | 2018-04-12 07:56:22 | [diff] [blame] | 2120 | "XRInputSource will have a corresponding Gamepad instance. Requires that " |
| 2121 | "WebXR Device API is also enabled."; |
Ian Vollick | 7aaccf9 | 2018-04-07 23:10:43 | [diff] [blame] | 2122 | |
| 2123 | const char kWebXrHitTestName[] = "WebXR Hit Test"; |
| 2124 | const char kWebXrHitTestDescription[] = |
| 2125 | "Enables access to raycasting against estimated XR scene geometry."; |
Brandon Jones | e9d9b2b | 2017-12-11 22:20:11 | [diff] [blame] | 2126 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 2127 | const char kZeroCopyName[] = "Zero-copy rasterizer"; |
| 2128 | const char kZeroCopyDescription[] = |
| 2129 | "Raster threads write directly to GPU memory associated with tiles."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2130 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2131 | // Android --------------------------------------------------------------------- |
| 2132 | |
| 2133 | #if defined(OS_ANDROID) |
| 2134 | |
| 2135 | const char kAiaFetchingName[] = "Intermediate Certificate Fetching"; |
| 2136 | const char kAiaFetchingDescription[] = |
| 2137 | "Enable intermediate certificate fetching when a server does not provide " |
| 2138 | "sufficient certificates to build a chain to a trusted root."; |
| 2139 | |
| 2140 | const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher"; |
| 2141 | const char kAccessibilityTabSwitcherDescription[] = |
| 2142 | "Enable the accessibility tab switcher for Android."; |
| 2143 | |
Pavel Shmakov | 798f474 | 2018-11-15 21:27:38 | [diff] [blame] | 2144 | const char kAllowRemoteContextForNotificationsName[] = |
| 2145 | "Allow using remote app context for notifications"; |
| 2146 | const char kAllowRemoteContextForNotificationsDescription[] = |
| 2147 | "Allow using Context#createPackageContext to work around issues with status" |
| 2148 | "bar icons on certain Android M devices."; |
| 2149 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2150 | const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility"; |
| 2151 | const char kAndroidAutofillAccessibilityDescription[] = |
| 2152 | "Enable accessibility for autofill popup."; |
| 2153 | |
Khushal | bb1963a | 2018-10-02 21:02:35 | [diff] [blame] | 2154 | const char kAndroidSurfaceControl[] = "Use Android SurfaceControl"; |
| 2155 | const char kAndroidSurfaceControlDescription[] = |
| 2156 | "Use the SurfaceControl API for supporting overlays on Android"; |
| 2157 | |
Becky Zhou | bbfbde3 | 2019-02-20 17:07:59 | [diff] [blame] | 2158 | const char kAndroidWebContentsDarkMode[] = "Android web contents dark mode"; |
| 2159 | const char kAndroidWebContentsDarkModeDescription[] = |
| 2160 | "Enable dark mode on web contents in Android"; |
| 2161 | |
Anita Woodruff | bfcd1e5 | 2018-07-16 12:00:51 | [diff] [blame] | 2162 | const char kAppNotificationStatusMessagingName[] = |
| 2163 | "App notification status messaging"; |
| 2164 | const char kAppNotificationStatusMessagingDescription[] = |
| 2165 | "Enables messaging in site permissions UI informing user when " |
| 2166 | "notifications are disabled for the entire app."; |
| 2167 | |
Miriam Gershenson | 8cf139722 | 2018-01-23 22:48:29 | [diff] [blame] | 2168 | const char kAsyncDnsName[] = "Async DNS resolver"; |
| 2169 | const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver."; |
| 2170 | |
Dan Harrington | 01229f8 | 2018-09-12 21:01:21 | [diff] [blame] | 2171 | const char kAutoFetchOnNetErrorPageName[] = "AutoFetchOnNetErrorPage"; |
| 2172 | const char kAutoFetchOnNetErrorPageDescription[] = |
| 2173 | "When enabled, and navigation fails with an offline error, schedule a " |
| 2174 | "fetch of the page when online again."; |
| 2175 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2176 | const char kAutofillAccessoryViewName[] = |
| 2177 | "Autofill suggestions as keyboard accessory view"; |
| 2178 | const char kAutofillAccessoryViewDescription[] = |
| 2179 | "Shows Autofill suggestions on top of the keyboard rather than in a " |
| 2180 | "dropdown."; |
| 2181 | |
| 2182 | const char kBackgroundLoaderForDownloadsName[] = |
| 2183 | "Enables background downloading of pages."; |
| 2184 | const char kBackgroundLoaderForDownloadsDescription[] = |
| 2185 | "Enables downloading pages in the background in case page is not yet " |
| 2186 | "loaded in current tab."; |
| 2187 | |
Tibor Goldschwendt | 11b3cf2 | 2018-07-04 15:32:44 | [diff] [blame] | 2188 | const char kBackgroundTaskComponentUpdateName[] = |
| 2189 | "Background Task Component Updates"; |
| 2190 | const char kBackgroundTaskComponentUpdateDescription[] = |
| 2191 | "Schedule component updates with BackgroundTaskScheduler"; |
| 2192 | |
Michael van Ouwerkerk | bda4ad8 | 2018-06-19 14:08:00 | [diff] [blame] | 2193 | const char kCCTModuleName[] = "Chrome Custom Tabs Module"; |
| 2194 | const char kCCTModuleDescription[] = |
| 2195 | "Enables a dynamically loaded module in Chrome Custom Tabs, on Android."; |
| 2196 | |
Michael van Ouwerkerk | 29a7a29 | 2018-10-09 09:20:14 | [diff] [blame] | 2197 | const char kCCTModuleCacheName[] = "Chrome Custom Tabs Module Cache"; |
| 2198 | const char kCCTModuleCacheDescription[] = |
Michael van Ouwerkerk | a5df1ec | 2018-10-11 11:57:40 | [diff] [blame] | 2199 | "Enables a cache for dynamically loaded modules in Chrome Custom Tabs. " |
| 2200 | "Under mild memory pressure the cache may be retained for some time"; |
Michael van Ouwerkerk | 29a7a29 | 2018-10-09 09:20:14 | [diff] [blame] | 2201 | |
John Lin | 170c00b | 2018-11-21 15:44:25 | [diff] [blame] | 2202 | const char kCCTModuleCustomHeaderName[] = |
| 2203 | "Chrome Custom Tabs Module Custom Header"; |
| 2204 | const char kCCTModuleCustomHeaderDescription[] = |
| 2205 | "Enables header customization by dynamically loaded modules in " |
| 2206 | "Chrome Custom Tabs."; |
| 2207 | |
Michael van Ouwerkerk | 0878427a | 2019-02-13 15:11:42 | [diff] [blame] | 2208 | const char kCCTModuleCustomRequestHeaderName[] = |
| 2209 | "Chrome Custom Tabs Module Custom Request Header"; |
| 2210 | const char kCCTModuleCustomRequestHeaderDescription[] = |
| 2211 | "Enables a custom request header for URLs managed by dynamically loaded " |
| 2212 | "modules in Chrome Custom Tabs."; |
| 2213 | |
alihanlivdumlu | 12ac477 | 2019-01-17 17:37:18 | [diff] [blame] | 2214 | const char kCCTModuleDexLoadingName[] = "Chrome Custom Tabs Module Dex Loading"; |
| 2215 | const char kCCTModuleDexLoadingDescription[] = |
| 2216 | "Enables loading Chrome Custom Tabs module code from a dex file " |
| 2217 | "provided by the module."; |
| 2218 | |
barkerd | 8405148 | 2018-11-13 14:46:56 | [diff] [blame] | 2219 | const char kCCTModulePostMessageName[] = |
| 2220 | "Chrome Custom Tabs Module postMessage API"; |
| 2221 | const char kCCTModulePostMessageDescription[] = |
| 2222 | "Enables the postMessage API exposed to dynamically loaded modules in " |
| 2223 | "Chrome Custom Tabs."; |
| 2224 | |
Anna Malova | 9bb4ead | 2019-01-18 18:01:26 | [diff] [blame] | 2225 | const char kCCTModuleUseIntentExtrasName[] = |
| 2226 | "Chrome Custom Tabs Module Intent Extras Usage"; |
| 2227 | const char kCCTModuleUseIntentExtrasDescription[] = |
| 2228 | "Enables usage of Intent's extras in Chrome Custom Tabs Module"; |
| 2229 | |
Anna Malova | f7c734a | 2019-03-01 13:08:45 | [diff] [blame] | 2230 | const char kCCTTargetTranslateLanguageName[] = |
| 2231 | "Chrome Custom Tabs Target Translate Language"; |
| 2232 | const char kCCTTargetTranslateLanguageDescription[] = |
| 2233 | "Enables specify target language the page should be translated to " |
| 2234 | "in Chrome Custom Tabs."; |
| 2235 | |
Matthew Jones | 1abcb13 | 2018-07-09 17:59:46 | [diff] [blame] | 2236 | const char kChromeDuetName[] = "Chrome Duet"; |
| 2237 | const char kChromeDuetDescription[] = |
| 2238 | "Enables Chrome Duet, split toolbar Chrome Home, on Android."; |
Theresa Wellington | b9243b2 | 2017-12-01 16:23:05 | [diff] [blame] | 2239 | |
Sarath Singapati | 83aef1c | 2017-11-16 15:54:52 | [diff] [blame] | 2240 | const char kClearOldBrowsingDataName[] = "Clear older browsing data"; |
| 2241 | const char kClearOldBrowsingDataDescription[] = |
| 2242 | "Enables clearing of browsing data which is older than a given time " |
| 2243 | "period."; |
| 2244 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2245 | const char kContentSuggestionsCategoryOrderName[] = |
| 2246 | "Default content suggestions category order (e.g. on NTP)"; |
| 2247 | const char kContentSuggestionsCategoryOrderDescription[] = |
| 2248 | "Set default order of content suggestion categories (e.g. on the NTP)."; |
| 2249 | |
| 2250 | const char kContentSuggestionsCategoryRankerName[] = |
| 2251 | "Content suggestions category ranker (e.g. on NTP)"; |
| 2252 | const char kContentSuggestionsCategoryRankerDescription[] = |
| 2253 | "Set category ranker to order categories of content suggestions (e.g. on " |
| 2254 | "the NTP)."; |
| 2255 | |
Vitalii Iarko | f52ff80 | 2017-09-14 12:34:24 | [diff] [blame] | 2256 | const char kContentSuggestionsDebugLogName[] = "Content suggestions debug log"; |
| 2257 | const char kContentSuggestionsDebugLogDescription[] = |
| 2258 | "Enable content suggestions debug log accessible through " |
| 2259 | "snippets-internals."; |
| 2260 | |
Donn Denman | 4315f26 | 2019-03-02 02:47:41 | [diff] [blame] | 2261 | const char kContextualSearchDefinitionsName[] = "Contextual Search definitions"; |
| 2262 | const char kContextualSearchDefinitionsDescription[] = |
| 2263 | "Enables tap-activated contextual definitions of words on a page to be " |
| 2264 | "presented in the caption of the Tap to Search Bar."; |
| 2265 | |
Donn Denman | 8e58ead | 2017-11-04 01:44:01 | [diff] [blame] | 2266 | const char kContextualSearchMlTapSuppressionName[] = |
| 2267 | "Contextual Search ML tap suppression"; |
| 2268 | const char kContextualSearchMlTapSuppressionDescription[] = |
| 2269 | "Enables tap gestures to be suppressed to improve CTR by applying machine " |
Donn Denman | 5972981 | 2018-01-09 01:27:02 | [diff] [blame] | 2270 | "learning. The \"Contextual Search Ranker prediction\" flag must also be " |
| 2271 | "enabled!"; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2272 | |
Donn Denman | 5972981 | 2018-01-09 01:27:02 | [diff] [blame] | 2273 | const char kContextualSearchRankerQueryName[] = |
| 2274 | "Contextual Search Ranker prediction"; |
| 2275 | const char kContextualSearchRankerQueryDescription[] = |
| 2276 | "Enables prediction of tap gestures using Assist-Ranker machine learning."; |
| 2277 | |
| 2278 | const char kContextualSearchSecondTapName[] = |
| 2279 | "Contextual Search second tap triggering"; |
| 2280 | const char kContextualSearchSecondTapDescription[] = |
| 2281 | "Enables triggering on a second tap gesture even when Ranker would " |
| 2282 | "normally suppress that tap."; |
| 2283 | |
Donn Denman | e9b5b7fb | 2018-07-24 22:19:49 | [diff] [blame] | 2284 | const char kContextualSearchUnityIntegrationName[] = |
| 2285 | "Contextual Search integration with Unified Consent"; |
| 2286 | const char kContextualSearchUnityIntegrationDescription[] = |
| 2287 | "Enables integration of Tap to Search with Unified Consent."; |
| 2288 | |
Dmitry Skiba | 9c3efa7 | 2017-07-20 22:01:14 | [diff] [blame] | 2289 | const char kDontPrefetchLibrariesName[] = "Don't Prefetch Libraries"; |
| 2290 | const char kDontPrefetchLibrariesDescription[] = |
| 2291 | "Don't prefetch libraries after loading."; |
| 2292 | |
Joy Ming | 189b0cc | 2017-12-08 19:42:43 | [diff] [blame] | 2293 | const char kDownloadsLocationChangeName[] = "Enable downloads location change"; |
| 2294 | const char kDownloadsLocationChangeDescription[] = |
| 2295 | "Enable changing default downloads storage location on Android."; |
| 2296 | |
Shakti Sahu | 32b2ee10 | 2018-05-17 00:04:46 | [diff] [blame] | 2297 | const char kDownloadProgressInfoBarName[] = "Enable download progress infobar"; |
| 2298 | const char kDownloadProgressInfoBarDescription[] = |
| 2299 | "Enables an infobar notifying users about status of current downloads."; |
| 2300 | |
Shakti Sahu | 9ec8cfd | 2018-07-17 13:29:29 | [diff] [blame] | 2301 | const char kDownloadHomeV2Name[] = "Enable download home v2"; |
| 2302 | const char kDownloadHomeV2Description[] = |
| 2303 | "Enables the new UI for download home"; |
| 2304 | |
Fabio Tirelo | 918089a | 2018-10-22 21:24:08 | [diff] [blame] | 2305 | const char kAutofillManualFallbackAndroidName[] = |
| 2306 | "Enable Autofill manual fallback for Addresses and Payments (Android)"; |
| 2307 | const char kAutofillManualFallbackAndroidDescription[] = |
| 2308 | "If enabled, adds toggle for addresses and payments bottom sheet to the " |
| 2309 | "keyboard accessory."; |
| 2310 | |
Fabio Tirelo | 315e6592 | 2018-09-05 03:35:49 | [diff] [blame] | 2311 | const char kEnableAutofillRefreshStyleName[] = |
| 2312 | "Enable Autofill refresh style (Android)"; |
| 2313 | const char kEnableAutofillRefreshStyleDescription[] = |
| 2314 | "Enable modernized style for Autofill on Android"; |
| 2315 | |
Vitalii Iarko | f4ed32d | 2017-09-26 13:15:53 | [diff] [blame] | 2316 | const char kEnableAndroidSpellcheckerName[] = "Enable spell checking"; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2317 | const char kEnableAndroidSpellcheckerDescription[] = |
| 2318 | "Enables use of the Android spellchecker."; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2319 | |
Lei Tian | bd5a3bf | 2018-02-28 19:01:16 | [diff] [blame] | 2320 | const char kEnableCommandLineOnNonRootedName[] = |
| 2321 | "Enable command line on non-rooted devices"; |
| 2322 | const char kEnableCommandLineOnNoRootedDescription[] = |
| 2323 | "Enable reading command line file on non-rooted devices (DANGEROUS)."; |
| 2324 | |
Vitalii Iarko | f4ed32d | 2017-09-26 13:15:53 | [diff] [blame] | 2325 | const char kEnableContentSuggestionsThumbnailDominantColorName[] = |
| 2326 | "Use content suggestions thumbnail dominant color."; |
| 2327 | const char kEnableContentSuggestionsThumbnailDominantColorDescription[] = |
| 2328 | "Use content suggestions thumbnail dominant color as a placeholder before " |
| 2329 | "the real thumbnail is fetched (requires Chrome Home)."; |
| 2330 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2331 | const char kEnableCustomContextMenuName[] = "Enable custom context menu"; |
| 2332 | const char kEnableCustomContextMenuDescription[] = |
| 2333 | "Enables a new context menu when a link, image, or video is pressed within " |
| 2334 | "Chrome."; |
| 2335 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2336 | const char kEnableNtpAssetDownloadSuggestionsName[] = |
| 2337 | "Show asset downloads on the New Tab page"; |
| 2338 | const char kEnableNtpAssetDownloadSuggestionsDescription[] = |
| 2339 | "If enabled, the list of content suggestions on the New Tab page will " |
| 2340 | "contain assets (e.g. books, pictures, audio) that the user downloaded for " |
| 2341 | "later use."; |
| 2342 | |
| 2343 | const char kEnableNtpBookmarkSuggestionsName[] = |
| 2344 | "Show recently visited bookmarks on the New Tab page"; |
| 2345 | const char kEnableNtpBookmarkSuggestionsDescription[] = |
| 2346 | "If enabled, the list of content suggestions on the New Tab page will " |
| 2347 | "contain recently visited bookmarks."; |
| 2348 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2349 | const char kEnableNtpOfflinePageDownloadSuggestionsName[] = |
| 2350 | "Show offline page downloads on the New Tab page"; |
| 2351 | const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] = |
| 2352 | "If enabled, the list of content suggestions on the New Tab page will " |
| 2353 | "contain pages that the user downloaded for later use."; |
| 2354 | |
| 2355 | const char kEnableNtpRemoteSuggestionsName[] = |
| 2356 | "Show server-side suggestions on the New Tab page"; |
| 2357 | const char kEnableNtpRemoteSuggestionsDescription[] = |
| 2358 | "If enabled, the list of content suggestions on the New Tab page will " |
| 2359 | "contain server-side suggestions (e.g., Articles for you). Furthermore, it " |
| 2360 | "allows to override the source used to retrieve these server-side " |
| 2361 | "suggestions."; |
| 2362 | |
| 2363 | const char kEnableNtpSnippetsVisibilityName[] = |
| 2364 | "Make New Tab Page Snippets more visible."; |
| 2365 | const char kEnableNtpSnippetsVisibilityDescription[] = |
| 2366 | "If enabled, the NTP snippets will become more discoverable with a larger " |
| 2367 | "portion of the first card above the fold."; |
| 2368 | |
| 2369 | const char kEnableNtpSuggestionsNotificationsName[] = |
| 2370 | "Notify about new content suggestions available at the New Tab page"; |
| 2371 | const char kEnableNtpSuggestionsNotificationsDescription[] = |
| 2372 | "If enabled, notifications will inform about new content suggestions on " |
| 2373 | "the New Tab page."; |
| 2374 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2375 | const char kEnableOfflinePreviewsName[] = "Offline Page Previews"; |
| 2376 | const char kEnableOfflinePreviewsDescription[] = |
| 2377 | "Enable showing offline page previews on slow networks."; |
| 2378 | |
| 2379 | const char kEnableOskOverscrollName[] = "Enable OSK Overscroll"; |
| 2380 | const char kEnableOskOverscrollDescription[] = |
| 2381 | "Enable OSK overscroll support. With this flag on, the OSK will only " |
| 2382 | "resize the visual viewport."; |
| 2383 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2384 | const char kEnableWebNfcName[] = "WebNFC"; |
| 2385 | const char kEnableWebNfcDescription[] = "Enable WebNFC support."; |
| 2386 | |
Donn Denman | ffaeaa3 | 2018-10-12 17:37:53 | [diff] [blame] | 2387 | const char kEphemeralTabName[] = "An Ephemeral Tab in an Overlay Panel"; |
| 2388 | const char kEphemeralTabDescription[] = |
Donn Denman | b45c26a | 2019-02-13 01:42:21 | [diff] [blame] | 2389 | "Enable a 'Preview page/image' at a linked page into an overlay."; |
Donn Denman | ffaeaa3 | 2018-10-12 17:37:53 | [diff] [blame] | 2390 | |
Lei Zhang | 0a318af | 2018-11-14 02:19:46 | [diff] [blame] | 2391 | const char kExploreSitesName[] = "Explore websites"; |
| 2392 | const char kExploreSitesDescription[] = |
| 2393 | "Enables portal from new tab page to explore websites."; |
| 2394 | |
Xing Liu | 7d57dd3 | 2019-01-20 02:34:18 | [diff] [blame] | 2395 | const char kForegroundNotificationManagerName[] = |
| 2396 | "Foreground notification manager"; |
| 2397 | const char kForegroundNotificationManagerDescription[] = |
| 2398 | "Enable foreground notification manager to handle foreground service and " |
| 2399 | "notification."; |
| 2400 | |
Raymes Khoury | 582b4313 | 2017-12-12 23:54:30 | [diff] [blame] | 2401 | const char kGrantNotificationsToDSEName[] = |
| 2402 | "Grant notifications to the Default Search Engine"; |
| 2403 | const char kGrantNotificationsToDSENameDescription[] = |
| 2404 | "Automatically grant the notifications permission to the Default Search " |
| 2405 | "Engine"; |
| 2406 | |
Daniel Park | e74fcf86 | 2018-03-27 18:05:45 | [diff] [blame] | 2407 | const char kHomePageButtonName[] = "Force Enable Home Page Button"; |
Daniel Park | 990d099 | 2018-05-18 22:12:51 | [diff] [blame] | 2408 | const char kHomePageButtonDescription[] = "Displays a home button if enabled."; |
Daniel Park | e74fcf86 | 2018-03-27 18:05:45 | [diff] [blame] | 2409 | |
Yafei Duan | bb7663f3 | 2018-07-17 01:33:15 | [diff] [blame] | 2410 | const char kHomepageTileName[] = |
| 2411 | "Enable Homepage tile shown in Suggested Tiles"; |
| 2412 | const char kHomepageTileDescription[] = |
| 2413 | "When NTPButton is enabled, the first tile of the Suggested Tiles will be " |
| 2414 | "used for homepage. It will not have an effect when NTPButton is disabled."; |
| 2415 | |
Jian Li | 4b25264 | 2018-07-23 19:49:07 | [diff] [blame] | 2416 | const char kIncognitoStringsName[] = "Alternate incognito strings"; |
| 2417 | const char kIncognitoStringsDescription[] = |
| 2418 | "Show alternate incognito strings if enabled."; |
| 2419 | |
Theresa | 920e0ed | 2018-03-07 18:12:44 | [diff] [blame] | 2420 | const char kInterestFeedContentSuggestionsDescription[] = |
Yafei Duan | bb7663f3 | 2018-07-17 01:33:15 | [diff] [blame] | 2421 | "Use the interest feed to render content suggestions. Currently " |
| 2422 | "content " |
Theresa | 920e0ed | 2018-03-07 18:12:44 | [diff] [blame] | 2423 | "suggestions are shown on the New Tab Page."; |
| 2424 | const char kInterestFeedContentSuggestionsName[] = |
| 2425 | "Interest Feed Content Suggestions"; |
| 2426 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2427 | const char kKeepPrefetchedContentSuggestionsName[] = |
| 2428 | "Keep prefetched content suggestions"; |
| 2429 | const char kKeepPrefetchedContentSuggestionsDescription[] = |
| 2430 | "If enabled, some of prefetched content suggestions are not replaced by " |
| 2431 | "the new fetched suggestions."; |
| 2432 | |
Leo Zhang | 051b7548 | 2017-12-20 03:28:30 | [diff] [blame] | 2433 | const char kLanguagesPreferenceName[] = "Language Settings"; |
| 2434 | const char kLanguagesPreferenceDescription[] = |
| 2435 | "Enable this option for Language Settings feature on Android."; |
| 2436 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2437 | const char kLsdPermissionPromptName[] = |
| 2438 | "Location Settings Dialog Permission Prompt"; |
| 2439 | const char kLsdPermissionPromptDescription[] = |
| 2440 | "Whether to use the Google Play Services Location Settings Dialog " |
| 2441 | "permission dialog."; |
| 2442 | |
Ioana Pandele | d8dc2b69 | 2019-02-20 12:04:15 | [diff] [blame] | 2443 | const char kManualPasswordGenerationAndroidName[] = |
| 2444 | "Manual password generation"; |
| 2445 | const char kManualPasswordGenerationAndroidDescription[] = |
| 2446 | "Whether Chrome should offer users the option to manually request to " |
| 2447 | "generate passwords on Android."; |
Amirhossein Simjour | 97b4154f | 2018-02-20 03:49:59 | [diff] [blame] | 2448 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2449 | const char kMediaScreenCaptureName[] = "Experimental ScreenCapture."; |
| 2450 | const char kMediaScreenCaptureDescription[] = |
| 2451 | "Enable this option for experimental ScreenCapture feature on Android."; |
| 2452 | |
Ioana Pandele | d8dc2b69 | 2019-02-20 12:04:15 | [diff] [blame] | 2453 | const char kModalPermissionDialogViewName[] = "Modal Permission Dialog"; |
| 2454 | const char kModalPermissionDialogViewDescription[] = |
| 2455 | "Enable this option to use ModalDialogManager for permission Dialogs."; |
| 2456 | |
Finnur Thorarinsson | c1488fc6 | 2018-07-09 19:21:57 | [diff] [blame] | 2457 | const char kNewContactsPickerName[] = "Enable new contacts picker"; |
| 2458 | const char kNewContactsPickerDescription[] = |
| 2459 | "Activates the new picker for selecting contacts."; |
| 2460 | |
Dan Harrington | 541db9e | 2018-07-30 18:36:30 | [diff] [blame] | 2461 | const char kNewNetErrorPageUIName[] = "Enable new UI for net-error page"; |
| 2462 | const char kNewNetErrorPageUIDescription[] = |
| 2463 | "Selects which new UI experience to show on the net-error (Dino) page"; |
| 2464 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2465 | const char kNewPhotoPickerName[] = "Enable new Photopicker"; |
| 2466 | const char kNewPhotoPickerDescription[] = |
| 2467 | "Activates the new picker for selecting photos."; |
| 2468 | |
| 2469 | const char kNoCreditCardAbort[] = "No Credit Card Abort"; |
| 2470 | const char kNoCreditCardAbortDescription[] = |
| 2471 | "Whether or not the No Credit Card Abort is enabled."; |
| 2472 | |
Daniel Park | 990d099 | 2018-05-18 22:12:51 | [diff] [blame] | 2473 | const char kNtpButtonName[] = "Enable NTP Button"; |
| 2474 | const char kNtpButtonDescription[] = |
| 2475 | "Displays a New Tab Page button in the toolbar if enabled."; |
| 2476 | |
Jian Li | ade8283 | 2018-09-06 22:31:41 | [diff] [blame] | 2477 | const char kOfflineIndicatorAlwaysHttpProbeName[] = "Always http probe"; |
| 2478 | const char kOfflineIndicatorAlwaysHttpProbeDescription[] = |
| 2479 | "Always do http probe to detect network connectivity for offline indicator " |
| 2480 | "as opposed to just taking the connection state from the system." |
| 2481 | "Used for testing."; |
| 2482 | |
| 2483 | const char kOfflineIndicatorChoiceName[] = "Offline indicator choices"; |
| 2484 | const char kOfflineIndicatorChoiceDescription[] = |
| 2485 | "Show an offline indicator while offline."; |
Jian Li | 1413ebf | 2018-06-14 20:46:32 | [diff] [blame] | 2486 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2487 | const char kOfflinePagesCtName[] = "Enable Offline Pages CT features."; |
| 2488 | const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features."; |
| 2489 | |
| 2490 | const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features."; |
| 2491 | const char kOfflinePagesCtV2Description[] = |
| 2492 | "V2 features include attributing pages to the app that initiated the " |
| 2493 | "custom tabs, and being able to query for pages by page attribution."; |
| 2494 | |
Cathy Li | 7311d79 | 2018-04-05 00:34:16 | [diff] [blame] | 2495 | const char kOfflinePagesCTSuppressNotificationsName[] = |
| 2496 | "Disable download complete notification for whitelisted CCT apps."; |
| 2497 | const char kOfflinePagesCTSuppressNotificationsDescription[] = |
| 2498 | "Disable download complete notification for page downloads originating " |
| 2499 | "from a CCT app whitelisted to show their own download complete " |
| 2500 | "notification."; |
| 2501 | |
Candice Sy | 74fa7a35 | 2018-03-30 23:46:49 | [diff] [blame] | 2502 | const char kOfflinePagesDescriptiveFailStatusName[] = |
| 2503 | "Enables descriptive failed download status text."; |
| 2504 | const char kOfflinePagesDescriptiveFailStatusDescription[] = |
| 2505 | "Enables failed download status text in notifications and Downloads Home " |
| 2506 | "to state the reason the request failed if the failure is actionable."; |
| 2507 | |
| 2508 | const char kOfflinePagesDescriptivePendingStatusName[] = |
| 2509 | "Enables descriptive pending download status text."; |
| 2510 | const char kOfflinePagesDescriptivePendingStatusDescription[] = |
| 2511 | "Enables pending download status text in notifications and Downloads Home " |
| 2512 | "to state the reason the request is pending."; |
| 2513 | |
| 2514 | const char kOfflinePagesInDownloadHomeOpenInCctName[] = |
| 2515 | "Enables offline pages in the downloads home to be opened in CCT."; |
| 2516 | const char kOfflinePagesInDownloadHomeOpenInCctDescription[] = |
| 2517 | "When enabled offline pages launched from the Downloads Home will be " |
| 2518 | "opened in Chrome Custom Tabs (CCT) instead of regular tabs."; |
| 2519 | |
Carlos Knippschild | 09272ecd | 2017-12-09 03:29:36 | [diff] [blame] | 2520 | const char kOfflinePagesLimitlessPrefetchingName[] = |
| 2521 | "Removes resource usage limits for the prefetching of offline pages."; |
| 2522 | const char kOfflinePagesLimitlessPrefetchingDescription[] = |
| 2523 | "Allows the prefetching of suggested offline pages to ignore resource " |
| 2524 | "usage limits. This allows it to completely ignore data usage limitations " |
| 2525 | "and allows downloads to happen with any kind of connection."; |
| 2526 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2527 | const char kOfflinePagesLoadSignalCollectingName[] = |
| 2528 | "Enables collecting load timing data for offline page snapshots."; |
| 2529 | const char kOfflinePagesLoadSignalCollectingDescription[] = |
| 2530 | "Enables loading completeness data collection while writing an offline " |
| 2531 | "page. This data is collected in the snapshotted offline page to allow " |
| 2532 | "data analysis to improve deciding when to make the offline snapshot."; |
| 2533 | |
| 2534 | const char kOfflinePagesPrefetchingName[] = |
| 2535 | "Enables suggested offline pages to be prefetched."; |
| 2536 | const char kOfflinePagesPrefetchingDescription[] = |
| 2537 | "Enables suggested offline pages to be prefetched, so useful content is " |
| 2538 | "available while offline."; |
| 2539 | |
Pete Williamson | 7845dff | 2017-09-20 11:06:19 | [diff] [blame] | 2540 | const char kOfflinePagesResourceBasedSnapshotName[] = |
| 2541 | "Enables offline page snapshots to be based on percentage of page loaded."; |
| 2542 | const char kOfflinePagesResourceBasedSnapshotDescription[] = |
| 2543 | "Enables offline page snapshots to use a resource percentage based " |
| 2544 | "approach for determining when the page is loaded as opposed to a time " |
| 2545 | "based approach"; |
| 2546 | |
Collin Baker | 17f92a5 | 2017-07-19 21:41:25 | [diff] [blame] | 2547 | const char kOfflinePagesRenovationsName[] = "Enables offline page renovations."; |
| 2548 | const char kOfflinePagesRenovationsDescription[] = |
| 2549 | "Enables offline page renovations which correct issues with dynamic " |
| 2550 | "content that occur when offlining pages that use JavaScript."; |
| 2551 | |
Yafei Duan | 36b4b5b | 2018-08-07 00:40:03 | [diff] [blame] | 2552 | const char kOfflinePagesLivePageSharingName[] = |
| 2553 | "Enables live page sharing of offline pages"; |
| 2554 | const char kOfflinePagesLivePageSharingDescription[] = |
| 2555 | "Enables to share current loaded page as offline page by saving as MHTML " |
| 2556 | "first."; |
| 2557 | |
Cathy Li | e0d8876 | 2018-04-12 08:03:01 | [diff] [blame] | 2558 | const char kOfflinePagesShowAlternateDinoPageName[] = |
| 2559 | "Enable alternate dino page with more user capabilities."; |
| 2560 | const char kOfflinePagesShowAlternateDinoPageDescription[] = |
| 2561 | "Enables the dino page to show more buttons and offer existing offline " |
| 2562 | "content."; |
| 2563 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2564 | const char kOfflinePagesSvelteConcurrentLoadingName[] = |
| 2565 | "Enables concurrent background loading on svelte."; |
| 2566 | const char kOfflinePagesSvelteConcurrentLoadingDescription[] = |
| 2567 | "Enables concurrent background loading (or downloading) of pages on " |
| 2568 | "Android svelte (512MB RAM) devices. Otherwise, background loading will " |
| 2569 | "happen when the svelte device is idle."; |
| 2570 | |
| 2571 | const char kOffliningRecentPagesName[] = |
| 2572 | "Enable offlining of recently visited pages"; |
| 2573 | const char kOffliningRecentPagesDescription[] = |
| 2574 | "Enable storing recently visited pages locally for offline use. Requires " |
| 2575 | "Offline Pages to be enabled."; |
| 2576 | |
Matthew Jones | a88b9585 | 2017-11-08 23:13:50 | [diff] [blame] | 2577 | const char kProgressBarThrottleName[] = "Android progress update throttling."; |
| 2578 | const char kProgressBarThrottleDescription[] = |
| 2579 | "Limit the maximum progress update to make progress appear smoother."; |
| 2580 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2581 | const char kPullToRefreshEffectName[] = "The pull-to-refresh effect"; |
| 2582 | const char kPullToRefreshEffectDescription[] = |
| 2583 | "Page reloads triggered by vertically overscrolling content."; |
| 2584 | |
Piotr Swigon | 7c296ef | 2017-08-29 04:32:00 | [diff] [blame] | 2585 | const char kPwaImprovedSplashScreenName[] = |
| 2586 | "Improved Splash Screen for standalone PWAs"; |
| 2587 | const char kPwaImprovedSplashScreenDescription[] = |
| 2588 | "Enables the Improved Splash Screen UX for standalone PWAs based on new " |
| 2589 | "Web App Manifest attributes"; |
Piotr Swigon | 9f630b3 | 2017-07-26 09:42:49 | [diff] [blame] | 2590 | const char kPwaPersistentNotificationName[] = |
| 2591 | "Persistent notification in standalone PWA"; |
| 2592 | const char kPwaPersistentNotificationDescription[] = |
| 2593 | "Enables a persistent Android notification for standalone PWAs"; |
| 2594 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2595 | const char kReaderModeHeuristicsName[] = "Reader Mode triggering"; |
| 2596 | const char kReaderModeHeuristicsDescription[] = |
| 2597 | "Determines what pages the Reader Mode infobar is shown on."; |
| 2598 | const char kReaderModeHeuristicsMarkup[] = "With article structured markup"; |
| 2599 | const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles"; |
| 2600 | const char kReaderModeHeuristicsAllArticles[] = "All articles"; |
| 2601 | const char kReaderModeHeuristicsAlwaysOff[] = "Never"; |
| 2602 | const char kReaderModeHeuristicsAlwaysOn[] = "Always"; |
| 2603 | |
Wei-Yin Chen (陳威尹) | 41b2241 | 2017-07-21 02:51:18 | [diff] [blame] | 2604 | const char kReaderModeInCCTName[] = "Reader Mode in CCT"; |
| 2605 | const char kReaderModeInCCTDescription[] = |
| 2606 | "Open Reader Mode in Chrome Custom Tabs."; |
| 2607 | |
Varun Khaneja | 2a8229f | 2019-01-12 00:57:26 | [diff] [blame] | 2608 | const char kSafeBrowsingTelemetryForApkDownloadsName[] = |
| 2609 | "Send some telemetry for APK downloads for extended reporting users"; |
| 2610 | const char kSafeBrowsingTelemetryForApkDownloadsDescription[] = |
| 2611 | "If enabled, sends some information about the source and hash of the " |
| 2612 | "contents of any APK files downloaded by a user who has opted into Safe " |
| 2613 | "Browsing Extended Reporting already."; |
| 2614 | |
Varun Khaneja | 80712a8 | 2018-10-12 23:34:59 | [diff] [blame] | 2615 | const char kSafeBrowsingUseLocalBlacklistsV2Name[] = |
| 2616 | "Use local Safe Browsing blacklists"; |
| 2617 | const char kSafeBrowsingUseLocalBlacklistsV2Description[] = |
| 2618 | "If enabled, maintain a copy of Safe Browsing blacklists in the browser " |
| 2619 | "process to check the Safe Browsing reputation of URLs without calling " |
| 2620 | "into GmsCore for every URL."; |
| 2621 | |
Matthew Jones | 5311426 | 2018-12-12 16:36:47 | [diff] [blame] | 2622 | const char kSearchReadyOmniboxName[] = "Search Ready Omnibox"; |
| 2623 | const char kSearchReadyOmniboxDescription[] = |
| 2624 | "Clears the omnibox and adds a suggestion item to share, copy, or edit the " |
| 2625 | "URL."; |
| 2626 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2627 | const char kSetMarketUrlForTestingName[] = "Set market URL for testing"; |
| 2628 | const char kSetMarketUrlForTestingDescription[] = |
| 2629 | "When enabled, sets the market URL for use in testing the update menu " |
| 2630 | "item."; |
| 2631 | |
| 2632 | const char kSpannableInlineAutocompleteName[] = "Spannable inline autocomplete"; |
| 2633 | const char kSpannableInlineAutocompleteDescription[] = |
| 2634 | "A new type of inline autocomplete for the omnibox that works with " |
| 2635 | "keyboards that compose text."; |
| 2636 | |
Theresa | eea05a1 | 2018-05-09 21:01:59 | [diff] [blame] | 2637 | const char kSiteExplorationUiName[] = "Site Exploration UI"; |
| 2638 | const char kSiteExplorationUiDescription[] = |
| 2639 | "Show site suggestions in the Exploration UI"; |
| 2640 | |
Lei Zhang | 0a318af | 2018-11-14 02:19:46 | [diff] [blame] | 2641 | const char kStrictSiteIsolationName[] = "Strict site isolation"; |
| 2642 | const char kStrictSiteIsolationDescription[] = |
| 2643 | "Security mode that enables site isolation for all sites (SitePerProcess). " |
| 2644 | "In this mode, each renderer process will contain pages from at most one " |
| 2645 | "site, using out-of-process iframes when needed. " |
| 2646 | "Check chrome://process-internals to see the current isolation mode. " |
| 2647 | "Setting this flag to 'Enabled' turns on site isolation regardless of the " |
| 2648 | "default. Here, 'Disabled' is a legacy value that actually means " |
| 2649 | "'Default,' in which case site isolation may be already enabled based on " |
| 2650 | "platform, enterprise policy, or field trial. See also " |
| 2651 | "#site-isolation-trial-opt-out for how to disable site isolation for " |
| 2652 | "testing."; |
| 2653 | |
Anthony Vallee-Dubois | 4623e1b | 2018-10-11 22:09:18 | [diff] [blame] | 2654 | const char kTranslateAndroidManualTriggerName[] = |
| 2655 | "Enable manual translate trigger"; |
| 2656 | const char kTranslateAndroidManualTriggerDescription[] = |
| 2657 | "Show a menu item in the main menu that triggers page translation."; |
| 2658 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2659 | const char kUpdateMenuBadgeName[] = "Force show update menu badge"; |
| 2660 | const char kUpdateMenuBadgeDescription[] = |
Tommy Nyquist | 3c02e59 | 2018-10-18 23:36:44 | [diff] [blame] | 2661 | "When enabled, a badge will be shown on the app menu button if the update " |
| 2662 | "type is Update Available or Unsupported OS Version."; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2663 | |
| 2664 | const char kUpdateMenuItemCustomSummaryDescription[] = |
| 2665 | "When this flag and the force show update menu item flag are enabled, a " |
| 2666 | "custom summary string will be displayed below the update menu item."; |
| 2667 | const char kUpdateMenuItemCustomSummaryName[] = |
| 2668 | "Update menu item custom summary"; |
| 2669 | |
Tommy Nyquist | 3c02e59 | 2018-10-18 23:36:44 | [diff] [blame] | 2670 | const char kUpdateMenuTypeName[] = |
| 2671 | "Forces the update menu type to a specific type"; |
| 2672 | const char kUpdateMenuTypeDescription[] = |
| 2673 | "When set, forces the update type to be a specific one, which impacts " |
Tommy Nyquist | 023d505f | 2019-02-16 02:18:38 | [diff] [blame] | 2674 | "the app menu badge and menu item for updates. For Inline Update, the " |
| 2675 | "update available flag is implied. The 'Inline Update: Success' selection " |
| 2676 | "goes through the whole inline update flow to the end with a successful " |
| 2677 | "outcome. The other 'Inline Update' options go through the same flow, but " |
| 2678 | "stop at various stages, see their error type for details."; |
Tommy Nyquist | 3c02e59 | 2018-10-18 23:36:44 | [diff] [blame] | 2679 | const char kUpdateMenuTypeNone[] = "None"; |
| 2680 | const char kUpdateMenuTypeUpdateAvailable[] = "Update Available"; |
| 2681 | const char kUpdateMenuTypeUnsupportedOSVersion[] = "Unsupported OS Version"; |
Tommy Nyquist | 023d505f | 2019-02-16 02:18:38 | [diff] [blame] | 2682 | const char kUpdateMenuTypeInlineUpdateSuccess[] = "Inline Update: Success"; |
| 2683 | const char kUpdateMenuTypeInlineUpdateDialogCanceled[] = |
| 2684 | "Inline Update Error: Dialog Canceled"; |
| 2685 | const char kUpdateMenuTypeInlineUpdateDialogFailed[] = |
| 2686 | "Inline Update Error: Dialog Failed"; |
| 2687 | const char kUpdateMenuTypeInlineUpdateDownloadFailed[] = |
| 2688 | "Inline Update Error: Download Failed"; |
| 2689 | const char kUpdateMenuTypeInlineUpdateDownloadCanceled[] = |
| 2690 | "Inline Update Error: Download Canceled"; |
| 2691 | const char kUpdateMenuTypeInlineUpdateInstallFailed[] = |
| 2692 | "Inline Update Error: Install Failed"; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2693 | |
Tommy Nyquist | 26ffb64 | 2019-02-20 20:31:52 | [diff] [blame] | 2694 | const char kInlineUpdateFlowName[] = "Enable Google Play inline update flow"; |
| 2695 | const char kInlineUpdateFlowDescription[] = |
| 2696 | "When this flag is set, instead of taking the user to the Google Play " |
| 2697 | "Store when an update is available, the user is presented with an inline " |
| 2698 | "flow where they do not have to leave Chrome until the update is ready " |
| 2699 | "to install."; |
| 2700 | |
Becky Zhou | 6558414 | 2019-01-10 18:22:29 | [diff] [blame] | 2701 | #if BUILDFLAG(ENABLE_ANDROID_NIGHT_MODE) |
| 2702 | |
Becky Zhou | bcac628f | 2019-02-28 18:22:37 | [diff] [blame] | 2703 | const char kAndroidNightModeName[] = "Android Chrome UI dark mode"; |
Becky Zhou | 6558414 | 2019-01-10 18:22:29 | [diff] [blame] | 2704 | const char kAndroidNightModeDescription[] = |
Becky Zhou | bcac628f | 2019-02-28 18:22:37 | [diff] [blame] | 2705 | "If enabled, user can enable Android Chrome UI dark mode through settings."; |
Becky Zhou | 6558414 | 2019-01-10 18:22:29 | [diff] [blame] | 2706 | |
| 2707 | #endif // BUILDFLAG(ENABLE_ANDROID_NIGHT_MODE) |
| 2708 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2709 | // Non-Android ----------------------------------------------------------------- |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2710 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2711 | #else // !defined(OS_ANDROID) |
brettw | 5f9c164 | 2017-05-14 17:12:48 | [diff] [blame] | 2712 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2713 | const char kAccountConsistencyName[] = |
| 2714 | "Identity consistency between browser and cookie jar"; |
| 2715 | const char kAccountConsistencyDescription[] = |
| 2716 | "When enabled, the browser manages signing in and out of Google accounts."; |
| 2717 | const char kAccountConsistencyChoiceMirror[] = "Mirror"; |
| 2718 | const char kAccountConsistencyChoiceDice[] = "Dice"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2719 | |
Reka Norman | a11e57fc | 2019-01-29 21:56:58 | [diff] [blame] | 2720 | const char kAppManagementName[] = "Enable App Management page"; |
| 2721 | const char kAppManagementDescription[] = |
| 2722 | "Shows the new app management page at chrome://apps."; |
| 2723 | |
Tommy Martino | 3fa3df5 | 2018-08-20 21:45:44 | [diff] [blame] | 2724 | const char kAutofillDropdownLayoutName[] = |
| 2725 | "Autofill Dropdown Layout Experiment"; |
| 2726 | const char kAutofillDropdownLayoutDescription[] = |
| 2727 | "Alternate visual designs for the Autofill dropdown."; |
| 2728 | |
Chris Pickel | 3a227ae6 | 2017-08-24 10:47:26 | [diff] [blame] | 2729 | const char kDoodlesOnLocalNtpName[] = "Enable doodles on the local NTP"; |
| 2730 | const char kDoodlesOnLocalNtpDescription[] = |
| 2731 | "Show doodles on the local New Tab page if Google is the default search " |
| 2732 | "engine."; |
| 2733 | |
Kyle Milka | edb39f5 | 2018-11-21 19:53:07 | [diff] [blame] | 2734 | const char kSearchSuggestionsOnLocalNtpName[] = |
| 2735 | "Enable search suggestions on the local NTP"; |
| 2736 | const char kSearchSuggestionsOnLocalNtpDescription[] = |
| 2737 | "Show search suggestions on the local New Tab page if Google is the " |
| 2738 | "default search engine."; |
| 2739 | |
| 2740 | const char kPromosOnLocalNtpName[] = "Enable promos on the local NTP"; |
| 2741 | const char kPromosOnLocalNtpDescription[] = |
| 2742 | "Show promos on the local New Tab page if Google is the " |
| 2743 | "default search engine."; |
| 2744 | |
Kristi Park | c9b9d659 | 2019-02-12 22:30:38 | [diff] [blame] | 2745 | const char kRemoveNtpFakeboxName[] = "Remove fakebox from the NTP"; |
| 2746 | const char kRemoveNtpFakeboxDescription[] = |
| 2747 | "Do not show the fakebox on the New Tab page."; |
| 2748 | |
Lei Zhang | 0a318af | 2018-11-14 02:19:46 | [diff] [blame] | 2749 | const char kEnableWebAuthenticationBleSupportName[] = |
| 2750 | "Web Authentication API BLE support"; |
| 2751 | const char kEnableWebAuthenticationBleSupportDescription[] = |
| 2752 | "Enable support for using Web Authentication API via Bluetooth security " |
| 2753 | "keys"; |
Sebastien Marchand | d33f7dc | 2018-06-22 22:07:06 | [diff] [blame] | 2754 | |
Sebastien Marchand | d33f7dc | 2018-06-22 22:07:06 | [diff] [blame] | 2755 | const char kEnableWebAuthenticationTestingAPIName[] = |
| 2756 | "Web Authentication Testing API"; |
| 2757 | const char kEnableWebAuthenticationTestingAPIDescription[] = |
| 2758 | "Enable Web Authentication Testing API support, which disconnects the API " |
| 2759 | "implementation from the real world, and allows configuring virtual " |
| 2760 | "authenticator devices for testing"; |
| 2761 | |
Jeffrey Cohen | f04130a4 | 2018-08-29 00:22:27 | [diff] [blame] | 2762 | const char kHappinessTrackingSurveysForDesktopName[] = |
| 2763 | "Happiness Tracking Surveys"; |
| 2764 | const char kHappinessTrackingSurveysForDesktopDescription[] = |
| 2765 | "Enable showing Happiness Tracking Surveys to users on Desktop"; |
| 2766 | |
Travis Skare | bcdb5ed3 | 2018-08-17 01:49:40 | [diff] [blame] | 2767 | const char kOmniboxDriveSuggestionsName[] = |
| 2768 | "Omnibox Google Drive Document suggestions"; |
| 2769 | const char kOmniboxDriveSuggestionsDescriptions[] = |
| 2770 | "Display suggestions for Google Drive documents in the omnibox when Google " |
| 2771 | "is the default search engine."; |
| 2772 | |
Travis Skare | 13ad69c | 2019-03-06 21:01:02 | [diff] [blame] | 2773 | const char kOmniboxDeduplicateDriveUrlsName[] = |
| 2774 | "Deduplicate Google Drive suggestions in the Omnibox"; |
| 2775 | const char kOmniboxDeduplicateDriveUrlsDescription[] = |
| 2776 | "Present at most one result for the same Drive document across bookmarks, " |
| 2777 | "history, document, etc. suggestions."; |
| 2778 | |
Kevin Bailey | 9ec0553 | 2019-01-31 23:01:33 | [diff] [blame] | 2779 | const char kOmniboxExperimentalKeywordModeName[] = |
| 2780 | "Omnibox Experimental Keyword Mode"; |
| 2781 | const char kOmniboxExperimentalKeywordModeDescription[] = |
| 2782 | "Enables various experimental features related to keyword mode, its " |
| 2783 | "suggestions and layout"; |
| 2784 | |
Lei Zhang | 0a318af | 2018-11-14 02:19:46 | [diff] [blame] | 2785 | const char kOmniboxPedalSuggestionsName[] = "Omnibox Pedal suggestions"; |
| 2786 | const char kOmniboxPedalSuggestionsDescription[] = |
Orin Jaworski | 506db4d | 2019-02-14 20:17:14 | [diff] [blame] | 2787 | "Enable omnibox Pedal suggestions to accelerate actions within Chrome by " |
| 2788 | "detecting user intent and offering direct access to the end goal."; |
Lei Zhang | 0a318af | 2018-11-14 02:19:46 | [diff] [blame] | 2789 | |
Orin Jaworski | 04c08b4 | 2018-07-11 02:39:56 | [diff] [blame] | 2790 | const char kOmniboxReverseAnswersName[] = "Omnibox reverse answers"; |
| 2791 | const char kOmniboxReverseAnswersDescription[] = |
| 2792 | "Display answers with rows reversed (swapped); except definitions. Has no " |
| 2793 | "effect unless either the #upcoming-ui-features flag is Enabled or the " |
| 2794 | "#top-chrome-md flag is set to Refresh or Touchable Refresh."; |
| 2795 | |
Kevin Bailey | a5f1745 | 2019-02-13 01:52:03 | [diff] [blame] | 2796 | const char kOmniboxReverseTabSwitchLogicName[] = |
| 2797 | "Omnibox reverse tab switch logic"; |
| 2798 | const char kOmniboxReverseTabSwitchLogicDescription[] = |
| 2799 | "Reverse the logic of suggestions that have a tab switch button: Have " |
| 2800 | "them switch by default, and have the button navigate."; |
| 2801 | |
Kevin Bailey | 89866997 | 2017-11-06 15:34:49 | [diff] [blame] | 2802 | const char kOmniboxTabSwitchSuggestionsName[] = |
| 2803 | "Omnibox tab switch suggestions"; |
| 2804 | const char kOmniboxTabSwitchSuggestionsDescription[] = |
Justin Donnelly | e792609 | 2018-06-18 14:57:21 | [diff] [blame] | 2805 | "Enable suggestions for switching to open tabs within the Omnibox. " |
| 2806 | "Has no effect unless either the #upcoming-ui-features flag is Enabled or " |
| 2807 | "the #top-chrome-md flag is set to Refresh or Touchable Refresh."; |
Kevin Bailey | 89866997 | 2017-11-06 15:34:49 | [diff] [blame] | 2808 | |
krb | cc62141 | 2017-06-01 19:40:28 | [diff] [blame] | 2809 | const char kOmniboxTailSuggestionsName[] = "Omnibox tail suggestions"; |
| 2810 | const char kOmniboxTailSuggestionsDescription[] = |
Vitalii Iarko | 7df52014 | 2017-07-07 12:53:19 | [diff] [blame] | 2811 | "Enable receiving tail suggestions, a type of search suggestion based on " |
| 2812 | "the last few words in the query, for the Omnibox."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2813 | |
Sebastien Marchand | d33f7dc | 2018-06-22 22:07:06 | [diff] [blame] | 2814 | const char kPageAlmostIdleName[] = "Page Almost Idle"; |
| 2815 | const char kPageAlmostIdleDescription[] = |
| 2816 | "Make session restore use a definition of loading that waits for CPU and " |
| 2817 | "network quiescence."; |
| 2818 | |
| 2819 | const char kProactiveTabFreezeAndDiscardName[] = |
| 2820 | "Proactive Tab Freeze and Discard"; |
| 2821 | const char kProactiveTabFreezeAndDiscardDescription[] = |
| 2822 | "Enables proactive tab freezing and discarding. This requires " |
| 2823 | "#enable-page-almost-idle."; |
| 2824 | |
Nicolas Ouellet-payeur | 82eb65b | 2018-11-05 16:49:27 | [diff] [blame] | 2825 | const char kShowManagedUiName[] = "Show managed UI for managed users"; |
| 2826 | const char kShowManagedUiDescription[] = |
| 2827 | "Enabled/disable showing enterprise users a 'Managed by your organization' " |
| 2828 | "message in the app menu and on some chrome:// pages."; |
| 2829 | |
Sebastien Marchand | d33f7dc | 2018-06-22 22:07:06 | [diff] [blame] | 2830 | const char kSiteCharacteristicsDatabaseName[] = "Site Characteristics database"; |
| 2831 | const char kSiteCharacteristicsDatabaseDescription[] = |
| 2832 | "Records usage of some features in a database while a tab is in background " |
| 2833 | "(title/favicon update, audio playback or usage of non-persistent " |
| 2834 | "notifications)."; |
| 2835 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2836 | const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP"; |
| 2837 | const char kUseGoogleLocalNtpDescription[] = |
| 2838 | "Use the local New Tab page if Google is the default search engine."; |
spqchan | 064a811 | 2017-04-18 16:46:32 | [diff] [blame] | 2839 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2840 | #if defined(GOOGLE_CHROME_BUILD) |
| 2841 | |
| 2842 | const char kGoogleBrandedContextMenuName[] = |
| 2843 | "Google branding in the context menu"; |
| 2844 | const char kGoogleBrandedContextMenuDescription[] = |
| 2845 | "Shows a Google icon next to context menu items powered by Google " |
| 2846 | "services."; |
| 2847 | |
| 2848 | #endif // !defined(GOOGLE_CHROME_BUILD) |
| 2849 | |
| 2850 | #endif // !defined(OS_ANDROID) |
| 2851 | |
| 2852 | // Windows --------------------------------------------------------------------- |
| 2853 | |
| 2854 | #if defined(OS_WIN) |
| 2855 | |
David Bienvenu | d0ddda3 | 2018-11-01 16:59:16 | [diff] [blame] | 2856 | const char kCalculateNativeWinOcclusionName[] = |
| 2857 | "Calculate window occlusion on Windows"; |
| 2858 | const char kCalculateNativeWinOcclusionDescription[] = |
| 2859 | "Calculate window occlusion on Windows will be used in the future " |
| 2860 | "to throttle and potentially unload foreground tabs in occluded windows"; |
| 2861 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2862 | const char kCloudPrintXpsName[] = "XPS in Google Cloud Print"; |
| 2863 | const char kCloudPrintXpsDescription[] = |
| 2864 | "XPS enables advanced options for classic printers connected to the Cloud " |
| 2865 | "Print with Chrome. Printers must be re-connected after changing this " |
| 2866 | "flag."; |
| 2867 | |
Frank Liberato | 754d14f | 2019-01-30 23:31:17 | [diff] [blame] | 2868 | const char kD3D11VideoDecoderName[] = "D3D11 Video Decoder"; |
| 2869 | const char kD3D11VideoDecoderDescription[] = |
| 2870 | "Enables D3D11VideoDecoder for hardware accelerated video decoding."; |
| 2871 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2872 | const char kDisablePostscriptPrinting[] = "Disable PostScript Printing"; |
| 2873 | const char kDisablePostscriptPrintingDescription[] = |
| 2874 | "Disables PostScript generation when printing to PostScript capable " |
| 2875 | "printers, and uses EMF generation in its place."; |
| 2876 | |
| 2877 | const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown."; |
| 2878 | const char kEnableAppcontainerDescription[] = |
| 2879 | "Enables the use of an AppContainer on sandboxed processes to improve " |
| 2880 | "security."; |
| 2881 | |
James Forshaw | fd0ce34 | 2018-02-14 09:55:39 | [diff] [blame] | 2882 | const char kEnableGpuAppcontainerName[] = "Enable GPU AppContainer Lockdown."; |
| 2883 | const char kEnableGpuAppcontainerDescription[] = |
| 2884 | "Enables the use of an AppContainer for the GPU sandboxed processes to " |
| 2885 | "improve security."; |
| 2886 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2887 | const char kGdiTextPrinting[] = "GDI Text Printing"; |
| 2888 | const char kGdiTextPrintingDescription[] = |
| 2889 | "Use GDI to print text as simply text"; |
| 2890 | |
Olli Etuaho | 12232119 | 2018-09-07 10:15:29 | [diff] [blame] | 2891 | const char kUseAngleName[] = "Choose ANGLE graphics backend"; |
| 2892 | const char kUseAngleDescription[] = |
| 2893 | "Choose the graphics backend for ANGLE. D3D11 is used on most Windows " |
| 2894 | "computers by default. Using the OpenGL driver as the graphics backend may " |
| 2895 | "result in higher performance in some graphics-heavy applications, " |
| 2896 | "particularly on NVIDIA GPUs. It can increase battery and memory usage of " |
| 2897 | "video playback."; |
| 2898 | |
| 2899 | const char kUseAngleDefault[] = "Default"; |
| 2900 | const char kUseAngleGL[] = "OpenGL"; |
| 2901 | const char kUseAngleD3D11[] = "D3D11"; |
| 2902 | const char kUseAngleD3D9[] = "D3D9"; |
| 2903 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2904 | const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API"; |
| 2905 | const char kUseWinrtMidiApiDescription[] = |
| 2906 | "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or " |
| 2907 | "later)."; |
| 2908 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2909 | #endif // defined(OS_WIN) |
| 2910 | |
| 2911 | // Mac ------------------------------------------------------------------------- |
| 2912 | |
| 2913 | #if defined(OS_MACOSX) |
| 2914 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2915 | const char kContentFullscreenName[] = "Improved Content Fullscreen"; |
| 2916 | const char kContentFullscreenDescription[] = |
| 2917 | "Fullscreen content window detaches from main browser window and goes to " |
| 2918 | "a new space without moving or changing the original browser window."; |
| 2919 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2920 | const char kHostedAppsInWindowsName[] = |
| 2921 | "Allow hosted apps to be opened in windows"; |
| 2922 | const char kHostedAppsInWindowsDescription[] = |
| 2923 | "Allows hosted apps to be opened in windows instead of being limited to " |
| 2924 | "tabs."; |
| 2925 | |
Christopher Cameron | 57dee5a4 | 2018-09-25 01:20:08 | [diff] [blame] | 2926 | const char kCreateAppWindowsInAppShimProcessName[] = |
| 2927 | "Create native windows in the app process"; |
| 2928 | const char kCreateAppWindowsInAppShimProcessDescription[] = |
| 2929 | "Create native windows the app shim process, instead of of the browser " |
| 2930 | "process."; |
| 2931 | |
Lei Zhang | e065b57 | 2018-12-11 08:00:41 | [diff] [blame] | 2932 | const char kEnableCustomMacPaperSizesName[] = "Enable custom paper sizes"; |
| 2933 | const char kEnableCustomMacPaperSizesDescription[] = |
| 2934 | "Allow use of custom paper sizes in Print Preview."; |
| 2935 | |
Lei Zhang | 2eca908 | 2017-10-17 20:42:50 | [diff] [blame] | 2936 | const char kMacTouchBarName[] = "Hardware Touch Bar"; |
| 2937 | const char kMacTouchBarDescription[] = "Control the use of the Touch Bar."; |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2938 | |
Greg Kerr | 32483d1c | 2018-12-18 02:29:14 | [diff] [blame] | 2939 | const char kMacV2GPUSandboxName[] = "Mac V2 GPU Sandbox"; |
| 2940 | const char kMacV2GPUSandboxDescription[] = |
| 2941 | "Controls whether the GPU process on macOS uses the V1 or V2 sandbox."; |
| 2942 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2943 | const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows."; |
| 2944 | const char kMacViewsNativeAppWindowsDescription[] = |
| 2945 | "Controls whether to use Toolkit-Views based Chrome App windows."; |
| 2946 | |
| 2947 | const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager."; |
| 2948 | const char kMacViewsTaskManagerDescription[] = |
| 2949 | "Controls whether to use the Toolkit-Views based Task Manager."; |
| 2950 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2951 | #endif |
| 2952 | |
| 2953 | // Chrome OS ------------------------------------------------------------------- |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2954 | |
| 2955 | #if defined(OS_CHROMEOS) |
| 2956 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2957 | const char kAcceleratedMjpegDecodeName[] = |
| 2958 | "Hardware-accelerated mjpeg decode for captured frame"; |
| 2959 | const char kAcceleratedMjpegDecodeDescription[] = |
| 2960 | "Enable hardware-accelerated mjpeg decode for captured frame where " |
| 2961 | "available."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2962 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2963 | const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click"; |
| 2964 | const char kAllowTouchpadThreeFingerClickDescription[] = |
| 2965 | "Enables touchpad three-finger-click as middle button."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2966 | |
Reka Norman | a11e57fc | 2019-01-29 21:56:58 | [diff] [blame] | 2967 | const char kAppServiceAshName[] = "App Service Ash"; |
| 2968 | const char kAppServiceAshDescription[] = |
| 2969 | "Use the App Service to provide data to the Ash UI, such as the shelf and " |
| 2970 | "app list."; |
| 2971 | |
Bruno Kim Medeiros Cesar | b98fe1d8 | 2018-06-06 18:11:52 | [diff] [blame] | 2972 | const char kArcAvailableForChildName[] = "Allow ARC for child accounts"; |
| 2973 | const char kArcAvailableForChildDescription[] = |
| 2974 | "Allow child accounts to start Android apps."; |
| 2975 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2976 | const char kArcBootCompleted[] = "Load Android apps automatically"; |
| 2977 | const char kArcBootCompletedDescription[] = |
| 2978 | "Allow Android apps to start automatically after signing in."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2979 | |
Luum Habtemariam | daa8fd2 | 2018-06-25 22:39:43 | [diff] [blame] | 2980 | const char kArcCupsApiName[] = "ARC CUPS API"; |
| 2981 | const char kArcCupsApiDescription[] = |
| 2982 | "Enables support of libcups APIs from ARC"; |
| 2983 | |
Naoki Fukino | 153de8a | 2019-01-22 08:37:54 | [diff] [blame] | 2984 | const char kArcDocumentsProviderName[] = "ARC DocumentsProvider integration"; |
| 2985 | const char kArcDocumentsProviderDescription[] = |
| 2986 | "Enables DocumentsProvider integration in Chrome OS Files app."; |
| 2987 | |
Satoshi Niwa | 8b1d528 | 2018-10-24 04:53:03 | [diff] [blame] | 2988 | const char kArcFilePickerExperimentName[] = |
| 2989 | "Enable file picker experiment for ARC"; |
| 2990 | const char kArcFilePickerExperimentDescription[] = |
| 2991 | "Enables using Chrome OS file picker in ARC."; |
| 2992 | |
[email protected] | 939ceae | 2019-01-29 17:00:15 | [diff] [blame] | 2993 | const char kArcGraphicBuffersVisualizationToolName[] = |
| 2994 | "Enable ARC graphic buffers visualization tool"; |
| 2995 | const char kArcGraphicBuffersVisualizationToolDescription[] = |
| 2996 | "Enable ARC graphic buffers visualization tool " |
| 2997 | "(chrome://arc-graphics-tracing)."; |
| 2998 | |
Lev Rumyantsev | 7a854431 | 2017-08-18 19:26:51 | [diff] [blame] | 2999 | const char kArcNativeBridgeExperimentName[] = |
| 3000 | "Enable native bridge experiment for ARC"; |
| 3001 | const char kArcNativeBridgeExperimentDescription[] = |
| 3002 | "Enables experimental native bridge feature."; |
| 3003 | |
lgcheng | ecd1c1a6 | 2018-01-09 02:59:46 | [diff] [blame] | 3004 | const char kArcUsbHostName[] = "Enable ARC USB host integration"; |
| 3005 | const char kArcUsbHostDescription[] = |
| 3006 | "Allow Android apps to use USB host feature on ChromeOS devices."; |
| 3007 | |
Kevin Cernekee | b7f96a5 | 2017-10-25 17:40:18 | [diff] [blame] | 3008 | const char kArcVpnName[] = "Enable ARC VPN integration"; |
| 3009 | const char kArcVpnDescription[] = |
| 3010 | "Allow Android VPN clients to tunnel Chrome traffic."; |
| 3011 | |
Qiang Xu | 045aff22 | 2018-05-21 23:21:01 | [diff] [blame] | 3012 | const char kAshEnableDisplayMoveWindowAccelsName[] = |
| 3013 | "Enable shortcuts for moving window between displays."; |
| 3014 | const char kAshEnableDisplayMoveWindowAccelsDescription[] = |
| 3015 | "Enable shortcuts for moving window between displays."; |
| 3016 | |
Sammie Quon | fe640ca | 2019-01-30 17:54:18 | [diff] [blame] | 3017 | const char kAshEnableOverviewRoundedCornersName[] = |
| 3018 | "Enable rounded corners in overview mode."; |
| 3019 | const char kAshEnableOverviewRoundedCornersDescription[] = |
| 3020 | "Enables rounded corners on overview windows."; |
| 3021 | |
Qiang Xu | 045aff22 | 2018-05-21 23:21:01 | [diff] [blame] | 3022 | const char kAshEnablePersistentWindowBoundsName[] = |
| 3023 | "Enable persistent window bounds in multi-displays scenario."; |
| 3024 | const char kAshEnablePersistentWindowBoundsDescription[] = |
| 3025 | "Enable persistent window bounds in multi-displays scenario."; |
| 3026 | |
Eliot Courtney | e87a9c3 | 2018-11-20 03:33:02 | [diff] [blame] | 3027 | const char kAshEnablePipRoundedCornersName[] = |
| 3028 | "Enable Picture-in-Picture rounded corners."; |
| 3029 | const char kAshEnablePipRoundedCornersDescription[] = |
| 3030 | "Enable rounded corners on the Picture-in-Picture window."; |
| 3031 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3032 | const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode"; |
| 3033 | const char kAshEnableUnifiedDesktopDescription[] = |
| 3034 | "Enable unified desktop mode which allows a window to span multiple " |
| 3035 | "displays."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3036 | |
Qiang Xu | 045aff22 | 2018-05-21 23:21:01 | [diff] [blame] | 3037 | const char kAshShelfColorName[] = "Shelf color in Chrome OS system UI"; |
| 3038 | const char kAshShelfColorDescription[] = |
| 3039 | "Enables/disables the shelf color to be a derived from the wallpaper. The " |
| 3040 | "--ash-shelf-color-scheme flag defines how that color is derived."; |
| 3041 | |
| 3042 | const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI"; |
| 3043 | const char kAshShelfColorSchemeDescription[] = |
| 3044 | "Specify how the color is derived from the wallpaper. This flag is only " |
| 3045 | "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted"; |
| 3046 | const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant"; |
| 3047 | const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant"; |
| 3048 | const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant"; |
| 3049 | const char kAshShelfColorSchemeLightMuted[] = "Light & Muted"; |
| 3050 | const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted"; |
| 3051 | const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted"; |
| 3052 | |
Sean Kau | 5e95619 | 2017-10-06 22:25:17 | [diff] [blame] | 3053 | const char kBulkPrintersName[] = "Bulk Printers Policy"; |
| 3054 | const char kBulkPrintersDescription[] = "Enables the new bulk printers policy"; |
| 3055 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3056 | const char kCaptivePortalBypassProxyName[] = |
| 3057 | "Bypass proxy for Captive Portal Authorization"; |
| 3058 | const char kCaptivePortalBypassProxyDescription[] = |
| 3059 | "If proxy is configured, it usually prevents from authorization on " |
| 3060 | "different captive portals. This enables opening captive portal " |
| 3061 | "authorization dialog in a separate window, which ignores proxy settings."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3062 | |
Xiaochu Liu | 51d03fd | 2017-09-08 23:51:02 | [diff] [blame] | 3063 | const char kCrOSContainerName[] = "Chrome OS Container"; |
| 3064 | const char kCrOSContainerDescription[] = |
| 3065 | "Enable the use of Chrome OS Container utility."; |
| 3066 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3067 | const char kCrosRegionsModeName[] = "Cros-regions load mode"; |
| 3068 | const char kCrosRegionsModeDescription[] = |
| 3069 | "This flag controls cros-regions load mode"; |
| 3070 | const char kCrosRegionsModeDefault[] = "Default"; |
| 3071 | const char kCrosRegionsModeOverride[] = "Override VPD values."; |
| 3072 | const char kCrosRegionsModeHide[] = "Hide VPD values."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3073 | |
Daniel Ng | 96ab0c8 | 2019-01-16 01:21:55 | [diff] [blame] | 3074 | const char kCrostiniAppSearchName[] = "Crostini App Search"; |
| 3075 | const char kCrostiniAppSearchDescription[] = |
| 3076 | "Enable search and installation of Crostini apps in the launcher."; |
| 3077 | |
Joel Hockey | 4238710 | 2019-01-10 01:19:32 | [diff] [blame] | 3078 | const char kCrostiniBackupName[] = "Crostini Backup"; |
| 3079 | const char kCrostiniBackupDescription[] = "Enable Crostini export and import."; |
| 3080 | |
Josh Pratt | 57cea39 | 2018-10-30 02:59:06 | [diff] [blame] | 3081 | const char kCrostiniUsbSupportName[] = "Crostini Usb Support"; |
| 3082 | const char kCrostiniUsbSupportDescription[] = |
| 3083 | "Enable mounting Usb devices in Crostini."; |
| 3084 | |
Josh Nohle | 2f82dcc | 2018-12-17 23:11:23 | [diff] [blame] | 3085 | const char kCryptAuthV2EnrollmentName[] = "CryptAuth v2 Enrollment"; |
| 3086 | const char kCryptAuthV2EnrollmentDescription[] = |
| 3087 | "Use the CryptAuth v2 Enrollment protocol."; |
| 3088 | |
Qiang Xu | 045aff22 | 2018-05-21 23:21:01 | [diff] [blame] | 3089 | const char kDisableSystemTimezoneAutomaticDetectionName[] = |
| 3090 | "SystemTimezoneAutomaticDetection policy support"; |
| 3091 | const char kDisableSystemTimezoneAutomaticDetectionDescription[] = |
| 3092 | "Disable system timezone automatic detection device policy."; |
| 3093 | |
Sammie Quon | ef6b488 | 2017-09-14 16:50:05 | [diff] [blame] | 3094 | const char kDisableTabletAutohideTitlebarsName[] = |
| 3095 | "Disable autohide titlebars in tablet mode"; |
| 3096 | const char kDisableTabletAutohideTitlebarsDescription[] = |
| 3097 | "Disable tablet mode autohide titlebars functionality. The user will be " |
| 3098 | "able to see the titlebar in tablet mode."; |
| 3099 | |
Xiaoqian Dai | 24b33eb | 2018-04-10 21:01:57 | [diff] [blame] | 3100 | const char kDisableTabletSplitViewName[] = "Disable split view in Tablet mode"; |
| 3101 | const char kDisableTabletSplitViewDescription[] = |
| 3102 | "Disable split view for Chrome OS tablet mode."; |
| 3103 | |
Ahmed Fakhry | 4f567e69 | 2018-10-16 15:51:08 | [diff] [blame] | 3104 | const char kDoubleTapToZoomInTabletModeName[] = |
| 3105 | "Double-tap to zoom in tablet mode"; |
| 3106 | const char kDoubleTapToZoomInTabletModeDescription[] = |
| 3107 | "If Enabled, double tapping in webpages while in tablet mode will zoom the " |
| 3108 | "page."; |
| 3109 | |
Matthew Mourgos | cf22b4b | 2019-03-06 23:46:39 | [diff] [blame] | 3110 | const char kEnableAppGridGhostName[] = "App Grid Ghosting"; |
| 3111 | const char kEnableAppGridGhostDescription[] = |
| 3112 | "Enables ghosting during an item drag in launcher."; |
| 3113 | |
Daniel Zhang | 0139907 | 2018-08-16 22:28:20 | [diff] [blame] | 3114 | const char kEnableAppListSearchAutocompleteName[] = |
| 3115 | "App List Search Autocomplete"; |
| 3116 | const char kEnableAppListSearchAutocompleteDescription[] = |
| 3117 | "Allow App List search box to autocomplete queries for Google searches and " |
| 3118 | "apps."; |
| 3119 | |
Qiang Xu | 53d1a583 | 2018-05-24 18:44:19 | [diff] [blame] | 3120 | const char kEnableAppShortcutSearchName[] = |
| 3121 | "Enable app shortcut search in launcher"; |
| 3122 | const char kEnableAppShortcutSearchDescription[] = |
| 3123 | "Enables app shortcut search in launcher"; |
| 3124 | |
Vladislav Kaznacheev | aa213a0 | 2018-10-29 17:54:28 | [diff] [blame] | 3125 | const char kEnableAppDataSearchName[] = "Enable app data search in launcher"; |
| 3126 | const char kEnableAppDataSearchDescription[] = |
| 3127 | "Allow launcher search to access data available through Firebase App " |
| 3128 | "Indexing"; |
| 3129 | |
Lei Zhang | 0a318af | 2018-11-14 02:19:46 | [diff] [blame] | 3130 | const char kEnableArcUnifiedAudioFocusName[] = |
Becca Hughes | 34415e8 | 2018-10-05 18:47:37 | [diff] [blame] | 3131 | "Enable unified audio focus on ARC"; |
Lei Zhang | 0a318af | 2018-11-14 02:19:46 | [diff] [blame] | 3132 | const char kEnableArcUnifiedAudioFocusDescription[] = |
Becca Hughes | 34415e8 | 2018-10-05 18:47:37 | [diff] [blame] | 3133 | "If audio focus is enabled in Chrome then this will delegate audio focus " |
| 3134 | "control in Android apps to Chrome."; |
| 3135 | |
Yue Li | 958f9dd | 2018-11-15 00:56:59 | [diff] [blame] | 3136 | const char kEnableAssistantVoiceMatchName[] = "Enable Assistant Voice Match"; |
| 3137 | const char kEnableAssistantVoiceMatchDescription[] = |
| 3138 | "Enable the Assistant Voice Match feature"; |
| 3139 | |
Yue Li | ebaa995 | 2018-12-07 21:41:26 | [diff] [blame] | 3140 | const char kEnableAssistantAppSupportName[] = "Enable Assistant App Support"; |
| 3141 | const char kEnableAssistantAppSupportDescription[] = |
| 3142 | "Enable the Assistant App Support feature"; |
| 3143 | |
Lei Zhang | 0ca70ea | 2018-09-07 17:51:01 | [diff] [blame] | 3144 | const char kEnableChromeOsAccountManagerName[] = "Enable Account Manager"; |
| 3145 | const char kEnableChromeOsAccountManagerDescription[] = |
Kushagra Sinha | 8a181fc | 2018-08-20 17:15:49 | [diff] [blame] | 3146 | "Enables the Chrome OS Account Manager"; |
| 3147 | |
Alexander Alekseev | 38e1e0a | 2018-11-08 22:48:48 | [diff] [blame] | 3148 | const char kEnableDiscoverAppName[] = "Enable Discover App"; |
| 3149 | const char kEnableDiscoverAppDescription[] = |
| 3150 | "Enable Discover App icon in launcher."; |
| 3151 | |
Xiaoqian Dai | 82d9919 | 2018-05-25 18:51:35 | [diff] [blame] | 3152 | const char kEnableDragTabsInTabletModeName[] = |
| 3153 | "Enable dragging tabs in tablet mode"; |
| 3154 | const char kEnableDragTabsInTabletModeDescription[] = |
| 3155 | "Allows the user to drag the tabs out of a browser window in tablet mode."; |
| 3156 | |
Sam McNally | 201fbf94e | 2018-07-04 03:15:20 | [diff] [blame] | 3157 | const char kEnableDriveFsName[] = "Enable DriveFS"; |
| 3158 | const char kEnableDriveFsDescription[] = |
| 3159 | "Enables use of the new DriveFS-based Drive sync client."; |
| 3160 | |
Andrew Moylan | 9758527 | 2019-02-19 19:01:22 | [diff] [blame] | 3161 | const char kEnableExplicitDmaFencesName[] = "Enable explicit dma-fences"; |
| 3162 | const char kEnableExplicitDmaFencesDescription[] = |
| 3163 | "Use dma-fences explicitly for synchronization between GPU and display " |
| 3164 | "controller when available."; |
| 3165 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3166 | const char kEnableEncryptionMigrationName[] = |
| 3167 | "Enable encryption migration of user data"; |
| 3168 | const char kEnableEncryptionMigrationDescription[] = |
| 3169 | "If enabled and the device supports ARC, the user will be asked to update " |
| 3170 | "the encryption of user data when the user signs in."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3171 | |
Qiang Xu | 045aff22 | 2018-05-21 23:21:01 | [diff] [blame] | 3172 | const char kEnableFullscreenHandwritingVirtualKeyboardName[] = |
| 3173 | "Enable full screen handwriting virtual keyboard"; |
| 3174 | const char kEnableFullscreenHandwritingVirtualKeyboardDescription[] = |
| 3175 | "If enabled, the handwriting virtual keyboard will allow user to write " |
| 3176 | "anywhere on the screen"; |
| 3177 | |
Xiaohui Chen | fb0943e | 2018-10-16 22:44:37 | [diff] [blame] | 3178 | const char kEnableGoogleAssistantName[] = "Enable Google Assistant"; |
| 3179 | const char kEnableGoogleAssistantDescription[] = |
| 3180 | "Enable an experimental Assistant implementation that will work on all " |
| 3181 | "Chromebooks."; |
| 3182 | |
Xiaohui Chen | f4283f3 | 2018-11-26 20:02:50 | [diff] [blame] | 3183 | const char kEnableGoogleAssistantDspName[] = |
| 3184 | "Enable Google Assistant with hardware-based hotword"; |
| 3185 | const char kEnableGoogleAssistantDspDescription[] = |
| 3186 | "Enable an experimental feature that uses hardware-based hotword detection " |
| 3187 | "for Assistant. Only a limited number of devices have this type of " |
| 3188 | "hardware support."; |
| 3189 | |
Xiaohui Chen | c3baca4 | 2018-11-30 19:29:37 | [diff] [blame] | 3190 | const char kEnableGoogleAssistantStereoInputName[] = |
| 3191 | "Enable Google Assistant with stereo audio input"; |
| 3192 | const char kEnableGoogleAssistantStereoInputDescription[] = |
| 3193 | "Enable an experimental feature that uses stereo audio input for hotword " |
| 3194 | "and voice to text detection in Google Assistant."; |
| 3195 | |
Qiang Xu | 045aff22 | 2018-05-21 23:21:01 | [diff] [blame] | 3196 | const char kEnableHomeLauncherName[] = "Enable home launcher"; |
| 3197 | const char kEnableHomeLauncherDescription[] = |
| 3198 | "Enable home launcher in tablet mode."; |
| 3199 | |
Andrew Moylan | 9758527 | 2019-02-19 19:01:22 | [diff] [blame] | 3200 | const char kEnableMyFilesVolumeName[] = "Enable MyFiles as Volume"; |
| 3201 | const char kEnableMyFilesVolumeDescription[] = |
| 3202 | "Enables use of MyFiles as a read/write volume. This should be only " |
| 3203 | "used for testing or for trying to restore the previous Downloads content."; |
| 3204 | |
Sammie Quon | 248ccef | 2018-08-28 23:00:01 | [diff] [blame] | 3205 | const char kEnableOobeRecommendAppsScreenName[] = |
| 3206 | "Enable OOBE Recommend Apps Screen"; |
| 3207 | const char kEnableOobeRecommendAppsScreenDescription[] = |
| 3208 | "Enable the Recommend Apps Screen in OOBE which allows user to install apps" |
| 3209 | "from other devices"; |
| 3210 | |
Qiang Xu | 045aff22 | 2018-05-21 23:21:01 | [diff] [blame] | 3211 | const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences."; |
| 3212 | const char kEnablePerUserTimezoneDescription[] = |
| 3213 | "Chrome OS system timezone preference is stored and handled for each user " |
| 3214 | "individually."; |
| 3215 | |
Vladislav Kaznacheev | aa213a0 | 2018-10-29 17:54:28 | [diff] [blame] | 3216 | const char kEnablePlayStoreSearchName[] = "Enable Play Store search"; |
| 3217 | const char kEnablePlayStoreSearchDescription[] = |
| 3218 | "Enable Play Store search in launcher."; |
| 3219 | |
Darren Shen | 3e49c63d | 2018-03-28 04:45:50 | [diff] [blame] | 3220 | const char kEnableStylusVirtualKeyboardName[] = |
| 3221 | "Enable stylus virtual keyboard"; |
| 3222 | const char kEnableStylusVirtualKeyboardDescription[] = |
| 3223 | "If enabled, tapping with a stylus will show the handwriting virtual " |
| 3224 | "keyboard."; |
| 3225 | |
Jazz Xu | 2e588666 | 2018-12-14 00:38:48 | [diff] [blame] | 3226 | const char kEnableVideoPlayerNativeControlsName[] = |
| 3227 | "Enable native controls in video player app"; |
| 3228 | const char kEnableVideoPlayerNativeControlsDescription[] = |
| 3229 | "Enable native controls in video player app"; |
| 3230 | |
Darren Shen | 0b4e580 | 2018-07-10 03:12:26 | [diff] [blame] | 3231 | const char kEnableVirtualKeyboardUkmName[] = "Enable UKM for virtual keyboard"; |
| 3232 | const char kEnableVirtualKeyboardUkmDescription[] = |
| 3233 | "Enables UKM for virtual keyboard"; |
| 3234 | |
Lei Zhang | 0ca70ea | 2018-09-07 17:51:01 | [diff] [blame] | 3235 | const char kEnableZeroStateSuggestionsName[] = "Enable Zero State Suggetions"; |
| 3236 | const char kEnableZeroStateSuggestionsDescription[] = |
Sammie Quon | 248ccef | 2018-08-28 23:00:01 | [diff] [blame] | 3237 | "Enable Zero State Suggestions feature in Launcher, which will show " |
Vladislav Kaznacheev | aa213a0 | 2018-10-29 17:54:28 | [diff] [blame] | 3238 | "suggestions when launcher search box is active with an empty query"; |
Sammie Quon | 248ccef | 2018-08-28 23:00:01 | [diff] [blame] | 3239 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3240 | const char kEolNotificationName[] = "Disable Device End of Life notification."; |
| 3241 | const char kEolNotificationDescription[] = |
| 3242 | "Disable Notifcation when Device is End of Life."; |
| 3243 | |
Akihiro Ota | 3ff6f8a | 2019-01-18 17:43:04 | [diff] [blame] | 3244 | const char kExperimentalAccessibilityChromeVoxLanguageSwitchingName[] = |
| 3245 | "Enable experimental ChromeVox language switching."; |
| 3246 | const char kExperimentalAccessibilityChromeVoxLanguageSwitchingDescription[] = |
| 3247 | "Enable ChromeVox language switching, which changes ChromeVox's " |
| 3248 | "output language upon detection of new language."; |
| 3249 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3250 | const char kFirstRunUiTransitionsName[] = |
| 3251 | "Animated transitions in the first-run tutorial"; |
| 3252 | const char kFirstRunUiTransitionsDescription[] = |
| 3253 | "Transitions during first-run tutorial are animated."; |
| 3254 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3255 | const char kForceEnableStylusToolsName[] = "Force enable stylus features"; |
| 3256 | const char kForceEnableStylusToolsDescription[] = |
| 3257 | "Forces display of the stylus tools menu in the shelf and the stylus " |
| 3258 | "section in settings, even if there is no attached stylus device."; |
| 3259 | |
Andrew Moylan | 9758527 | 2019-02-19 19:01:22 | [diff] [blame] | 3260 | const char kFsNosymfollowName[] = |
| 3261 | "Prevent symlink traversal on user-supplied filesystems."; |
| 3262 | const char kFsNosymfollowDescription[] = |
| 3263 | "Causes user-supplied filesystems to be mounted with the 'nosymfollow'" |
| 3264 | " option, so the chromuimos LSM denies symlink traversal on the" |
| 3265 | " filesystem."; |
| 3266 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3267 | const char kGestureTypingName[] = "Gesture typing for the virtual keyboard."; |
| 3268 | const char kGestureTypingDescription[] = |
| 3269 | "Enable/Disable gesture typing option in the settings page for the virtual " |
| 3270 | "keyboard."; |
| 3271 | |
Andrew Moylan | 9758527 | 2019-02-19 19:01:22 | [diff] [blame] | 3272 | const char kImeServiceName[] = "Enable IME service"; |
| 3273 | const char kImeServiceDescription[] = |
| 3274 | "Enable IME service to provide the IME functionality instead of NaCl"; |
| 3275 | |
Ahmed Fakhry | 15d707e | 2019-02-22 23:54:21 | [diff] [blame] | 3276 | const char kListAllDisplayModesName[] = "List all display modes"; |
| 3277 | const char kListAllDisplayModesDescription[] = |
| 3278 | "Enables listing all external displays' modes in the display settings."; |
| 3279 | |
Megumi Hattori | 5a0d418 | 2018-03-06 11:09:50 | [diff] [blame] | 3280 | const char kLockScreenNotificationName[] = "Lock screen notification"; |
| 3281 | const char kLockScreenNotificationDescription[] = |
| 3282 | "Enable notifications on the lock screen."; |
| 3283 | |
Mohsen Izadi | 06a16f7 | 2018-11-29 02:29:22 | [diff] [blame] | 3284 | const char kMashOopVizName[] = "Out-of-process viz for mash"; |
| 3285 | const char kMashOopVizDescription[] = |
| 3286 | "Runs viz in a separate process when mash is enabled (otherwise viz would " |
| 3287 | "run in ash process)"; |
| 3288 | |
Qiang Xu | 045aff22 | 2018-05-21 23:21:01 | [diff] [blame] | 3289 | const char kMaterialDesignInkDropAnimationSpeedName[] = |
| 3290 | "Material design ink drop animation speed"; |
| 3291 | const char kMaterialDesignInkDropAnimationSpeedDescription[] = |
| 3292 | "Sets the speed of the experimental visual feedback animations for " |
| 3293 | "material design."; |
| 3294 | const char kMaterialDesignInkDropAnimationFast[] = "Fast"; |
| 3295 | const char kMaterialDesignInkDropAnimationSlow[] = "Slow"; |
| 3296 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3297 | const char kMemoryPressureThresholdName[] = |
| 3298 | "Memory discard strategy for advanced pressure handling"; |
| 3299 | const char kMemoryPressureThresholdDescription[] = |
| 3300 | "Memory discarding strategy to use"; |
| 3301 | const char kConservativeThresholds[] = |
| 3302 | "Conservative memory pressure release strategy"; |
| 3303 | const char kAggressiveCacheDiscardThresholds[] = |
| 3304 | "Aggressive cache release strategy"; |
| 3305 | const char kAggressiveTabDiscardThresholds[] = |
| 3306 | "Aggressive tab release strategy"; |
| 3307 | const char kAggressiveThresholds[] = |
| 3308 | "Aggressive tab and cache release strategy"; |
| 3309 | |
| 3310 | const char kMtpWriteSupportName[] = "MTP write support"; |
| 3311 | const char kMtpWriteSupportDescription[] = |
| 3312 | "MTP write support in File System API (and file manager). In-place editing " |
| 3313 | "operations are not supported."; |
| 3314 | |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3315 | const char kNetworkPortalNotificationName[] = |
| 3316 | "Notifications about captive portals"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3317 | const char kNetworkPortalNotificationDescription[] = |
| 3318 | "If enabled, notification is displayed when device is connected to a " |
| 3319 | "network behind captive portal."; |
| 3320 | |
Anand K. Mistry | db5e010 | 2018-10-04 04:24:00 | [diff] [blame] | 3321 | const char kNewZipUnpackerName[] = "ZIP Archiver (unpacking)"; |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3322 | const char kNewZipUnpackerDescription[] = |
Anand K. Mistry | db5e010 | 2018-10-04 04:24:00 | [diff] [blame] | 3323 | "Use the ZIP Archiver for mounting/unpacking ZIP files"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3324 | |
Qiang Xu | 045aff22 | 2018-05-21 23:21:01 | [diff] [blame] | 3325 | const char kOfficeEditingComponentAppName[] = |
| 3326 | "Office Editing for Docs, Sheets & Slides"; |
| 3327 | const char kOfficeEditingComponentAppDescription[] = |
| 3328 | "Office Editing for Docs, Sheets & Slides for testing purposes."; |
| 3329 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3330 | const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect"; |
| 3331 | const char kPhysicalKeyboardAutocorrectDescription[] = |
| 3332 | "Enable physical keyboard autocorrect for US keyboard, which can provide " |
| 3333 | "suggestions as typing on physical keyboard."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3334 | |
| 3335 | const char kPrinterProviderSearchAppName[] = |
| 3336 | "Chrome Web Store Gallery app for printer drivers"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3337 | const char kPrinterProviderSearchAppDescription[] = |
| 3338 | "Enables Chrome Web Store Gallery app for printer drivers. The app " |
Vitalii Iarko | 7df52014 | 2017-07-07 12:53:19 | [diff] [blame] | 3339 | "searches Chrome Web Store for extensions that support printing to a USB " |
| 3340 | "printer with specific USB ID."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3341 | |
Andrew Moylan | 9758527 | 2019-02-19 19:01:22 | [diff] [blame] | 3342 | const char kSchedulerConfigurationName[] = "Scheduler Configuration"; |
| 3343 | const char kSchedulerConfigurationDescription[] = |
| 3344 | "Instructs the OS to use a specific scheduler configuration setting."; |
| 3345 | const char kSchedulerConfigurationConservative[] = "Conservative"; |
| 3346 | const char kSchedulerConfigurationPerformance[] = "Performance"; |
| 3347 | |
| 3348 | const char kShillSandboxingName[] = |
| 3349 | "Run shill, the ChromeOS network manager, in a sandbox."; |
| 3350 | const char kShillSandboxingDescription[] = |
| 3351 | "Causes shill to be run as user/group 'shill', instead of 'root'."; |
| 3352 | |
James Cook | 0ba192bf | 2017-12-01 20:53:11 | [diff] [blame] | 3353 | const char kShowTapsName[] = "Show taps"; |
| 3354 | const char kShowTapsDescription[] = |
| 3355 | "Draws a circle at each touch point, which makes touch points more obvious " |
| 3356 | "when projecting or mirroring the display. Similar to the Android OS " |
| 3357 | "developer option."; |
| 3358 | |
| 3359 | const char kShowTouchHudName[] = "Show HUD for touch points"; |
| 3360 | const char kShowTouchHudDescription[] = |
| 3361 | "Shows a trail of colored dots for the last few touch points. Pressing " |
| 3362 | "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps " |
| 3363 | "debug hardware issues that generate spurious touch events."; |
| 3364 | |
James Cook | 28d7c48 | 2018-09-07 21:00:54 | [diff] [blame] | 3365 | const char kSingleProcessMashName[] = |
| 3366 | "In-process window service (SingleProcessMash)"; |
| 3367 | const char kSingleProcessMashDescription[] = |
| 3368 | "Runs the system UI (ash) as a mojo service, but inside the browser " |
| 3369 | "process. The browser uses the mojo window service (ws) APIs."; |
| 3370 | |
Jorge Gil | 5a8ccde | 2018-07-10 01:46:21 | [diff] [blame] | 3371 | const char kSmartTextSelectionName[] = "Smart Text Selection"; |
| 3372 | const char kSmartTextSelectionDescription[] = |
| 3373 | "Shows quick actions for text " |
| 3374 | "selections in the context menu."; |
| 3375 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3376 | const char kTetherName[] = "Instant Tethering"; |
| 3377 | const char kTetherDescription[] = |
| 3378 | "Enables Instant Tethering. Instant Tethering allows your nearby Google " |
| 3379 | "phone to share its Internet connection with this device."; |
stanisc | 14bed0b13 | 2017-05-10 17:46:37 | [diff] [blame] | 3380 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3381 | const char kTouchscreenCalibrationName[] = |
| 3382 | "Enable/disable touchscreen calibration option in material design settings"; |
| 3383 | const char kTouchscreenCalibrationDescription[] = |
| 3384 | "If enabled, the user can calibrate the touch screen displays in " |
| 3385 | "chrome://settings/display."; |
yhanada | c5bff5b | 2017-05-18 06:37:09 | [diff] [blame] | 3386 | |
Qiang Xu | 045aff22 | 2018-05-21 23:21:01 | [diff] [blame] | 3387 | const char kUiDevToolsName[] = "Enable native UI inspection"; |
| 3388 | const char kUiDevToolsDescription[] = |
| 3389 | "Enables inspection of native UI elements. For local inspection use " |
| 3390 | "chrome://inspect#other"; |
| 3391 | |
Mitsuru Oshima | 63d3f2a | 2017-08-23 00:12:11 | [diff] [blame] | 3392 | // Force UI Mode |
| 3393 | const char kUiModeName[] = "Force Ui Mode"; |
| 3394 | const char kUiModeDescription[] = |
Elly Fong-Jones | f4c1577 | 2019-01-31 17:40:06 | [diff] [blame] | 3395 | "This flag can be used to force a certain mode on to a chromebook, " |
| 3396 | "despite its current orientation. \"Tablet\" means that the " |
| 3397 | "chromebook will act as if it were in tablet mode. \"Clamshell\" " |
| 3398 | "means that the chromebook will act as if it were in clamshell " |
| 3399 | "mode. \"Auto\" means that the chromebook will alternate between " |
| 3400 | "the two, based on its orientation."; |
Min Chen | fd25cd2 | 2018-11-06 01:50:51 | [diff] [blame] | 3401 | const char kUiModeTablet[] = "Tablet"; |
Mitsuru Oshima | 63d3f2a | 2017-08-23 00:12:11 | [diff] [blame] | 3402 | const char kUiModeClamshell[] = "Clamshell"; |
| 3403 | const char kUiModeAuto[] = "Auto (default)"; |
| 3404 | |
Andrew Moylan | 9758527 | 2019-02-19 19:01:22 | [diff] [blame] | 3405 | const char kUiShowCompositedLayerBordersName[] = |
| 3406 | "Show UI composited layer borders"; |
| 3407 | const char kUiShowCompositedLayerBordersDescription[] = |
| 3408 | "Show border around composited layers created by UI."; |
| 3409 | const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass"; |
| 3410 | const char kUiShowCompositedLayerBordersSurface[] = "Surface"; |
| 3411 | const char kUiShowCompositedLayerBordersLayer[] = "Layer"; |
| 3412 | const char kUiShowCompositedLayerBordersAll[] = "All"; |
| 3413 | |
| 3414 | const char kUiSlowAnimationsName[] = "Slow UI animations"; |
| 3415 | const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow."; |
Mattias Nissler | 6bb633f | 2019-02-13 23:41:46 | [diff] [blame] | 3416 | |
Sonny Sasaka | 7fecfeda | 2018-07-11 23:47:55 | [diff] [blame] | 3417 | const char kUnfilteredBluetoothDevicesName[] = "Unfiltered Bluetooth devices"; |
| 3418 | const char kUnfilteredBluetoothDevicesDescription[] = |
| 3419 | "Shows all Bluetooth devices in UI (System Tray/Settings Page.)"; |
| 3420 | |
Allen Webb | cdc8e69d | 2018-09-12 20:36:00 | [diff] [blame] | 3421 | const char kUsbguardName[] = "Block new USB devices at the lock screen."; |
| 3422 | const char kUsbguardDescription[] = |
| 3423 | "Prevents newly connected USB devices from operating at the lock screen" |
| 3424 | " until Chrome OS is unlocked to protect against malicious USB devices." |
| 3425 | " Already connected USB devices will continue to function."; |
| 3426 | |
James Cook | a1bcfa9a | 2018-01-30 00:18:40 | [diff] [blame] | 3427 | const char kUseMashName[] = "Out-of-process system UI (mash)"; |
| 3428 | const char kUseMashDescription[] = |
| 3429 | "Runs the mojo UI service (mus) and the ash window manager and system UI " |
| 3430 | "in a separate process."; |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3431 | |
Miguel Casas-Sanchez | 8ba32f9 | 2017-11-07 05:03:34 | [diff] [blame] | 3432 | // TODO(mcasas): remove after https://crbug.com/771345. |
| 3433 | const char kUseMonitorColorSpaceName[] = "Use monitor color space"; |
| 3434 | const char kUseMonitorColorSpaceDescription[] = |
| 3435 | "Enables Chrome to use the color space information provided by the monitor" |
| 3436 | " instead of the default sRGB color space."; |
| 3437 | |
Andrew Moylan | 65122021 | 2019-02-19 22:50:14 | [diff] [blame] | 3438 | const char kUserActivityPredictionMlServiceName[] = |
| 3439 | "ML Service Smart Dim model"; |
| 3440 | const char kUserActivityPredictionMlServiceDescription[] = |
| 3441 | "Uses the new ML Service model for user activity prediction (Smart Dim)."; |
| 3442 | |
Andres Calderon Jaramillo | 43c0e8a | 2018-08-21 02:46:23 | [diff] [blame] | 3443 | const char kVaapiJpegImageDecodeAccelerationName[] = |
| 3444 | "VA-API JPEG decode acceleration for images"; |
| 3445 | const char kVaapiJpegImageDecodeAccelerationDescription[] = |
| 3446 | "Enable or disable decode acceleration of JPEG images (as opposed to camera" |
| 3447 | " captures) using the VA-API."; |
| 3448 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3449 | const char kVideoPlayerChromecastSupportName[] = |
| 3450 | "Experimental Chromecast support for Video Player"; |
| 3451 | const char kVideoPlayerChromecastSupportDescription[] = |
| 3452 | "This option enables experimental Chromecast support for Video Player app " |
| 3453 | "on ChromeOS."; |
| 3454 | |
| 3455 | const char kVirtualKeyboardName[] = "Virtual Keyboard"; |
| 3456 | const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support."; |
| 3457 | |
| 3458 | const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll"; |
| 3459 | const char kVirtualKeyboardOverscrollDescription[] = |
| 3460 | "Enables virtual keyboard overscroll support."; |
| 3461 | |
| 3462 | const char kVoiceInputName[] = "Voice input on virtual keyboard"; |
| 3463 | const char kVoiceInputDescription[] = |
| 3464 | "Enables voice input on virtual keyboard."; |
| 3465 | |
| 3466 | const char kWakeOnPacketsName[] = "Wake On Packets"; |
| 3467 | const char kWakeOnPacketsDescription[] = |
| 3468 | "Enables waking the device based on the receipt of some network packets."; |
orenb | 21da031c | 2017-06-30 21:24:20 | [diff] [blame] | 3469 | |
Rob Schonberger | cf5aeeea | 2019-02-27 16:57:37 | [diff] [blame] | 3470 | const char kEnableAppReinstallZeroStateName[] = |
| 3471 | "Enable Zero State App Reinstall Suggestions."; |
| 3472 | const char kEnableAppReinstallZeroStateDescription[] = |
| 3473 | "Enable Zero State App Reinstall Suggestions feature in launcher, which " |
| 3474 | "will show app reinstall recommendations at end of zero state list."; |
| 3475 | |
Tim Song | 988f709 | 2019-03-01 03:13:39 | [diff] [blame] | 3476 | extern const char kAshNotificationStackingBarRedesignName[] = |
| 3477 | "Redesigned notification stacking bar"; |
| 3478 | extern const char kAshNotificationStackingBarRedesignDescription[] = |
| 3479 | "Enables the redesigned notification stacking bar UI with a \"Clear all\" " |
| 3480 | "button."; |
| 3481 | |
yhanada | c5bff5b | 2017-05-18 06:37:09 | [diff] [blame] | 3482 | #endif // defined(OS_CHROMEOS) |
| 3483 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3484 | // Random platform combinations ----------------------------------------------- |
| 3485 | |
| 3486 | #if defined(OS_WIN) || defined(OS_LINUX) |
| 3487 | |
| 3488 | const char kEnableInputImeApiName[] = "Enable Input IME API"; |
| 3489 | const char kEnableInputImeApiDescription[] = |
| 3490 | "Enable the use of chrome.input.ime API."; |
| 3491 | |
| 3492 | #endif // defined(OS_WIN) || defined(OS_LINUX) |
| 3493 | |
Jiajia Qin | db252e9 | 2019-01-28 11:47:48 | [diff] [blame] | 3494 | #if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS) |
| 3495 | |
| 3496 | const char kWebGL2ComputeContextName[] = "WebGL 2.0 Compute"; |
| 3497 | const char kWebGL2ComputeContextDescription[] = |
| 3498 | "Enable the use of WebGL 2.0 Compute API."; |
| 3499 | |
| 3500 | #endif // defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS) |
| 3501 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3502 | #if defined(OS_WIN) || defined(OS_MACOSX) |
| 3503 | |
| 3504 | const char kAutomaticTabDiscardingName[] = "Automatic tab discarding"; |
| 3505 | const char kAutomaticTabDiscardingDescription[] = |
| 3506 | "If enabled, tabs get automatically discarded from memory when the system " |
| 3507 | "memory is low. Discarded tabs are still visible on the tab strip and get " |
| 3508 | "reloaded when clicked on. Info about discarded tabs can be found at " |
| 3509 | "chrome://discards."; |
| 3510 | |
| 3511 | #endif // defined(OS_WIN) || defined(OS_MACOSX) |
| 3512 | |
lanwei | 83f5445 | 2018-06-21 23:51:04 | [diff] [blame] | 3513 | #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) |
| 3514 | |
| 3515 | const char kDirectManipulationStylusName[] = "Direct Manipulation Stylus"; |
| 3516 | const char kDirectManipulationStylusDescription[] = |
| 3517 | "If enabled, Chrome will scroll web pages on stylus drag."; |
| 3518 | |
| 3519 | #endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) |
| 3520 | |
Henrik Grunell | 63f2d77 | 2018-12-06 17:25:20 | [diff] [blame] | 3521 | #if defined(OS_MACOSX) || defined(OS_CHROMEOS) |
| 3522 | |
| 3523 | const char kForceEnableSystemAecName[] = "Force enable system AEC"; |
| 3524 | const char kForceEnableSystemAecDescription[] = |
| 3525 | "Use system echo canceller instead of WebRTC echo canceller. If there is " |
| 3526 | "no system echo canceller available, getUserMedia with echo cancellation " |
| 3527 | "enabled will fail."; |
| 3528 | |
| 3529 | #endif // defined(OS_MACOSX) || defined(OS_CHROMEOS) |
| 3530 | |
David Bienvenu | c713d50 | 2019-02-07 23:46:32 | [diff] [blame] | 3531 | #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS) |
| 3532 | |
| 3533 | const char kWebContentsOcclusionName[] = "Enable occlusion of web contents"; |
| 3534 | const char kWebContentsOcclusionDescription[] = |
| 3535 | "If enabled, web contents will behave as hidden when it is occluded by " |
| 3536 | "other windows."; |
| 3537 | |
| 3538 | #endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS) |
| 3539 | |
Justin Donnelly | 110e40c | 2018-06-01 21:48:43 | [diff] [blame] | 3540 | const char kExperimentalUiName[] = "Use all upcoming UI features"; |
| 3541 | const char kExperimentalUiDescription[] = "Use all upcoming UI features."; |
Elly Fong-Jones | dfaf853 | 2018-05-29 18:20:48 | [diff] [blame] | 3542 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3543 | // Feature flags -------------------------------------------------------------- |
| 3544 | |
Lei Zhang | 0a318af | 2018-11-14 02:19:46 | [diff] [blame] | 3545 | #if defined(DCHECK_IS_CONFIGURABLE) |
| 3546 | const char kDcheckIsFatalName[] = "DCHECKs are fatal"; |
| 3547 | const char kDcheckIsFatalDescription[] = |
| 3548 | "By default Chrome will evaluate in this build, but only log failures, " |
| 3549 | "rather than crashing. If enabled, DCHECKs will crash the calling process."; |
| 3550 | #endif // defined(DCHECK_IS_CONFIGURABLE) |
| 3551 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3552 | #if BUILDFLAG(ENABLE_VR) |
| 3553 | |
Alex Cooper | 151b596e | 2019-02-21 01:26:57 | [diff] [blame] | 3554 | const char kWebXrOrientationSensorDeviceName[] = "Orientation sensors for XR"; |
| 3555 | const char kWebXrOrientationSensorDeviceDescription[] = |
| 3556 | "Allow use of orientation sensors for XR if present"; |
| 3557 | |
Bill Orr | 103ed27 | 2018-02-14 21:23:05 | [diff] [blame] | 3558 | #if BUILDFLAG(ENABLE_OCULUS_VR) |
| 3559 | const char kOculusVRName[] = "Oculus hardware support"; |
| 3560 | const char kOculusVRDescription[] = |
| 3561 | "If enabled, Chrome will use Oculus devices for VR (supported only on " |
| 3562 | "Windows 10 or later)."; |
| 3563 | #endif // ENABLE_OCULUS_VR |
| 3564 | |
Bill Orr | 4952756 | 2017-11-22 16:58:48 | [diff] [blame] | 3565 | #if BUILDFLAG(ENABLE_OPENVR) |
| 3566 | const char kOpenVRName[] = "OpenVR hardware support"; |
| 3567 | const char kOpenVRDescription[] = |
Bill Orr | 5056e69 | 2018-01-17 02:08:07 | [diff] [blame] | 3568 | "If enabled, Chrome will use OpenVR devices for VR (supported only on " |
| 3569 | "Windows 10 or later)."; |
Bill Orr | 4952756 | 2017-11-22 16:58:48 | [diff] [blame] | 3570 | #endif // ENABLE_OPENVR |
| 3571 | |
Bill Orr | d2af6bd5 | 2019-01-23 02:50:24 | [diff] [blame] | 3572 | #if BUILDFLAG(ENABLE_WINDOWS_MR) |
| 3573 | const char kWindowsMixedRealityName[] = "Windows Mixed Reality support"; |
| 3574 | const char kWindowsMixedRealityDescription[] = |
| 3575 | "If enabled, Chrome will use Windows Mixed Reality devices for VR" |
| 3576 | " (supported only on Windows 10 or later)."; |
| 3577 | #endif // ENABLE_WINDOWS_MR |
| 3578 | |
Bill Orr | ecfb9fe | 2018-10-02 00:11:10 | [diff] [blame] | 3579 | #if BUILDFLAG(ENABLE_ISOLATED_XR_SERVICE) |
| 3580 | const char kXRSandboxName[] = "XR device sandboxing"; |
| 3581 | const char kXRSandboxDescription[] = |
| 3582 | "If enabled, Chrome will host VR APIs in a restricted process on desktop."; |
| 3583 | #endif // ENABLE_ISOLATED_XR_SERVICE |
| 3584 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3585 | #endif // ENABLE_VR |
| 3586 | |
Lei Zhang | 802201c | 2018-11-14 18:16:28 | [diff] [blame] | 3587 | #if BUILDFLAG(ENABLE_PLUGINS) |
| 3588 | |
dstockwell | cc75920 | 2019-01-11 00:42:12 | [diff] [blame] | 3589 | #if defined(OS_CHROMEOS) |
| 3590 | const char kPdfAnnotations[] = "PDF Annotations"; |
Weidong Guo | 577fe9ac | 2019-01-28 19:58:10 | [diff] [blame] | 3591 | const char kPdfAnnotationsDescription[] = "Enable annotating PDF documents."; |
dstockwell | cc75920 | 2019-01-11 00:42:12 | [diff] [blame] | 3592 | #endif // defined(OS_CHROMEOS) |
| 3593 | |
Lei Zhang | 802201c | 2018-11-14 18:16:28 | [diff] [blame] | 3594 | const char kPdfFormSaveName[] = "Save PDF Forms"; |
| 3595 | const char kPdfFormSaveDescription[] = |
| 3596 | "Enable saving PDFs with filled form data."; |
| 3597 | |
| 3598 | const char kPdfIsolationName[] = "PDF Isolation"; |
| 3599 | const char kPdfIsolationDescription[] = |
| 3600 | "Render PDF files from different origins in different plugin processes."; |
| 3601 | |
| 3602 | #endif // BUILDFLAG(ENABLE_PLUGINS) |
| 3603 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3604 | #if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
| 3605 | |
| 3606 | const char kAutofillCreditCardUploadName[] = |
| 3607 | "Enable offering upload of Autofilled credit cards"; |
| 3608 | const char kAutofillCreditCardUploadDescription[] = |
| 3609 | "Enables a new option to upload credit cards to Google Payments for sync " |
| 3610 | "to all Chrome devices."; |
| 3611 | |
| 3612 | #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
| 3613 | |
Collin Baker | 0a45d6a | 2018-12-20 19:21:50 | [diff] [blame] | 3614 | #if BUILDFLAG(ENABLE_DESKTOP_IN_PRODUCT_HELP) |
| 3615 | |
| 3616 | const char kReopenTabInProductHelpName[] = "Reopen tab in-product help"; |
| 3617 | const char kReopenTabInProductHelpDescription[] = |
| 3618 | "Enable in-product help that guides a user to reopen a tab if it looks " |
| 3619 | "like they accidentally closed it."; |
| 3620 | |
| 3621 | #endif // BUILDFLAG(ENABLE_DESKTOP_IN_PRODUCT_HELP) |
| 3622 | |
Tomas Popela | 253a583 | 2019-01-14 17:22:10 | [diff] [blame] | 3623 | #if defined(WEBRTC_USE_PIPEWIRE) |
| 3624 | |
| 3625 | extern const char kWebrtcPipeWireCapturerName[] = "WebRTC PipeWire support"; |
| 3626 | extern const char kWebrtcPipeWireCapturerDescription[] = |
| 3627 | "When enabled the WebRTC will use the PipeWire multimedia server for " |
| 3628 | "capturing the desktop content on the Wayland display server."; |
| 3629 | |
| 3630 | #endif // #if defined(WEBRTC_USE_PIPEWIRE) |
| 3631 | |
Stephen Chenney | de6e5c8 | 2019-01-21 01:56:04 | [diff] [blame] | 3632 | const char kAvoidFlashBetweenNavigationName[] = |
| 3633 | "Enable flash avoidance between same-origin navigations"; |
| 3634 | const char kAvoidFlahsBetweenNavigationDescription[] = |
| 3635 | "Enables experimental flash avoidance when navigating between pages " |
| 3636 | "in the same origin. This feature is in the implementation stages and " |
| 3637 | "currently has no effect."; |
| 3638 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3639 | // ============================================================================ |
| 3640 | // Don't just add flags to the end, put them in the right section in |
| 3641 | // alphabetical order just like the header file. |
| 3642 | // ============================================================================ |
| 3643 | |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3644 | } // namespace flag_descriptions |