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