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 | |
Shubhie Panicker | 48616c3 | 2017-10-26 21:46:25 | [diff] [blame] | 12 | const char kStopLoadingInBackgroundName[] = "Stop loading in background"; |
| 13 | const char kStopLoadingInBackgroundDescription[] = |
| 14 | "Stop loading tasks and loading " |
| 15 | "resources, in the background, after certain grace time."; |
| 16 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 17 | const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas"; |
| 18 | const char kAccelerated2dCanvasDescription[] = |
| 19 | "Enables the use of the GPU to perform 2d canvas rendering instead of " |
| 20 | "using software rendering."; |
horo | db71a5a | 2017-06-09 16:08:24 | [diff] [blame] | 21 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 22 | const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode"; |
| 23 | const char kAcceleratedVideoDecodeDescription[] = |
| 24 | "Hardware-accelerated video decode where available."; |
| 25 | |
| 26 | const char kAffiliationBasedMatchingName[] = |
| 27 | "Affiliation based matching in password manager"; |
| 28 | const char kAffiliationBasedMatchingDescription[] = |
| 29 | "Allow credentials stored for Android applications to be filled into " |
| 30 | "corresponding websites."; |
| 31 | |
| 32 | const char kAllowInsecureLocalhostName[] = |
| 33 | "Allow invalid certificates for resources loaded from localhost."; |
| 34 | const char kAllowInsecureLocalhostDescription[] = |
| 35 | "Allows requests to localhost over HTTPS even when an invalid certificate " |
| 36 | "is presented."; |
| 37 | |
| 38 | const char kAllowNaclSocketApiName[] = "NaCl Socket API."; |
| 39 | const char kAllowNaclSocketApiDescription[] = |
| 40 | "Allows applications to use NaCl Socket API. Use only to test NaCl " |
| 41 | "plugins."; |
| 42 | |
| 43 | const char kAppBannersName[] = "App Banners"; |
| 44 | const char kAppBannersDescription[] = |
| 45 | "Enable the display of Progressive Web App banners, which prompt a user to " |
| 46 | "add a web app to their shelf, or other platform-specific equivalent."; |
| 47 | |
yoshiki iguchi | 4a10c5f | 2017-11-29 20:16:54 | [diff] [blame] | 48 | const char kAshSidebarName[] = "Sidebar"; |
| 49 | const char kAshSidebarDescription[] = "Enable the experimental sidebar."; |
| 50 | |
Khushal | ba20221 | 2017-07-12 19:53:49 | [diff] [blame] | 51 | const char kAsyncImageDecodingName[] = "AsyncImageDecoding"; |
| 52 | const char kAsyncImageDecodingDescription[] = |
| 53 | "Enables asynchronous decoding of images from raster for web content"; |
| 54 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 55 | const char kAutoplayPolicyName[] = "Autoplay policy"; |
| 56 | const char kAutoplayPolicyDescription[] = |
| 57 | "Policy used when deciding if audio or video is allowed to autoplay."; |
| 58 | |
| 59 | const char kAutoplayPolicyUserGestureRequiredForCrossOrigin[] = |
| 60 | "User gesture is required for cross-origin iframes."; |
| 61 | const char kAutoplayPolicyNoUserGestureRequired[] = |
| 62 | "No user gesture is required."; |
| 63 | const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required."; |
| 64 | const char kAutoplayPolicyDocumentUserActivation[] = |
| 65 | "Document user activation is required."; |
| 66 | |
Johann | e0cc690 | 2017-11-16 00:23:50 | [diff] [blame] | 67 | extern const char kAv1DecoderName[] = "Enable AV1 video decoding."; |
| 68 | extern const char kAv1DecoderDescription[] = |
| 69 | "Allow decoding of files with the AV1 video codec."; |
| 70 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 71 | const char kBackgroundVideoTrackOptimizationName[] = |
| 72 | "Optimize background video playback."; |
| 73 | const char kBackgroundVideoTrackOptimizationDescription[] = |
| 74 | "Disable video tracks when the video is played in the background to " |
| 75 | "optimize performance."; |
| 76 | |
| 77 | const char kBleAdvertisingInExtensionsName[] = "BLE Advertising in Chrome Apps"; |
| 78 | const char kBleAdvertisingInExtensionsDescription[] = |
| 79 | "Enables BLE Advertising in Chrome Apps. BLE Advertising might interfere " |
| 80 | "with regular use of Bluetooth Low Energy features."; |
| 81 | |
Charles Harrison | d629cc6 | 2017-10-05 01:39:54 | [diff] [blame] | 82 | const char kBlockTabUndersName[] = "Block tab-unders"; |
| 83 | const char kBlockTabUndersDescription[] = |
| 84 | "Blocks tab-unders in Chrome with some native UI to allow the user to " |
| 85 | "proceed."; |
| 86 | |
arthursonzogni | f2bc2d20 | 2017-11-08 11:01:02 | [diff] [blame] | 87 | const char kNavigationMojoResponseName[] = "Navigation response using Mojo"; |
| 88 | const char kNavigationMojoResponseDescription[] = |
| 89 | "Browser side navigation (aka PlzNavigate) is using blob URLs to deliver " |
| 90 | "the body of the main resource to the renderer process. This flag replaces " |
| 91 | "this mechanism by using a Mojo DataPipe."; |
| 92 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 93 | const char kBrowserTaskSchedulerName[] = "Task Scheduler"; |
| 94 | const char kBrowserTaskSchedulerDescription[] = |
| 95 | "Enables redirection of some task posting APIs to the task scheduler."; |
| 96 | |
| 97 | const char kBypassAppBannerEngagementChecksName[] = |
| 98 | "Bypass user engagement checks"; |
| 99 | const char kBypassAppBannerEngagementChecksDescription[] = |
| 100 | "Bypasses user engagement checks for displaying app banners, such as " |
| 101 | "requiring that users have visited the site before and that the banner " |
| 102 | "hasn't been shown recently. This allows developers to test that other " |
| 103 | "eligibility requirements for showing app banners, such as having a " |
| 104 | "manifest, are met."; |
| 105 | |
Lucas Garron | b9539b73 | 2017-10-31 00:22:09 | [diff] [blame] | 106 | const char kCommittedInterstitialsName[] = "Committed Interstitials"; |
| 107 | const char kCommittedInterstitialsDescription[] = |
| 108 | "Use committed error pages instead of transient navigation entries " |
| 109 | "for interstitial error pages (e.g. certificate errors)."; |
| 110 | |
Marc Treib | 026acc53 | 2017-10-17 18:39:59 | [diff] [blame] | 111 | const char kCaptureThumbnailOnNavigatingAwayName[] = |
| 112 | "Capture page thumbnail on navigating away"; |
| 113 | const char kCaptureThumbnailOnNavigatingAwayDescription[] = |
| 114 | "Capture a page thumbnail (for use on the New Tab page) when navigating " |
| 115 | "away from the current page, in addition to other times a thumbnail may be " |
| 116 | "captured."; |
| 117 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 118 | const char kCastStreamingHwEncodingName[] = |
| 119 | "Cast Streaming hardware video encoding"; |
| 120 | const char kCastStreamingHwEncodingDescription[] = |
| 121 | "This option enables support in Cast Streaming for encoding video streams " |
| 122 | "using platform hardware."; |
| 123 | |
Amber Won | 478561d | 2017-08-19 01:02:59 | [diff] [blame] | 124 | const char kClickToOpenPDFName[] = "Click to open embedded PDFs"; |
| 125 | const char kClickToOpenPDFDescription[] = |
| 126 | "When the PDF plugin is unavailable, show a click-to-open placeholder for " |
| 127 | "embedded PDFs."; |
| 128 | |
Gary Kacmarcik | fb69b21 | 2017-11-14 03:41:08 | [diff] [blame] | 129 | const char kClipboardContentSettingName[] = "Clipboard content setting"; |
| 130 | const char kClipboardContentSettingDescription[] = |
| 131 | "Enables a site-wide permission in the UI which controls access to the " |
| 132 | "asynchronous clipboard web API"; |
| 133 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 134 | const char kCloudImportName[] = "Cloud Import"; |
| 135 | const char kCloudImportDescription[] = "Allows the cloud-import feature."; |
| 136 | |
Christopher Cameron | ceb8727d | 2017-09-07 23:53:16 | [diff] [blame] | 137 | const char kForceColorProfileSRGB[] = "sRGB"; |
| 138 | const char kForceColorProfileP3[] = "Display P3 D65"; |
| 139 | const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4"; |
| 140 | const char kForceColorProfileHdr[] = "scRGB linear (HDR where available)"; |
| 141 | |
| 142 | const char kForceColorProfileName[] = "Force color profile"; |
| 143 | const char kForceColorProfileDescription[] = |
| 144 | "Forces Chrome to use a specific color profile instead of the color " |
| 145 | "of the window's current monitor, as specified by the operating system."; |
| 146 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 147 | const char kCompositedLayerBordersName[] = "Composited render layer borders"; |
| 148 | const char kCompositedLayerBordersDescription[] = |
| 149 | "Renders a border around composited Render Layers to help debug and study " |
| 150 | "layer compositing."; |
| 151 | |
| 152 | const char kContextualSuggestionsCarouselName[] = |
| 153 | "Enable Contextual Suggestions"; |
| 154 | const char kContextualSuggestionsCarouselDescription[] = |
| 155 | "If enabled, shows contextual suggestions in a horizontal carousel in " |
| 156 | "bottom sheet content."; |
| 157 | |
| 158 | const char kCreditCardAssistName[] = "Credit Card Assisted Filling"; |
| 159 | const char kCreditCardAssistDescription[] = |
| 160 | "Enable assisted credit card filling on certain sites."; |
| 161 | |
| 162 | const char kCrossProcessGuestViewIsolationName[] = |
| 163 | "Cross process frames for guests"; |
| 164 | const char kCrossProcessGuestViewIsolationDescription[] = |
| 165 | "Highly experimental where guests such as <webview> are implemented on " |
| 166 | "the out-of-process iframe infrastructure."; |
| 167 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 168 | const char kDataReductionProxyLoFiName[] = "Data Saver Lo-Fi mode"; |
| 169 | const char kDataReductionProxyLoFiDescription[] = |
| 170 | "Forces Data Saver Lo-Fi mode to be always enabled, enabled only on " |
| 171 | "cellular connections, or disabled. Data Saver must be enabled for Lo-Fi " |
| 172 | "mode to be used."; |
| 173 | const char kDataReductionProxyLoFiAlwaysOn[] = "Always on"; |
| 174 | const char kDataReductionProxyLoFiCellularOnly[] = "Cellular only"; |
| 175 | const char kDataReductionProxyLoFiDisabled[] = "Disable"; |
| 176 | const char kDataReductionProxyLoFiSlowConnectionsOnly[] = |
| 177 | "Slow connections only"; |
| 178 | |
| 179 | const char kDatasaverPromptName[] = "Cellular Data Saver Prompt"; |
| 180 | const char kDatasaverPromptDescription[] = |
| 181 | "Enables a prompt, which appears when a cellular network connection is " |
| 182 | "detected, to take the user to the Data Saver extension page on Chrome Web " |
| 183 | "Store."; |
| 184 | const char kDatasaverPromptDemoMode[] = "Demo mode"; |
| 185 | |
| 186 | const char kDebugPackedAppName[] = "Debugging for packed apps"; |
| 187 | const char kDebugPackedAppDescription[] = |
| 188 | "Enables debugging context menu options such as Inspect Element for packed " |
| 189 | "applications."; |
| 190 | |
| 191 | const char kDefaultTileHeightName[] = "Default tile height"; |
| 192 | const char kDefaultTileHeightDescription[] = "Specify the default tile height."; |
| 193 | const char kDefaultTileHeightShort[] = "128"; |
| 194 | const char kDefaultTileHeightTall[] = "256"; |
| 195 | const char kDefaultTileHeightGrande[] = "512"; |
| 196 | const char kDefaultTileHeightVenti[] = "1024"; |
| 197 | |
| 198 | const char kDefaultTileWidthName[] = "Default tile width"; |
| 199 | const char kDefaultTileWidthDescription[] = "Specify the default tile width."; |
| 200 | const char kDefaultTileWidthShort[] = "128"; |
| 201 | const char kDefaultTileWidthTall[] = "256"; |
| 202 | const char kDefaultTileWidthGrande[] = "512"; |
| 203 | const char kDefaultTileWidthVenti[] = "1024"; |
| 204 | |
| 205 | const char kDebugShortcutsName[] = "Debugging keyboard shortcuts"; |
| 206 | const char kDebugShortcutsDescription[] = |
| 207 | "Enables additional keyboard shortcuts that are useful for debugging Ash."; |
| 208 | |
| 209 | const char kDeviceDiscoveryNotificationsName[] = |
| 210 | "Device Discovery Notifications"; |
| 211 | const char kDeviceDiscoveryNotificationsDescription[] = |
| 212 | "Device discovery notifications on local network."; |
| 213 | |
| 214 | const char kDevtoolsExperimentsName[] = "Developer Tools experiments"; |
| 215 | const char kDevtoolsExperimentsDescription[] = |
| 216 | "Enables Developer Tools experiments. Use Settings panel in Developer " |
| 217 | "Tools to toggle individual experiments."; |
| 218 | |
| 219 | const char kDisableAudioForDesktopShareName[] = |
| 220 | "Disable Audio For Desktop Share"; |
| 221 | const char kDisableAudioForDesktopShareDescription[] = |
| 222 | "With this flag on, desktop share picker window will not let the user " |
| 223 | "choose whether to share audio."; |
| 224 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 225 | const char kDisableTabForDesktopShareName[] = |
| 226 | "Disable Desktop Share with tab source"; |
| 227 | const char kDisableTabForDesktopShareDescription[] = |
| 228 | "This flag controls whether users can choose a tab for desktop share."; |
| 229 | |
| 230 | const char kDisallowDocWrittenScriptsUiName[] = |
| 231 | "Block scripts loaded via document.write"; |
| 232 | const char kDisallowDocWrittenScriptsUiDescription[] = |
| 233 | "Disallows fetches for third-party parser-blocking scripts inserted into " |
| 234 | "the main frame via document.write."; |
| 235 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 236 | const char kDistanceFieldTextName[] = "Distance field text"; |
| 237 | const char kDistanceFieldTextDescription[] = |
| 238 | "Text is rendered with signed distance fields rather than bitmap alpha " |
| 239 | "masks."; |
| 240 | |
| 241 | const char kDriveSearchInChromeLauncherName[] = |
| 242 | "Drive Search in Chrome App Launcher"; |
| 243 | const char kDriveSearchInChromeLauncherDescription[] = |
| 244 | "Files from Drive will show up when searching the Chrome App Launcher."; |
| 245 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 246 | const char kEasyUnlockBluetoothLowEnergyDiscoveryName[] = |
| 247 | "Smart Lock Bluetooth Low Energy Discovery"; |
| 248 | const char kEasyUnlockBluetoothLowEnergyDiscoveryDescription[] = |
Tim Song | 52c142c6 | 2017-07-20 03:29:07 | [diff] [blame] | 249 | "Disables a Smart Lock setting that allows Chromebook to discover phones " |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 250 | "over Bluetooth Low Energy in order to unlock the Chromebook when the " |
| 251 | "phone is in its proximity."; |
| 252 | |
Gustavo Sacomoto | fb11164f | 2017-07-21 12:56:18 | [diff] [blame] | 253 | const char kEasyUnlockPromotionsName[] = "Smart Lock Promotions"; |
| 254 | const char kEasyUnlockPromotionsDescription[] = |
| 255 | "Enables Smart Lock promotions. Promotions will be periodically display " |
| 256 | "if the user is eligible."; |
| 257 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 258 | const char kEmbeddedExtensionOptionsName[] = "Embedded extension options"; |
| 259 | const char kEmbeddedExtensionOptionsDescription[] = |
| 260 | "Display extension options as an embedded element in chrome://extensions " |
| 261 | "rather than opening a new tab."; |
| 262 | |
| 263 | const char kEnableAsmWasmName[] = |
| 264 | "Experimental Validate Asm.js and convert to WebAssembly when valid."; |
| 265 | const char kEnableAsmWasmDescription[] = |
| 266 | R"*(Validate Asm.js when "use asm" is present and then convert to )*" |
| 267 | R"*(WebAssembly.)*"; |
| 268 | |
Shanfeng Zhang | 19c1656 | 2017-10-17 02:30:40 | [diff] [blame] | 269 | const char kEnableAutofillCreditCardAblationExperimentDisplayName[] = |
| 270 | "Credit card autofill ablation experiment."; |
| 271 | const char kEnableAutofillCreditCardAblationExperimentDescription[] = |
| 272 | "If enabled, credit card autofill suggestions will not display."; |
| 273 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 274 | const char kEnableAutofillCreditCardBankNameDisplayName[] = |
| 275 | "Display the issuer bank name of a credit card in autofill."; |
| 276 | const char kEnableAutofillCreditCardBankNameDisplayDescription[] = |
| 277 | "If enabled, displays the issuer bank name of a credit card in autofill."; |
| 278 | |
| 279 | const char kEnableAutofillCreditCardLastUsedDateDisplayName[] = |
| 280 | "Display the last used date of a credit card in autofill."; |
| 281 | const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] = |
| 282 | "If enabled, display the last used date of a credit card in autofill."; |
| 283 | |
| 284 | const char kEnableAutofillCreditCardUploadCvcPromptName[] = |
| 285 | "Enable requesting missing CVC during Autofill credit card upload"; |
| 286 | const char kEnableAutofillCreditCardUploadCvcPromptDescription[] = |
| 287 | "If enabled, requests missing CVC when offering to upload credit cards to " |
| 288 | "Google Payments."; |
| 289 | |
Jared Saul | e4446d1 | 2017-08-15 20:01:13 | [diff] [blame] | 290 | const char kEnableAutofillCreditCardUploadGoogleLogoName[] = |
| 291 | "Show Google Logo for Autofill credit card upload"; |
| 292 | const char kEnableAutofillCreditCardUploadGoogleLogoDescription[] = |
| 293 | "If enabled, displays the Google logo in the save prompt when offering to " |
| 294 | "upload credit cards to Google Payments."; |
| 295 | |
jsaul | 19ef81c | 2017-08-09 18:53:40 | [diff] [blame] | 296 | const char kEnableAutofillCreditCardUploadNewUiName[] = |
| 297 | "Enable updated UI for Autofill credit card upload"; |
| 298 | const char kEnableAutofillCreditCardUploadNewUiDescription[] = |
| 299 | "If enabled, displays a new save card bubble/infobar design when offering " |
| 300 | "to upload credit cards to Google Payments."; |
| 301 | |
Jared Saul | 5c2a148 | 2017-12-09 00:24:31 | [diff] [blame] | 302 | const char kEnableAutofillCreditCardUploadSendPanFirstSixName[] = |
| 303 | "Send first six digits of PAN when deciding whether to offer Autofill " |
| 304 | "credit card upload"; |
| 305 | const char kEnableAutofillCreditCardUploadSendPanFirstSixDescription[] = |
| 306 | "If enabled, when deciding whether to offer credit card upload to Google " |
| 307 | "Payments, sends the first six digits of the card number to avoid cases " |
| 308 | "where card upload is likely to fail."; |
| 309 | |
Jason Guo | 71f621e | 2017-10-13 04:18:53 | [diff] [blame] | 310 | const char kEnableAutofillSendBillingCustomerNumberName[] = |
| 311 | "Enable autofill sending billing customer number when calling Google " |
| 312 | "Payments"; |
| 313 | const char kEnableAutofillSendBillingCustomerNumberDescription[] = |
| 314 | "If enabled, autofill sends billing customer number when calling Google " |
| 315 | "Payments."; |
| 316 | |
Mathieu Perreault | 069024e1 | 2017-10-24 01:14:08 | [diff] [blame] | 317 | const char kEnableAutofillToolkitViewsCreditCardDialogsMac[] = |
| 318 | "Enable toolkit-views credit card dialogs on Mac"; |
| 319 | const char kEnableAutofillToolkitViewsCreditCardDialogsMacDescription[] = |
| 320 | "Enable more modern credit card dialogs on Mac, based on toolkit-views."; |
| 321 | |
Vitalii Iarko | 4f9834ce | 2017-08-04 07:05:19 | [diff] [blame] | 322 | const char kEnableBreakingNewsPushName[] = "Breaking News Push"; |
| 323 | const char kEnableBreakingNewsPushDescription[] = |
| 324 | "Listen for breaking news content suggestions (e.g. for New Tab Page) " |
| 325 | "through Google Cloud Messaging."; |
| 326 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 327 | const char kEnableBrotliName[] = "Brotli Content-Encoding."; |
| 328 | const char kEnableBrotliDescription[] = |
| 329 | "Enable Brotli Content-Encoding support."; |
| 330 | |
sclittle | 50e4bb9 | 2017-07-08 02:23:03 | [diff] [blame] | 331 | const char kEnableClientLoFiName[] = "Client-side Lo-Fi previews"; |
| 332 | |
| 333 | const char kEnableClientLoFiDescription[] = |
| 334 | "Enable showing low fidelity images on some pages on slow networks."; |
| 335 | |
Doug Arnett | 08b4067b | 2017-10-12 20:14:44 | [diff] [blame] | 336 | const char kEnableNoScriptPreviewsName[] = "NoScript previews"; |
| 337 | |
| 338 | const char kEnableNoScriptPreviewsDescription[] = |
| 339 | "Enable disabling JavaScript on some pages on slow networks."; |
| 340 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 341 | const char kEnableDataReductionProxyLitePageName[] = |
| 342 | "Lite pages for Data Saver Lo-Fi mode"; |
| 343 | const char kEnableDataReductionProxyLitePageDescription[] = |
| 344 | "Enable lite pages in Data Saver Lo-Fi mode. Previews of pages will be " |
| 345 | "shown instead of image placeholders when Lo-Fi is on. Data Saver and " |
| 346 | "Lo-Fi must be enabled for lite pages to be shown."; |
| 347 | |
Thanh Le | 2c279fbc | 2017-11-21 01:25:40 | [diff] [blame] | 348 | const char kDataReductionProxyServerAlternative1[] = "Use alt. server config 1"; |
| 349 | const char kDataReductionProxyServerAlternative2[] = "Use alt. server config 2"; |
| 350 | const char kDataReductionProxyServerAlternative3[] = "Use alt. server config 3"; |
| 351 | const char kDataReductionProxyServerAlternative4[] = "Use alt. server config 4"; |
| 352 | const char kDataReductionProxyServerAlternative5[] = "Use alt. server config 5"; |
| 353 | const char kDataReductionProxyServerAlternative6[] = "Use alt. server config 6"; |
| 354 | const char kDataReductionProxyServerAlternative7[] = "Use alt. server config 7"; |
| 355 | const char kDataReductionProxyServerAlternative8[] = "Use alt. server config 8"; |
| 356 | const char kDataReductionProxyServerAlternative9[] = "Use alt. server config 9"; |
| 357 | const char kDataReductionProxyServerAlternative10[] = |
| 358 | "Use alt. server config 10"; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 359 | const char kEnableDataReductionProxyServerExperimentName[] = |
| 360 | "Use an alternative Data Saver back end configuration."; |
| 361 | const char kEnableDataReductionProxyServerExperimentDescription[] = |
| 362 | "Enable a different approach to saving data by configuring the back end " |
| 363 | "server"; |
| 364 | |
| 365 | const char kEnableDataReductionProxySavingsPromoName[] = |
| 366 | "Data Saver 1 MB Savings Promo"; |
| 367 | const char kEnableDataReductionProxySavingsPromoDescription[] = |
| 368 | "Enable a Data Saver promo for 1 MB of savings. If Data Saver has already " |
| 369 | "saved 1 MB of data, then the promo will not be shown. Data Saver must be " |
| 370 | "enabled for the promo to be shown."; |
| 371 | |
Matt Giuca | d487043 | 2017-11-24 01:04:38 | [diff] [blame] | 372 | const char kEnableDesktopPWAsName[] = "Desktop PWAs"; |
| 373 | const char kEnableDesktopPWAsDescription[] = |
| 374 | "Experimental windowing and install banner treatment for Progressive Web " |
| 375 | "Apps on desktop platforms. Implies #enable-experimental-app-banners."; |
Giovanni Ortuño Urquidi | 45020e23 | 2017-07-12 06:10:17 | [diff] [blame] | 376 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 377 | const char kEnableEnumeratingAudioDevicesName[] = |
| 378 | "Experimentally enable enumerating audio devices."; |
| 379 | const char kEnableEnumeratingAudioDevicesDescription[] = |
| 380 | "Experimentally enable the use of enumerating audio devices."; |
| 381 | |
| 382 | const char kEnableGenericSensorName[] = "Generic Sensor"; |
| 383 | const char kEnableGenericSensorDescription[] = |
Mikhail Pozdnyakov | 73373a6 | 2017-08-24 17:31:25 | [diff] [blame] | 384 | "Enables motion sensor classes based on Generic Sensor API, i.e. " |
| 385 | "Accelerometer, LinearAccelerationSensor, Gyroscope, " |
| 386 | "AbsoluteOrientationSensor and RelativeOrientationSensor interfaces."; |
| 387 | |
| 388 | const char kEnableGenericSensorExtraClassesName[] = |
| 389 | "Generic Sensor Extra Classes"; |
| 390 | const char kEnableGenericSensorExtraClassesDescription[] = |
| 391 | "Enables an extra set of sensor classes based on Generic Sensor API, which " |
| 392 | "expose previously unavailable platform features, i.e. AmbientLightSensor " |
| 393 | "and Magnetometer interfaces."; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 394 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 395 | const char kEnableHDRName[] = "HDR mode"; |
| 396 | const char kEnableHDRDescription[] = |
| 397 | "Enables HDR support on compatible displays."; |
| 398 | |
| 399 | const char kEnableHeapProfilingName[] = "Heap profiling"; |
| 400 | const char kEnableHeapProfilingDescription[] = "Enables heap profiling."; |
| 401 | const char kEnableHeapProfilingModePseudo[] = "Enabled (pseudo mode)"; |
| 402 | const char kEnableHeapProfilingModeNative[] = "Enabled (native mode)"; |
| 403 | const char kEnableHeapProfilingTaskProfiler[] = "Enabled (task mode)"; |
| 404 | |
| 405 | const char kEnableHttpFormWarningName[] = |
| 406 | "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] | 407 | "HTTPS"; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 408 | const char kEnableHttpFormWarningDescription[] = |
| 409 | "Attaches a warning UI to any password or credit card fields detected when " |
| 410 | "the top-level page is not HTTPS"; |
| 411 | |
Sidney San Martín | 9375b89 | 2017-09-09 00:29:54 | [diff] [blame] | 412 | const char kEnableMacMaterialDesignDownloadShelfName[] = |
| 413 | "Enable Material Design download shelf"; |
| 414 | |
| 415 | const char kEnableMacMaterialDesignDownloadShelfDescription[] = |
| 416 | "If enabled, the download shelf uses Material Design."; |
| 417 | |
Tatiana Gornak | afb4045 | 2017-07-31 13:50:04 | [diff] [blame] | 418 | const char kEnableManualFallbacksFillingName[] = |
| 419 | "Manual fallbacks for password manager forms filling"; |
| 420 | const char kEnableManualFallbacksFillingDescription[] = |
| 421 | "If enabled, then if user clicks on the password field on a form, popup " |
| 422 | "might contain generation fallbacks or 'Show all saved passwords' " |
| 423 | "fallback."; |
| 424 | |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 425 | const char kEnableMaterialDesignBookmarksName[] = |
| 426 | "Enable Material Design bookmarks"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 427 | const char kEnableMaterialDesignBookmarksDescription[] = |
| 428 | "If enabled, the chrome://bookmarks/ URL loads the Material Design " |
| 429 | "bookmarks page."; |
| 430 | |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 431 | const char kEnableMaterialDesignExtensionsName[] = |
| 432 | "Enable Material Design extensions"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 433 | const char kEnableMaterialDesignExtensionsDescription[] = |
| 434 | "If enabled, the chrome://extensions/ URL loads the Material Design " |
| 435 | "extensions page."; |
| 436 | |
Anton Urusov | 47cd493 | 2017-09-19 14:41:41 | [diff] [blame] | 437 | const char kEnablePolicyToolName[] = "Enable policy management page"; |
| 438 | const char kEnablePolicyToolDescription[] = |
| 439 | "If enabled, the chrome://policy-tool URL loads a page for managing " |
| 440 | "policies."; |
| 441 | |
Tsuyoshi Horo | ea7edb7 | 2017-11-12 04:14:00 | [diff] [blame] | 442 | const char kEnablePWAFullCodeCacheName[] = "Enable PWA full code cache"; |
| 443 | const char kEnablePWAFullCodeCacheDescription[] = |
| 444 | "Generate V8 code cache in Cache Storage while installing Service Worker " |
| 445 | "for PWAs."; |
| 446 | |
Weidong Guo | 7dfd148 | 2017-11-08 05:56:28 | [diff] [blame] | 447 | const char kEnableMultiMirroringName[] = |
| 448 | "Display mirroring across multiple displays."; |
| 449 | const char kEnableMultiMirroringDescription[] = |
| 450 | "Enable Display mirroring across multiple displays."; |
| 451 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 452 | const char kEnableNavigationTracingName[] = "Enable navigation tracing"; |
| 453 | const char kEnableNavigationTracingDescription[] = |
| 454 | "This is to be used in conjunction with the trace-upload-url flag. " |
| 455 | "WARNING: When enabled, Chrome will record performance data for every " |
| 456 | "navigation and upload it to the URL specified by the trace-upload-url " |
| 457 | "flag. The trace may include personally identifiable information (PII) " |
| 458 | "such as the titles and URLs of websites you visit."; |
| 459 | |
Bernhard Bauer | 5533f991 | 2017-11-06 17:56:02 | [diff] [blame] | 460 | const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file"; |
| 461 | const char kEnableNetworkLoggingToFileDescription[] = |
| 462 | "Enables network logging to a file named netlog.json in the user data " |
| 463 | "directory. The file can be imported into chrome://net-internals."; |
| 464 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 465 | const char kEnableNetworkServiceName[] = "Enable network service"; |
| 466 | const char kEnableNetworkServiceDescription[] = |
| 467 | "Enables the network service, which makes network requests through a " |
| 468 | "separate service. Note: most features don't work with this yet."; |
| 469 | |
John Abd-El-Malek | 8067cc0 | 2017-12-04 23:23:20 | [diff] [blame] | 470 | const char kEnableNetworkServiceInProcessName[] = |
| 471 | "Runs network service in-process"; |
| 472 | const char kEnableNetworkServiceInProcessDescription[] = |
| 473 | "Runs the network service in the browser process."; |
| 474 | |
dpapad | ed834947 | 2017-10-25 03:21:27 | [diff] [blame] | 475 | const char kEnableNewPrintPreview[] = "Enable new Print Preview UI"; |
| 476 | const char kEnableNewPrintPreviewDescription[] = |
| 477 | "If enabled, Print Preview will display a newer UI"; |
| 478 | |
Ahmed Fakhry | 2fd8fc8 | 2017-07-28 16:31:12 | [diff] [blame] | 479 | const char kEnableNightLightName[] = "Enable Night Light"; |
| 480 | const char kEnableNightLightDescription[] = |
| 481 | "Enable the Night Light feature which controls the color temperature of " |
| 482 | "the screen."; |
| 483 | |
Sophie Chang | 117a3b2 | 2017-10-24 22:25:36 | [diff] [blame] | 484 | const char kEnableOptimizationHintsName[] = "Optimization Hints"; |
| 485 | const char kEnableOptimizationHintsDescription[] = |
| 486 | "Enable the Optimization Hints feature which incorporates server hints" |
| 487 | "into decisions for what optimizations to perform on some pages on slow " |
| 488 | "networks."; |
| 489 | |
Yutaka Hirano | 98be327 | 2017-08-07 17:55:39 | [diff] [blame] | 490 | const char kEnableOutOfBlinkCORSName[] = "Out of blink CORS"; |
| 491 | const char kEnableOutOfBlinkCORSDescription[] = |
| 492 | "CORS handling logic is moved out of blink."; |
| 493 | |
Erik Chen | 49bbfa2 | 2017-08-18 08:49:56 | [diff] [blame] | 494 | const char kEnableOutOfProcessHeapProfilingName[] = |
| 495 | "Out of process heap profiling."; |
| 496 | const char kEnableOutOfProcessHeapProfilingDescription[] = |
| 497 | "Creates a profiling service that records stacktraces for all live, " |
| 498 | "malloced objects."; |
erikchen | 1dff181 | 2017-09-11 21:27:36 | [diff] [blame] | 499 | const char kEnableOutOfProcessHeapProfilingModeMinimal[] = |
| 500 | "Profile only the browser and GPU processes."; |
Erik Chen | 49bbfa2 | 2017-08-18 08:49:56 | [diff] [blame] | 501 | const char kEnableOutOfProcessHeapProfilingModeAll[] = "Profile all processes."; |
erikchen | 0a5dd69 | 2017-12-12 00:53:10 | [diff] [blame^] | 502 | const char kEnableOutOfProcessHeapProfilingModeAllRenderers[] = |
| 503 | "Profiles all renderers."; |
Albert J. Wong | bd5bd90 | 2017-11-09 19:56:15 | [diff] [blame] | 504 | const char kEnableOutOfProcessHeapProfilingModeBrowser[] = |
| 505 | "Profile only the browser processes."; |
| 506 | const char kEnableOutOfProcessHeapProfilingModeGpu[] = |
| 507 | "Profile only the GPU processes."; |
erikchen | 0a5dd69 | 2017-12-12 00:53:10 | [diff] [blame^] | 508 | const char kEnableOutOfProcessHeapProfilingModeManual[] = |
| 509 | "By default, no processes are profiled. User may choose to start-profiling " |
| 510 | "processes via chrome://memory-internals."; |
Albert J. Wong | bd5bd90 | 2017-11-09 19:56:15 | [diff] [blame] | 511 | const char kEnableOutOfProcessHeapProfilingModeRendererSampling[] = |
| 512 | "Profile a random sampling of renderer processes, ensuring only one is " |
| 513 | "ever profiled at a time."; |
Erik Chen | 8bb76b5 | 2017-12-06 19:06:25 | [diff] [blame] | 514 | const char kOutOfProcessHeapProfilingKeepSmallAllocations[] = |
| 515 | "Keep track of even the small allocations in memlog heap dumps."; |
| 516 | const char kOutOfProcessHeapProfilingKeepSmallAllocationsDescription[] = |
| 517 | "By default, small allocations are pruned from the heap dump. This reduces " |
| 518 | "the size of the compressed trace by 100x. If pruning is disabled, the " |
| 519 | "chrome://tracing UI may be unable to take or load the trace. Save the " |
| 520 | "trace directly using chrome://memory-internals, and use other mechanisms " |
| 521 | "[e.g. diff_heap_profiler.py] to examine the trace. Note that " |
| 522 | "automatically uploaded traces will always be pruned. This only affects " |
| 523 | "manually taken memory-infra traces."; |
Erik Chen | 49bbfa2 | 2017-08-18 08:49:56 | [diff] [blame] | 524 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 525 | const char kEnablePictureInPictureName[] = "Enable picture in picture."; |
| 526 | const char kEnablePictureInPictureDescription[] = |
| 527 | "Enable the picture in picture feature for videos."; |
| 528 | |
F#m | 59d036e | 2017-09-13 07:22:17 | [diff] [blame] | 529 | const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording"; |
| 530 | const char kEnablePixelCanvasRecordingDescription[] = |
| 531 | "Pixel canvas recording allows the compositor to raster contents aligned " |
| 532 | "with the pixel and improves text rendering. This should be enabled when a " |
| 533 | "device is using fractional scale factor."; |
| 534 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 535 | const char kEnableTokenBindingName[] = "Token Binding."; |
| 536 | const char kEnableTokenBindingDescription[] = "Enable Token Binding support."; |
| 537 | |
Sahel Sharify | d732ab1 | 2017-11-29 23:03:16 | [diff] [blame] | 538 | extern const char kEnableTouchpadAndWheelScrollLatchingName[] = |
| 539 | "Wheel Scroll Latching."; |
| 540 | extern const char kEnableTouchpadAndWheelScrollLatchingDescription[] = |
| 541 | "Wheel scroll latching enforces latching to a single element for the " |
| 542 | "duration of a scroll sequence."; |
| 543 | |
Irmak Kavasoglu | 7e16af0 | 2017-07-19 09:52:47 | [diff] [blame] | 544 | const char kEnableUsernameCorrectionName[] = "Enable username correction"; |
| 545 | const char kEnableUsernameCorrectionDescription[] = |
| 546 | "While on the pending password state, add an edit button to the bubble so " |
| 547 | "that user can edit the username."; |
| 548 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 549 | const char kEnableUseZoomForDsfName[] = |
| 550 | "Use Blink's zoom for device scale factor."; |
| 551 | const char kEnableUseZoomForDsfDescription[] = |
| 552 | "If enabled, Blink uses its zooming mechanism to scale content for device " |
| 553 | "scale factor."; |
| 554 | const char kEnableUseZoomForDsfChoiceDefault[] = "Default"; |
| 555 | const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled"; |
| 556 | const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled"; |
| 557 | |
| 558 | const char kEnableScrollAnchoringName[] = "Scroll Anchoring"; |
| 559 | const char kEnableScrollAnchoringDescription[] = |
| 560 | "Adjusts scroll position to prevent visible jumps when offscreen content " |
| 561 | "changes."; |
| 562 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 563 | const char kEnableWasmName[] = "WebAssembly structured cloning support."; |
| 564 | const char kEnableWasmDescription[] = |
| 565 | "Enable web pages to use WebAssembly structured cloning."; |
| 566 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 567 | const char kEnableImageCaptureAPIName[] = "Image Capture API"; |
| 568 | const char kEnableImageCaptureAPIDescription[] = |
| 569 | "Enables the Web Platform Image Capture API: takePhoto(), " |
| 570 | "getPhotoCapabilities(), etc."; |
| 571 | |
| 572 | const char kEnableZeroSuggestRedirectToChromeName[] = |
| 573 | "Experimental contextual omnibox suggestion"; |
| 574 | const char kEnableZeroSuggestRedirectToChromeDescription[] = |
| 575 | "Change omnibox contextual suggestions to an experimental source. Note " |
| 576 | "that this is not an on/off switch for contextual omnibox and it only " |
| 577 | "applies to suggestions provided before the user starts typing a URL or a " |
| 578 | "search query (i.e. zero suggest)."; |
| 579 | |
| 580 | const char kEnableWasmStreamingName[] = |
| 581 | "WebAssembly streaming compile/instantiate support."; |
| 582 | const char kEnableWasmStreamingDescription[] = |
| 583 | "WebAssembly.{compile|instantiate} taking a Response as parameter."; |
| 584 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 585 | const char kExpensiveBackgroundTimerThrottlingName[] = |
| 586 | "Throttle expensive background timers"; |
| 587 | const char kExpensiveBackgroundTimerThrottlingDescription[] = |
| 588 | "Enables intervention to limit CPU usage of background timers to 1%."; |
| 589 | |
| 590 | const char kExperimentalAppBannersName[] = "Experimental app banners"; |
| 591 | const char kExperimentalAppBannersDescription[] = |
Matt Giuca | d487043 | 2017-11-24 01:04:38 | [diff] [blame] | 592 | "Enables a new experimental app banner flow and UI. Implies " |
| 593 | "#enable-app-banners."; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 594 | |
| 595 | const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features"; |
| 596 | const char kExperimentalCanvasFeaturesDescription[] = |
| 597 | "Enables the use of experimental canvas features which are still in " |
| 598 | "development."; |
| 599 | |
| 600 | const char kExperimentalExtensionApisName[] = "Experimental Extension APIs"; |
| 601 | const char kExperimentalExtensionApisDescription[] = |
| 602 | "Enables experimental extension APIs. Note that the extension gallery " |
| 603 | "doesn't allow you to upload extensions that use experimental APIs."; |
| 604 | |
| 605 | const char kExperimentalFullscreenExitUIName[] = |
| 606 | "Experimental fullscreen exit UI"; |
| 607 | const char kExperimentalFullscreenExitUIDescription[] = |
| 608 | "Displays experimental UI to allow mouse and touch input methods to exit " |
| 609 | "fullscreen mode."; |
| 610 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 611 | const char kExperimentalKeyboardLockUiName[] = "Experimental keyboard lock UI."; |
| 612 | const char kExperimentalKeyboardLockUiDescription[] = |
| 613 | "An experimental full screen with keyboard lock mode requiring users to " |
| 614 | "hold Esc to exit."; |
| 615 | |
| 616 | const char kExperimentalSecurityFeaturesName[] = |
| 617 | "Potentially annoying security features"; |
| 618 | const char kExperimentalSecurityFeaturesDescription[] = |
| 619 | "Enables several security features that will likely break one or more " |
| 620 | "pages that you visit on a daily basis. Strict mixed content checking, for " |
| 621 | "example. And locking powerful features to secure contexts. This flag will " |
| 622 | "probably annoy you."; |
| 623 | |
| 624 | const char kExperimentalWebPlatformFeaturesName[] = |
| 625 | "Experimental Web Platform features"; |
| 626 | const char kExperimentalWebPlatformFeaturesDescription[] = |
| 627 | "Enables experimental Web Platform features that are in development."; |
| 628 | |
| 629 | const char kExtensionContentVerificationName[] = |
| 630 | "Extension Content Verification"; |
| 631 | const char kExtensionContentVerificationDescription[] = |
| 632 | "This flag can be used to turn on verification that the contents of the " |
| 633 | "files on disk for extensions from the webstore match what they're " |
| 634 | "expected to be. This can be used to turn on this feature if it would not " |
| 635 | "otherwise have been turned on, but cannot be used to turn it off (because " |
| 636 | "this setting can be tampered with by malware)."; |
| 637 | const char kExtensionContentVerificationBootstrap[] = |
| 638 | "Bootstrap (get expected hashes, but do not enforce them)"; |
| 639 | const char kExtensionContentVerificationEnforce[] = |
| 640 | "Enforce (try to get hashes, and enforce them if successful)"; |
| 641 | const char kExtensionContentVerificationEnforceStrict[] = |
| 642 | "Enforce strict (hard fail if we can't get hashes)"; |
| 643 | |
| 644 | const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs"; |
| 645 | const char kExtensionsOnChromeUrlsDescription[] = |
| 646 | "Enables running extensions on chrome:// URLs, where extensions explicitly " |
| 647 | "request this permission."; |
galinap | ae72e15 | 2017-05-12 13:12:28 | [diff] [blame] | 648 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 649 | const char kFastUnloadName[] = "Fast tab/window close"; |
| 650 | const char kFastUnloadDescription[] = |
| 651 | "Enables fast tab/window closing - runs a tab's onunload js handler " |
| 652 | "independently of the GUI."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 653 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 654 | const char kFeaturePolicyName[] = "Feature Policy"; |
| 655 | const char kFeaturePolicyDescription[] = |
| 656 | "Enables granting and removing access to features through the " |
| 657 | "Feature-Policy HTTP header."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 658 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 659 | const char kFetchKeepaliveTimeoutSettingName[] = |
| 660 | "Fetch API keepalive timeout setting"; |
| 661 | const char kFetchKeepaliveTimeoutSettingDescription[] = |
| 662 | "This is for setting the timeout value for Fetch API with keepalive option " |
| 663 | "and SendBeacon"; |
| 664 | |
| 665 | const char kFontCacheScalingName[] = "FontCache scaling"; |
| 666 | const char kFontCacheScalingDescription[] = |
| 667 | "Reuse a cached font in the renderer to serve different sizes of font for " |
| 668 | "faster layout."; |
| 669 | |
| 670 | const char kForceEffectiveConnectionTypeName[] = |
| 671 | "Override effective connection type"; |
| 672 | const char kForceEffectiveConnectionTypeDescription[] = |
| 673 | "Overrides the effective connection type of the current connection " |
| 674 | "returned by the network quality estimator."; |
| 675 | const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown"; |
| 676 | const char kEffectiveConnectionTypeOfflineDescription[] = "Offline"; |
| 677 | const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G"; |
| 678 | const char kEffectiveConnectionType2GDescription[] = "2G"; |
| 679 | const char kEffectiveConnectionType3GDescription[] = "3G"; |
| 680 | const char kEffectiveConnectionType4GDescription[] = "4G"; |
| 681 | |
| 682 | const char kFillOnAccountSelectName[] = "Fill passwords on account selection"; |
| 683 | const char kFillOnAccountSelectDescription[] = |
| 684 | "Filling of passwords when an account is explicitly selected by the user " |
| 685 | "rather than autofilling credentials on page load."; |
| 686 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 687 | const char kForceTextDirectionName[] = "Force text direction"; |
| 688 | const char kForceTextDirectionDescription[] = |
| 689 | "Explicitly force the per-character directionality of UI text to " |
| 690 | "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default " |
| 691 | "direction of the character language."; |
| 692 | const char kForceDirectionLtr[] = "Left-to-right"; |
| 693 | const char kForceDirectionRtl[] = "Right-to-left"; |
| 694 | |
| 695 | const char kForceUiDirectionName[] = "Force UI direction"; |
| 696 | const char kForceUiDirectionDescription[] = |
| 697 | "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) " |
| 698 | "mode, overriding the default direction of the UI language."; |
| 699 | |
| 700 | const char kFramebustingName[] = |
| 701 | "Framebusting requires same-origin or a user gesture"; |
| 702 | const char kFramebustingDescription[] = |
| 703 | "Don't permit an iframe to navigate the top level browsing context unless " |
| 704 | "they are same-origin or the iframe is processing a user gesture."; |
| 705 | |
| 706 | const char kGamepadExtensionsName[] = "Gamepad Extensions"; |
| 707 | const char kGamepadExtensionsDescription[] = |
| 708 | "Enabling this option allows web applications to access experimental " |
| 709 | "extensions to the Gamepad APIs."; |
| 710 | |
sohan | 3f00ffc | 2017-07-14 22:28:08 | [diff] [blame] | 711 | const char kGlCompositedOverlayCandidateQuadBordersName[] = |
| 712 | "GL composited overlay candidate quad borders"; |
| 713 | const char kGlCompositedOverlayCandidateQuadBordersDescription[] = |
Alex Newcomer | 43cb7f1 | 2017-07-28 17:37:39 | [diff] [blame] | 714 | "Renders a border around GL composited overlay candidate quads to help " |
| 715 | "debug and study overlay support."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 716 | |
| 717 | const char kGpuRasterizationMsaaSampleCountName[] = |
| 718 | "GPU rasterization MSAA sample count."; |
| 719 | const char kGpuRasterizationMsaaSampleCountDescription[] = |
| 720 | "Specify the number of MSAA samples for GPU rasterization."; |
| 721 | const char kGpuRasterizationMsaaSampleCountZero[] = "0"; |
| 722 | const char kGpuRasterizationMsaaSampleCountTwo[] = "2"; |
| 723 | const char kGpuRasterizationMsaaSampleCountFour[] = "4"; |
| 724 | const char kGpuRasterizationMsaaSampleCountEight[] = "8"; |
| 725 | const char kGpuRasterizationMsaaSampleCountSixteen[] = "16"; |
| 726 | |
| 727 | const char kGpuRasterizationName[] = "GPU rasterization"; |
| 728 | const char kGpuRasterizationDescription[] = |
| 729 | "Use GPU to rasterize web content. Requires impl-side painting."; |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 730 | const char kForceGpuRasterization[] = "Force-enabled for all layers"; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 731 | |
| 732 | const char kGoogleProfileInfoName[] = "Google profile name and icon"; |
| 733 | const char kGoogleProfileInfoDescription[] = |
| 734 | "Enables using Google information to populate the profile name and icon in " |
| 735 | "the avatar menu."; |
| 736 | |
| 737 | const char kHarfbuzzRendertextName[] = "HarfBuzz for UI text"; |
| 738 | const char kHarfbuzzRendertextDescription[] = |
| 739 | "Enable cross-platform HarfBuzz layout engine for UI text. Doesn't affect " |
| 740 | "web content."; |
| 741 | |
| 742 | const char kHistoryRequiresUserGestureName[] = |
| 743 | "New history entries require a user gesture."; |
| 744 | const char kHistoryRequiresUserGestureDescription[] = |
| 745 | "Require a user gesture to add a history entry."; |
| 746 | const char kHyperlinkAuditingName[] = "Hyperlink auditing"; |
| 747 | const char kHyperlinkAuditingDescription[] = "Sends hyperlink auditing pings."; |
| 748 | |
| 749 | const char kHostedAppQuitNotificationName[] = |
| 750 | "Quit notification for hosted apps"; |
| 751 | const char kHostedAppQuitNotificationDescription[] = |
| 752 | "Display a notification when quitting Chrome if hosted apps are currently " |
| 753 | "running."; |
| 754 | |
| 755 | const char kHostedAppShimCreationName[] = |
| 756 | "Creation of app shims for hosted apps on Mac"; |
| 757 | const char kHostedAppShimCreationDescription[] = |
| 758 | "Create app shims on Mac when creating a hosted app."; |
| 759 | |
Ana-Cosmina Popescu | da3bcbe | 2017-09-22 18:24:48 | [diff] [blame] | 760 | const char kHtmlBasedUsernameDetectorName[] = "HTML-based username detector"; |
| 761 | const char kHtmlBasedUsernameDetectorDescription[] = |
| 762 | "Use HTML-based username detector for the password manager."; |
| 763 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 764 | const char kIconNtpName[] = "Large icons on the New Tab page"; |
| 765 | const char kIconNtpDescription[] = |
| 766 | "Enable the experimental New Tab page using large icons."; |
| 767 | |
| 768 | const char kIgnoreGpuBlacklistName[] = "Override software rendering list"; |
| 769 | const char kIgnoreGpuBlacklistDescription[] = |
| 770 | "Overrides the built-in software rendering list and enables " |
| 771 | "GPU-acceleration on unsupported system configurations."; |
| 772 | |
| 773 | const char kImportantSitesInCbdName[] = |
| 774 | "Important sites options in clear browsing data dialog"; |
| 775 | const char kImportantSitesInCbdDescription[] = |
| 776 | "Include the option to whitelist important sites in the clear browsing " |
| 777 | "data dialog."; |
| 778 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 779 | const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode"; |
| 780 | const char kInProductHelpDemoModeChoiceDescription[] = |
| 781 | "Selects the In-Product Help demo mode."; |
| 782 | |
| 783 | const char kJavascriptHarmonyName[] = "Experimental JavaScript"; |
| 784 | const char kJavascriptHarmonyDescription[] = |
| 785 | "Enable web pages to use experimental JavaScript features."; |
| 786 | |
| 787 | const char kJavascriptHarmonyShippingName[] = |
| 788 | "Latest stable JavaScript features"; |
| 789 | const char kJavascriptHarmonyShippingDescription[] = |
| 790 | "Some web pages use legacy or non-standard JavaScript extensions that may " |
| 791 | "conflict with the latest JavaScript features. This flag allows disabling " |
| 792 | "support of those features for compatibility with such pages."; |
| 793 | |
Yutaka Hirano | f7f2f63 | 2017-09-06 10:40:08 | [diff] [blame] | 794 | const char kKeepAliveRendererForKeepaliveRequestsName[] = |
| 795 | "Keep a renderer alive for keepalive fetch requests"; |
| 796 | const char kKeepAliveRendererForKeepaliveRequestsDescription[] = |
| 797 | "Keep a render process alive when the process has a pending fetch request " |
| 798 | "with `keepalive' specified."; |
| 799 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 800 | const char kLcdTextName[] = "LCD text antialiasing"; |
| 801 | const char kLcdTextDescription[] = |
| 802 | "If disabled, text is rendered with grayscale antialiasing instead of LCD " |
| 803 | "(subpixel) when doing accelerated compositing."; |
| 804 | |
Matt Giuca | c399982f | 2017-10-06 07:51:29 | [diff] [blame] | 805 | const char kLeftToRightUrlsName[] = |
| 806 | "Render bidirectional URLs from left to right"; |
| 807 | const char kLeftToRightUrlsDescription[] = |
| 808 | "An experimental Bidi URL rendering algorithm where the URL components are " |
| 809 | "always shown in order from left to right, regardless of any RTL " |
| 810 | "characters. (The contents of each component are still rendered with the " |
| 811 | "normal Bidi algorithm.)"; |
| 812 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 813 | const char kLoadMediaRouterComponentExtensionName[] = |
| 814 | "Load Media Router Component Extension"; |
| 815 | const char kLoadMediaRouterComponentExtensionDescription[] = |
| 816 | "Loads the Media Router component extension at startup."; |
| 817 | |
| 818 | const char kManualPasswordGenerationName[] = "Manual password generation."; |
| 819 | const char kManualPasswordGenerationDescription[] = |
| 820 | "Show a 'Generate Password' option on the context menu for all password " |
| 821 | "fields."; |
| 822 | |
Dominic Battre | f27e876 | 2017-08-23 11:16:25 | [diff] [blame] | 823 | const char kManualPasswordSavingName[] = "Manual password saving."; |
| 824 | const char kManualPasswordSavingDescription[] = |
| 825 | "Show the password manager icon when typing into a password filed. " |
| 826 | "Clicking it allows to save the password without submitting the form."; |
| 827 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 828 | const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure"; |
| 829 | const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages"; |
| 830 | const char kMarkHttpAsDangerous[] = "Always mark HTTP as actively dangerous"; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 831 | |
Lei Zhang | 2eca908 | 2017-10-17 20:42:50 | [diff] [blame] | 832 | const char kMaterialDesignIncognitoNTPName[] = "Material Design Incognito NTP."; |
| 833 | const char kMaterialDesignIncognitoNTPDescription[] = |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 834 | "If enabled, the Incognito New Tab page uses the new material design with " |
| 835 | "a better readable text."; |
| 836 | |
| 837 | const char kMediaRemotingName[] = "Media Remoting during Cast Tab Mirroring"; |
| 838 | const char kMediaRemotingDescription[] = |
| 839 | "When Casting a tab to a remote device, enabling this turns on an " |
| 840 | "optimization that forwards the content bitstream directly to the remote " |
| 841 | "device when a video is fullscreened."; |
| 842 | |
| 843 | const char kMemoryAblationName[] = "Memory ablation experiment"; |
| 844 | const char kMemoryAblationDescription[] = |
| 845 | "Allocates extra memory in the browser process."; |
| 846 | |
| 847 | const char kMemoryCoordinatorName[] = "Memory coordinator"; |
| 848 | const char kMemoryCoordinatorDescription[] = |
| 849 | "Enable memory coordinator instead of memory pressure listeners."; |
| 850 | |
| 851 | const char kMessageCenterNewStyleNotificationName[] = "New style notification"; |
| 852 | const char kMessageCenterNewStyleNotificationDescription[] = |
| 853 | "Enables the experiment style of material-design notification"; |
| 854 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 855 | const char kMhtmlGeneratorOptionName[] = "MHTML Generation Option"; |
| 856 | const char kMhtmlGeneratorOptionDescription[] = |
| 857 | "Provides experimental options for MHTML file generator."; |
| 858 | const char kMhtmlSkipNostoreMain[] = "Skips no-store main frame."; |
| 859 | const char kMhtmlSkipNostoreAll[] = "Skips all no-store resources."; |
| 860 | |
| 861 | const char kMojoLoadingName[] = "Use Mojo IPC for resource loading"; |
| 862 | const char kMojoLoadingDescription[] = |
| 863 | "Use Mojo IPC instead of traditional Chrome IPC for resource loading."; |
| 864 | |
Miguel Casas-Sanchez | 10769c8 | 2017-07-27 23:52:04 | [diff] [blame] | 865 | const char kMojoVideoEncodeAcceleratorName[] = |
| 866 | "Hardware-accelerated video encoder accessed using Mojo IPC"; |
| 867 | const char kMojoVideoEncodeAcceleratorDescription[] = |
| 868 | "Use new Mojo IPC to access hardware-accelerated video encoder, where " |
| 869 | "available."; |
| 870 | |
Kouhei Ueno | 08445c2 | 2017-09-05 03:58:30 | [diff] [blame] | 871 | const char kModuleScriptsDynamicImportName[] = |
| 872 | "Enable ECMAScript 6 modules dynamic import"; |
| 873 | const char kModuleScriptsDynamicImportDescription[] = |
| 874 | "Enables ECMAScript 6 modules dynamic \"import\" syntax support in V8 and " |
| 875 | "Blink."; |
| 876 | |
Hiroshige Hayashizaki | 15c2eb9 | 2017-10-20 04:57:05 | [diff] [blame] | 877 | const char kModuleScriptsImportMetaUrlName[] = |
| 878 | "Enable ECMAScript 6 modules import.meta.url"; |
| 879 | const char kModuleScriptsImportMetaUrlDescription[] = |
| 880 | "Enables ECMAScript 6 modules import.meta.url syntax support in V8 and " |
| 881 | "Blink."; |
| 882 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 883 | const char kNewAudioRenderingMixingStrategyName[] = |
| 884 | "New audio rendering mixing strategy"; |
| 885 | const char kNewAudioRenderingMixingStrategyDescription[] = |
| 886 | "Use the new audio rendering mixing strategy."; |
| 887 | |
| 888 | const char kNewBookmarkAppsName[] = "The new bookmark app system"; |
| 889 | const char kNewBookmarkAppsDescription[] = |
| 890 | "Enables the new system for creating bookmark apps."; |
| 891 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 892 | const char kNewRemotePlaybackPipelineName[] = |
| 893 | "Enable the new remote playback pipeline."; |
| 894 | const char kNewRemotePlaybackPipelineDescription[] = |
| 895 | "Enable the new pipeline for playing media element remotely via " |
| 896 | "RemotePlayback API or native controls."; |
CJ DiMeglio | 7b4a199f | 2017-11-30 01:26:50 | [diff] [blame] | 897 | const char kUseSurfaceLayerForVideoName[] = |
| 898 | "Enable the use of SurfaceLayer objects for videos."; |
| 899 | const char kUseSurfaceLayerForVideoDescription[] = |
| 900 | "Enable compositing onto a Surface instead of a VideoLayer " |
| 901 | "for videos."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 902 | |
| 903 | const char kNewUsbBackendName[] = "Enable new USB backend"; |
| 904 | const char kNewUsbBackendDescription[] = |
| 905 | "Enables the new experimental USB backend for Windows."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 906 | |
brettw | 5f9c164 | 2017-05-14 17:12:48 | [diff] [blame] | 907 | const char kNostatePrefetchName[] = "No-State Prefetch"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 908 | const char kNostatePrefetchDescription[] = |
| 909 | R"*("No-State Prefetch" pre-downloads resources to improve load )*" |
| 910 | R"*(times. "Prerender" does a full pre-rendering of the page, to )*" |
| 911 | R"*(improve load times even more. "Simple Load" does nothing and is )*" |
| 912 | R"*(similar to disabling the feature, but collects more metrics for )*" |
| 913 | R"*(comparison purposes.)*"; |
| 914 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 915 | const char kNotificationsNativeFlagName[] = "Enable native notifications."; |
| 916 | const char kNotificationsNativeFlagDescription[] = |
| 917 | "Enable support for using the native notification toasts and notification " |
| 918 | "center on platforms where these are available."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 919 | |
Zentaro Kavanagh | bad511c | 2017-10-18 22:29:00 | [diff] [blame] | 920 | #if defined(OS_POSIX) |
| 921 | const char kNtlmV2EnabledName[] = "Enable NTLMv2 Authentication"; |
| 922 | const char kNtlmV2EnabledDescription[] = |
| 923 | "Enable NTLMv2 HTTP Authentication. This disables NTLMv1 support."; |
| 924 | #endif |
| 925 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 926 | const char kNumRasterThreadsName[] = "Number of raster threads"; |
| 927 | const char kNumRasterThreadsDescription[] = |
| 928 | "Specify the number of raster threads."; |
| 929 | const char kNumRasterThreadsOne[] = "1"; |
| 930 | const char kNumRasterThreadsTwo[] = "2"; |
| 931 | const char kNumRasterThreadsThree[] = "3"; |
| 932 | const char kNumRasterThreadsFour[] = "4"; |
| 933 | |
| 934 | const char kOfferStoreUnmaskedWalletCardsName[] = |
| 935 | "Google Payments card saving checkbox"; |
| 936 | const char kOfferStoreUnmaskedWalletCardsDescription[] = |
| 937 | "Show the checkbox to offer local saving of a credit card downloaded from " |
| 938 | "the server."; |
| 939 | |
| 940 | const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode"; |
| 941 | const char kOfflineAutoReloadDescription[] = |
| 942 | "Pages that fail to load while the browser is offline will be " |
| 943 | "auto-reloaded when the browser is online again."; |
| 944 | |
| 945 | const char kOfflineAutoReloadVisibleOnlyName[] = |
| 946 | "Only Auto-Reload Visible Tabs"; |
| 947 | const char kOfflineAutoReloadVisibleOnlyDescription[] = |
| 948 | "Pages that fail to load while the browser is offline will only be " |
| 949 | "auto-reloaded if their tab is visible."; |
| 950 | |
| 951 | const char kOffMainThreadFetchName[] = "Off-main-thread fetch for Web Workers"; |
| 952 | const char kOffMainThreadFetchDescription[] = |
| 953 | "If enabled, the resource fetches from worker threads will not be blocked " |
| 954 | "by the busy main thread."; |
| 955 | |
| 956 | const char kOmniboxDisplayTitleForCurrentUrlName[] = |
| 957 | "Include title for the current URL in the omnibox"; |
| 958 | const char kOmniboxDisplayTitleForCurrentUrlDescription[] = |
| 959 | "In the event that the omnibox provides suggestions on-focus, the URL of " |
| 960 | "the current page is provided as the first suggestion without a title. " |
| 961 | "Enabling this flag causes the title to be displayed."; |
| 962 | |
Benoit Lize | ab08362c | 2017-07-19 14:50:54 | [diff] [blame] | 963 | const char kOmniboxSpareRendererName[] = |
| 964 | "Start spare renderer on omnibox focus"; |
| 965 | const char kOmniboxSpareRendererDescription[] = |
| 966 | "When the omnibox is focused, start an empty spare renderer. This can " |
| 967 | "speed up the load of the navigation from the omnibox."; |
| 968 | |
Tommy C. Li | 8875a44 | 2017-08-23 00:10:59 | [diff] [blame] | 969 | const char kOmniboxUIElideSuggestionUrlAfterHostName[] = |
| 970 | "Omnibox UI Elide Suggestion URL After Host"; |
| 971 | const char kOmniboxUIElideSuggestionUrlAfterHostDescription[] = |
| 972 | "Elides the path, query, and ref of suggested URLs in the Omnibox " |
| 973 | "dropdown."; |
| 974 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 975 | const char kOmniboxUIHideSuggestionUrlSchemeName[] = |
| 976 | "Omnibox UI Hide Suggestion URL Scheme"; |
| 977 | const char kOmniboxUIHideSuggestionUrlSchemeDescription[] = |
| 978 | "Elides the schemes of suggested URLs in the Omnibox dropdown."; |
| 979 | |
| 980 | const char kOmniboxUIHideSuggestionUrlTrivialSubdomainsName[] = |
| 981 | "Omnibox UI Hide Suggestion URL Trivial Subdomains"; |
| 982 | const char kOmniboxUIHideSuggestionUrlTrivialSubdomainsDescription[] = |
| 983 | "Elides trivially informative subdomains from suggested URLs in the " |
| 984 | "Omnibox dropdown (e.g. www. and m.)."; |
| 985 | |
| 986 | const char kOmniboxUIMaxAutocompleteMatchesName[] = |
| 987 | "Omnibox UI Max Autocomplete Matches"; |
| 988 | |
| 989 | const char kOmniboxUIMaxAutocompleteMatchesDescription[] = |
| 990 | "Changes the maximum number of autocomplete matches displayed in the " |
| 991 | "Omnibox UI."; |
| 992 | |
| 993 | const char kOmniboxUINarrowDropdownName[] = "Omnibox UI Narrow Dropdown"; |
| 994 | const char kOmniboxUINarrowDropdownDescription[] = |
| 995 | "Makes the suggestions dropdown width match the omnibox width."; |
| 996 | |
Justin Donnelly | 65c9e8b | 2017-10-01 05:15:01 | [diff] [blame] | 997 | const char kOmniboxUIShowSuggestionFaviconsName[] = |
| 998 | "Omnibox UI Show Suggestion Favicons"; |
| 999 | const char kOmniboxUIShowSuggestionFaviconsDescription[] = |
| 1000 | "Shows favicons instead of generic vector icons for URL suggestions in the " |
| 1001 | "Omnibox dropdown."; |
| 1002 | |
| 1003 | const char kOmniboxUISwapTitleAndUrlName[] = "Omnibox UI Swap Title and URL"; |
| 1004 | const char kOmniboxUISwapTitleAndUrlDescription[] = |
| 1005 | "In the omnibox dropdown, shows titles before URLs when both are " |
| 1006 | "available."; |
| 1007 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1008 | const char kOmniboxUIVerticalLayoutName[] = "Omnibox UI Vertical Layout"; |
| 1009 | const char kOmniboxUIVerticalLayoutDescription[] = |
| 1010 | "Displays Omnibox sugestions in 2 lines - title over origin."; |
| 1011 | |
| 1012 | const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin"; |
| 1013 | const char kOmniboxUIVerticalMarginDescription[] = |
| 1014 | "Changes the vertical margin in the Omnibox UI."; |
| 1015 | |
| 1016 | const char kOriginTrialsName[] = "Origin Trials"; |
| 1017 | const char kOriginTrialsDescription[] = |
| 1018 | "Enables origin trials for controlling access to feature/API experiments."; |
| 1019 | |
Becca Hughes | 930d8cd | 2017-10-02 11:09:12 | [diff] [blame] | 1020 | const char kOverflowIconsForMediaControlsName[] = |
| 1021 | "Icons on Media Controls Overflow Menu"; |
| 1022 | const char kOverflowIconsForMediaControlsDescription[] = |
| 1023 | "Displays icons on the overflow menu of the native media controls"; |
| 1024 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1025 | const char kOverlayScrollbarsName[] = "Overlay Scrollbars"; |
| 1026 | const char kOverlayScrollbarsDescription[] = |
| 1027 | "Enable the experimental overlay scrollbars implementation. You must also " |
| 1028 | "enable threaded compositing to have the scrollbars animate."; |
| 1029 | |
chaopeng | e8aa016b | 2017-08-24 15:20:19 | [diff] [blame] | 1030 | const char kOverlayScrollbarsFlashAfterAnyScrollUpdateName[] = |
| 1031 | "Flash Overlay Scrollbars After Any Scroll Update"; |
| 1032 | const char kOverlayScrollbarsFlashAfterAnyScrollUpdateDescription[] = |
| 1033 | "Flash Overlay Scrollbars After any scroll update happends in page. You" |
| 1034 | " must also enable Overlay Scrollbars."; |
| 1035 | |
chaopeng | 34367802 | 2017-08-24 18:45:00 | [diff] [blame] | 1036 | const char kOverlayScrollbarsFlashWhenMouseEnterName[] = |
| 1037 | "Flash Overlay Scrollbars When Mouse Enter"; |
| 1038 | const char kOverlayScrollbarsFlashWhenMouseEnterDescription[] = |
| 1039 | "Flash Overlay Scrollbars When Mouse Enter a scrollable area. You must also" |
| 1040 | " enable Overlay Scrollbars."; |
| 1041 | |
Claudio Magni | 81326f9 | 2017-09-01 05:21:18 | [diff] [blame] | 1042 | const char kUseNewAcceptLanguageHeaderName[] = "Use new Accept-Language header"; |
| 1043 | const char kUseNewAcceptLanguageHeaderDescription[] = |
| 1044 | "Adds the base language code after other corresponding language+region " |
| 1045 | "codes. This ensures that users receive content in their preferred " |
| 1046 | "language."; |
| 1047 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1048 | const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation"; |
| 1049 | const char kOverscrollHistoryNavigationDescription[] = |
| 1050 | "Experimental history navigation in response to horizontal overscroll."; |
| 1051 | const char kOverscrollHistoryNavigationSimpleUi[] = "Simple"; |
| 1052 | |
| 1053 | const char kOverscrollStartThresholdName[] = "Overscroll start threshold"; |
| 1054 | const char kOverscrollStartThresholdDescription[] = |
| 1055 | "Changes overscroll start threshold relative to the default value."; |
| 1056 | const char kOverscrollStartThreshold133Percent[] = "133%"; |
| 1057 | const char kOverscrollStartThreshold166Percent[] = "166%"; |
| 1058 | const char kOverscrollStartThreshold200Percent[] = "200%"; |
| 1059 | |
Xing Liu | 5400a00 | 2017-09-15 21:48:29 | [diff] [blame] | 1060 | const char kParallelDownloadingName[] = "Parallel downloading"; |
| 1061 | const char kParallelDownloadingDescription[] = |
Yannic Bonenberger | a32f990 | 2017-11-20 18:47:06 | [diff] [blame] | 1062 | "Enable parallel downloading to accelerate download speed."; |
Xing Liu | 5400a00 | 2017-09-15 21:48:29 | [diff] [blame] | 1063 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1064 | const char kPassiveEventListenerDefaultName[] = |
| 1065 | "Passive Event Listener Override"; |
| 1066 | const char kPassiveEventListenerDefaultDescription[] = |
| 1067 | "Forces touchstart, touchmove, mousewheel and wheel event listeners (which " |
| 1068 | "haven't requested otherwise) to be treated as passive. This will break " |
| 1069 | "touch/wheel behavior on some websites but is useful for demonstrating the " |
| 1070 | "potential performance benefits of adopting passive event listeners."; |
| 1071 | const char kPassiveEventListenerTrue[] = "True (when unspecified)"; |
| 1072 | const char kPassiveEventListenerForceAllTrue[] = "Force All True"; |
| 1073 | |
| 1074 | const char kPassiveEventListenersDueToFlingName[] = |
| 1075 | "Touch Event Listeners Passive Default During Fling"; |
| 1076 | const char kPassiveEventListenersDueToFlingDescription[] = |
| 1077 | "Forces touchstart, and first touchmove per scroll event listeners during " |
| 1078 | "fling to be treated as passive."; |
| 1079 | |
| 1080 | const char kPassiveDocumentEventListenersName[] = |
| 1081 | "Document Level Event Listeners Passive Default"; |
| 1082 | const char kPassiveDocumentEventListenersDescription[] = |
| 1083 | "Forces touchstart, and touchmove event listeners on document level " |
| 1084 | "targets (which haven't requested otherwise) to be treated as passive."; |
| 1085 | |
| 1086 | const char kPasswordForceSavingName[] = "Force-saving of passwords"; |
| 1087 | const char kPasswordForceSavingDescription[] = |
| 1088 | "Allow the user to manually enforce password saving instead of relying on " |
| 1089 | "password manager's heuristics."; |
| 1090 | |
| 1091 | const char kPasswordGenerationName[] = "Password generation"; |
| 1092 | const char kPasswordGenerationDescription[] = |
| 1093 | "Allow the user to have Chrome generate passwords when it detects account " |
| 1094 | "creation pages."; |
| 1095 | |
Vaclav Brozek | d8a3f54 | 2017-11-16 14:21:13 | [diff] [blame] | 1096 | const char kPasswordExportName[] = "Password export"; |
| 1097 | const char kPasswordExportDescription[] = |
| 1098 | "Export functionality in password settings."; |
| 1099 | |
| 1100 | const char kPasswordImportName[] = "Password import"; |
| 1101 | const char kPasswordImportDescription[] = |
| 1102 | "Import functionality in password settings."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1103 | |
Maxim Kolosovskiy | d97b9461 | 2017-09-19 20:10:39 | [diff] [blame] | 1104 | const char kPasswordSelectionName[] = |
| 1105 | "Password selection and eye icon in prompt"; |
| 1106 | const char kPasswordSelectionDescription[] = |
| 1107 | "Show a password selector and an eye icon in prompt"; |
| 1108 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1109 | const char kPermissionActionReportingName[] = "Permission Action Reporting"; |
| 1110 | const char kPermissionActionReportingDescription[] = |
| 1111 | "Enables permission action reporting to Safe Browsing servers for opted in " |
| 1112 | "users."; |
| 1113 | |
| 1114 | const char kPermissionsBlacklistName[] = "Permissions Blacklist"; |
| 1115 | const char kPermissionsBlacklistDescription[] = |
| 1116 | "Enables the Permissions Blacklist, which blocks permissions for " |
| 1117 | "blacklisted sites for Safe Browsing users."; |
| 1118 | |
| 1119 | const char kPinchScaleName[] = "Pinch scale"; |
| 1120 | const char kPinchScaleDescription[] = |
| 1121 | "Enables experimental support for scale using pinch."; |
| 1122 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1123 | const char kPrintPdfAsImageName[] = "Print Pdf as Image"; |
| 1124 | const char kPrintPdfAsImageDescription[] = |
| 1125 | "If enabled, an option to print PDF files as images will be available in " |
| 1126 | "print preview."; |
| 1127 | |
| 1128 | const char kPrintPreviewRegisterPromosName[] = |
| 1129 | "Print Preview Registration Promos"; |
| 1130 | const char kPrintPreviewRegisterPromosDescription[] = |
| 1131 | "Enable registering unregistered cloud printers from print preview."; |
| 1132 | |
| 1133 | const char kProtectSyncCredentialName[] = "Autofill sync credential"; |
| 1134 | const char kProtectSyncCredentialDescription[] = |
| 1135 | "How the password manager handles autofill for the sync credential."; |
| 1136 | |
| 1137 | const char kProtectSyncCredentialOnReauthName[] = |
| 1138 | "Autofill sync credential only for transactional reauth pages"; |
| 1139 | const char kProtectSyncCredentialOnReauthDescription[] = |
| 1140 | "How the password manager handles autofill for the sync credential only " |
| 1141 | "for transactional reauth pages."; |
| 1142 | |
Mohsen Izadi | 93faac1 | 2017-07-29 04:45:15 | [diff] [blame] | 1143 | const char kPullToRefreshName[] = "Pull-to-refresh gesture"; |
| 1144 | const char kPullToRefreshDescription[] = |
| 1145 | "Pull-to-refresh gesture in response to vertical overscroll."; |
| 1146 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1147 | const char kPushApiBackgroundModeName[] = "Enable Push API background mode"; |
| 1148 | const char kPushApiBackgroundModeDescription[] = |
| 1149 | "Enable background mode for the Push API. This allows Chrome to continue " |
| 1150 | "running after the last window is closed, and to launch at OS startup, if " |
| 1151 | "the Push API needs it."; |
| 1152 | |
Piotr Swigon | 46929d1 | 2017-08-11 07:16:33 | [diff] [blame] | 1153 | const char kPwaMinimalUiName[] = "Minimal-UI display mode for PWAs"; |
| 1154 | const char kPwaMinimalUiDescription[] = |
| 1155 | "Enables support for Minimal-UI display mode for installed PWAs"; |
| 1156 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1157 | const char kQuicName[] = "Experimental QUIC protocol"; |
| 1158 | const char kQuicDescription[] = "Enable experimental QUIC protocol support."; |
| 1159 | |
| 1160 | const char kReducedReferrerGranularityName[] = |
| 1161 | "Reduce default 'referer' header granularity."; |
| 1162 | const char kReducedReferrerGranularityDescription[] = |
| 1163 | "If a page hasn't set an explicit referrer policy, setting this flag will " |
| 1164 | "reduce the amount of information in the 'referer' header for cross-origin " |
| 1165 | "requests."; |
| 1166 | |
Mihai Sardarescu | 6d0f5b7 | 2017-10-30 11:24:38 | [diff] [blame] | 1167 | const char kRemoveUsageOfDeprecatedGaiaSigninEndpointName[] = |
| 1168 | "Remove usage of the deprecated GAIA sign-in endpoint"; |
| 1169 | const char kRemoveUsageOfDeprecatedGaiaSigninEndpointDescription[] = |
| 1170 | "The Gaia sign-in endpoint used for full-tab sign-in page is deprecated. " |
| 1171 | "This flags controls wheter it should no longer be used during a sign-in " |
| 1172 | " flow."; |
| 1173 | |
Yutaka Hirano | 4c0f2f5d45 | 2017-11-17 04:24:35 | [diff] [blame] | 1174 | const char kRendererSideResourceSchedulerName[] = |
| 1175 | "Renderer side ResourceScheduler"; |
| 1176 | const char kRendererSideResourceSchedulerDescription[] = |
| 1177 | "Migrate some ResourceScheduler functionalities to renderer"; |
| 1178 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1179 | const char kRequestTabletSiteName[] = |
| 1180 | "Request tablet site option in the settings menu"; |
| 1181 | const char kRequestTabletSiteDescription[] = |
| 1182 | "Allows the user to request tablet site. Web content is often optimized " |
| 1183 | "for tablet devices. When this option is selected the user agent string is " |
| 1184 | "changed to indicate a tablet device. Web content optimized for tablets is " |
| 1185 | "received there after for the current tab."; |
| 1186 | |
| 1187 | const char kResetAppListInstallStateName[] = |
| 1188 | "Reset the App Launcher install state on every restart."; |
| 1189 | const char kResetAppListInstallStateDescription[] = |
| 1190 | "Reset the App Launcher install state on every restart. While this flag is " |
| 1191 | "set, Chrome will forget the launcher has been installed each time it " |
| 1192 | "starts. This is used for testing the App Launcher install flow."; |
| 1193 | |
| 1194 | const char kResourceLoadSchedulerName[] = "Use the resource load scheduler"; |
| 1195 | const char kResourceLoadSchedulerDescription[] = |
| 1196 | "Uses the resource load scheduler in blink to schedule and throttle " |
| 1197 | "resource load requests."; |
| 1198 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1199 | const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting."; |
| 1200 | const char kSafeSearchUrlReportingDescription[] = |
| 1201 | "If enabled, inappropriate URLs can be reported back to SafeSearch."; |
| 1202 | |
| 1203 | const char kSaveasMenuLabelExperimentName[] = |
| 1204 | "Switch 'Save as' menu labels to 'Download'"; |
| 1205 | const char kSaveasMenuLabelExperimentDescription[] = |
| 1206 | "Enables an experiment to switch menu labels that use 'Save as...' to " |
| 1207 | "'Download'."; |
| 1208 | |
| 1209 | const char kSavePageAsMhtmlName[] = "Save Page as MHTML"; |
| 1210 | const char kSavePageAsMhtmlDescription[] = |
| 1211 | "Enables saving pages as MHTML: a single text file containing HTML and all " |
| 1212 | "sub-resources."; |
| 1213 | |
Nate Chapin | 9638e710 | 2017-09-20 22:11:01 | [diff] [blame] | 1214 | const char kSavePreviousDocumentResourcesName[] = |
| 1215 | "Save Previous Document Resources"; |
| 1216 | const char kSavePreviousDocumentResourcesDescription[] = |
| 1217 | "Saves an old document's cached resources until the specified point in the " |
| 1218 | "next document's lifecycle."; |
| 1219 | const char kSavePreviousDocumentResourcesNever[] = |
| 1220 | "Don't explicitly save resources"; |
| 1221 | const char kSavePreviousDocumentResourcesUntilOnDOMContentLoaded[] = |
| 1222 | "Save resources until onDOMContentLoaded completes"; |
| 1223 | const char kSavePreviousDocumentResourcesUntilOnLoad[] = |
| 1224 | "Save resources until onload completes"; |
| 1225 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1226 | const char kScrollPredictionName[] = "Scroll prediction"; |
| 1227 | const char kScrollPredictionDescription[] = |
| 1228 | "Predicts the finger's future position during scrolls allowing time to " |
| 1229 | "render the frame before the finger is there."; |
| 1230 | |
| 1231 | const char kSecondaryUiMd[] = |
| 1232 | "Material Design in the rest of the browser's native UI"; |
| 1233 | const char kSecondaryUiMdDescription[] = |
| 1234 | "Extends the --top-chrome-md setting to secondary UI (bubbles, dialogs, " |
| 1235 | "etc.). On Mac, this enables MacViews, which uses toolkit-views for native " |
| 1236 | "browser dialogs."; |
| 1237 | |
| 1238 | const char kServiceWorkerNavigationPreloadName[] = |
| 1239 | "Service worker navigation preload."; |
| 1240 | const char kServiceWorkerNavigationPreloadDescription[] = |
| 1241 | "Enable web pages to use the experimental service worker navigation " |
| 1242 | "preload API."; |
| 1243 | |
gogerald | d5061b59 | 2017-09-06 23:39:55 | [diff] [blame] | 1244 | const char kServiceWorkerPaymentAppsName[] = "Service Worker payment apps"; |
| 1245 | const char kServiceWorkerPaymentAppsDescription[] = |
| 1246 | "Enable Service Worker applications to integrate as payment apps"; |
| 1247 | |
Makoto Shimazu | d9f333c | 2017-08-08 07:23:17 | [diff] [blame] | 1248 | const char kServiceWorkerScriptStreamingName[] = |
| 1249 | "Service worker script streaming."; |
| 1250 | const char kServiceWorkerScriptStreamingDescription[] = |
| 1251 | "Installed scripts for a service worker are sent over a dedicated " |
| 1252 | "message pipe and data pipes, and that is never be blocked on the main " |
| 1253 | "thread."; |
| 1254 | |
Tsuyoshi Horo | bcb1c64 | 2017-11-24 16:32:14 | [diff] [blame] | 1255 | const char kServiceWorkerScriptFullCodeCacheName[] = |
| 1256 | "Service worker script full code cache."; |
| 1257 | const char kServiceWorkerScriptFullCodeCacheDescription[] = |
| 1258 | "Generate V8 full code cache of Service Worker scripts while installing."; |
| 1259 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1260 | const char kSettingsWindowName[] = "Show settings in a window"; |
| 1261 | const char kSettingsWindowDescription[] = |
| 1262 | "Settings will be shown in a dedicated window instead of as a browser tab."; |
| 1263 | |
Trent Apted | 750ba702 | 2017-10-23 13:36:25 | [diff] [blame] | 1264 | const char kShowAllDialogsWithViewsToolkitName[] = |
| 1265 | "Show all dialogs with Views toolkit"; |
| 1266 | const char kShowAllDialogsWithViewsToolkitDescription[] = |
| 1267 | "All browser dialogs will be shown using the Views toolkit rather than " |
| 1268 | "Cocoa. This requires <a href=\"#secondary-ui-md\">#secondary-ui-md</a>."; |
| 1269 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1270 | const char kShowAutofillSignaturesName[] = "Show autofill signatures."; |
| 1271 | const char kShowAutofillSignaturesDescription[] = |
| 1272 | "Annotates web forms with Autofill signatures as HTML attributes."; |
| 1273 | |
| 1274 | const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions"; |
| 1275 | const char kShowAutofillTypePredictionsDescription[] = |
| 1276 | "Annotates web forms with Autofill field type predictions as placeholder " |
| 1277 | "text."; |
| 1278 | |
| 1279 | const char kShowOverdrawFeedbackName[] = "Show overdraw feedback"; |
| 1280 | const char kShowOverdrawFeedbackDescription[] = |
| 1281 | "Visualize overdraw by color-coding elements based on if they have other " |
| 1282 | "elements drawn underneath."; |
| 1283 | |
yiyix | bdfa9a0b | 2017-10-23 22:21:47 | [diff] [blame] | 1284 | const char kEnableDrawOcclusionName[] = "Enable draw occlusion"; |
| 1285 | const char kEnableDrawOcclusionDescription[] = |
| 1286 | "Enable the system to use draw occlusion to skip draw quads when they are " |
| 1287 | "not shown on the screen."; |
| 1288 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1289 | const char kShowSavedCopyName[] = "Show Saved Copy Button"; |
| 1290 | const char kShowSavedCopyDescription[] = |
| 1291 | "When a page fails to load, if a stale copy of the page exists in the " |
| 1292 | "browser cache, a button will be presented to allow the user to load that " |
| 1293 | "stale copy. The primary enabling choice puts the button in the most " |
| 1294 | "salient position on the error page; the secondary enabling choice puts it " |
| 1295 | "secondary to the reload button."; |
| 1296 | const char kEnableShowSavedCopyPrimary[] = "Enable: Primary"; |
| 1297 | const char kEnableShowSavedCopySecondary[] = "Enable: Secondary"; |
| 1298 | const char kDisableShowSavedCopy[] = "Disable"; |
| 1299 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1300 | const char kSilentDebuggerExtensionApiName[] = "Silent Debugging"; |
| 1301 | const char kSilentDebuggerExtensionApiDescription[] = |
| 1302 | "Do not show the infobar when an extension attaches to a page via " |
| 1303 | "chrome.debugger API. This is required to debug extension background " |
| 1304 | "pages."; |
| 1305 | |
| 1306 | const char kSimpleCacheBackendName[] = "Simple Cache for HTTP"; |
| 1307 | const char kSimpleCacheBackendDescription[] = |
| 1308 | "The Simple Cache for HTTP is a new cache. It relies on the filesystem for " |
| 1309 | "disk space allocation."; |
| 1310 | |
| 1311 | const char kSimplifiedFullscreenUiName[] = |
| 1312 | "Simplified full screen / mouse lock UI."; |
| 1313 | const char kSimplifiedFullscreenUiDescription[] = |
| 1314 | "A simplified new user experience when entering page-triggered full screen " |
| 1315 | "or mouse pointer lock states."; |
| 1316 | |
| 1317 | const char kSingleClickAutofillName[] = "Single-click autofill"; |
| 1318 | const char kSingleClickAutofillDescription[] = |
| 1319 | "Make autofill suggestions on initial mouse click on a form element."; |
| 1320 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1321 | const char kSitePerProcessName[] = "Strict site isolation"; |
| 1322 | const char kSitePerProcessDescription[] = |
Nasko Oskov | 6042073fe | 2017-12-08 20:35:17 | [diff] [blame] | 1323 | "Experimental security mode that ensures each renderer process " |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1324 | "contains pages from at most one site. In this mode, out-of-process " |
| 1325 | "iframes will be used whenever an iframe is cross-site."; |
| 1326 | |
| 1327 | const char kSiteSettings[] = "Site settings with All sites and Site details"; |
| 1328 | const char kSiteSettingsDescription[] = |
| 1329 | "Adds new ways of viewing Site settings."; |
| 1330 | |
| 1331 | const char kSlimmingPaintInvalidationName[] = "Slimming paint invalidation."; |
| 1332 | const char kSlimmingPaintInvalidationDescription[] = |
| 1333 | "Whether to enable a new paint invalidation system."; |
| 1334 | |
| 1335 | const char kSmoothScrollingName[] = "Smooth Scrolling"; |
| 1336 | const char kSmoothScrollingDescription[] = |
| 1337 | "Animate smoothly when scrolling page content."; |
| 1338 | |
| 1339 | const char kSoftwareRasterizerName[] = "3D software rasterizer"; |
| 1340 | const char kSoftwareRasterizerDescription[] = |
| 1341 | "Fall back to a 3D software rasterizer when the GPU cannot be used."; |
| 1342 | |
Tommy Steimel | 77704be | 2017-08-28 22:14:40 | [diff] [blame] | 1343 | const char kSoundContentSettingName[] = "Sound content setting"; |
| 1344 | const char kSoundContentSettingDescription[] = |
| 1345 | "Enable site-wide muting in content settings and tab strip context menu."; |
| 1346 | |
Alexandr Ilin | f0500ed3 | 2017-09-27 21:12:36 | [diff] [blame] | 1347 | const char kSpeculativePreconnectName[] = "Enable new preconnect predictor"; |
| 1348 | const char kSpeculativePreconnectDescription[] = |
| 1349 | "Enable the new implementation of preconnect and DNS preresolve. " |
| 1350 | "\"Learning\" means that only database construction is enabled, " |
| 1351 | "\"Preconnect\" enables both learning and preconnect and disables the " |
| 1352 | "existing implementation. \"No preconnect\" disables both implementations."; |
| 1353 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1354 | const char kSpeculativePrefetchName[] = "Speculative Prefetch"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1355 | const char kSpeculativePrefetchDescription[] = |
| 1356 | R"*("Speculative Prefetch" fetches likely resources early to improve )*" |
| 1357 | R"*(load times, based on a local database (see chrome://predictors). )*" |
| 1358 | R"*("Learning" means that only the database construction is enabled, )*" |
| 1359 | R"*("Prefetching" that learning and prefetching are enabled.)*"; |
| 1360 | |
Justin Donnelly | 4e448cb | 2017-07-07 21:32:13 | [diff] [blame] | 1361 | const char kSpeculativeServiceWorkerStartOnQueryInputName[] = |
| 1362 | "Enable speculative start of a service worker when a search is predicted."; |
Justin Donnelly | 4e448cb | 2017-07-07 21:32:13 | [diff] [blame] | 1363 | const char kSpeculativeServiceWorkerStartOnQueryInputDescription[] = |
| 1364 | "If enabled, when the user enters text in the omnibox that looks like a " |
| 1365 | "a query, any service worker associated with the search engine the query " |
| 1366 | "will be sent to is started early."; |
| 1367 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1368 | const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial"; |
| 1369 | const char kSpellingFeedbackFieldTrialDescription[] = |
| 1370 | "Enable the field trial for sending user feedback to spelling service."; |
horo | 201d4949 | 2017-05-19 05:31:40 | [diff] [blame] | 1371 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1372 | const char kSuggestionsWithSubStringMatchName[] = |
| 1373 | "Substring matching for Autofill suggestions"; |
| 1374 | const char kSuggestionsWithSubStringMatchDescription[] = |
| 1375 | "Match Autofill suggestions based on substrings (token prefixes) rather " |
| 1376 | "than just prefixes."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1377 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1378 | const char kSyncSandboxName[] = "Use Chrome Sync sandbox"; |
| 1379 | const char kSyncSandboxDescription[] = |
| 1380 | "Connects to the testing server for Chrome Sync."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1381 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1382 | const char kTabAudioMutingName[] = "Tab audio muting UI control"; |
| 1383 | const char kTabAudioMutingDescription[] = |
| 1384 | "When enabled, the audio indicators in the tab strip double as tab audio " |
| 1385 | "mute controls. This also adds commands in the tab context menu for " |
| 1386 | "quickly muting multiple selected tabs."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1387 | |
Christian Dullweber | d0d96f0 | 2017-09-13 09:22:51 | [diff] [blame] | 1388 | const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog."; |
| 1389 | const char kTabsInCbdDescription[] = |
| 1390 | "Enables a basic and an advanced tab for the Clear Browsing Data dialog."; |
| 1391 | |
Becky Zhou | 99c2280 | 2017-10-19 05:09:27 | [diff] [blame] | 1392 | const char kTabModalJsDialogName[] = "Auto-dismissing JavaScript Dialogs"; |
| 1393 | const char kTabModalJsDialogDescription[] = |
| 1394 | "If enabled, the JavaScript dialog will be auto dismissable when switching" |
| 1395 | " tab."; |
| 1396 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1397 | const char kTcpFastOpenName[] = "TCP Fast Open"; |
| 1398 | const char kTcpFastOpenDescription[] = |
| 1399 | "Enable the option to send extra authentication information in the initial " |
| 1400 | "SYN packet for a previously connected client, allowing faster data send " |
| 1401 | "start."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1402 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1403 | const char kTopChromeMd[] = "UI Layout for the browser's top chrome"; |
| 1404 | const char kTopChromeMdDescription[] = |
| 1405 | R"*(Toggles between normal and touch (formerly "hybrid") layouts.)*"; |
| 1406 | const char kTopChromeMdMaterial[] = "Normal"; |
Eugene Girard | 42dedf72 | 2017-10-12 21:07:53 | [diff] [blame] | 1407 | const char kTopChromeMdMaterialAuto[] = "Auto"; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1408 | const char kTopChromeMdMaterialHybrid[] = "Touch"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1409 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1410 | const char kThreadedScrollingName[] = "Threaded scrolling"; |
| 1411 | const char kThreadedScrollingDescription[] = |
| 1412 | "Threaded handling of scroll-related input events. Disabling this will " |
| 1413 | "force all such scroll events to be handled on the main thread. Note that " |
| 1414 | "this can dramatically hurt scrolling performance of most websites and is " |
| 1415 | "intended for testing purposes only."; |
| 1416 | |
Steven Valdez | 4584b248 | 2017-07-14 01:11:57 | [diff] [blame] | 1417 | const char kTLS13VariantName[] = "TLS 1.3"; |
| 1418 | const char kTLS13VariantDescription[] = "Sets the TLS 1.3 variant used."; |
| 1419 | const char kTLS13VariantDisabled[] = "Disabled"; |
Steven Valdez | 57d8865 | 2017-10-05 21:05:11 | [diff] [blame] | 1420 | const char kTLS13VariantDeprecated[] = "Disabled (Deprecated Setting)"; |
Steven Valdez | 4584b248 | 2017-07-14 01:11:57 | [diff] [blame] | 1421 | const char kTLS13VariantDraft[] = "Enabled (Draft)"; |
| 1422 | const char kTLS13VariantExperiment[] = "Enabled (Experiment)"; |
Steven Valdez | f00f878 | 2017-09-13 18:05:28 | [diff] [blame] | 1423 | const char kTLS13VariantExperiment2[] = "Enabled (Experiment 2)"; |
| 1424 | const char kTLS13VariantExperiment3[] = "Enabled (Experiment 3)"; |
Steven Valdez | 4584b248 | 2017-07-14 01:11:57 | [diff] [blame] | 1425 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1426 | const char kTopDocumentIsolationName[] = "Top document isolation"; |
| 1427 | const char kTopDocumentIsolationDescription[] = |
| 1428 | "Highly experimental performance mode where cross-site iframes are kept in " |
| 1429 | "a separate process from the top document. In this mode, iframes from " |
| 1430 | "different third-party sites will be allowed to share a process."; |
| 1431 | |
Dominick Ng | 8896b1cd | 2017-10-17 23:24:36 | [diff] [blame] | 1432 | const char kTopSitesFromSiteEngagementName[] = "Top Sites from Site Engagement"; |
| 1433 | const char kTopSitesFromSiteEngagementDescription[] = |
| 1434 | "Enable Top Sites on the New Tab Page to be sourced and sorted using site " |
| 1435 | "engagement."; |
| 1436 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1437 | const char kTouchAdjustmentName[] = "Touch adjustment"; |
| 1438 | const char kTouchAdjustmentDescription[] = |
| 1439 | "Refine the position of a touch gesture in order to compensate for touches " |
| 1440 | "having poor resolution compared to a mouse."; |
| 1441 | |
| 1442 | const char kTouchDragDropName[] = "Touch initiated drag and drop"; |
| 1443 | const char kTouchDragDropDescription[] = |
| 1444 | "Touch drag and drop can be initiated through long press on a draggable " |
| 1445 | "element."; |
| 1446 | |
| 1447 | const char kTouchEventsName[] = "Touch Events API"; |
| 1448 | const char kTouchEventsDescription[] = |
| 1449 | "Force Touch Events API feature detection to always be enabled or " |
| 1450 | "disabled, or to be enabled when a touchscreen is detected on startup " |
| 1451 | "(Automatic, the default)."; |
| 1452 | |
| 1453 | const char kTouchSelectionStrategyName[] = "Touch text selection strategy"; |
| 1454 | const char kTouchSelectionStrategyDescription[] = |
| 1455 | "Controls how text selection granularity changes when touch text selection " |
| 1456 | "handles are dragged. Non-default behavior is experimental."; |
| 1457 | const char kTouchSelectionStrategyCharacter[] = "Character"; |
| 1458 | const char kTouchSelectionStrategyDirection[] = "Direction"; |
| 1459 | |
| 1460 | const char kTraceUploadUrlName[] = "Trace label for navigation tracing"; |
| 1461 | const char kTraceUploadUrlDescription[] = |
| 1462 | "This is to be used in conjunction with the enable-navigation-tracing " |
| 1463 | "flag. Please select the label that best describes the recorded traces. " |
| 1464 | "This will choose the destination the traces are uploaded to. If you are " |
| 1465 | "not sure, select other. If left empty, no traces will be uploaded."; |
| 1466 | const char kTraceUploadUrlChoiceOther[] = "Other"; |
| 1467 | const char kTraceUploadUrlChoiceEmloading[] = "emloading"; |
| 1468 | const char kTraceUploadUrlChoiceQa[] = "QA"; |
| 1469 | const char kTraceUploadUrlChoiceTesting[] = "Testing"; |
| 1470 | |
| 1471 | const char kTranslate2016q2UiName[] = "Translate 2016Q2 UI"; |
| 1472 | const char kTranslate2016q2UiDescription[] = |
| 1473 | "Improved triggering logic and look for Translate Bubble UI"; |
| 1474 | |
Philippe Hamel | 7fdaa45 | 2017-09-29 17:22:49 | [diff] [blame] | 1475 | const char kTranslateRankerEnforcementName[] = |
| 1476 | "Enforce TranslateRanker decisions"; |
| 1477 | const char kTranslateRankerEnforcementDescription[] = |
| 1478 | "Improved Translate UI triggering logic. TranslateRanker decides whether " |
| 1479 | "or not Translate UI should be triggered in a given context."; |
| 1480 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1481 | const char kTrySupportedChannelLayoutsName[] = |
| 1482 | "Causes audio output streams to check if channel layouts other than the " |
| 1483 | "default hardware layout are available."; |
| 1484 | const char kTrySupportedChannelLayoutsDescription[] = |
| 1485 | "Causes audio output streams to check if channel layouts other than the " |
| 1486 | "default hardware layout are available. Turning this on will allow the OS " |
| 1487 | "to do stereo to surround expansion if supported. May expose third party " |
| 1488 | "driver bugs, use with caution."; |
| 1489 | |
| 1490 | const char kUiPartialSwapName[] = "Partial swap"; |
| 1491 | const char kUiPartialSwapDescription[] = "Sets partial swap behavior."; |
| 1492 | |
Chris Pickel | 3a227ae6 | 2017-08-24 10:47:26 | [diff] [blame] | 1493 | const char kUseDdljsonApiName[] = "Use new ddljson API for Doodles"; |
| 1494 | const char kUseDdljsonApiDescription[] = |
| 1495 | "Enables the new ddljson API to fetch Doodles for the NTP."; |
| 1496 | |
Becca Hughes | 59c05b4 | 2017-11-03 13:11:58 | [diff] [blame] | 1497 | const char kUseModernMediaControlsName[] = "New Media Controls"; |
| 1498 | const char kUseModernMediaControlsDescription[] = |
| 1499 | "Enables the new style native media controls."; |
| 1500 | |
Mustaq Ahmed | c646c0a | 2017-10-20 20:08:30 | [diff] [blame] | 1501 | const char kUserActivationV2Name[] = "User Activation v2"; |
| 1502 | const char kUserActivationV2Description[] = |
| 1503 | "Enable simple user activation for APIs that are otherwise controlled by " |
| 1504 | "user gesture tokens."; |
| 1505 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1506 | const char kUserConsentForExtensionScriptsName[] = |
| 1507 | "User consent for extension scripts"; |
| 1508 | const char kUserConsentForExtensionScriptsDescription[] = |
| 1509 | "Require user consent for an extension running a script on the page, if " |
| 1510 | "the extension requested permission to run on all urls."; |
| 1511 | |
| 1512 | const char kUseSuggestionsEvenIfFewFeatureName[] = |
| 1513 | "Disable minimum for server-side tile suggestions on NTP."; |
| 1514 | const char kUseSuggestionsEvenIfFewFeatureDescription[] = |
| 1515 | "Request server-side suggestions even if there are only very few of them " |
| 1516 | "and use them for tiles on the New Tab Page."; |
| 1517 | |
| 1518 | const char kV8CacheOptionsName[] = "V8 caching mode."; |
| 1519 | const char kV8CacheOptionsDescription[] = |
| 1520 | "Caching mode for the V8 JavaScript engine."; |
| 1521 | const char kV8CacheOptionsParse[] = "Cache V8 parser data."; |
| 1522 | const char kV8CacheOptionsCode[] = "Cache V8 compiler data."; |
| 1523 | |
Hitoshi Yoshida | 3e5db56 | 2017-09-11 02:31:08 | [diff] [blame] | 1524 | const char kV8ContextSnapshotName[] = "Use a snapshot to create V8 contexts."; |
| 1525 | const char kV8ContextSnapshotDescription[] = |
| 1526 | "Sets to use a snapshot to create V8 contexts in frame creation."; |
| 1527 | |
Michael Hablich | 896d5266 | 2017-10-23 15:59:57 | [diff] [blame] | 1528 | const char kV8VmFutureName[] = "Future V8 VM features"; |
| 1529 | const char kV8VmFutureDescription[] = |
| 1530 | "This enables upcoming and experimental V8 VM features. " |
| 1531 | "This flag does not enable experimental JavaScript features."; |
| 1532 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1533 | const char kVibrateRequiresUserGestureName[] = |
| 1534 | "Requiring user gesture for the Vibration API"; |
| 1535 | const char kVibrateRequiresUserGestureDescription[] = |
| 1536 | "Block the Vibration API if no user gesture has been received on the frame " |
| 1537 | "or any embedded frame."; |
| 1538 | |
| 1539 | const char kVideoFullscreenOrientationLockName[] = |
| 1540 | "Lock screen orientation when playing a video fullscreen."; |
| 1541 | const char kVideoFullscreenOrientationLockDescription[] = |
| 1542 | "Lock the screen orientation of the device to match video orientation when " |
| 1543 | "a video goes fullscreen. Only on phones."; |
| 1544 | |
| 1545 | const char kVideoRotateToFullscreenName[] = |
| 1546 | "Rotate-to-fullscreen gesture for videos."; |
| 1547 | const char kVideoRotateToFullscreenDescription[] = |
| 1548 | "Enter/exit fullscreen when device is rotated to/from the orientation of " |
| 1549 | "the video. Only on phones."; |
| 1550 | |
| 1551 | const char kWalletServiceUseSandboxName[] = |
| 1552 | "Use Google Payments sandbox servers"; |
| 1553 | const char kWalletServiceUseSandboxDescription[] = |
| 1554 | "For developers: use the sandbox service for Google Payments API calls."; |
| 1555 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1556 | const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions"; |
| 1557 | const char kWebglDraftExtensionsDescription[] = |
| 1558 | "Enabling this option allows web applications to access the WebGL " |
| 1559 | "Extensions that are still in draft status."; |
| 1560 | |
| 1561 | const char kWebMidiName[] = "Web MIDI API"; |
| 1562 | const char kWebMidiDescription[] = "Enable Web MIDI API experimental support."; |
| 1563 | |
| 1564 | const char kWebPaymentsName[] = "Web Payments"; |
| 1565 | const char kWebPaymentsDescription[] = |
| 1566 | "Enable Web Payments API integration, a JavaScript API for merchants."; |
| 1567 | |
Mathieu Perreault | 51339b8 | 2017-07-20 17:06:05 | [diff] [blame] | 1568 | const char kWebPaymentsModifiersName[] = "Enable web payment modifiers"; |
| 1569 | const char kWebPaymentsModifiersDescription[] = |
| 1570 | "If the website provides modifiers in the payment request, show the custom " |
| 1571 | "total for each payment instrument, update the shopping cart when " |
| 1572 | "instruments are switched, and send modified payment method specific data " |
| 1573 | "to the payment app."; |
| 1574 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1575 | const char kWebrtcEchoCanceller3Name[] = "WebRTC Echo Canceller 3."; |
| 1576 | const char kWebrtcEchoCanceller3Description[] = |
| 1577 | "Experimental WebRTC echo canceller (AEC3)."; |
| 1578 | |
| 1579 | const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding"; |
| 1580 | const char kWebrtcHwDecodingDescription[] = |
| 1581 | "Support in WebRTC for decoding video streams using platform hardware."; |
| 1582 | |
| 1583 | const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding"; |
| 1584 | const char kWebrtcHwEncodingDescription[] = |
| 1585 | "Support in WebRTC for encoding video streams using platform hardware."; |
| 1586 | |
| 1587 | const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding"; |
| 1588 | const char kWebrtcHwH264EncodingDescription[] = |
| 1589 | "Support in WebRTC for encoding h264 video streams using platform " |
| 1590 | "hardware."; |
| 1591 | |
| 1592 | const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding"; |
| 1593 | const char kWebrtcHwVP8EncodingDescription[] = |
| 1594 | "Support in WebRTC for encoding vp8 video streams using platform hardware."; |
| 1595 | |
| 1596 | const char kWebrtcSrtpAesGcmName[] = |
| 1597 | "Negotiation with GCM cipher suites for SRTP in WebRTC"; |
| 1598 | const char kWebrtcSrtpAesGcmDescription[] = |
| 1599 | "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP."; |
| 1600 | |
Joachim Bauch | 4a41d751 | 2017-08-23 14:24:23 | [diff] [blame] | 1601 | const char kWebrtcSrtpEncryptedHeadersName[] = |
| 1602 | "Negotiation with encrypted header extensions for SRTP in WebRTC"; |
| 1603 | const char kWebrtcSrtpEncryptedHeadersDescription[] = |
| 1604 | "When enabled, WebRTC will try to negotiate encrypted header extensions " |
| 1605 | "for SRTP."; |
| 1606 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1607 | const char kWebrtcStunOriginName[] = "WebRTC Stun origin header"; |
| 1608 | const char kWebrtcStunOriginDescription[] = |
| 1609 | "When enabled, Stun messages generated by WebRTC will contain the Origin " |
| 1610 | "header."; |
| 1611 | |
| 1612 | const char kWebvrName[] = "WebVR"; |
| 1613 | const char kWebvrDescription[] = |
David Dorwin | 5a496c3 | 2017-11-17 01:45:05 | [diff] [blame] | 1614 | "Allow web applications to access experimental " |
Brandon Jones | e9d9b2b | 2017-12-11 22:20:11 | [diff] [blame] | 1615 | "Virtual Reality functionality via the WebVR 1.1 API. This feature will " |
| 1616 | "eventually be replaced by the WebXR Device API. Warning: Enabling this " |
| 1617 | "will also allow WebVR content on insecure origins to access these " |
| 1618 | "powerful APIs, and may pose a security risk."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1619 | |
David Dorwin | 5a496c3 | 2017-11-17 01:45:05 | [diff] [blame] | 1620 | const char kWebVrExperimentalRenderingName[] = |
| 1621 | "WebVR experimental rendering optimizations"; |
| 1622 | const char kWebVrExperimentalRenderingDescription[] = |
| 1623 | "Experimental rendering path optimizations for WebVR."; |
| 1624 | |
Brandon Jones | e9d9b2b | 2017-12-11 22:20:11 | [diff] [blame] | 1625 | const char kWebXrName[] = "WebXR Device API"; |
| 1626 | const char kWebXrDescription[] = |
| 1627 | "Allow web applications to access experimental APIs to interact with " |
| 1628 | "Virtual Reality (VR) and Augmented Reality (AR) devices."; |
| 1629 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1630 | const char kWifiCredentialSyncName[] = "WiFi credential sync"; |
| 1631 | const char kWifiCredentialSyncDescription[] = |
| 1632 | "Enables synchronizing WiFi network settings across devices. When enabled, " |
| 1633 | "the WiFi credential datatype is registered with Chrome Sync, and WiFi " |
| 1634 | "credentials are synchronized subject to user preferences. (See also, " |
| 1635 | "chrome://settings/syncSetup.)"; |
| 1636 | |
| 1637 | const char kZeroCopyName[] = "Zero-copy rasterizer"; |
| 1638 | const char kZeroCopyDescription[] = |
| 1639 | "Raster threads write directly to GPU memory associated with tiles."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1640 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1641 | // Android --------------------------------------------------------------------- |
| 1642 | |
| 1643 | #if defined(OS_ANDROID) |
| 1644 | |
| 1645 | const char kAiaFetchingName[] = "Intermediate Certificate Fetching"; |
| 1646 | const char kAiaFetchingDescription[] = |
| 1647 | "Enable intermediate certificate fetching when a server does not provide " |
| 1648 | "sufficient certificates to build a chain to a trusted root."; |
| 1649 | |
| 1650 | const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher"; |
| 1651 | const char kAccessibilityTabSwitcherDescription[] = |
| 1652 | "Enable the accessibility tab switcher for Android."; |
| 1653 | |
Wei-Yin Chen (陳威尹) | 8068345 | 2017-10-02 19:08:25 | [diff] [blame] | 1654 | const char kAllowReaderForAccessibilityName[] = "Reader Mode for Accessibility"; |
| 1655 | const char kAllowReaderForAccessibilityDescription[] = |
| 1656 | "Allows Reader Mode on any articles, even if the page is mobile-friendly."; |
| 1657 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1658 | const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility"; |
| 1659 | const char kAndroidAutofillAccessibilityDescription[] = |
| 1660 | "Enable accessibility for autofill popup."; |
| 1661 | |
| 1662 | const char kAndroidPaymentAppsName[] = "Android payment apps"; |
| 1663 | const char kAndroidPaymentAppsDescription[] = |
| 1664 | "Enable third party Android apps to integrate as payment apps"; |
| 1665 | |
Iulia Harasim | 0b5a431 | 2017-07-21 16:20:50 | [diff] [blame] | 1666 | const char kAndroidSigninPromosName[] = "Signin promos for Android."; |
| 1667 | const char kAndroidSigninPromosDescription[] = |
| 1668 | "New signin promos for Android which will be displayed in content " |
| 1669 | "suggestions, Settings, Bookmarks and Recent Tabs."; |
| 1670 | |
Tatiana Gornak | 38ab356 | 2017-07-28 11:04:18 | [diff] [blame] | 1671 | const char kAndroidViewPasswordsName[] = "Copy and view passwords for Android"; |
| 1672 | const char kAndroidViewPasswordsDescription[] = |
| 1673 | "Enables copying and viewing passwords in settings."; |
| 1674 | |
Miriam Gershenson | 23cfe346e | 2017-09-28 14:49:29 | [diff] [blame] | 1675 | const char kAsyncDnsName[] = "Async DNS resolver"; |
| 1676 | const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver."; |
| 1677 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1678 | const char kAutofillAccessoryViewName[] = |
| 1679 | "Autofill suggestions as keyboard accessory view"; |
| 1680 | const char kAutofillAccessoryViewDescription[] = |
| 1681 | "Shows Autofill suggestions on top of the keyboard rather than in a " |
| 1682 | "dropdown."; |
| 1683 | |
| 1684 | const char kBackgroundLoaderForDownloadsName[] = |
| 1685 | "Enables background downloading of pages."; |
| 1686 | const char kBackgroundLoaderForDownloadsDescription[] = |
| 1687 | "Enables downloading pages in the background in case page is not yet " |
| 1688 | "loaded in current tab."; |
| 1689 | |
Theresa Wellington | b9243b2 | 2017-12-01 16:23:05 | [diff] [blame] | 1690 | const char kChromeHomeName[] = "Chrome Home"; |
| 1691 | const char kChromeHomeDescription[] = |
| 1692 | "Enables Chrome Home on Android. You must restart the browser" |
| 1693 | " twice for changes to take effect."; |
| 1694 | |
| 1695 | const char kChromeHomeBottomNavLabelsName[] = |
| 1696 | "Chrome Home bottom navigation menu item labels."; |
| 1697 | const char kChromeHomeBottomNavLabelsDescription[] = |
| 1698 | "Enables text labels for Chrome Home bottom navigation menu items."; |
| 1699 | |
| 1700 | const char kChromeHomeClearUrlOnOpenName[] = "Chrome Home clear url on open"; |
| 1701 | const char kChromeHomeClearUrlOnOpenDescription[] = |
| 1702 | "Clear omnibox URL when the bottom sheet is opened."; |
| 1703 | |
Daniel Park | 825a16f3 | 2017-12-08 00:44:26 | [diff] [blame] | 1704 | const char kChromeHomeEnableSurveyName[] = "Enable Chrome Home survey"; |
| 1705 | const char kChromeHomeEnableSurveyDescription[] = |
| 1706 | "If enabled, the survey process will allow surveys using sample " |
| 1707 | "parameters."; |
| 1708 | |
Theresa Wellington | b9243b2 | 2017-12-01 16:23:05 | [diff] [blame] | 1709 | const char kChromeHomeInactivitySheetExpansionName[] = |
| 1710 | "Expansion of Chrome Home bottom sheet on startup"; |
| 1711 | const char kChromeHomeInactivitySheetExpansionDescription[] = |
| 1712 | "Expand bottom sheet on startup in Chrome Home after a period of" |
| 1713 | " inactivity."; |
| 1714 | |
Theresa Wellington | 82d6f6ef | 2017-10-12 02:39:13 | [diff] [blame] | 1715 | const char kChromeHomeOptOutSnackbarName[] = "Chrome Home Opt-out Snackbar"; |
| 1716 | const char kChromeHomeOptOutSnackbarDescription[] = |
| 1717 | "Show a snackbar prompting users to take a survey the first time they" |
| 1718 | " opt-out of Chrome Home"; |
| 1719 | |
Theresa Wellington | c4cff8a1 | 2017-11-28 04:13:18 | [diff] [blame] | 1720 | const char kChromeHomePersistentIphName[] = "Chrome Home Persistent Iph"; |
| 1721 | const char kChromeHomePersistentIphDescription[] = |
| 1722 | "Wait to dismiss the Chrome Home IPH until the user inteacts with the " |
| 1723 | "toolbar or a timer expires."; |
| 1724 | |
Theresa Wellington | dd71c5c | 2017-10-02 15:50:38 | [diff] [blame] | 1725 | const char kChromeHomePersonalizedOmniboxSuggestionsName[] = |
| 1726 | "Chrome Home Personalized Omnibox Suggestions"; |
| 1727 | const char kChromeHomePersonalizedOmniboxSuggestionsDescription[] = |
| 1728 | "Enable personalized omnibox suggestions on focus for Chrome Home."; |
| 1729 | |
Matthew Jones | 4214d2a1 | 2017-09-28 18:35:11 | [diff] [blame] | 1730 | const char kChromeHomePromoName[] = "Chrome Home Promo"; |
| 1731 | const char kChromeHomePromoDescription[] = |
Matthew Jones | dcdf51b | 2017-10-12 20:02:33 | [diff] [blame] | 1732 | "Enable showing the opt-in/out Chrome Home promo."; |
Matthew Jones | 4214d2a1 | 2017-09-28 18:35:11 | [diff] [blame] | 1733 | |
Theresa Wellington | 306c4cdc | 2017-12-07 16:43:08 | [diff] [blame] | 1734 | const char kChromeHomeShowGoogleGName[] = "Chrome Home Show Google G"; |
| 1735 | const char kChromeHomeShowGoogleGDescription[] = |
| 1736 | "Show the Google G when the url is cleared. The flag to clear the url " |
| 1737 | "when the sheet is opened must also be set."; |
| 1738 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1739 | const char kChromeHomeSwipeLogicName[] = "Chrome Home Swipe Logic"; |
| 1740 | const char kChromeHomeSwipeLogicDescription[] = |
| 1741 | "Various swipe logic options for Chrome Home for sheet expansion."; |
| 1742 | const char kChromeHomeSwipeLogicRestrictArea[] = "Restrict swipable area"; |
Matthew Jones | be384ee4 | 2017-10-31 19:57:15 | [diff] [blame] | 1743 | const char kChromeHomeSwipeLogicVelocity[] = "Velocity suppression model"; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1744 | |
Megan Jablonski | c61eb1b8 | 2017-10-02 18:03:06 | [diff] [blame] | 1745 | const char kChromeMemexName[] = "Chrome Memex"; |
| 1746 | const char kChromeMemexDescription[] = |
| 1747 | "Enables Chrome Memex homepage on Android. Restricted to opted-in " |
| 1748 | "Googlers."; |
| 1749 | |
Sarath Singapati | 83aef1c | 2017-11-16 15:54:52 | [diff] [blame] | 1750 | const char kClearOldBrowsingDataName[] = "Clear older browsing data"; |
| 1751 | const char kClearOldBrowsingDataDescription[] = |
| 1752 | "Enables clearing of browsing data which is older than a given time " |
| 1753 | "period."; |
| 1754 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1755 | const char kContentSuggestionsCategoryOrderName[] = |
| 1756 | "Default content suggestions category order (e.g. on NTP)"; |
| 1757 | const char kContentSuggestionsCategoryOrderDescription[] = |
| 1758 | "Set default order of content suggestion categories (e.g. on the NTP)."; |
| 1759 | |
| 1760 | const char kContentSuggestionsCategoryRankerName[] = |
| 1761 | "Content suggestions category ranker (e.g. on NTP)"; |
| 1762 | const char kContentSuggestionsCategoryRankerDescription[] = |
| 1763 | "Set category ranker to order categories of content suggestions (e.g. on " |
| 1764 | "the NTP)."; |
| 1765 | |
Vitalii Iarko | f52ff80 | 2017-09-14 12:34:24 | [diff] [blame] | 1766 | const char kContentSuggestionsDebugLogName[] = "Content suggestions debug log"; |
| 1767 | const char kContentSuggestionsDebugLogDescription[] = |
| 1768 | "Enable content suggestions debug log accessible through " |
| 1769 | "snippets-internals."; |
| 1770 | |
Donn Denman | 8e58ead | 2017-11-04 01:44:01 | [diff] [blame] | 1771 | const char kContextualSearchMlTapSuppressionName[] = |
| 1772 | "Contextual Search ML tap suppression"; |
| 1773 | const char kContextualSearchMlTapSuppressionDescription[] = |
| 1774 | "Enables tap gestures to be suppressed to improve CTR by applying machine " |
| 1775 | "learning."; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1776 | |
| 1777 | const char kContextualSearchName[] = "Contextual Search"; |
| 1778 | const char kContextualSearchDescription[] = |
| 1779 | "Whether or not Contextual Search is enabled."; |
| 1780 | |
Dmitry Skiba | 9c3efa7 | 2017-07-20 22:01:14 | [diff] [blame] | 1781 | const char kDontPrefetchLibrariesName[] = "Don't Prefetch Libraries"; |
| 1782 | const char kDontPrefetchLibrariesDescription[] = |
| 1783 | "Don't prefetch libraries after loading."; |
| 1784 | |
Joy Ming | 5fd29ca6 | 2017-10-02 22:51:22 | [diff] [blame] | 1785 | const char kDownloadsForegroundName[] = "Enable downloads foreground"; |
| 1786 | const char kDownloadsForegroundDescription[] = |
| 1787 | "Enable downloads as a foreground service for all versions of Android."; |
| 1788 | |
Joy Ming | 189b0cc | 2017-12-08 19:42:43 | [diff] [blame] | 1789 | const char kDownloadsLocationChangeName[] = "Enable downloads location change"; |
| 1790 | const char kDownloadsLocationChangeDescription[] = |
| 1791 | "Enable changing default downloads storage location on Android."; |
| 1792 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1793 | const char kEnableAndroidPayIntegrationV1Name[] = "Enable Android Pay v1"; |
| 1794 | const char kEnableAndroidPayIntegrationV1Description[] = |
| 1795 | "Enable integration with Android Pay using the first version of the API"; |
| 1796 | |
| 1797 | const char kEnableAndroidPayIntegrationV2Name[] = "Enable Android Pay v2"; |
| 1798 | const char kEnableAndroidPayIntegrationV2Description[] = |
| 1799 | "Enable integration with Android Pay using the second version of the API"; |
| 1800 | |
Vitalii Iarko | f4ed32d | 2017-09-26 13:15:53 | [diff] [blame] | 1801 | const char kEnableAndroidSpellcheckerName[] = "Enable spell checking"; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1802 | const char kEnableAndroidSpellcheckerDescription[] = |
| 1803 | "Enables use of the Android spellchecker."; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1804 | |
Vitalii Iarko | f4ed32d | 2017-09-26 13:15:53 | [diff] [blame] | 1805 | const char kEnableContentSuggestionsNewFaviconServerName[] = |
| 1806 | "Get favicons for content suggestions from a new server."; |
| 1807 | const char kEnableContentSuggestionsNewFaviconServerDescription[] = |
| 1808 | "If enabled, the content suggestions (on the NTP) will get favicons from a " |
| 1809 | "new favicon server."; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1810 | |
| 1811 | const char kEnableContentSuggestionsSettingsName[] = |
| 1812 | "Show content suggestions settings."; |
| 1813 | const char kEnableContentSuggestionsSettingsDescription[] = |
| 1814 | "If enabled, the content suggestions settings will be available from the " |
| 1815 | "main settings menu."; |
| 1816 | |
Vitalii Iarko | f4ed32d | 2017-09-26 13:15:53 | [diff] [blame] | 1817 | const char kEnableContentSuggestionsThumbnailDominantColorName[] = |
| 1818 | "Use content suggestions thumbnail dominant color."; |
| 1819 | const char kEnableContentSuggestionsThumbnailDominantColorDescription[] = |
| 1820 | "Use content suggestions thumbnail dominant color as a placeholder before " |
| 1821 | "the real thumbnail is fetched (requires Chrome Home)."; |
| 1822 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1823 | const char kEnableCopylessPasteName[] = "App Indexing (Copyless Paste)"; |
| 1824 | const char kEnableCopylessPasteDescription[] = |
| 1825 | "Provide suggestions for text input, based on your recent context. For " |
| 1826 | "example, if you looked at a restaurant website and switched to the Maps " |
| 1827 | "app, the keyboard would offer the name of that restaurant as a suggestion " |
| 1828 | "to enter into the search bar. The data is indexed locally, and never sent " |
| 1829 | "to the server. It's disabled in incognito mode."; |
| 1830 | |
| 1831 | const char kEnableCustomContextMenuName[] = "Enable custom context menu"; |
| 1832 | const char kEnableCustomContextMenuDescription[] = |
| 1833 | "Enables a new context menu when a link, image, or video is pressed within " |
| 1834 | "Chrome."; |
| 1835 | |
| 1836 | const char kEnableCustomFeedbackUiName[] = "Enable Custom Feedback UI"; |
| 1837 | const char kEnableCustomFeedbackUiDescription[] = |
| 1838 | "Enables a custom feedback UI when submitting feedback through Google " |
| 1839 | "Feedback. Works with Google Play Services v10.2+"; |
| 1840 | |
| 1841 | const char kEnableDataReductionProxyMainMenuName[] = |
Theresa Wellington | 141e4af | 2017-10-23 20:28:47 | [diff] [blame] | 1842 | "Enable Data Saver main menu item"; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1843 | const char kEnableDataReductionProxyMainMenuDescription[] = |
Theresa Wellington | 141e4af | 2017-10-23 20:28:47 | [diff] [blame] | 1844 | "Enables the Data Saver menu item in the main menu"; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1845 | |
| 1846 | const char kEnableDataReductionProxySiteBreakdownName[] = |
| 1847 | "Data Saver Site Breakdown"; |
| 1848 | const char kEnableDataReductionProxySiteBreakdownDescription[] = |
| 1849 | "Enable the site breakdown on the Data Saver settings page."; |
| 1850 | |
| 1851 | const char kEnableOmniboxClipboardProviderName[] = |
| 1852 | "Omnibox clipboard URL suggestions"; |
| 1853 | const char kEnableOmniboxClipboardProviderDescription[] = |
| 1854 | "Provide a suggestion of the URL stored in the clipboard (if any) upon " |
| 1855 | "focus in the omnibox."; |
| 1856 | |
| 1857 | const char kEnableExpandedAutofillCreditCardPopupLayoutName[] = |
| 1858 | "Use expanded autofill credit card popup layout."; |
| 1859 | const char kEnableExpandedAutofillCreditCardPopupLayoutDescription[] = |
| 1860 | "If enabled, displays autofill credit card popup using expanded layout."; |
| 1861 | |
| 1862 | const char kEnableFaviconsFromWebManifestName[] = |
| 1863 | "Load favicons from Web Manifests"; |
| 1864 | const char kEnableFaviconsFromWebManifestDescription[] = |
| 1865 | "Fetch Web Manifests on page load to read favicons from them."; |
| 1866 | |
Takashi Toyoshima | 4fa5a7144 | 2017-11-09 14:02:48 | [diff] [blame] | 1867 | const char kEnableMidiManagerDynamicInstantiationName[] = |
| 1868 | "MIDIManager dynamic instantiation for Web MIDI."; |
| 1869 | const char kEnableMidiManagerDynamicInstantiationDescription[] = |
| 1870 | "Enable MIDIManager dynamic instantiation for Web MIDI."; |
| 1871 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1872 | const char kEnableNtpAssetDownloadSuggestionsName[] = |
| 1873 | "Show asset downloads on the New Tab page"; |
| 1874 | const char kEnableNtpAssetDownloadSuggestionsDescription[] = |
| 1875 | "If enabled, the list of content suggestions on the New Tab page will " |
| 1876 | "contain assets (e.g. books, pictures, audio) that the user downloaded for " |
| 1877 | "later use."; |
| 1878 | |
| 1879 | const char kEnableNtpBookmarkSuggestionsName[] = |
| 1880 | "Show recently visited bookmarks on the New Tab page"; |
| 1881 | const char kEnableNtpBookmarkSuggestionsDescription[] = |
| 1882 | "If enabled, the list of content suggestions on the New Tab page will " |
| 1883 | "contain recently visited bookmarks."; |
| 1884 | |
| 1885 | const char kEnableNtpForeignSessionsSuggestionsName[] = |
| 1886 | "Show recent foreign tabs on the New Tab page"; |
| 1887 | const char kEnableNtpForeignSessionsSuggestionsDescription[] = |
| 1888 | "If enabled, the list of content suggestions on the New Tab page will " |
| 1889 | "contain recent foreign tabs."; |
| 1890 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1891 | const char kEnableNtpOfflinePageDownloadSuggestionsName[] = |
| 1892 | "Show offline page downloads on the New Tab page"; |
| 1893 | const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] = |
| 1894 | "If enabled, the list of content suggestions on the New Tab page will " |
| 1895 | "contain pages that the user downloaded for later use."; |
| 1896 | |
| 1897 | const char kEnableNtpRemoteSuggestionsName[] = |
| 1898 | "Show server-side suggestions on the New Tab page"; |
| 1899 | const char kEnableNtpRemoteSuggestionsDescription[] = |
| 1900 | "If enabled, the list of content suggestions on the New Tab page will " |
| 1901 | "contain server-side suggestions (e.g., Articles for you). Furthermore, it " |
| 1902 | "allows to override the source used to retrieve these server-side " |
| 1903 | "suggestions."; |
| 1904 | |
| 1905 | const char kEnableNtpSnippetsVisibilityName[] = |
| 1906 | "Make New Tab Page Snippets more visible."; |
| 1907 | const char kEnableNtpSnippetsVisibilityDescription[] = |
| 1908 | "If enabled, the NTP snippets will become more discoverable with a larger " |
| 1909 | "portion of the first card above the fold."; |
| 1910 | |
| 1911 | const char kEnableNtpSuggestionsNotificationsName[] = |
| 1912 | "Notify about new content suggestions available at the New Tab page"; |
| 1913 | const char kEnableNtpSuggestionsNotificationsDescription[] = |
| 1914 | "If enabled, notifications will inform about new content suggestions on " |
| 1915 | "the New Tab page."; |
| 1916 | |
| 1917 | const char kEnablePhysicalWebName[] = "Enable the Physical Web."; |
| 1918 | const char kEnablePhysicalWebDescription[] = |
| 1919 | "Enable scanning for URLs from Physical Web objects."; |
| 1920 | |
| 1921 | const char kEnableOfflinePreviewsName[] = "Offline Page Previews"; |
| 1922 | const char kEnableOfflinePreviewsDescription[] = |
| 1923 | "Enable showing offline page previews on slow networks."; |
| 1924 | |
| 1925 | const char kEnableOskOverscrollName[] = "Enable OSK Overscroll"; |
| 1926 | const char kEnableOskOverscrollDescription[] = |
| 1927 | "Enable OSK overscroll support. With this flag on, the OSK will only " |
| 1928 | "resize the visual viewport."; |
| 1929 | |
| 1930 | const char kEnableSpecialLocaleName[] = |
| 1931 | "Enable custom logic for special locales."; |
| 1932 | const char kEnableSpecialLocaleDescription[] = |
| 1933 | "Enable custom logic for special locales. In this mode, Chrome might " |
| 1934 | "behave differently in some locales."; |
| 1935 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1936 | const char kEnableWebNfcName[] = "WebNFC"; |
| 1937 | const char kEnableWebNfcDescription[] = "Enable WebNFC support."; |
| 1938 | |
gogerald | f3cbb42 | 2017-07-26 14:37:12 | [diff] [blame] | 1939 | const char kEnableWebPaymentsMethodSectionOrderV2Name[] = |
| 1940 | "Enable Web Payments method section order V2."; |
| 1941 | const char kEnableWebPaymentsMethodSectionOrderV2Description[] = |
| 1942 | "Enable this option to display payment method section above address " |
| 1943 | "section instead of below it."; |
| 1944 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1945 | const char kEnableWebPaymentsSingleAppUiSkipName[] = |
| 1946 | "Enable Web Payments single app UI skip"; |
| 1947 | const char kEnableWebPaymentsSingleAppUiSkipDescription[] = |
| 1948 | "Enable Web Payments to skip showing its UI if the developer specifies a " |
| 1949 | "single app."; |
| 1950 | |
| 1951 | const char kHerbPrototypeChoicesName[] = "Switch preferred flavor of Herb"; |
| 1952 | const char kHerbPrototypeChoicesDescription[] = |
| 1953 | "Switching this option changes which tab management prototype is being " |
| 1954 | "tested."; |
| 1955 | const char kHerbPrototypeFlavorElderberry[] = |
| 1956 | "ELDERBERRY: All View Intents in CCT v2"; |
| 1957 | |
| 1958 | const char kKeepPrefetchedContentSuggestionsName[] = |
| 1959 | "Keep prefetched content suggestions"; |
| 1960 | const char kKeepPrefetchedContentSuggestionsDescription[] = |
| 1961 | "If enabled, some of prefetched content suggestions are not replaced by " |
| 1962 | "the new fetched suggestions."; |
| 1963 | |
| 1964 | const char kLsdPermissionPromptName[] = |
| 1965 | "Location Settings Dialog Permission Prompt"; |
| 1966 | const char kLsdPermissionPromptDescription[] = |
| 1967 | "Whether to use the Google Play Services Location Settings Dialog " |
| 1968 | "permission dialog."; |
| 1969 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1970 | const char kMediaScreenCaptureName[] = "Experimental ScreenCapture."; |
| 1971 | const char kMediaScreenCaptureDescription[] = |
| 1972 | "Enable this option for experimental ScreenCapture feature on Android."; |
| 1973 | |
| 1974 | const char kModalPermissionPromptsName[] = "Modal Permission Prompts"; |
| 1975 | const char kModalPermissionPromptsDescription[] = |
| 1976 | "Whether to use permission dialogs in place of permission infobars."; |
| 1977 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1978 | const char kNewPhotoPickerName[] = "Enable new Photopicker"; |
| 1979 | const char kNewPhotoPickerDescription[] = |
| 1980 | "Activates the new picker for selecting photos."; |
| 1981 | |
| 1982 | const char kNoCreditCardAbort[] = "No Credit Card Abort"; |
| 1983 | const char kNoCreditCardAbortDescription[] = |
| 1984 | "Whether or not the No Credit Card Abort is enabled."; |
| 1985 | |
| 1986 | const char kNtpCondensedLayoutName[] = "Condensed NTP layout"; |
| 1987 | const char kNtpCondensedLayoutDescription[] = |
| 1988 | "Show a condensed layout on the New Tab Page."; |
| 1989 | |
| 1990 | const char kNtpCondensedTileLayoutName[] = "Condensed NTP tile layout"; |
| 1991 | const char kNtpCondensedTileLayoutDescription[] = |
| 1992 | "Show a condensed tile layout on the New Tab Page."; |
| 1993 | |
Michael van Ouwerkerk | cdbbe33 | 2017-11-24 15:07:06 | [diff] [blame] | 1994 | const char kNtpModernLayoutName[] = "Modern NTP layout"; |
| 1995 | const char kNtpModernLayoutDescription[] = |
| 1996 | "Show a modern layout on the New Tab Page."; |
| 1997 | |
Nicolas Dossou-gbete | 56f37dc | 2017-08-10 16:14:04 | [diff] [blame] | 1998 | const char kSiteExplorationUiName[] = "Site Exploration UI"; |
| 1999 | const char kSiteExplorationUiDescription[] = |
| 2000 | "Show site suggestions in the Exploration UI"; |
| 2001 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2002 | const char kNtpGoogleGInOmniboxName[] = "Google G in New Tab Page omnibox"; |
| 2003 | const char kNtpGoogleGInOmniboxDescription[] = |
| 2004 | "Show a Google G in the omnibox on the New Tab Page."; |
| 2005 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2006 | const char kNtpPopularSitesName[] = "Show popular sites on the New Tab page"; |
| 2007 | const char kNtpPopularSitesDescription[] = |
| 2008 | "Pre-populate the New Tab page with popular sites."; |
| 2009 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2010 | const char kOfflineBookmarksName[] = "Enable offline bookmarks"; |
| 2011 | const char kOfflineBookmarksDescription[] = |
| 2012 | "Enable saving bookmarked pages for offline viewing."; |
| 2013 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2014 | const char kOfflinePagesCtName[] = "Enable Offline Pages CT features."; |
| 2015 | const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features."; |
| 2016 | |
| 2017 | const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features."; |
| 2018 | const char kOfflinePagesCtV2Description[] = |
| 2019 | "V2 features include attributing pages to the app that initiated the " |
| 2020 | "custom tabs, and being able to query for pages by page attribution."; |
| 2021 | |
Carlos Knippschild | 09272ecd | 2017-12-09 03:29:36 | [diff] [blame] | 2022 | const char kOfflinePagesLimitlessPrefetchingName[] = |
| 2023 | "Removes resource usage limits for the prefetching of offline pages."; |
| 2024 | const char kOfflinePagesLimitlessPrefetchingDescription[] = |
| 2025 | "Allows the prefetching of suggested offline pages to ignore resource " |
| 2026 | "usage limits. This allows it to completely ignore data usage limitations " |
| 2027 | "and allows downloads to happen with any kind of connection."; |
| 2028 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2029 | const char kOfflinePagesLoadSignalCollectingName[] = |
| 2030 | "Enables collecting load timing data for offline page snapshots."; |
| 2031 | const char kOfflinePagesLoadSignalCollectingDescription[] = |
| 2032 | "Enables loading completeness data collection while writing an offline " |
| 2033 | "page. This data is collected in the snapshotted offline page to allow " |
| 2034 | "data analysis to improve deciding when to make the offline snapshot."; |
| 2035 | |
| 2036 | const char kOfflinePagesPrefetchingName[] = |
| 2037 | "Enables suggested offline pages to be prefetched."; |
| 2038 | const char kOfflinePagesPrefetchingDescription[] = |
| 2039 | "Enables suggested offline pages to be prefetched, so useful content is " |
| 2040 | "available while offline."; |
| 2041 | |
Cathy Li | 3d5379e | 2017-09-07 00:11:09 | [diff] [blame] | 2042 | const char kOfflinePagesPrefetchingUIName[] = |
| 2043 | "Enables prefetched offline pages to be shown in UI."; |
| 2044 | const char kOfflinePagesPrefetchingUIDescription[] = |
| 2045 | "Enables prefetched offline pages to raise notifications and be shown in " |
| 2046 | "download home UI."; |
| 2047 | |
Pete Williamson | 7845dff | 2017-09-20 11:06:19 | [diff] [blame] | 2048 | const char kOfflinePagesResourceBasedSnapshotName[] = |
| 2049 | "Enables offline page snapshots to be based on percentage of page loaded."; |
| 2050 | const char kOfflinePagesResourceBasedSnapshotDescription[] = |
| 2051 | "Enables offline page snapshots to use a resource percentage based " |
| 2052 | "approach for determining when the page is loaded as opposed to a time " |
| 2053 | "based approach"; |
| 2054 | |
Collin Baker | 17f92a5 | 2017-07-19 21:41:25 | [diff] [blame] | 2055 | const char kOfflinePagesRenovationsName[] = "Enables offline page renovations."; |
| 2056 | const char kOfflinePagesRenovationsDescription[] = |
| 2057 | "Enables offline page renovations which correct issues with dynamic " |
| 2058 | "content that occur when offlining pages that use JavaScript."; |
| 2059 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2060 | const char kOfflinePagesSharingName[] = "Enables offline pages to be shared."; |
| 2061 | const char kOfflinePagesSharingDescription[] = |
| 2062 | "Enables the saved offline pages to be shared via other applications."; |
| 2063 | |
| 2064 | const char kOfflinePagesSvelteConcurrentLoadingName[] = |
| 2065 | "Enables concurrent background loading on svelte."; |
| 2066 | const char kOfflinePagesSvelteConcurrentLoadingDescription[] = |
| 2067 | "Enables concurrent background loading (or downloading) of pages on " |
| 2068 | "Android svelte (512MB RAM) devices. Otherwise, background loading will " |
| 2069 | "happen when the svelte device is idle."; |
| 2070 | |
| 2071 | const char kOffliningRecentPagesName[] = |
| 2072 | "Enable offlining of recently visited pages"; |
| 2073 | const char kOffliningRecentPagesDescription[] = |
| 2074 | "Enable storing recently visited pages locally for offline use. Requires " |
| 2075 | "Offline Pages to be enabled."; |
| 2076 | |
Lei Zhang | 2eca908 | 2017-10-17 20:42:50 | [diff] [blame] | 2077 | const char kPayWithGoogleV1Name[] = "Pay with Google v1"; |
| 2078 | const char kPayWithGoogleV1Description[] = |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2079 | "Enable Pay with Google integration into Web Payments with API version " |
| 2080 | "'1'."; |
| 2081 | |
Matthew Jones | a88b9585 | 2017-11-08 23:13:50 | [diff] [blame] | 2082 | const char kProgressBarThrottleName[] = "Android progress update throttling."; |
| 2083 | const char kProgressBarThrottleDescription[] = |
| 2084 | "Limit the maximum progress update to make progress appear smoother."; |
| 2085 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2086 | const char kProgressBarCompletionName[] = |
| 2087 | "Android phone page load progress bar completion time."; |
| 2088 | const char kProgressBarCompletionDescription[] = |
| 2089 | "Configures Android phone page loading progress bar completion time."; |
| 2090 | const char kProgressBarCompletionLoadEvent[] = |
| 2091 | R"*(Top loading frame's onload event ("everything" is done in the )*" |
| 2092 | R"*(page, historical behavior).)*"; |
| 2093 | const char kProgressBarCompletionResourcesBeforeDcl[] = |
| 2094 | "Main frame's domContentLoaded and all resources loads started before " |
| 2095 | "domContentLoaded (iframes ignored)."; |
| 2096 | const char kProgressBarCompletionDomContentLoaded[] = |
| 2097 | "Main frame's domContentLoaded (iframes ignored)."; |
| 2098 | const char kProgressBarCompletionResourcesBeforeDclAndSameOriginIframes[] = |
| 2099 | "domContentLoaded and all resources loads started before domContentLoaded " |
| 2100 | "(main frame and same origin iframes)."; |
| 2101 | |
| 2102 | const char kPullToRefreshEffectName[] = "The pull-to-refresh effect"; |
| 2103 | const char kPullToRefreshEffectDescription[] = |
| 2104 | "Page reloads triggered by vertically overscrolling content."; |
| 2105 | |
Piotr Swigon | 7c296ef | 2017-08-29 04:32:00 | [diff] [blame] | 2106 | const char kPwaImprovedSplashScreenName[] = |
| 2107 | "Improved Splash Screen for standalone PWAs"; |
| 2108 | const char kPwaImprovedSplashScreenDescription[] = |
| 2109 | "Enables the Improved Splash Screen UX for standalone PWAs based on new " |
| 2110 | "Web App Manifest attributes"; |
Piotr Swigon | 9f630b3 | 2017-07-26 09:42:49 | [diff] [blame] | 2111 | const char kPwaPersistentNotificationName[] = |
| 2112 | "Persistent notification in standalone PWA"; |
| 2113 | const char kPwaPersistentNotificationDescription[] = |
| 2114 | "Enables a persistent Android notification for standalone PWAs"; |
| 2115 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2116 | const char kReaderModeHeuristicsName[] = "Reader Mode triggering"; |
| 2117 | const char kReaderModeHeuristicsDescription[] = |
| 2118 | "Determines what pages the Reader Mode infobar is shown on."; |
| 2119 | const char kReaderModeHeuristicsMarkup[] = "With article structured markup"; |
| 2120 | const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles"; |
| 2121 | const char kReaderModeHeuristicsAllArticles[] = "All articles"; |
| 2122 | const char kReaderModeHeuristicsAlwaysOff[] = "Never"; |
| 2123 | const char kReaderModeHeuristicsAlwaysOn[] = "Always"; |
| 2124 | |
Wei-Yin Chen (陳威尹) | 41b2241 | 2017-07-21 02:51:18 | [diff] [blame] | 2125 | const char kReaderModeInCCTName[] = "Reader Mode in CCT"; |
| 2126 | const char kReaderModeInCCTDescription[] = |
| 2127 | "Open Reader Mode in Chrome Custom Tabs."; |
| 2128 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2129 | const char kSetMarketUrlForTestingName[] = "Set market URL for testing"; |
| 2130 | const char kSetMarketUrlForTestingDescription[] = |
| 2131 | "When enabled, sets the market URL for use in testing the update menu " |
| 2132 | "item."; |
| 2133 | |
| 2134 | const char kSpannableInlineAutocompleteName[] = "Spannable inline autocomplete"; |
| 2135 | const char kSpannableInlineAutocompleteDescription[] = |
| 2136 | "A new type of inline autocomplete for the omnibox that works with " |
| 2137 | "keyboards that compose text."; |
| 2138 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2139 | const char kTranslateCompactUIName[] = "New Translate Infobar"; |
| 2140 | const char kTranslateCompactUIDescription[] = |
| 2141 | "Enable the new Translate compact infobar UI."; |
| 2142 | |
| 2143 | const char kUpdateMenuBadgeName[] = "Force show update menu badge"; |
| 2144 | const char kUpdateMenuBadgeDescription[] = |
| 2145 | "When enabled, an update badge will be shown on the app menu button."; |
| 2146 | |
| 2147 | const char kUpdateMenuItemCustomSummaryDescription[] = |
| 2148 | "When this flag and the force show update menu item flag are enabled, a " |
| 2149 | "custom summary string will be displayed below the update menu item."; |
| 2150 | const char kUpdateMenuItemCustomSummaryName[] = |
| 2151 | "Update menu item custom summary"; |
| 2152 | |
| 2153 | const char kUpdateMenuItemName[] = "Force show update menu item"; |
| 2154 | const char kUpdateMenuItemDescription[] = |
| 2155 | R"*(When enabled, an "Update Chrome" item will be shown in the app )*" |
| 2156 | R"*(menu.)*"; |
| 2157 | |
Marc Treib | 93af46a | 2017-08-23 13:30:00 | [diff] [blame] | 2158 | const char kThirdPartyDoodlesName[] = |
| 2159 | "Enable Doodles for third-party search engines"; |
| 2160 | const char kThirdPartyDoodlesDescription[] = |
| 2161 | "Enables fetching and displaying Doodles on the NTP for third-party search " |
| 2162 | "engines."; |
| 2163 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2164 | // Non-Android ----------------------------------------------------------------- |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2165 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2166 | #else // !defined(OS_ANDROID) |
brettw | 5f9c164 | 2017-05-14 17:12:48 | [diff] [blame] | 2167 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2168 | const char kAccountConsistencyName[] = |
| 2169 | "Identity consistency between browser and cookie jar"; |
| 2170 | const char kAccountConsistencyDescription[] = |
| 2171 | "When enabled, the browser manages signing in and out of Google accounts."; |
| 2172 | const char kAccountConsistencyChoiceMirror[] = "Mirror"; |
| 2173 | const char kAccountConsistencyChoiceDice[] = "Dice"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2174 | |
Chris Pickel | 3a227ae6 | 2017-08-24 10:47:26 | [diff] [blame] | 2175 | const char kDoodlesOnLocalNtpName[] = "Enable doodles on the local NTP"; |
| 2176 | const char kDoodlesOnLocalNtpDescription[] = |
| 2177 | "Show doodles on the local New Tab page if Google is the default search " |
| 2178 | "engine."; |
| 2179 | |
mlamouri | ff56c09 | 2017-05-11 15:31:39 | [diff] [blame] | 2180 | const char kEnableAudioFocusName[] = "Manage audio focus across tabs"; |
mlamouri | ff56c09 | 2017-05-11 15:31:39 | [diff] [blame] | 2181 | const char kEnableAudioFocusDescription[] = |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2182 | "Manage audio focus across tabs to improve the audio mixing."; |
mlamouri | ff56c09 | 2017-05-11 15:31:39 | [diff] [blame] | 2183 | const char kEnableAudioFocusDisabled[] = "Disabled"; |
mlamouri | ff56c09 | 2017-05-11 15:31:39 | [diff] [blame] | 2184 | const char kEnableAudioFocusEnabled[] = "Enabled"; |
mlamouri | ff56c09 | 2017-05-11 15:31:39 | [diff] [blame] | 2185 | const char kEnableAudioFocusEnabledDuckFlash[] = |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2186 | "Enabled (Flash lowers volume when interrupted by other sound, " |
| 2187 | "experimental)"; |
| 2188 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2189 | const char kEnableNewAppMenuIconName[] = "Enable the New App Menu Icon"; |
| 2190 | const char kEnableNewAppMenuIconDescription[] = |
| 2191 | "Use the new app menu icon with update notification animations."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2192 | |
| 2193 | const char kOmniboxEntitySuggestionsName[] = "Omnibox entity suggestions"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2194 | const char kOmniboxEntitySuggestionsDescription[] = |
krb | cc62141 | 2017-06-01 19:40:28 | [diff] [blame] | 2195 | "Enable receiving entity suggestions - disambiguation descriptions - for " |
| 2196 | "Omnibox suggestions."; |
| 2197 | |
Kevin Bailey | 89866997 | 2017-11-06 15:34:49 | [diff] [blame] | 2198 | const char kOmniboxTabSwitchSuggestionsName[] = |
| 2199 | "Omnibox tab switch suggestions"; |
| 2200 | const char kOmniboxTabSwitchSuggestionsDescription[] = |
| 2201 | "Enable suggestions for switching to open tabs within the Omnibox."; |
| 2202 | |
krb | cc62141 | 2017-06-01 19:40:28 | [diff] [blame] | 2203 | const char kOmniboxTailSuggestionsName[] = "Omnibox tail suggestions"; |
| 2204 | const char kOmniboxTailSuggestionsDescription[] = |
Vitalii Iarko | 7df52014 | 2017-07-07 12:53:19 | [diff] [blame] | 2205 | "Enable receiving tail suggestions, a type of search suggestion based on " |
| 2206 | "the last few words in the query, for the Omnibox."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2207 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2208 | const char kOneGoogleBarOnLocalNtpName[] = |
| 2209 | "Enable the OneGoogleBar on the local NTP"; |
| 2210 | const char kOneGoogleBarOnLocalNtpDescription[] = |
| 2211 | "Show a OneGoogleBar on the local New Tab page if Google is the default " |
| 2212 | "search engine."; |
| 2213 | |
ojan | 38c67835 | 2017-04-11 20:27:55 | [diff] [blame] | 2214 | const char kPauseBackgroundTabsName[] = "Pause background tabs"; |
| 2215 | const char kPauseBackgroundTabsDescription[] = |
| 2216 | "Pause timers in background tabs after 5 minutes on desktop."; |
| 2217 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2218 | const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP"; |
| 2219 | const char kUseGoogleLocalNtpDescription[] = |
| 2220 | "Use the local New Tab page if Google is the default search engine."; |
spqchan | 064a811 | 2017-04-18 16:46:32 | [diff] [blame] | 2221 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2222 | const char kVoiceSearchOnLocalNtpName[] = |
| 2223 | "Enable Voice Search on the local NTP"; |
| 2224 | const char kVoiceSearchOnLocalNtpDescription[] = |
| 2225 | "Show a microphone for voice search on the local New Tab page " |
| 2226 | "if Google is the default search engine."; |
| 2227 | |
| 2228 | #if defined(GOOGLE_CHROME_BUILD) |
| 2229 | |
| 2230 | const char kGoogleBrandedContextMenuName[] = |
| 2231 | "Google branding in the context menu"; |
| 2232 | const char kGoogleBrandedContextMenuDescription[] = |
| 2233 | "Shows a Google icon next to context menu items powered by Google " |
| 2234 | "services."; |
| 2235 | |
| 2236 | #endif // !defined(GOOGLE_CHROME_BUILD) |
| 2237 | |
| 2238 | #endif // !defined(OS_ANDROID) |
| 2239 | |
| 2240 | // Windows --------------------------------------------------------------------- |
| 2241 | |
| 2242 | #if defined(OS_WIN) |
| 2243 | |
| 2244 | const char kCloudPrintXpsName[] = "XPS in Google Cloud Print"; |
| 2245 | const char kCloudPrintXpsDescription[] = |
| 2246 | "XPS enables advanced options for classic printers connected to the Cloud " |
| 2247 | "Print with Chrome. Printers must be re-connected after changing this " |
| 2248 | "flag."; |
| 2249 | |
Dave Tapuska | dd43469d | 2017-08-22 22:15:53 | [diff] [blame] | 2250 | const char kDirectManipulationStylusName[] = "Direct Manipulation Stylus"; |
| 2251 | const char kDirectManipulationStylusDescription[] = |
| 2252 | "If enabled, Chrome will scroll web pages on stylus drag."; |
| 2253 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2254 | const char kDisablePostscriptPrinting[] = "Disable PostScript Printing"; |
| 2255 | const char kDisablePostscriptPrintingDescription[] = |
| 2256 | "Disables PostScript generation when printing to PostScript capable " |
| 2257 | "printers, and uses EMF generation in its place."; |
| 2258 | |
| 2259 | const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown."; |
| 2260 | const char kEnableAppcontainerDescription[] = |
| 2261 | "Enables the use of an AppContainer on sandboxed processes to improve " |
| 2262 | "security."; |
| 2263 | |
| 2264 | const char kEnableD3DVsync[] = "D3D v-sync"; |
| 2265 | const char kEnableD3DVsyncDescription[] = |
| 2266 | "Produces v-sync signal by having D3D wait for vertical blanking interval " |
| 2267 | "to occur."; |
| 2268 | |
| 2269 | const char kEnableDesktopIosPromotionsName[] = "Desktop to iOS promotions."; |
| 2270 | const char kEnableDesktopIosPromotionsDescription[] = |
| 2271 | "Enable Desktop to iOS promotions, and allow users to see them if they are " |
| 2272 | "eligible."; |
| 2273 | |
| 2274 | const char kGdiTextPrinting[] = "GDI Text Printing"; |
| 2275 | const char kGdiTextPrintingDescription[] = |
| 2276 | "Use GDI to print text as simply text"; |
| 2277 | |
| 2278 | const char kMergeKeyCharEventsName[] = |
| 2279 | "Enable or disable merging merging the key event (WM_KEY*) with char event " |
| 2280 | "(WM_CHAR)."; |
| 2281 | const char kMergeKeyCharEventsDescription[] = |
| 2282 | "If disabled, Chrome will handle WM_KEY* and WM_CHAR separately."; |
| 2283 | |
| 2284 | const char kTraceExportEventsToEtwName[] = |
| 2285 | "Enable exporting of tracing events to ETW."; |
| 2286 | const char kTraceExportEventsToEtwDesription[] = |
| 2287 | "If enabled, trace events will be exported to the Event Tracing for " |
| 2288 | "Windows (ETW) and can then be captured by tools such as UIForETW or " |
| 2289 | "Xperf."; |
| 2290 | |
| 2291 | const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API"; |
| 2292 | const char kUseWinrtMidiApiDescription[] = |
| 2293 | "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or " |
| 2294 | "later)."; |
| 2295 | |
| 2296 | const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar"; |
| 2297 | const char kWindows10CustomTitlebarDescription[] = |
| 2298 | "If enabled, Chrome will draw the titlebar and caption buttons instead of " |
| 2299 | "deferring to Windows."; |
| 2300 | |
Wez | 6656c57 | 2017-08-29 22:29:58 | [diff] [blame] | 2301 | #if DCHECK_IS_ON() && defined(SYZYASAN) |
Lei Zhang | 2eca908 | 2017-10-17 20:42:50 | [diff] [blame] | 2302 | const char kSyzyAsanDcheckIsFatalName[] = "DCHECKs are fatal"; |
| 2303 | const char kSyzyAsanDcheckIsFatalDescription[] = |
Wez | 6656c57 | 2017-08-29 22:29:58 | [diff] [blame] | 2304 | "By default Chrome will evaluate DCHECKs in SyzyASAN builds, but only log " |
| 2305 | "failed DCHECKs. If enabled, DCHECKs will crash the calling process."; |
| 2306 | #endif // DCHECK_IS_ON() && defined(SYZYASAN) |
| 2307 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2308 | #endif // defined(OS_WIN) |
| 2309 | |
| 2310 | // Mac ------------------------------------------------------------------------- |
| 2311 | |
| 2312 | #if defined(OS_MACOSX) |
| 2313 | |
| 2314 | const char kAppInfoDialogName[] = "Toolkit-Views App Info Dialog."; |
| 2315 | const char kAppInfoDialogDescription[] = |
| 2316 | "Makes the Toolkit-Views based App Info dialog accessible from " |
| 2317 | "chrome://apps or chrome://extensions in place of the native extension " |
| 2318 | "permissions dialog, or the details link (which is a link to the Web " |
| 2319 | "Store)."; |
| 2320 | |
| 2321 | const char kAppWindowCyclingName[] = "Custom Window Cycling for Chrome Apps."; |
| 2322 | const char kAppWindowCyclingDescription[] = |
| 2323 | "Changes the behavior of Cmd+` when a Chrome App becomes active. When " |
| 2324 | "enabled, Chrome Apps will not be cycled when Cmd+` is pressed from a " |
| 2325 | "browser window, and browser windows will not be cycled when a Chrome App " |
| 2326 | "is active."; |
| 2327 | |
Lei Zhang | 2eca908 | 2017-10-17 20:42:50 | [diff] [blame] | 2328 | const char kCreditCardAutofillTouchBarName[] = "Credit Card Autofill Touch Bar"; |
| 2329 | const char kCreditCardAutofillTouchBarDescription[] = |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2330 | "Shows Credit Card Autofill Suggestions on the Touch Bar."; |
| 2331 | |
| 2332 | const char kFullscreenToolbarRevealName[] = |
| 2333 | "Enables the toolbar in fullscreen to reveal itself."; |
| 2334 | const char kFullscreenToolbarRevealDescription[] = |
| 2335 | "Reveal the toolbar in fullscreen for a short period when the tab strip " |
| 2336 | "has changed."; |
| 2337 | |
| 2338 | const char kContentFullscreenName[] = "Improved Content Fullscreen"; |
| 2339 | const char kContentFullscreenDescription[] = |
| 2340 | "Fullscreen content window detaches from main browser window and goes to " |
| 2341 | "a new space without moving or changing the original browser window."; |
| 2342 | |
Lei Zhang | 2eca908 | 2017-10-17 20:42:50 | [diff] [blame] | 2343 | const char kDialogTouchBarName[] = "Dialog Touch Bar"; |
| 2344 | const char kDialogTouchBarDescription[] = |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2345 | "Shows Dialog buttons on the Touch Bar."; |
| 2346 | |
| 2347 | const char kHostedAppsInWindowsName[] = |
| 2348 | "Allow hosted apps to be opened in windows"; |
| 2349 | const char kHostedAppsInWindowsDescription[] = |
| 2350 | "Allows hosted apps to be opened in windows instead of being limited to " |
| 2351 | "tabs."; |
| 2352 | |
Lei Zhang | 2eca908 | 2017-10-17 20:42:50 | [diff] [blame] | 2353 | const char kMacRTLName[] = "Enable RTL"; |
| 2354 | const char kMacRTLDescription[] = "Mirrors the UI for RTL language users"; |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2355 | |
Lei Zhang | 2eca908 | 2017-10-17 20:42:50 | [diff] [blame] | 2356 | const char kMacSystemShareMenuName[] = "Enable System Share Menu"; |
| 2357 | const char kMacSystemShareMenuDescription[] = |
Leonard Grey | 2bdd08f | 2017-10-03 18:40:52 | [diff] [blame] | 2358 | "Enables sharing via macOS share extensions."; |
| 2359 | |
Lei Zhang | 2eca908 | 2017-10-17 20:42:50 | [diff] [blame] | 2360 | const char kMacTouchBarName[] = "Hardware Touch Bar"; |
| 2361 | const char kMacTouchBarDescription[] = "Control the use of the Touch Bar."; |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2362 | |
| 2363 | const char kMacV2SandboxName[] = "Mac V2 Sandbox"; |
| 2364 | const char kMacV2SandboxDescription[] = |
| 2365 | "Eliminates the unsandboxed warmup phase and sandboxes processes for their " |
| 2366 | "entire life cycle."; |
| 2367 | |
| 2368 | const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows."; |
| 2369 | const char kMacViewsNativeAppWindowsDescription[] = |
| 2370 | "Controls whether to use Toolkit-Views based Chrome App windows."; |
| 2371 | |
Jérôme Lebel | ff683d4 | 2017-11-10 10:24:02 | [diff] [blame] | 2372 | const char kMacViewsProfileChooserName[] = |
| 2373 | "Profile chooser menu with toolkit-views on Mac"; |
| 2374 | const char kMacViewsProfileChooserDescription[] = |
| 2375 | "Enables profile chooser menu based on toolkit-views, on Mac"; |
| 2376 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2377 | const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager."; |
| 2378 | const char kMacViewsTaskManagerDescription[] = |
| 2379 | "Controls whether to use the Toolkit-Views based Task Manager."; |
| 2380 | |
| 2381 | const char kTabDetachingInFullscreenName[] = |
| 2382 | "Allow tab detaching in fullscreen"; |
| 2383 | const char kTabDetachingInFullscreenDescription[] = |
| 2384 | "Allow tabs to detach from the tabstrip when in fullscreen mode on Mac."; |
| 2385 | |
| 2386 | const char kTabStripKeyboardFocusName[] = "Tab Strip Keyboard Focus"; |
| 2387 | const char kTabStripKeyboardFocusDescription[] = |
| 2388 | "Enable keyboard focus for the tabs in the tab strip."; |
| 2389 | |
| 2390 | const char kTranslateNewUxName[] = "New Translate UX"; |
| 2391 | const char kTranslateNewUxDescription[] = |
| 2392 | "Enable the new Translate bubble UX is offered instead of the infobar."; |
| 2393 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2394 | #endif |
| 2395 | |
| 2396 | // Chrome OS ------------------------------------------------------------------- |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2397 | |
| 2398 | #if defined(OS_CHROMEOS) |
| 2399 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2400 | const char kAcceleratedMjpegDecodeName[] = |
| 2401 | "Hardware-accelerated mjpeg decode for captured frame"; |
| 2402 | const char kAcceleratedMjpegDecodeDescription[] = |
| 2403 | "Enable hardware-accelerated mjpeg decode for captured frame where " |
| 2404 | "available."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2405 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2406 | const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click"; |
| 2407 | const char kAllowTouchpadThreeFingerClickDescription[] = |
| 2408 | "Enables touchpad three-finger-click as middle button."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2409 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2410 | const char kArcBootCompleted[] = "Load Android apps automatically"; |
| 2411 | const char kArcBootCompletedDescription[] = |
| 2412 | "Allow Android apps to start automatically after signing in."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2413 | |
Lev Rumyantsev | 7a854431 | 2017-08-18 19:26:51 | [diff] [blame] | 2414 | const char kArcNativeBridgeExperimentName[] = |
| 2415 | "Enable native bridge experiment for ARC"; |
| 2416 | const char kArcNativeBridgeExperimentDescription[] = |
| 2417 | "Enables experimental native bridge feature."; |
| 2418 | |
Kevin Cernekee | b7f96a5 | 2017-10-25 17:40:18 | [diff] [blame] | 2419 | const char kArcVpnName[] = "Enable ARC VPN integration"; |
| 2420 | const char kArcVpnDescription[] = |
| 2421 | "Allow Android VPN clients to tunnel Chrome traffic."; |
| 2422 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2423 | const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode"; |
| 2424 | const char kAshEnableUnifiedDesktopDescription[] = |
| 2425 | "Enable unified desktop mode which allows a window to span multiple " |
| 2426 | "displays."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2427 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2428 | const char kBootAnimationName[] = "Boot animation"; |
| 2429 | const char kBootAnimationDescription[] = |
| 2430 | "Wallpaper boot animation (except for OOBE case)."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2431 | |
Sean Kau | 5e95619 | 2017-10-06 22:25:17 | [diff] [blame] | 2432 | const char kBulkPrintersName[] = "Bulk Printers Policy"; |
| 2433 | const char kBulkPrintersDescription[] = "Enables the new bulk printers policy"; |
| 2434 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2435 | const char kCaptivePortalBypassProxyName[] = |
| 2436 | "Bypass proxy for Captive Portal Authorization"; |
| 2437 | const char kCaptivePortalBypassProxyDescription[] = |
| 2438 | "If proxy is configured, it usually prevents from authorization on " |
| 2439 | "different captive portals. This enables opening captive portal " |
| 2440 | "authorization dialog in a separate window, which ignores proxy settings."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2441 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2442 | const char kCrOSComponentName[] = "Chrome OS Component"; |
| 2443 | const char kCrOSComponentDescription[] = |
| 2444 | "Enable the use of componentized escpr CUPS filter."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2445 | |
Xiaochu Liu | 51d03fd | 2017-09-08 23:51:02 | [diff] [blame] | 2446 | const char kCrOSContainerName[] = "Chrome OS Container"; |
| 2447 | const char kCrOSContainerDescription[] = |
| 2448 | "Enable the use of Chrome OS Container utility."; |
| 2449 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2450 | const char kCrosRegionsModeName[] = "Cros-regions load mode"; |
| 2451 | const char kCrosRegionsModeDescription[] = |
| 2452 | "This flag controls cros-regions load mode"; |
| 2453 | const char kCrosRegionsModeDefault[] = "Default"; |
| 2454 | const char kCrosRegionsModeOverride[] = "Override VPD values."; |
| 2455 | const char kCrosRegionsModeHide[] = "Hide VPD values."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2456 | |
Jacob Dufault | 2becbc48 | 2017-08-25 00:36:35 | [diff] [blame] | 2457 | const char kDisableLockScreenAppsName[] = "Disable lock screen note taking"; |
| 2458 | const char kDisableLockScreenAppsDescription[] = |
| 2459 | "Disable new-note action handler apps on the lock screen. The user will " |
| 2460 | "not be able to launch the preferred note-taking action from the lock " |
| 2461 | "screen, provided that the app supports lock screen note taking."; |
| 2462 | |
Sammie Quon | ef6b488 | 2017-09-14 16:50:05 | [diff] [blame] | 2463 | const char kDisableTabletAutohideTitlebarsName[] = |
| 2464 | "Disable autohide titlebars in tablet mode"; |
| 2465 | const char kDisableTabletAutohideTitlebarsDescription[] = |
| 2466 | "Disable tablet mode autohide titlebars functionality. The user will be " |
| 2467 | "able to see the titlebar in tablet mode."; |
| 2468 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2469 | const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences."; |
| 2470 | const char kEnablePerUserTimezoneDescription[] = |
| 2471 | "Chrome OS system timezone preference is stored and handled for each user " |
| 2472 | "individually."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2473 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2474 | const char kDisableSystemTimezoneAutomaticDetectionName[] = |
| 2475 | "SystemTimezoneAutomaticDetection policy support"; |
| 2476 | const char kDisableSystemTimezoneAutomaticDetectionDescription[] = |
| 2477 | "Disable system timezone automatic detection device policy."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2478 | |
Lei Zhang | 2eca908 | 2017-10-17 20:42:50 | [diff] [blame] | 2479 | const char kEnableBackgroundBlurName[] = "Enable background blur."; |
| 2480 | const char kEnableBackgroundBlurDescription[] = |
Wenzhao Zang | 50fb0b2 | 2017-11-07 01:38:42 | [diff] [blame] | 2481 | "Enables background blur for the Peeking Launcher and Tab Switcher."; |
Alex Newcomer | 43cb7f1 | 2017-07-28 17:37:39 | [diff] [blame] | 2482 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2483 | const char kEnableAndroidWallpapersAppName[] = "Android Wallpapers App"; |
| 2484 | const char kEnableAndroidWallpapersAppDescription[] = |
| 2485 | "Enables the Android Wallpapers App as the default Wallpaper App on Chrome " |
| 2486 | "OS."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2487 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2488 | const char kEnableChromevoxArcSupportName[] = "ChromeVox ARC support"; |
| 2489 | const char kEnableChromevoxArcSupportDescription[] = |
| 2490 | "Enable ChromeVox screen reader features in ARC"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2491 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2492 | const char kEnableEhvInputName[] = |
| 2493 | "Emoji, handwriting and voice input on opt-in IME menu"; |
| 2494 | const char kEnableEhvInputDescription[] = |
| 2495 | "Enable access to emoji, handwriting and voice input form opt-in IME menu."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2496 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2497 | const char kEnableEncryptionMigrationName[] = |
| 2498 | "Enable encryption migration of user data"; |
| 2499 | const char kEnableEncryptionMigrationDescription[] = |
| 2500 | "If enabled and the device supports ARC, the user will be asked to update " |
| 2501 | "the encryption of user data when the user signs in."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2502 | |
Blake O'Hare | 9e9317b2 | 2017-10-24 02:49:35 | [diff] [blame] | 2503 | const char kEnableFloatingVirtualKeyboardName[] = |
| 2504 | "Enable floating virtual keyboard"; |
| 2505 | const char kEnableFloatingVirtualKeyboardDescription[] = |
| 2506 | "If enabled, the keyboard will use floating behavior by default."; |
| 2507 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2508 | const char kEnableImeMenuName[] = "Enable opt-in IME menu"; |
| 2509 | const char kEnableImeMenuDescription[] = |
| 2510 | "Enable access to the new IME menu in the Language Settings page."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2511 | |
xdai | 6459d0ca | 2017-10-11 19:23:10 | [diff] [blame] | 2512 | const char kEnableTabletSplitViewName[] = "Split view in Tablet mode"; |
| 2513 | const char kEnableTabletSplitViewDescription[] = |
| 2514 | "Enable split view for Chrome OS tablet mode."; |
| 2515 | |
Klemen Kozjek | 05fc451 | 2017-10-18 12:51:10 | [diff] [blame] | 2516 | const char kEnableZipArchiverPackerName[] = "ZIP archiver - Packer"; |
| 2517 | const char kEnableZipArchiverPackerDescription[] = |
| 2518 | "Enable the ability to archive files on Drive in the Files app"; |
| 2519 | |
Tatsuhisa Yamaguchi | 5c07d253 | 2017-11-10 03:52:41 | [diff] [blame] | 2520 | const char kZipArchiverUnpackerName[] = "ZIP archiver - Unpacker"; |
| 2521 | const char kZipArchiverUnpackerDescription[] = |
| 2522 | "Enable or disable the ability to unpack archives in incognito mode"; |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2523 | |
| 2524 | const char kEolNotificationName[] = "Disable Device End of Life notification."; |
| 2525 | const char kEolNotificationDescription[] = |
| 2526 | "Disable Notifcation when Device is End of Life."; |
| 2527 | |
| 2528 | const char kExperimentalAccessibilityFeaturesName[] = |
| 2529 | "Experimental accessibility features"; |
| 2530 | const char kExperimentalAccessibilityFeaturesDescription[] = |
| 2531 | "Enable additional accessibility features in the Settings page."; |
| 2532 | |
| 2533 | const char kExperimentalInputViewFeaturesName[] = |
| 2534 | "Experimental input view features"; |
| 2535 | const char kExperimentalInputViewFeaturesDescription[] = |
| 2536 | "Enable experimental features for IME input views."; |
| 2537 | |
| 2538 | const char kFileManagerTouchModeName[] = "Files App. touch mode"; |
| 2539 | const char kFileManagerTouchModeDescription[] = |
| 2540 | "Touchscreen-specific interactions of the Files app."; |
| 2541 | |
| 2542 | const char kFirstRunUiTransitionsName[] = |
| 2543 | "Animated transitions in the first-run tutorial"; |
| 2544 | const char kFirstRunUiTransitionsDescription[] = |
| 2545 | "Transitions during first-run tutorial are animated."; |
| 2546 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2547 | const char kForceEnableStylusToolsName[] = "Force enable stylus features"; |
| 2548 | const char kForceEnableStylusToolsDescription[] = |
| 2549 | "Forces display of the stylus tools menu in the shelf and the stylus " |
| 2550 | "section in settings, even if there is no attached stylus device."; |
| 2551 | |
| 2552 | const char kGestureEditingName[] = "Gesture editing for the virtual keyboard."; |
| 2553 | const char kGestureEditingDescription[] = |
| 2554 | "Enable/Disable gesture editing option in the settings page for the " |
| 2555 | "virtual keyboard."; |
| 2556 | |
| 2557 | const char kGestureTypingName[] = "Gesture typing for the virtual keyboard."; |
| 2558 | const char kGestureTypingDescription[] = |
| 2559 | "Enable/Disable gesture typing option in the settings page for the virtual " |
| 2560 | "keyboard."; |
| 2561 | |
| 2562 | const char kInputViewName[] = "Input views"; |
| 2563 | const char kInputViewDescription[] = |
| 2564 | "Enable IME extensions to supply custom views for user input such as " |
| 2565 | "virtual keyboards."; |
| 2566 | |
| 2567 | const char kMemoryPressureThresholdName[] = |
| 2568 | "Memory discard strategy for advanced pressure handling"; |
| 2569 | const char kMemoryPressureThresholdDescription[] = |
| 2570 | "Memory discarding strategy to use"; |
| 2571 | const char kConservativeThresholds[] = |
| 2572 | "Conservative memory pressure release strategy"; |
| 2573 | const char kAggressiveCacheDiscardThresholds[] = |
| 2574 | "Aggressive cache release strategy"; |
| 2575 | const char kAggressiveTabDiscardThresholds[] = |
| 2576 | "Aggressive tab release strategy"; |
| 2577 | const char kAggressiveThresholds[] = |
| 2578 | "Aggressive tab and cache release strategy"; |
| 2579 | |
| 2580 | const char kMtpWriteSupportName[] = "MTP write support"; |
| 2581 | const char kMtpWriteSupportDescription[] = |
| 2582 | "MTP write support in File System API (and file manager). In-place editing " |
| 2583 | "operations are not supported."; |
| 2584 | |
| 2585 | const char kMultideviceName[] = "Enable multidevice features"; |
| 2586 | const char kMultideviceDescription[] = |
| 2587 | "Enables UI for controlling multidevice features."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2588 | |
Bailey Berro | dca8eeca0 | 2017-11-18 00:49:12 | [diff] [blame] | 2589 | const char kNativeSmbName[] = "Native Smb Client"; |
| 2590 | const char kNativeSmbDescription[] = |
| 2591 | "If enabled, allows connections to an smb filesystem via Files app"; |
Bailey Berro | fc0da1b | 2017-11-02 11:02:30 | [diff] [blame] | 2592 | |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2593 | const char kNetworkPortalNotificationName[] = |
| 2594 | "Notifications about captive portals"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2595 | const char kNetworkPortalNotificationDescription[] = |
| 2596 | "If enabled, notification is displayed when device is connected to a " |
| 2597 | "network behind captive portal."; |
| 2598 | |
stevenjb | e1d45738 | 2017-05-24 22:37:24 | [diff] [blame] | 2599 | const char kNetworkSettingsConfigName[] = |
| 2600 | "Settings based Network Configuration"; |
stevenjb | e1d45738 | 2017-05-24 22:37:24 | [diff] [blame] | 2601 | const char kNetworkSettingsConfigDescription[] = |
| 2602 | "Enables the Settings based network configuration UI instead of the Views " |
| 2603 | "based configuration dialog."; |
| 2604 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2605 | const char kNewKoreanImeName[] = "New Korean IME"; |
| 2606 | const char kNewKoreanImeDescription[] = |
| 2607 | "New Korean IME, which is based on Google Input Tools' HMM engine."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2608 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2609 | const char kNewZipUnpackerName[] = "New ZIP unpacker"; |
| 2610 | const char kNewZipUnpackerDescription[] = |
| 2611 | "New ZIP unpacker flow, based on the File System Provider API."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2612 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2613 | const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect"; |
| 2614 | const char kPhysicalKeyboardAutocorrectDescription[] = |
| 2615 | "Enable physical keyboard autocorrect for US keyboard, which can provide " |
| 2616 | "suggestions as typing on physical keyboard."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2617 | |
| 2618 | const char kPrinterProviderSearchAppName[] = |
| 2619 | "Chrome Web Store Gallery app for printer drivers"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2620 | const char kPrinterProviderSearchAppDescription[] = |
| 2621 | "Enables Chrome Web Store Gallery app for printer drivers. The app " |
Vitalii Iarko | 7df52014 | 2017-07-07 12:53:19 | [diff] [blame] | 2622 | "searches Chrome Web Store for extensions that support printing to a USB " |
| 2623 | "printer with specific USB ID."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2624 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2625 | const char kQuickUnlockPinName[] = "Quick Unlock (PIN)"; |
| 2626 | const char kQuickUnlockPinDescription[] = |
| 2627 | "Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS " |
| 2628 | "device on the lock screen after you have signed into your device."; |
| 2629 | const char kQuickUnlockPinSignin[] = "Enable PIN when logging in."; |
| 2630 | const char kQuickUnlockPinSigninDescription[] = |
| 2631 | "Enabling PIN allows you to use a PIN to sign in and unlock your ChromeOS " |
| 2632 | "device. After changing this flag PIN needs to be set up again."; |
| 2633 | const char kQuickUnlockFingerprint[] = "Quick Unlock (Fingerprint)"; |
| 2634 | const char kQuickUnlockFingerprintDescription[] = |
| 2635 | "Enabling fingerprint quick unlock allows you to setup and use a " |
| 2636 | "fingerprint to unlock your Chromebook on the lock screen after you have " |
| 2637 | "signed into your device."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2638 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2639 | const char kOfficeEditingComponentAppName[] = |
| 2640 | "Office Editing for Docs, Sheets & Slides"; |
| 2641 | const char kOfficeEditingComponentAppDescription[] = |
| 2642 | "Office Editing for Docs, Sheets & Slides for testing purposes."; |
Daniel Erat | 33054b2 | 2017-06-27 16:18:07 | [diff] [blame] | 2643 | |
James Cook | 0ba192bf | 2017-12-01 20:53:11 | [diff] [blame] | 2644 | const char kShowTapsName[] = "Show taps"; |
| 2645 | const char kShowTapsDescription[] = |
| 2646 | "Draws a circle at each touch point, which makes touch points more obvious " |
| 2647 | "when projecting or mirroring the display. Similar to the Android OS " |
| 2648 | "developer option."; |
| 2649 | |
| 2650 | const char kShowTouchHudName[] = "Show HUD for touch points"; |
| 2651 | const char kShowTouchHudDescription[] = |
| 2652 | "Shows a trail of colored dots for the last few touch points. Pressing " |
| 2653 | "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps " |
| 2654 | "debug hardware issues that generate spurious touch events."; |
| 2655 | |
Chung-Sheng Wu | 468b0b3 | 2017-09-01 14:41:57 | [diff] [blame] | 2656 | const char kSysInternalsName[] = "Enable Sys-Internals"; |
| 2657 | const char kSysInternalsDescription[] = |
| 2658 | "If enabled, user can monitor system information at " |
| 2659 | "chrome://sys-internals."; |
| 2660 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2661 | const char kTeamDrivesName[] = "Enable Team Drives Integration"; |
| 2662 | const char kTeamDrivesDescription[] = |
| 2663 | "If enabled, files under Team Drives will appear in the Files app."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2664 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2665 | const char kTetherName[] = "Instant Tethering"; |
| 2666 | const char kTetherDescription[] = |
| 2667 | "Enables Instant Tethering. Instant Tethering allows your nearby Google " |
| 2668 | "phone to share its Internet connection with this device."; |
stanisc | 14bed0b13 | 2017-05-10 17:46:37 | [diff] [blame] | 2669 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2670 | const char kTouchscreenCalibrationName[] = |
| 2671 | "Enable/disable touchscreen calibration option in material design settings"; |
| 2672 | const char kTouchscreenCalibrationDescription[] = |
| 2673 | "If enabled, the user can calibrate the touch screen displays in " |
| 2674 | "chrome://settings/display."; |
yhanada | c5bff5b | 2017-05-18 06:37:09 | [diff] [blame] | 2675 | |
Mitsuru Oshima | 63d3f2a | 2017-08-23 00:12:11 | [diff] [blame] | 2676 | // Force UI Mode |
| 2677 | const char kUiModeName[] = "Force Ui Mode"; |
| 2678 | const char kUiModeDescription[] = |
| 2679 | R"*(This flag can be used to force a certain mode on to a chromebook, )*" |
| 2680 | R"*(despite its current orientation. "Tablet" means that the )*" |
| 2681 | R"*(chromebook will act as if it were in tablet mode. "Clamshell" )*" |
| 2682 | R"*(means that the chromebook will act as if it were in clamshell )*" |
| 2683 | R"*(mode . "Auto" means that the chromebook will alternate between )*" |
| 2684 | R"*(the two, based on its orientation.)*"; |
| 2685 | const char kUiModeTablet[] = "TouchView"; |
| 2686 | const char kUiModeClamshell[] = "Clamshell"; |
| 2687 | const char kUiModeAuto[] = "Auto (default)"; |
| 2688 | |
bruthig | eafb0c0 | 2017-06-09 13:11:53 | [diff] [blame] | 2689 | const char kUiDevToolsName[] = "Enable native UI inspection"; |
| 2690 | const char kUiDevToolsDescription[] = |
| 2691 | "Enables inspection of native UI elements. For local inspection use " |
| 2692 | "chrome://inspect#other"; |
| 2693 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2694 | const char kUseMusName[] = "Mus"; |
| 2695 | const char kUseMusDescription[] = "Enable the Mojo UI service."; |
| 2696 | const char kEnableMashDescription[] = |
| 2697 | "Mash (UI, Chrome and ash in separate services)"; |
| 2698 | const char kEnableMusDescription[] = |
| 2699 | "Mus (UI in separate service, Chrome and ash in same service)"; |
| 2700 | |
Miguel Casas-Sanchez | 8ba32f9 | 2017-11-07 05:03:34 | [diff] [blame] | 2701 | // TODO(mcasas): remove after https://crbug.com/771345. |
| 2702 | const char kUseMonitorColorSpaceName[] = "Use monitor color space"; |
| 2703 | const char kUseMonitorColorSpaceDescription[] = |
| 2704 | "Enables Chrome to use the color space information provided by the monitor" |
| 2705 | " instead of the default sRGB color space."; |
| 2706 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2707 | const char kVideoPlayerChromecastSupportName[] = |
| 2708 | "Experimental Chromecast support for Video Player"; |
| 2709 | const char kVideoPlayerChromecastSupportDescription[] = |
| 2710 | "This option enables experimental Chromecast support for Video Player app " |
| 2711 | "on ChromeOS."; |
| 2712 | |
| 2713 | const char kVirtualKeyboardName[] = "Virtual Keyboard"; |
| 2714 | const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support."; |
| 2715 | |
| 2716 | const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll"; |
| 2717 | const char kVirtualKeyboardOverscrollDescription[] = |
| 2718 | "Enables virtual keyboard overscroll support."; |
| 2719 | |
| 2720 | const char kVoiceInputName[] = "Voice input on virtual keyboard"; |
| 2721 | const char kVoiceInputDescription[] = |
| 2722 | "Enables voice input on virtual keyboard."; |
| 2723 | |
| 2724 | const char kWakeOnPacketsName[] = "Wake On Packets"; |
| 2725 | const char kWakeOnPacketsDescription[] = |
| 2726 | "Enables waking the device based on the receipt of some network packets."; |
orenb | 21da031c | 2017-06-30 21:24:20 | [diff] [blame] | 2727 | |
yhanada | c5bff5b | 2017-05-18 06:37:09 | [diff] [blame] | 2728 | #endif // defined(OS_CHROMEOS) |
| 2729 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2730 | // Random platform combinations ----------------------------------------------- |
| 2731 | |
| 2732 | #if defined(OS_WIN) || defined(OS_LINUX) |
| 2733 | |
| 2734 | const char kEnableInputImeApiName[] = "Enable Input IME API"; |
| 2735 | const char kEnableInputImeApiDescription[] = |
| 2736 | "Enable the use of chrome.input.ime API."; |
| 2737 | |
| 2738 | #endif // defined(OS_WIN) || defined(OS_LINUX) |
| 2739 | |
| 2740 | #if defined(OS_WIN) || defined(OS_MACOSX) |
| 2741 | |
| 2742 | const char kAutomaticTabDiscardingName[] = "Automatic tab discarding"; |
| 2743 | const char kAutomaticTabDiscardingDescription[] = |
| 2744 | "If enabled, tabs get automatically discarded from memory when the system " |
| 2745 | "memory is low. Discarded tabs are still visible on the tab strip and get " |
| 2746 | "reloaded when clicked on. Info about discarded tabs can be found at " |
| 2747 | "chrome://discards."; |
| 2748 | |
| 2749 | #endif // defined(OS_WIN) || defined(OS_MACOSX) |
| 2750 | |
| 2751 | // Feature flags -------------------------------------------------------------- |
| 2752 | |
| 2753 | #if BUILDFLAG(ENABLE_VR) |
| 2754 | |
David Dorwin | 5a496c3 | 2017-11-17 01:45:05 | [diff] [blame] | 2755 | const char kWebVrVsyncAlignName[] = "WebVR VSync-aligned timing"; |
| 2756 | const char kWebVrVsyncAlignDescription[] = |
| 2757 | "Align WebVR application rendering with VSync for smoother animations."; |
| 2758 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2759 | #if defined(OS_ANDROID) |
| 2760 | |
David Dorwin | 5a496c3 | 2017-11-17 01:45:05 | [diff] [blame] | 2761 | const char kVrBrowsingName[] = "VR browsing"; |
| 2762 | const char kVrBrowsingDescription[] = |
| 2763 | "Browsing within a VR headset if available for this device."; |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2764 | |
Yash Malik | 50bcfc1 | 2017-11-18 00:47:59 | [diff] [blame] | 2765 | const char kVrBrowserKeyboardName[] = "Chrome VR virtual keyboard."; |
| 2766 | const char kVrBrowserKeyboardDescription[] = |
| 2767 | "Enable a virtual keyboard for Chrome VR."; |
| 2768 | |
David Dorwin | 5a496c3 | 2017-11-17 01:45:05 | [diff] [blame] | 2769 | const char kVrBrowsingExperimentalFeaturesName[] = |
| 2770 | "VR browsing experimental features"; |
| 2771 | const char kVrBrowsingExperimentalFeaturesDescription[] = |
| 2772 | "Experimental VR browsing features that are under development."; |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2773 | |
David Dorwin | 5a496c3 | 2017-11-17 01:45:05 | [diff] [blame] | 2774 | const char kVrBrowsingExperimentalRenderingName[] = |
| 2775 | "VR browsing experimental rendering features"; |
| 2776 | const char kVrBrowsingExperimentalRenderingDescription[] = |
| 2777 | "Experimental rendering features for VR browsing (e.g. power-saving " |
| 2778 | "rendering modes)."; |
Michael Thiessen | b480fe9 | 2017-10-26 16:25:10 | [diff] [blame] | 2779 | |
David Dorwin | 5a496c3 | 2017-11-17 01:45:05 | [diff] [blame] | 2780 | const char kVrBrowsingInCustomTabName[] = "VR browsing in Custom Tabs"; |
| 2781 | const char kVrBrowsingInCustomTabDescription[] = |
| 2782 | "Allow browsing within a VR headset while in a Custom Tab."; |
| 2783 | |
| 2784 | const char kVrLaunchIntentsName[] = "VR intents"; |
| 2785 | const char kVrLaunchIntentsDescription[] = |
Yash Malik | 812aebe | 2017-10-31 18:17:26 | [diff] [blame] | 2786 | "Allow intents to launch Chrome in VR mode."; |
| 2787 | |
David Dorwin | 5a496c3 | 2017-11-17 01:45:05 | [diff] [blame] | 2788 | const char kWebVrAutopresentFromIntentName[] = |
| 2789 | "WebVR auto presentation from intents"; |
| 2790 | const char kWebVrAutopresentFromIntentDescription[] = |
| 2791 | "Allow auto presentation of WebVR content from trusted first-party apps."; |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2792 | |
| 2793 | #endif // OS_ANDROID |
| 2794 | |
Bill Orr | 4952756 | 2017-11-22 16:58:48 | [diff] [blame] | 2795 | #if BUILDFLAG(ENABLE_OPENVR) |
| 2796 | const char kOpenVRName[] = "OpenVR hardware support"; |
| 2797 | const char kOpenVRDescription[] = |
| 2798 | "If enabled, Chrome will use OpenVR devices for VR."; |
| 2799 | #endif // ENABLE_OPENVR |
| 2800 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2801 | #endif // ENABLE_VR |
| 2802 | |
Nico Weber | af3b00b | 2017-09-11 17:58:17 | [diff] [blame] | 2803 | #if BUILDFLAG(ENABLE_NACL) |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2804 | |
| 2805 | const char kNaclDebugMaskName[] = |
| 2806 | "Restrict Native Client GDB-based debugging by pattern"; |
| 2807 | const char kNaclDebugMaskDescription[] = |
| 2808 | "Restricts Native Client application GDB-based debugging by URL of " |
| 2809 | "manifest file. Native Client GDB-based debugging must be enabled for this " |
| 2810 | "option to work."; |
| 2811 | const char kNaclDebugMaskChoiceDebugAll[] = "Debug everything."; |
| 2812 | const char kNaclDebugMaskChoiceExcludeUtilsPnacl[] = |
| 2813 | "Debug everything except secure shell and the PNaCl translator."; |
| 2814 | const char kNaclDebugMaskChoiceIncludeDebug[] = |
| 2815 | "Debug only if manifest URL ends with debug.nmf."; |
| 2816 | |
| 2817 | const char kNaclDebugName[] = "Native Client GDB-based debugging"; |
| 2818 | const char kNaclDebugDescription[] = |
| 2819 | "Enable GDB debug stub. This will stop a Native Client application on " |
| 2820 | "startup and wait for nacl-gdb (from the NaCl SDK) to attach to it."; |
| 2821 | |
| 2822 | const char kNaclName[] = "Native Client"; |
| 2823 | const char kNaclDescription[] = |
| 2824 | "Support Native Client for all web applications, even those that were not " |
| 2825 | "installed from the Chrome Web Store."; |
| 2826 | |
| 2827 | const char kPnaclSubzeroName[] = "Force PNaCl Subzero"; |
| 2828 | const char kPnaclSubzeroDescription[] = |
| 2829 | "Force the use of PNaCl's fast Subzero translator for all pexe files."; |
| 2830 | |
Nico Weber | af3b00b | 2017-09-11 17:58:17 | [diff] [blame] | 2831 | #endif // BUILDFLAG(ENABLE_NACL) |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2832 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2833 | #if BUILDFLAG(ENABLE_WEBRTC) |
| 2834 | |
| 2835 | const char kWebrtcH264WithOpenh264FfmpegName[] = |
| 2836 | "WebRTC H.264 software video encoder/decoder"; |
| 2837 | const char kWebrtcH264WithOpenh264FfmpegDescription[] = |
| 2838 | "When enabled, an H.264 software video encoder/decoder pair is included. " |
| 2839 | "If a hardware encoder/decoder is also available it may be used instead of " |
| 2840 | "this encoder/decoder."; |
| 2841 | |
| 2842 | #endif // BUILDFLAG(ENABLE_WEBRTC) |
| 2843 | |
James Cook | f9d34d2 | 2017-10-04 16:39:35 | [diff] [blame] | 2844 | #if defined(OS_CHROMEOS) |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2845 | |
Wenzhao Zang | 50fb0b2 | 2017-11-07 01:38:42 | [diff] [blame] | 2846 | const char kAshDisableLoginDimAndBlurName[] = |
| 2847 | "Disable dimming and blur on login screen."; |
| 2848 | const char kAshDisableLoginDimAndBlurDescription[] = |
| 2849 | "Disable dimming and blur on login screen."; |
| 2850 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2851 | const char kAshDisableSmoothScreenRotationName[] = |
| 2852 | "Disable smooth rotation animations."; |
| 2853 | const char kAshDisableSmoothScreenRotationDescription[] = |
| 2854 | "Disable smooth rotation animations."; |
| 2855 | |
Qiang Xu | b7e92107 | 2017-12-07 21:02:11 | [diff] [blame] | 2856 | const char kAshEnableDisplayMoveWindowAccelsName[] = |
| 2857 | "Enable shortcuts for moving window between displays."; |
| 2858 | const char kAshEnableDisplayMoveWindowAccelsDescription[] = |
| 2859 | "Enable shortcuts for moving window between displays."; |
| 2860 | |
wutao | c70d7b9 | 2017-11-01 08:06:01 | [diff] [blame] | 2861 | const char kAshEnableKeyboardShortcutViewerName[] = |
| 2862 | "Enable keyboard shortcut viewer."; |
| 2863 | const char kAshEnableKeyboardShortcutViewerDescription[] = |
| 2864 | "Enable keyboard shortcut viewer."; |
| 2865 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2866 | const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode."; |
| 2867 | const char kAshEnableMirroredScreenDescription[] = |
| 2868 | "Enable the mirrored screen mode. This mode flips the screen image " |
| 2869 | "horizontally."; |
| 2870 | |
| 2871 | const char kAshShelfColorName[] = "Shelf color in Chrome OS system UI"; |
| 2872 | const char kAshShelfColorDescription[] = |
| 2873 | "Enables/disables the shelf color to be a derived from the wallpaper. The " |
| 2874 | "--ash-shelf-color-scheme flag defines how that color is derived."; |
| 2875 | |
| 2876 | const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI"; |
| 2877 | const char kAshShelfColorSchemeDescription[] = |
| 2878 | "Specify how the color is derived from the wallpaper. This flag is only " |
| 2879 | "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted"; |
| 2880 | const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant"; |
| 2881 | const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant"; |
| 2882 | const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant"; |
| 2883 | const char kAshShelfColorSchemeLightMuted[] = "Light & Muted"; |
| 2884 | const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted"; |
| 2885 | const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted"; |
| 2886 | |
Mike Wasserman | a38a8a6 | 2017-10-02 03:04:27 | [diff] [blame] | 2887 | const char kAshDisableShelfModelSynchronization[] = |
| 2888 | "Disable shelf model synchronization"; |
| 2889 | const char kAshDisableShelfModelSynchronizationDescription[] = |
| 2890 | "Use a single in-process shelf data model shared between Chrome and Ash. " |
| 2891 | "This only applies to the Classic Ash and Mus configs; synchronization " |
| 2892 | "between two models is required when running the Mash config via --mash."; |
Mike Wasserman | 2115b16 | 2017-09-19 23:42:37 | [diff] [blame] | 2893 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2894 | const char kMaterialDesignInkDropAnimationSpeedName[] = |
Mike Wasserman | 2115b16 | 2017-09-19 23:42:37 | [diff] [blame] | 2895 | "Material design ink drop animation speed"; |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2896 | const char kMaterialDesignInkDropAnimationSpeedDescription[] = |
| 2897 | "Sets the speed of the experimental visual feedback animations for " |
| 2898 | "material design."; |
| 2899 | const char kMaterialDesignInkDropAnimationFast[] = "Fast"; |
| 2900 | const char kMaterialDesignInkDropAnimationSlow[] = "Slow"; |
| 2901 | |
| 2902 | const char kUiShowCompositedLayerBordersName[] = |
| 2903 | "Show UI composited layer borders"; |
| 2904 | const char kUiShowCompositedLayerBordersDescription[] = |
| 2905 | "Show border around composited layers created by UI."; |
| 2906 | const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass"; |
| 2907 | const char kUiShowCompositedLayerBordersSurface[] = "Surface"; |
| 2908 | const char kUiShowCompositedLayerBordersLayer[] = "Layer"; |
| 2909 | const char kUiShowCompositedLayerBordersAll[] = "All"; |
| 2910 | |
| 2911 | const char kUiSlowAnimationsName[] = "Slow UI animations"; |
| 2912 | const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow."; |
| 2913 | |
James Cook | f9d34d2 | 2017-10-04 16:39:35 | [diff] [blame] | 2914 | #endif // defined(OS_CHROMEOS) |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2915 | |
Brett Wilson | 735e145 | 2017-11-13 21:04:09 | [diff] [blame] | 2916 | #if defined(TOOLKIT_VIEWS) |
| 2917 | |
| 2918 | const char kExperimentalTabControllerName[] = "Experimental tab controller."; |
| 2919 | const char kExperimentalTabControllerDescription[] = |
| 2920 | "Enable controller for highly experimental tab policies."; |
| 2921 | |
| 2922 | #endif // defined(TOOLKIT_VIEWS) |
| 2923 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2924 | #if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
| 2925 | |
| 2926 | const char kAutofillCreditCardUploadName[] = |
| 2927 | "Enable offering upload of Autofilled credit cards"; |
| 2928 | const char kAutofillCreditCardUploadDescription[] = |
| 2929 | "Enables a new option to upload credit cards to Google Payments for sync " |
| 2930 | "to all Chrome devices."; |
| 2931 | |
| 2932 | #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
| 2933 | |
| 2934 | // ============================================================================ |
| 2935 | // Don't just add flags to the end, put them in the right section in |
| 2936 | // alphabetical order just like the header file. |
| 2937 | // ============================================================================ |
| 2938 | |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2939 | } // namespace flag_descriptions |