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