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