vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1 | // Copyright 2017 The Chromium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | #include "chrome/browser/flag_descriptions.h" |
| 6 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 7 | // Keep in identical order as the header file, see the comment at the top |
| 8 | // for formatting rules. |
| 9 | |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 10 | namespace flag_descriptions { |
| 11 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 12 | const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas"; |
| 13 | const char kAccelerated2dCanvasDescription[] = |
| 14 | "Enables the use of the GPU to perform 2d canvas rendering instead of " |
| 15 | "using software rendering."; |
horo | db71a5a | 2017-06-09 16:08:24 | [diff] [blame] | 16 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 17 | const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode"; |
| 18 | const char kAcceleratedVideoDecodeDescription[] = |
| 19 | "Hardware-accelerated video decode where available."; |
| 20 | |
| 21 | const char kAffiliationBasedMatchingName[] = |
| 22 | "Affiliation based matching in password manager"; |
| 23 | const char kAffiliationBasedMatchingDescription[] = |
| 24 | "Allow credentials stored for Android applications to be filled into " |
| 25 | "corresponding websites."; |
| 26 | |
| 27 | const char kAllowInsecureLocalhostName[] = |
| 28 | "Allow invalid certificates for resources loaded from localhost."; |
| 29 | const char kAllowInsecureLocalhostDescription[] = |
| 30 | "Allows requests to localhost over HTTPS even when an invalid certificate " |
| 31 | "is presented."; |
| 32 | |
| 33 | const char kAllowNaclSocketApiName[] = "NaCl Socket API."; |
| 34 | const char kAllowNaclSocketApiDescription[] = |
| 35 | "Allows applications to use NaCl Socket API. Use only to test NaCl " |
| 36 | "plugins."; |
| 37 | |
| 38 | const char kAppBannersName[] = "App Banners"; |
| 39 | const char kAppBannersDescription[] = |
| 40 | "Enable the display of Progressive Web App banners, which prompt a user to " |
| 41 | "add a web app to their shelf, or other platform-specific equivalent."; |
| 42 | |
yoshiki iguchi | 4a10c5f | 2017-11-29 20:16:54 | [diff] [blame] | 43 | const char kAshSidebarName[] = "Sidebar"; |
| 44 | const char kAshSidebarDescription[] = "Enable the experimental sidebar."; |
| 45 | |
Michael Lippautz | ebbc5a8 | 2018-05-30 10:41:42 | [diff] [blame] | 46 | const char kEnableBlinkHeapIncrementalMarkingName[] = |
| 47 | "Blink Heap Incremental Marking"; |
| 48 | const char kEnableBlinkHeapIncrementalMarkingDescription[] = |
| 49 | "Enable incremental marking in Blink"; |
| 50 | |
Tetsui Ohkubo | 2852b95 | 2018-02-23 04:12:01 | [diff] [blame] | 51 | const char kSystemTrayUnifiedName[] = "New system menu"; |
| 52 | const char kSystemTrayUnifiedDescription[] = |
Tetsui Ohkubo | f860b8e | 2018-02-16 03:50:55 | [diff] [blame] | 53 | "Enable the experimental system menu."; |
| 54 | |
Khushal | ba20221 | 2017-07-12 19:53:49 | [diff] [blame] | 55 | const char kAsyncImageDecodingName[] = "AsyncImageDecoding"; |
| 56 | const char kAsyncImageDecodingDescription[] = |
| 57 | "Enables asynchronous decoding of images from raster for web content"; |
| 58 | |
Roger McFarlane | 2eceba98 | 2018-05-18 01:37:11 | [diff] [blame] | 59 | const char kAutofillCacheQueryResponsesName[] = |
| 60 | "Cache Autofill Query Responses"; |
| 61 | const char kAutofillCacheQueryResponsesDescription[] = |
| 62 | "When enabled, autofill will cache the responses it receives from the " |
| 63 | "crowd-sourced field type prediction server."; |
| 64 | |
sebsg | e35b762c | 2018-03-29 20:33:27 | [diff] [blame] | 65 | const char kAutofillDynamicFormsName[] = "Autofill Dynamic Forms"; |
| 66 | const char kAutofillDynamicFormsDescription[] = |
| 67 | "Allows autofill to fill dynamically changing forms"; |
| 68 | |
Parastoo Geranmayeh | 2dcd14f9 | 2018-06-01 17:08:39 | [diff] [blame] | 69 | const char kAutofillPrefilledFieldsName[] = "Autofill Prefilled Fields"; |
| 70 | const char kAutofillPrefilledFieldsDescription[] = |
| 71 | "Allows autofill to fill fields previously filled by the website"; |
| 72 | |
Roger McFarlane | 1a37d7b | 2018-04-20 22:45:19 | [diff] [blame] | 73 | const char kAutofillEnforceMinRequiredFieldsForHeuristicsName[] = |
| 74 | "Autofill Enforce Min Required Fields For Heuristics"; |
| 75 | const char kAutofillEnforceMinRequiredFieldsForHeuristicsDescription[] = |
| 76 | "When enabled, autofill will generally require a form to have at least 3 " |
| 77 | "fields before allowing heuristic field-type prediction to occur."; |
| 78 | |
| 79 | const char kAutofillEnforceMinRequiredFieldsForQueryName[] = |
| 80 | "Autofill Enforce Min Required Fields For Query"; |
| 81 | const char kAutofillEnforceMinRequiredFieldsForQueryDescription[] = |
| 82 | "When enabled, autofill will generally require a form to have at least 3 " |
| 83 | "fields before querying the autofill server for field-type predictions."; |
| 84 | |
| 85 | const char kAutofillEnforceMinRequiredFieldsForUploadName[] = |
| 86 | "Autofill Enforce Min Required Fields For Upload"; |
| 87 | const char kAutofillEnforceMinRequiredFieldsForUploadDescription[] = |
| 88 | "When enabled, autofill will generally require a form to have at least 3 " |
| 89 | "fillable fields before uploading field-type votes for that form."; |
| 90 | |
Moe Ahmadi | d3ddfcb | 2018-04-20 19:51:08 | [diff] [blame] | 91 | const char kAutofillRestrictUnownedFieldsToFormlessCheckoutName[] = |
| 92 | "Restrict formless form extraction"; |
| 93 | const char kAutofillRestrictUnownedFieldsToFormlessCheckoutDescription[] = |
| 94 | "Restrict extraction of formless forms to checkout flows"; |
| 95 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 96 | const char kAutoplayPolicyName[] = "Autoplay policy"; |
| 97 | const char kAutoplayPolicyDescription[] = |
| 98 | "Policy used when deciding if audio or video is allowed to autoplay."; |
| 99 | |
| 100 | const char kAutoplayPolicyUserGestureRequiredForCrossOrigin[] = |
| 101 | "User gesture is required for cross-origin iframes."; |
| 102 | const char kAutoplayPolicyNoUserGestureRequired[] = |
| 103 | "No user gesture is required."; |
| 104 | const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required."; |
| 105 | const char kAutoplayPolicyDocumentUserActivation[] = |
| 106 | "Document user activation is required."; |
| 107 | |
Johann | e0cc690 | 2017-11-16 00:23:50 | [diff] [blame] | 108 | extern const char kAv1DecoderName[] = "Enable AV1 video decoding."; |
| 109 | extern const char kAv1DecoderDescription[] = |
| 110 | "Allow decoding of files with the AV1 video codec."; |
| 111 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 112 | const char kBackgroundVideoTrackOptimizationName[] = |
| 113 | "Optimize background video playback."; |
| 114 | const char kBackgroundVideoTrackOptimizationDescription[] = |
| 115 | "Disable video tracks when the video is played in the background to " |
| 116 | "optimize performance."; |
| 117 | |
| 118 | const char kBleAdvertisingInExtensionsName[] = "BLE Advertising in Chrome Apps"; |
| 119 | const char kBleAdvertisingInExtensionsDescription[] = |
| 120 | "Enables BLE Advertising in Chrome Apps. BLE Advertising might interfere " |
| 121 | "with regular use of Bluetooth Low Energy features."; |
| 122 | |
Charles Harrison | d629cc6 | 2017-10-05 01:39:54 | [diff] [blame] | 123 | const char kBlockTabUndersName[] = "Block tab-unders"; |
| 124 | const char kBlockTabUndersDescription[] = |
| 125 | "Blocks tab-unders in Chrome with some native UI to allow the user to " |
| 126 | "proceed."; |
| 127 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 128 | const char kBrowserTaskSchedulerName[] = "Task Scheduler"; |
| 129 | const char kBrowserTaskSchedulerDescription[] = |
| 130 | "Enables redirection of some task posting APIs to the task scheduler."; |
| 131 | |
Carlos IL | 766fbc88 | 2018-02-16 02:34:52 | [diff] [blame] | 132 | const char kBundledConnectionHelpName[] = "Bundled Connection Help"; |
| 133 | const char kBundledConnectionHelpDescription[] = |
| 134 | "Enables or disables redirecting users who get an interstitial when " |
| 135 | "accessing https://support.google.com/chrome/answer/6098869 to local " |
| 136 | "connection help content."; |
| 137 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 138 | const char kBypassAppBannerEngagementChecksName[] = |
| 139 | "Bypass user engagement checks"; |
| 140 | const char kBypassAppBannerEngagementChecksDescription[] = |
| 141 | "Bypasses user engagement checks for displaying app banners, such as " |
| 142 | "requiring that users have visited the site before and that the banner " |
| 143 | "hasn't been shown recently. This allows developers to test that other " |
| 144 | "eligibility requirements for showing app banners, such as having a " |
| 145 | "manifest, are met."; |
| 146 | |
Lucas Garron | b9539b73 | 2017-10-31 00:22:09 | [diff] [blame] | 147 | const char kCommittedInterstitialsName[] = "Committed Interstitials"; |
| 148 | const char kCommittedInterstitialsDescription[] = |
| 149 | "Use committed error pages instead of transient navigation entries " |
| 150 | "for interstitial error pages (e.g. certificate errors)."; |
| 151 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 152 | const char kCastStreamingHwEncodingName[] = |
| 153 | "Cast Streaming hardware video encoding"; |
| 154 | const char kCastStreamingHwEncodingDescription[] = |
| 155 | "This option enables support in Cast Streaming for encoding video streams " |
| 156 | "using platform hardware."; |
| 157 | |
Amber Won | 478561d | 2017-08-19 01:02:59 | [diff] [blame] | 158 | const char kClickToOpenPDFName[] = "Click to open embedded PDFs"; |
| 159 | const char kClickToOpenPDFDescription[] = |
| 160 | "When the PDF plugin is unavailable, show a click-to-open placeholder for " |
| 161 | "embedded PDFs."; |
| 162 | |
Gary Kacmarcik | fb69b21 | 2017-11-14 03:41:08 | [diff] [blame] | 163 | const char kClipboardContentSettingName[] = "Clipboard content setting"; |
| 164 | const char kClipboardContentSettingDescription[] = |
| 165 | "Enables a site-wide permission in the UI which controls access to the " |
| 166 | "asynchronous clipboard web API"; |
| 167 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 168 | const char kCloudImportName[] = "Cloud Import"; |
| 169 | const char kCloudImportDescription[] = "Allows the cloud-import feature."; |
| 170 | |
Christopher Cameron | ceb8727d | 2017-09-07 23:53:16 | [diff] [blame] | 171 | const char kForceColorProfileSRGB[] = "sRGB"; |
| 172 | const char kForceColorProfileP3[] = "Display P3 D65"; |
| 173 | const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4"; |
| 174 | const char kForceColorProfileHdr[] = "scRGB linear (HDR where available)"; |
| 175 | |
| 176 | const char kForceColorProfileName[] = "Force color profile"; |
| 177 | const char kForceColorProfileDescription[] = |
| 178 | "Forces Chrome to use a specific color profile instead of the color " |
| 179 | "of the window's current monitor, as specified by the operating system."; |
| 180 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 181 | const char kCompositedLayerBordersName[] = "Composited render layer borders"; |
| 182 | const char kCompositedLayerBordersDescription[] = |
| 183 | "Renders a border around composited Render Layers to help debug and study " |
| 184 | "layer compositing."; |
| 185 | |
Theresa | f39c188 | 2018-03-21 18:18:07 | [diff] [blame] | 186 | const char kContextualSuggestionsBottomSheetName[] = |
Theresa | 818d345 | 2018-05-22 00:08:07 | [diff] [blame] | 187 | "Contextual Suggestions Bottom Sheet"; |
Theresa | f39c188 | 2018-03-21 18:18:07 | [diff] [blame] | 188 | const char kContextualSuggestionsBottomSheetDescription[] = |
| 189 | "If enabled, shows contextual suggestions in the bottom sheet."; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 190 | |
Theresa | 818d345 | 2018-05-22 00:08:07 | [diff] [blame] | 191 | const char kContextualSuggestionsSlimPeekUIName[] = |
| 192 | "Contextual Suggestions Slim Peek UI"; |
| 193 | const char kContextualSuggestionsSlimPeekUIDescription[] = |
| 194 | "Use a slimmer peek UI for the contextual suggestions bottom sheet."; |
| 195 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 196 | const char kCreditCardAssistName[] = "Credit Card Assisted Filling"; |
| 197 | const char kCreditCardAssistDescription[] = |
| 198 | "Enable assisted credit card filling on certain sites."; |
| 199 | |
| 200 | const char kCrossProcessGuestViewIsolationName[] = |
| 201 | "Cross process frames for guests"; |
| 202 | const char kCrossProcessGuestViewIsolationDescription[] = |
| 203 | "Highly experimental where guests such as <webview> are implemented on " |
| 204 | "the out-of-process iframe infrastructure."; |
| 205 | |
Thanh Le | 659cb10 | 2017-12-20 22:00:19 | [diff] [blame] | 206 | const char kDataSaverServerPreviewsName[] = "Data Saver Server Previews"; |
| 207 | const char kDataSaverServerPreviewsDescription[] = |
| 208 | "Allow the Data Reduction Proxy to serve previews."; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 209 | |
| 210 | const char kDatasaverPromptName[] = "Cellular Data Saver Prompt"; |
| 211 | const char kDatasaverPromptDescription[] = |
| 212 | "Enables a prompt, which appears when a cellular network connection is " |
| 213 | "detected, to take the user to the Data Saver extension page on Chrome Web " |
| 214 | "Store."; |
| 215 | const char kDatasaverPromptDemoMode[] = "Demo mode"; |
| 216 | |
Wez | 54dc71b | 2018-04-17 00:42:34 | [diff] [blame] | 217 | #if DCHECK_IS_CONFIGURABLE |
| 218 | const char kDcheckIsFatalName[] = "DCHECKs are fatal"; |
| 219 | const char kDcheckIsFatalDescription[] = |
| 220 | "By default Chrome will evaluate in this build, but only log failures, " |
| 221 | "rather than crashing. If enabled, DCHECKs will crash the calling process."; |
| 222 | #endif // DCHECK_IS_CONFIGURABLE |
| 223 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 224 | const char kDebugPackedAppName[] = "Debugging for packed apps"; |
| 225 | const char kDebugPackedAppDescription[] = |
| 226 | "Enables debugging context menu options such as Inspect Element for packed " |
| 227 | "applications."; |
| 228 | |
| 229 | const char kDefaultTileHeightName[] = "Default tile height"; |
| 230 | const char kDefaultTileHeightDescription[] = "Specify the default tile height."; |
| 231 | const char kDefaultTileHeightShort[] = "128"; |
| 232 | const char kDefaultTileHeightTall[] = "256"; |
| 233 | const char kDefaultTileHeightGrande[] = "512"; |
| 234 | const char kDefaultTileHeightVenti[] = "1024"; |
| 235 | |
| 236 | const char kDefaultTileWidthName[] = "Default tile width"; |
| 237 | const char kDefaultTileWidthDescription[] = "Specify the default tile width."; |
| 238 | const char kDefaultTileWidthShort[] = "128"; |
| 239 | const char kDefaultTileWidthTall[] = "256"; |
| 240 | const char kDefaultTileWidthGrande[] = "512"; |
| 241 | const char kDefaultTileWidthVenti[] = "1024"; |
| 242 | |
| 243 | const char kDebugShortcutsName[] = "Debugging keyboard shortcuts"; |
| 244 | const char kDebugShortcutsDescription[] = |
| 245 | "Enables additional keyboard shortcuts that are useful for debugging Ash."; |
| 246 | |
| 247 | const char kDeviceDiscoveryNotificationsName[] = |
| 248 | "Device Discovery Notifications"; |
| 249 | const char kDeviceDiscoveryNotificationsDescription[] = |
| 250 | "Device discovery notifications on local network."; |
| 251 | |
| 252 | const char kDevtoolsExperimentsName[] = "Developer Tools experiments"; |
| 253 | const char kDevtoolsExperimentsDescription[] = |
| 254 | "Enables Developer Tools experiments. Use Settings panel in Developer " |
| 255 | "Tools to toggle individual experiments."; |
| 256 | |
| 257 | const char kDisableAudioForDesktopShareName[] = |
| 258 | "Disable Audio For Desktop Share"; |
| 259 | const char kDisableAudioForDesktopShareDescription[] = |
| 260 | "With this flag on, desktop share picker window will not let the user " |
| 261 | "choose whether to share audio."; |
| 262 | |
Chris Palmer | 917bc05 | 2018-03-14 19:28:31 | [diff] [blame] | 263 | const char kDisablePushStateThrottleName[] = "Disable pushState throttling"; |
| 264 | const char kDisablePushStateThrottleDescription[] = |
| 265 | "Disables throttling of history.pushState and history.replaceState method " |
| 266 | "calls."; |
| 267 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 268 | const char kDisableTabForDesktopShareName[] = |
| 269 | "Disable Desktop Share with tab source"; |
| 270 | const char kDisableTabForDesktopShareDescription[] = |
| 271 | "This flag controls whether users can choose a tab for desktop share."; |
| 272 | |
| 273 | const char kDisallowDocWrittenScriptsUiName[] = |
| 274 | "Block scripts loaded via document.write"; |
| 275 | const char kDisallowDocWrittenScriptsUiDescription[] = |
| 276 | "Disallows fetches for third-party parser-blocking scripts inserted into " |
| 277 | "the main frame via document.write."; |
| 278 | |
Christopher Thompson | 2ffffa2c | 2018-05-18 23:06:37 | [diff] [blame] | 279 | const char kDisallowUnsafeHttpDownloadsName[] = |
| 280 | "Block unsafe downloads over insecure connections"; |
| 281 | const char kDisallowUnsafeHttpDownloadsNameDescription[] = |
| 282 | "Disallows downloads of unsafe files (files that can potentially execute " |
| 283 | "code), where the final download origin or any origin in the redirect " |
| 284 | "chain is insecure."; |
| 285 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 286 | const char kDriveSearchInChromeLauncherName[] = |
| 287 | "Drive Search in Chrome App Launcher"; |
| 288 | const char kDriveSearchInChromeLauncherDescription[] = |
| 289 | "Files from Drive will show up when searching the Chrome App Launcher."; |
| 290 | |
Gustavo Sacomoto | fb11164f | 2017-07-21 12:56:18 | [diff] [blame] | 291 | const char kEasyUnlockPromotionsName[] = "Smart Lock Promotions"; |
| 292 | const char kEasyUnlockPromotionsDescription[] = |
| 293 | "Enables Smart Lock promotions. Promotions will be periodically display " |
| 294 | "if the user is eligible."; |
| 295 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 296 | const char kEmbeddedExtensionOptionsName[] = "Embedded extension options"; |
| 297 | const char kEmbeddedExtensionOptionsDescription[] = |
| 298 | "Display extension options as an embedded element in chrome://extensions " |
| 299 | "rather than opening a new tab."; |
| 300 | |
Dominic Mazzoni | 8ac9896 | 2018-05-25 05:44:55 | [diff] [blame] | 301 | const char kEnableAccessibilityObjectModelName[] = "Accessibility Object Model"; |
| 302 | const char kEnableAccessibilityObjectModelDescription[] = |
| 303 | "Enables experimental support for Accessibility Object Model APIs " |
| 304 | "that are in development."; |
| 305 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 306 | const char kEnableAsmWasmName[] = |
| 307 | "Experimental Validate Asm.js and convert to WebAssembly when valid."; |
| 308 | const char kEnableAsmWasmDescription[] = |
| 309 | R"*(Validate Asm.js when "use asm" is present and then convert to )*" |
| 310 | R"*(WebAssembly.)*"; |
| 311 | |
Anthony Vallee-Dubois | 968ae4d | 2018-03-15 16:56:36 | [diff] [blame] | 312 | const char kEnableWebPaymentsSingleAppUiSkipName[] = |
| 313 | "Enable Web Payments single app UI skip"; |
| 314 | const char kEnableWebPaymentsSingleAppUiSkipDescription[] = |
| 315 | "Enable Web Payments to skip showing its UI if the developer specifies a " |
| 316 | "single app."; |
| 317 | |
Shanfeng Zhang | 19c1656 | 2017-10-17 02:30:40 | [diff] [blame] | 318 | const char kEnableAutofillCreditCardAblationExperimentDisplayName[] = |
| 319 | "Credit card autofill ablation experiment."; |
| 320 | const char kEnableAutofillCreditCardAblationExperimentDescription[] = |
| 321 | "If enabled, credit card autofill suggestions will not display."; |
| 322 | |
Jared Saul | ae93aa1 | 2018-03-23 19:04:39 | [diff] [blame] | 323 | const char kEnableAutofillCreditCardBankNameDisplayName[] = |
| 324 | "Display the issuer bank name of a credit card in autofill."; |
| 325 | const char kEnableAutofillCreditCardBankNameDisplayDescription[] = |
| 326 | "If enabled, displays the issuer bank name of a credit card in autofill."; |
| 327 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 328 | const char kEnableAutofillCreditCardLastUsedDateDisplayName[] = |
| 329 | "Display the last used date of a credit card in autofill."; |
| 330 | const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] = |
| 331 | "If enabled, display the last used date of a credit card in autofill."; |
| 332 | |
Lakshmi Kumar Dabbiru | 51f1c20 | 2018-03-29 22:23:37 | [diff] [blame] | 333 | const char kEnableAutofillCreditCardUploadGooglePayOnAndroidBrandingName[] = |
| 334 | "Enable Google Pay branding when offering credit card upload on Android"; |
| 335 | const char |
| 336 | kEnableAutofillCreditCardUploadGooglePayOnAndroidBrandingDescription[] = |
| 337 | "If enabled, shows the Google Pay logo and a shorter header message " |
| 338 | "when credit card upload to Google Payments is offered on Android."; |
| 339 | |
Jared Saul | 1e4786a | 2017-12-14 01:43:09 | [diff] [blame] | 340 | const char kEnableAutofillCreditCardUploadSendDetectedValuesName[] = |
| 341 | "Always send metadata on detected form values for Autofill credit card " |
| 342 | "upload"; |
| 343 | const char kEnableAutofillCreditCardUploadSendDetectedValuesDescription[] = |
| 344 | "If enabled, always checks with Google Payments when deciding whether to " |
| 345 | "offer credit card upload, even if some data is missing."; |
| 346 | |
Jared Saul | 5c2a148 | 2017-12-09 00:24:31 | [diff] [blame] | 347 | const char kEnableAutofillCreditCardUploadSendPanFirstSixName[] = |
| 348 | "Send first six digits of PAN when deciding whether to offer Autofill " |
| 349 | "credit card upload"; |
| 350 | const char kEnableAutofillCreditCardUploadSendPanFirstSixDescription[] = |
| 351 | "If enabled, when deciding whether to offer credit card upload to Google " |
| 352 | "Payments, sends the first six digits of the card number to avoid cases " |
| 353 | "where card upload is likely to fail."; |
| 354 | |
siyua | 7c4e97b4 | 2018-04-24 02:49:42 | [diff] [blame] | 355 | const char kEnableAutofillCreditCardUploadUpdatePromptExplanationName[] = |
| 356 | "Enable updated prompt explanation when offering credit card upload"; |
| 357 | const char kEnableAutofillCreditCardUploadUpdatePromptExplanationDescription[] = |
| 358 | "If enabled, changes the server save card prompt's explanation to mention " |
| 359 | "the saving of the billing address."; |
| 360 | |
tmartino | cd41473 | 2018-02-12 19:01:01 | [diff] [blame] | 361 | const char kEnableAutofillNativeDropdownViewsName[] = |
| 362 | "Display Autofill Dropdown Using Views"; |
| 363 | const char kEnableAutofillNativeDropdownViewsDescription[] = |
| 364 | "If enabled, the Autofill Dropdown will be built natively using Views, " |
| 365 | "rather than painted directly to a canvas."; |
| 366 | |
Lakshmi Kumar Dabbiru | a3d0805f | 2018-05-22 22:04:23 | [diff] [blame] | 367 | const char kEnableAutofillSendExperimentIdsInPaymentsRPCsName[] = |
| 368 | "Send experiment flag IDs in calls to Google Payments"; |
| 369 | const char kEnableAutofillSendExperimentIdsInPaymentsRPCsDescription[] = |
| 370 | "If enabled, adds the status of certain experiment variations when making " |
| 371 | "calls to Google Payments."; |
| 372 | |
Becca Hughes | 4d896c4 | 2018-05-29 16:58:51 | [diff] [blame] | 373 | const char kEnableAutoplayIgnoreWebAudioName[] = |
| 374 | "Autoplay ignores WebAudio playbacks"; |
| 375 | const char kEnableAutoplayIgnoreWebAudioDescription[] = |
| 376 | "If enabled, autoplay restrictions will be ignored for WebAudio."; |
| 377 | |
Vitalii Iarko | 4f9834ce | 2017-08-04 07:05:19 | [diff] [blame] | 378 | const char kEnableBreakingNewsPushName[] = "Breaking News Push"; |
| 379 | const char kEnableBreakingNewsPushDescription[] = |
| 380 | "Listen for breaking news content suggestions (e.g. for New Tab Page) " |
| 381 | "through Google Cloud Messaging."; |
| 382 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 383 | const char kEnableBrotliName[] = "Brotli Content-Encoding."; |
| 384 | const char kEnableBrotliDescription[] = |
| 385 | "Enable Brotli Content-Encoding support."; |
| 386 | |
Qiang Xu | 0f602fe6 | 2017-12-22 01:31:20 | [diff] [blame] | 387 | const char kEnableCaptivePortalRandomUrl[] = "Captive Portal url Randomization"; |
| 388 | const char kEnableCaptivePortalRandomUrlDescription[] = |
| 389 | "Enable Captive Portal URL randomization."; |
| 390 | |
sclittle | 50e4bb9 | 2017-07-08 02:23:03 | [diff] [blame] | 391 | const char kEnableClientLoFiName[] = "Client-side Lo-Fi previews"; |
| 392 | |
| 393 | const char kEnableClientLoFiDescription[] = |
| 394 | "Enable showing low fidelity images on some pages on slow networks."; |
| 395 | |
David Reveman | 87b4b69 | 2018-03-09 21:22:22 | [diff] [blame] | 396 | const char kEnableCursorMotionBlurName[] = "Enable Cursor Motion Blur"; |
| 397 | const char kEnableCursorMotionBlurDescription[] = |
| 398 | "Enable motion blur effect for the cursor."; |
| 399 | |
Doug Arnett | 08b4067b | 2017-10-12 20:14:44 | [diff] [blame] | 400 | const char kEnableNoScriptPreviewsName[] = "NoScript previews"; |
| 401 | |
| 402 | const char kEnableNoScriptPreviewsDescription[] = |
| 403 | "Enable disabling JavaScript on some pages on slow networks."; |
| 404 | |
Thanh Le | 2c279fbc | 2017-11-21 01:25:40 | [diff] [blame] | 405 | const char kDataReductionProxyServerAlternative1[] = "Use alt. server config 1"; |
| 406 | const char kDataReductionProxyServerAlternative2[] = "Use alt. server config 2"; |
| 407 | const char kDataReductionProxyServerAlternative3[] = "Use alt. server config 3"; |
| 408 | const char kDataReductionProxyServerAlternative4[] = "Use alt. server config 4"; |
| 409 | const char kDataReductionProxyServerAlternative5[] = "Use alt. server config 5"; |
| 410 | const char kDataReductionProxyServerAlternative6[] = "Use alt. server config 6"; |
| 411 | const char kDataReductionProxyServerAlternative7[] = "Use alt. server config 7"; |
| 412 | const char kDataReductionProxyServerAlternative8[] = "Use alt. server config 8"; |
| 413 | const char kDataReductionProxyServerAlternative9[] = "Use alt. server config 9"; |
| 414 | const char kDataReductionProxyServerAlternative10[] = |
| 415 | "Use alt. server config 10"; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 416 | const char kEnableDataReductionProxyServerExperimentName[] = |
| 417 | "Use an alternative Data Saver back end configuration."; |
| 418 | const char kEnableDataReductionProxyServerExperimentDescription[] = |
| 419 | "Enable a different approach to saving data by configuring the back end " |
| 420 | "server"; |
| 421 | |
| 422 | const char kEnableDataReductionProxySavingsPromoName[] = |
| 423 | "Data Saver 1 MB Savings Promo"; |
| 424 | const char kEnableDataReductionProxySavingsPromoDescription[] = |
| 425 | "Enable a Data Saver promo for 1 MB of savings. If Data Saver has already " |
| 426 | "saved 1 MB of data, then the promo will not be shown. Data Saver must be " |
| 427 | "enabled for the promo to be shown."; |
| 428 | |
Matt Giuca | d487043 | 2017-11-24 01:04:38 | [diff] [blame] | 429 | const char kEnableDesktopPWAsName[] = "Desktop PWAs"; |
| 430 | const char kEnableDesktopPWAsDescription[] = |
| 431 | "Experimental windowing and install banner treatment for Progressive Web " |
| 432 | "Apps on desktop platforms. Implies #enable-experimental-app-banners."; |
Giovanni Ortuño Urquidi | 45020e23 | 2017-07-12 06:10:17 | [diff] [blame] | 433 | |
Giovanni Ortuño Urquidi | 40c8e79 | 2018-02-28 04:18:59 | [diff] [blame] | 434 | const char kEnableDesktopPWAsLinkCapturingName[] = |
| 435 | "Desktop PWAs Link Capturing"; |
| 436 | const char kEnableDesktopPWAsLinkCapturingDescription[] = |
| 437 | "Experimentally enable link capturing for Desktop PWAs. Navigations to " |
| 438 | "URLs that are in-scope of Desktop PWAs will open in a window. Requires " |
| 439 | "#enable-desktop-pwas."; |
| 440 | |
Ahmed Fakhry | 0037de0 | 2018-01-29 19:58:31 | [diff] [blame] | 441 | const char kEnableDockedMagnifierName[] = "Docked Magnifier"; |
| 442 | const char kEnableDockedMagnifierDescription[] = |
| 443 | "Enables the Docked Magnifier (a.k.a. picture-in-picture magnifier)."; |
| 444 | |
Ramya Nagarajan | 5b41d8d | 2018-04-02 19:53:02 | [diff] [blame] | 445 | const char kEnableEmojiContextMenuName[] = "Emoji Context Menu"; |
| 446 | const char kEnableEmojiContextMenuDescription[] = |
Mathieu Perreault | 608546ee | 2018-05-09 00:35:09 | [diff] [blame] | 447 | "Enables the Emoji picker item in context menus for editable text areas, if" |
| 448 | " supported by the operating system."; |
Ramya Nagarajan | 5b41d8d | 2018-04-02 19:53:02 | [diff] [blame] | 449 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 450 | const char kEnableEnumeratingAudioDevicesName[] = |
| 451 | "Experimentally enable enumerating audio devices."; |
| 452 | const char kEnableEnumeratingAudioDevicesDescription[] = |
| 453 | "Experimentally enable the use of enumerating audio devices."; |
| 454 | |
| 455 | const char kEnableGenericSensorName[] = "Generic Sensor"; |
| 456 | const char kEnableGenericSensorDescription[] = |
Mikhail Pozdnyakov | 73373a6 | 2017-08-24 17:31:25 | [diff] [blame] | 457 | "Enables motion sensor classes based on Generic Sensor API, i.e. " |
| 458 | "Accelerometer, LinearAccelerationSensor, Gyroscope, " |
| 459 | "AbsoluteOrientationSensor and RelativeOrientationSensor interfaces."; |
| 460 | |
| 461 | const char kEnableGenericSensorExtraClassesName[] = |
| 462 | "Generic Sensor Extra Classes"; |
| 463 | const char kEnableGenericSensorExtraClassesDescription[] = |
| 464 | "Enables an extra set of sensor classes based on Generic Sensor API, which " |
| 465 | "expose previously unavailable platform features, i.e. AmbientLightSensor " |
| 466 | "and Magnetometer interfaces."; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 467 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 468 | const char kEnableHDRName[] = "HDR mode"; |
| 469 | const char kEnableHDRDescription[] = |
| 470 | "Enables HDR support on compatible displays."; |
| 471 | |
Ryan Sturm | 6a85090 | 2018-06-09 02:27:34 | [diff] [blame] | 472 | const char kEnableHeavyPageCappingName[] = "Heavy Page Capping"; |
| 473 | const char kEnableHeavyPageCappingDescription[] = |
| 474 | "Enable showing an infobar on data heavy pages that allows the user to " |
| 475 | "pause sub resource request loading on the page. Subesource load pausing " |
| 476 | "functionality currently requires 'Renderer side ResourceScheduler' and " |
| 477 | "'Experimental Web Platform features' to be enabled. Using the 'Low' " |
| 478 | "option will reduce the triggering threshold to 1MB."; |
| 479 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 480 | const char kEnableHttpFormWarningName[] = |
| 481 | "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] | 482 | "HTTPS"; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 483 | const char kEnableHttpFormWarningDescription[] = |
| 484 | "Attaches a warning UI to any password or credit card fields detected when " |
| 485 | "the top-level page is not HTTPS"; |
| 486 | |
Hiroshige Hayashizaki | 99d5821e | 2018-05-02 04:25:41 | [diff] [blame] | 487 | const char kLayeredAPIName[] = "Experimental layered APIs"; |
| 488 | const char kLayeredAPIDescription[] = |
| 489 | "Enable layered API infrastructure, as well as several experimental " |
| 490 | "layered APIs. The syntax and the APIs exposed are experimental and will " |
| 491 | "change over time."; |
| 492 | |
Scott Little | d0fd2d00 | 2018-04-13 03:37:26 | [diff] [blame] | 493 | const char kEnableLazyFrameLoadingName[] = "Enable lazy frame loading"; |
| 494 | const char kEnableLazyFrameLoadingDescription[] = |
| 495 | "Defers the loading of certain cross-origin frames until the page is " |
| 496 | "scrolled down near them."; |
| 497 | |
Sidney San Martín | 9375b89 | 2017-09-09 00:29:54 | [diff] [blame] | 498 | const char kEnableMacMaterialDesignDownloadShelfName[] = |
| 499 | "Enable Material Design download shelf"; |
| 500 | |
| 501 | const char kEnableMacMaterialDesignDownloadShelfDescription[] = |
| 502 | "If enabled, the download shelf uses Material Design."; |
| 503 | |
Tatiana Gornak | afb4045 | 2017-07-31 13:50:04 | [diff] [blame] | 504 | const char kEnableManualFallbacksFillingName[] = |
| 505 | "Manual fallbacks for password manager forms filling"; |
| 506 | const char kEnableManualFallbacksFillingDescription[] = |
| 507 | "If enabled, then if user clicks on the password field on a form, popup " |
| 508 | "might contain generation fallbacks or 'Show all saved passwords' " |
| 509 | "fallback."; |
| 510 | |
Anton Urusov | 47cd493 | 2017-09-19 14:41:41 | [diff] [blame] | 511 | const char kEnablePolicyToolName[] = "Enable policy management page"; |
| 512 | const char kEnablePolicyToolDescription[] = |
| 513 | "If enabled, the chrome://policy-tool URL loads a page for managing " |
| 514 | "policies."; |
| 515 | |
Tsuyoshi Horo | ea7edb7 | 2017-11-12 04:14:00 | [diff] [blame] | 516 | const char kEnablePWAFullCodeCacheName[] = "Enable PWA full code cache"; |
| 517 | const char kEnablePWAFullCodeCacheDescription[] = |
| 518 | "Generate V8 code cache in Cache Storage while installing Service Worker " |
| 519 | "for PWAs."; |
| 520 | |
Weidong Guo | f1e5a89 | 2018-01-06 02:26:39 | [diff] [blame] | 521 | const char kDisableMultiMirroringName[] = |
Weidong Guo | 7dfd148 | 2017-11-08 05:56:28 | [diff] [blame] | 522 | "Display mirroring across multiple displays."; |
Weidong Guo | f1e5a89 | 2018-01-06 02:26:39 | [diff] [blame] | 523 | const char kDisableMultiMirroringDescription[] = |
| 524 | "Disable Display mirroring across multiple displays."; |
Weidong Guo | 7dfd148 | 2017-11-08 05:56:28 | [diff] [blame] | 525 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 526 | const char kEnableNavigationTracingName[] = "Enable navigation tracing"; |
| 527 | const char kEnableNavigationTracingDescription[] = |
| 528 | "This is to be used in conjunction with the trace-upload-url flag. " |
| 529 | "WARNING: When enabled, Chrome will record performance data for every " |
| 530 | "navigation and upload it to the URL specified by the trace-upload-url " |
| 531 | "flag. The trace may include personally identifiable information (PII) " |
| 532 | "such as the titles and URLs of websites you visit."; |
| 533 | |
Bernhard Bauer | 5533f991 | 2017-11-06 17:56:02 | [diff] [blame] | 534 | const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file"; |
| 535 | const char kEnableNetworkLoggingToFileDescription[] = |
| 536 | "Enables network logging to a file named netlog.json in the user data " |
| 537 | "directory. The file can be imported into chrome://net-internals."; |
| 538 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 539 | const char kEnableNetworkServiceName[] = "Enable network service"; |
| 540 | const char kEnableNetworkServiceDescription[] = |
| 541 | "Enables the network service, which makes network requests through a " |
| 542 | "separate service. Note: most features don't work with this yet."; |
| 543 | |
John Abd-El-Malek | 8067cc0 | 2017-12-04 23:23:20 | [diff] [blame] | 544 | const char kEnableNetworkServiceInProcessName[] = |
| 545 | "Runs network service in-process"; |
| 546 | const char kEnableNetworkServiceInProcessDescription[] = |
| 547 | "Runs the network service in the browser process."; |
| 548 | |
dpapad | ed834947 | 2017-10-25 03:21:27 | [diff] [blame] | 549 | const char kEnableNewPrintPreview[] = "Enable new Print Preview UI"; |
| 550 | const char kEnableNewPrintPreviewDescription[] = |
| 551 | "If enabled, Print Preview will display a newer UI"; |
| 552 | |
Ahmed Fakhry | 2fd8fc8 | 2017-07-28 16:31:12 | [diff] [blame] | 553 | const char kEnableNightLightName[] = "Enable Night Light"; |
| 554 | const char kEnableNightLightDescription[] = |
| 555 | "Enable the Night Light feature which controls the color temperature of " |
| 556 | "the screen."; |
| 557 | |
xlou | 8b56f67 | 2018-02-09 23:34:30 | [diff] [blame] | 558 | const char kEnableNupPrintingName[] = "Enable N-up printing"; |
| 559 | const char kEnableNupPrintingDescription[] = |
| 560 | "Enable N-up printing in the print preview panel."; |
| 561 | |
Sophie Chang | 117a3b2 | 2017-10-24 22:25:36 | [diff] [blame] | 562 | const char kEnableOptimizationHintsName[] = "Optimization Hints"; |
| 563 | const char kEnableOptimizationHintsDescription[] = |
| 564 | "Enable the Optimization Hints feature which incorporates server hints" |
| 565 | "into decisions for what optimizations to perform on some pages on slow " |
| 566 | "networks."; |
| 567 | |
Yutaka Hirano | 98be327 | 2017-08-07 17:55:39 | [diff] [blame] | 568 | const char kEnableOutOfBlinkCORSName[] = "Out of blink CORS"; |
| 569 | const char kEnableOutOfBlinkCORSDescription[] = |
| 570 | "CORS handling logic is moved out of blink."; |
| 571 | |
Sammie Quon | 0fbf078 | 2018-05-01 22:11:08 | [diff] [blame] | 572 | const char kEnableOverviewSwipeToCloseName[] = |
| 573 | "Enable overview swipe to close."; |
| 574 | const char kEnableOverviewSwipeToCloseDescription[] = |
| 575 | "Enables closing of items in overview mode by dragging or flinging " |
| 576 | "vertically."; |
| 577 | |
kylechar | 7051c09 | 2018-02-05 20:31:39 | [diff] [blame] | 578 | const char kVizDisplayCompositorName[] = "Viz Display Compositor (OOP-D)"; |
| 579 | const char kVizDisplayCompositorDescription[] = |
| 580 | "If enabled, the display compositor runs as part of the viz service in the" |
| 581 | "GPU process."; |
| 582 | |
Ria Jiang | 6a129b98 | 2018-03-01 18:30:40 | [diff] [blame] | 583 | const char kVizHitTestDrawQuadName[] = "Viz Hit-test Draw-quad version"; |
| 584 | const char kVizHitTestDrawQuadDescription[] = |
| 585 | "If enabled, event targeting uses the new viz-assisted hit-testing logic, " |
| 586 | "with hit-test data computed from the CompositorFrame."; |
| 587 | |
Erik Chen | 49bbfa2 | 2017-08-18 08:49:56 | [diff] [blame] | 588 | const char kEnableOutOfProcessHeapProfilingName[] = |
Albert J. Wong | 17417476 | 2018-01-18 23:50:23 | [diff] [blame] | 589 | "Out of process heap profiling start mode."; |
Erik Chen | 49bbfa2 | 2017-08-18 08:49:56 | [diff] [blame] | 590 | const char kEnableOutOfProcessHeapProfilingDescription[] = |
| 591 | "Creates a profiling service that records stacktraces for all live, " |
erikchen | 94aca89 | 2018-01-18 00:21:19 | [diff] [blame] | 592 | "malloced objects. Heap dumps can be obtained at chrome://tracing " |
| 593 | "[category:memory-infra] and chrome://memory-internals. This setting " |
| 594 | "controls which processes are profiled. As long as this setting is not " |
| 595 | "disabled, users can start profiling any given process in " |
| 596 | "chrome://memory-internals."; |
| 597 | const char kEnableOutOfProcessHeapProfilingModeMinimal[] = "Browser and GPU"; |
| 598 | const char kEnableOutOfProcessHeapProfilingModeAll[] = "All processes"; |
| 599 | const char kEnableOutOfProcessHeapProfilingModeAllRenderers[] = "All renderers"; |
| 600 | const char kEnableOutOfProcessHeapProfilingModeBrowser[] = "Only browser"; |
| 601 | const char kEnableOutOfProcessHeapProfilingModeGpu[] = "Only GPU."; |
erikchen | 0a5dd69 | 2017-12-12 00:53:10 | [diff] [blame] | 602 | const char kEnableOutOfProcessHeapProfilingModeManual[] = |
erikchen | 94aca89 | 2018-01-18 00:21:19 | [diff] [blame] | 603 | "None by default. Visit chrome://memory-internals to choose which " |
| 604 | "processes to profile."; |
Albert J. Wong | bd5bd90 | 2017-11-09 19:56:15 | [diff] [blame] | 605 | const char kEnableOutOfProcessHeapProfilingModeRendererSampling[] = |
| 606 | "Profile a random sampling of renderer processes, ensuring only one is " |
| 607 | "ever profiled at a time."; |
erikchen | 94aca89 | 2018-01-18 00:21:19 | [diff] [blame] | 608 | |
Erik Chen | 8bb76b5 | 2017-12-06 19:06:25 | [diff] [blame] | 609 | const char kOutOfProcessHeapProfilingKeepSmallAllocations[] = |
erikchen | 94aca89 | 2018-01-18 00:21:19 | [diff] [blame] | 610 | "Emit small allocations in memlog heap dumps."; |
Erik Chen | 8bb76b5 | 2017-12-06 19:06:25 | [diff] [blame] | 611 | const char kOutOfProcessHeapProfilingKeepSmallAllocationsDescription[] = |
| 612 | "By default, small allocations are pruned from the heap dump. This reduces " |
| 613 | "the size of the compressed trace by 100x. If pruning is disabled, the " |
| 614 | "chrome://tracing UI may be unable to take or load the trace. Save the " |
| 615 | "trace directly using chrome://memory-internals, and use other mechanisms " |
| 616 | "[e.g. diff_heap_profiler.py] to examine the trace. Note that " |
| 617 | "automatically uploaded traces will always be pruned. This only affects " |
| 618 | "manually taken memory-infra traces."; |
Erik Chen | 49bbfa2 | 2017-08-18 08:49:56 | [diff] [blame] | 619 | |
erikchen | 8bc20d8 | 2018-02-14 03:21:51 | [diff] [blame] | 620 | const char kOutOfProcessHeapProfilingSampling[] = "Sample memlog allocations"; |
| 621 | const char kOutOfProcessHeapProfilingSamplingDescription[] = |
| 622 | "Use a poisson process to sample allocations. Defaults to a sample rate of " |
erikchen | 99bfce0 | 2018-02-14 20:29:22 | [diff] [blame] | 623 | "10000. This results in low noise for large and/or frequent allocations [" |
| 624 | "[size * frequency >> 10000]. This means that aggregate numbers [e.g. " |
| 625 | "total size of malloc-ed objects] and large and/or frequent allocations " |
| 626 | "can be trusted with high fidelity."; |
erikchen | 8bc20d8 | 2018-02-14 03:21:51 | [diff] [blame] | 627 | |
Erik Chen | 3303fd023 | 2018-01-11 20:29:05 | [diff] [blame] | 628 | const char kOOPHPStackModeName[] = |
| 629 | "The type of stack to record for memlog heap dumps"; |
| 630 | const char kOOPHPStackModeDescription[] = |
erikchen | 94aca89 | 2018-01-18 00:21:19 | [diff] [blame] | 631 | "By default, memlog heap dumps record native stacks, which requires a " |
| 632 | "post-processing step to symbolize. Requires a custom build with frame " |
erikchen | 011ad3f | 2018-01-26 17:54:55 | [diff] [blame] | 633 | "pointers to work on Android. Native with thread names will add the thread " |
| 634 | "name as the first frame of each native stack. It's also possible to " |
| 635 | "record a pseudo stack using trace events as identifiers. It's also " |
| 636 | "possible to do a mix of both."; |
erikchen | 94aca89 | 2018-01-18 00:21:19 | [diff] [blame] | 637 | const char kOOPHPStackModeMixed[] = "Mixed"; |
| 638 | const char kOOPHPStackModeNative[] = "Native"; |
erikchen | 011ad3f | 2018-01-26 17:54:55 | [diff] [blame] | 639 | const char kOOPHPStackModeNativeWithThreadNames[] = "Native with thread names"; |
erikchen | 94aca89 | 2018-01-18 00:21:19 | [diff] [blame] | 640 | const char kOOPHPStackModePseudo[] = "Trace events"; |
Erik Chen | 3303fd023 | 2018-01-11 20:29:05 | [diff] [blame] | 641 | |
François Beaufort | 2e75f49 | 2018-02-08 20:44:46 | [diff] [blame] | 642 | const char kEnablePictureInPictureName[] = "Enable Picture-in-Picture."; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 643 | const char kEnablePictureInPictureDescription[] = |
François Beaufort | 2e75f49 | 2018-02-08 20:44:46 | [diff] [blame] | 644 | "Enable the Picture-in-Picture feature for videos."; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 645 | |
F#m | 59d036e | 2017-09-13 07:22:17 | [diff] [blame] | 646 | const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording"; |
| 647 | const char kEnablePixelCanvasRecordingDescription[] = |
| 648 | "Pixel canvas recording allows the compositor to raster contents aligned " |
| 649 | "with the pixel and improves text rendering. This should be enabled when a " |
| 650 | "device is using fractional scale factor."; |
| 651 | |
Mikel Astiz | 38837f8 | 2018-04-24 22:23:23 | [diff] [blame] | 652 | const char kEnableSyncUSSSessionsName[] = "Enable USS for sessions sync"; |
| 653 | const char kEnableSyncUSSSessionsDescription[] = |
| 654 | "Enables the new, experimental implementation of session sync (aka tab " |
| 655 | "sync)."; |
| 656 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 657 | const char kEnableTokenBindingName[] = "Token Binding."; |
| 658 | const char kEnableTokenBindingDescription[] = "Enable Token Binding support."; |
| 659 | |
Sahel Sharify | d732ab1 | 2017-11-29 23:03:16 | [diff] [blame] | 660 | extern const char kEnableTouchpadAndWheelScrollLatchingName[] = |
| 661 | "Wheel Scroll Latching."; |
| 662 | extern const char kEnableTouchpadAndWheelScrollLatchingDescription[] = |
| 663 | "Wheel scroll latching enforces latching to a single element for the " |
| 664 | "duration of a scroll sequence."; |
| 665 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 666 | const char kEnableUseZoomForDsfName[] = |
| 667 | "Use Blink's zoom for device scale factor."; |
| 668 | const char kEnableUseZoomForDsfDescription[] = |
| 669 | "If enabled, Blink uses its zooming mechanism to scale content for device " |
| 670 | "scale factor."; |
| 671 | const char kEnableUseZoomForDsfChoiceDefault[] = "Default"; |
| 672 | const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled"; |
| 673 | const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled"; |
| 674 | |
Patrick Noland | 8ee016e | 2018-01-24 11:44:53 | [diff] [blame] | 675 | const char kEnableScrollAnchorSerializationName[] = |
| 676 | "Scroll Anchor Serialization"; |
| 677 | const char kEnableScrollAnchorSerializationDescription[] = |
| 678 | "Save the scroll anchor and use it to restore the scroll position when " |
| 679 | "navigating."; |
| 680 | |
Brad Nelson | 5cd500e | 2018-01-04 00:50:19 | [diff] [blame] | 681 | const char kEnableSharedArrayBufferName[] = |
| 682 | "Experimental enabled SharedArrayBuffer support in JavaScript."; |
| 683 | const char kEnableSharedArrayBufferDescription[] = |
| 684 | "Enable SharedArrayBuffer support in JavaScript."; |
| 685 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 686 | const char kEnableWasmName[] = "WebAssembly structured cloning support."; |
| 687 | const char kEnableWasmDescription[] = |
| 688 | "Enable web pages to use WebAssembly structured cloning."; |
| 689 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 690 | const char kEnableImageCaptureAPIName[] = "Image Capture API"; |
| 691 | const char kEnableImageCaptureAPIDescription[] = |
| 692 | "Enables the Web Platform Image Capture API: takePhoto(), " |
| 693 | "getPhotoCapabilities(), etc."; |
| 694 | |
| 695 | const char kEnableZeroSuggestRedirectToChromeName[] = |
| 696 | "Experimental contextual omnibox suggestion"; |
| 697 | const char kEnableZeroSuggestRedirectToChromeDescription[] = |
| 698 | "Change omnibox contextual suggestions to an experimental source. Note " |
| 699 | "that this is not an on/off switch for contextual omnibox and it only " |
| 700 | "applies to suggestions provided before the user starts typing a URL or a " |
| 701 | "search query (i.e. zero suggest)."; |
| 702 | |
| 703 | const char kEnableWasmStreamingName[] = |
| 704 | "WebAssembly streaming compile/instantiate support."; |
| 705 | const char kEnableWasmStreamingDescription[] = |
| 706 | "WebAssembly.{compile|instantiate} taking a Response as parameter."; |
| 707 | |
Clemens Hammacher | 0c8a15a | 2018-04-27 13:45:32 | [diff] [blame] | 708 | const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler"; |
| 709 | const char kEnableWasmBaselineDescription[] = |
| 710 | "Enables WebAssembly baseline compilation and tier up."; |
| 711 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 712 | const char kExpensiveBackgroundTimerThrottlingName[] = |
| 713 | "Throttle expensive background timers"; |
| 714 | const char kExpensiveBackgroundTimerThrottlingDescription[] = |
| 715 | "Enables intervention to limit CPU usage of background timers to 1%."; |
| 716 | |
| 717 | const char kExperimentalAppBannersName[] = "Experimental app banners"; |
| 718 | const char kExperimentalAppBannersDescription[] = |
Matt Giuca | d487043 | 2017-11-24 01:04:38 | [diff] [blame] | 719 | "Enables a new experimental app banner flow and UI. Implies " |
| 720 | "#enable-app-banners."; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 721 | |
| 722 | const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features"; |
| 723 | const char kExperimentalCanvasFeaturesDescription[] = |
| 724 | "Enables the use of experimental canvas features which are still in " |
| 725 | "development."; |
| 726 | |
Nicholas Verne | ccd825980 | 2018-02-22 01:22:04 | [diff] [blame] | 727 | const char kExperimentalCrostiniUIName[] = "Experimental Crostini"; |
| 728 | const char kExperimentalCrostiniUIDescription[] = |
| 729 | "Enables in-development Crostini features."; |
| 730 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 731 | const char kExperimentalExtensionApisName[] = "Experimental Extension APIs"; |
| 732 | const char kExperimentalExtensionApisDescription[] = |
| 733 | "Enables experimental extension APIs. Note that the extension gallery " |
| 734 | "doesn't allow you to upload extensions that use experimental APIs."; |
| 735 | |
| 736 | const char kExperimentalFullscreenExitUIName[] = |
| 737 | "Experimental fullscreen exit UI"; |
| 738 | const char kExperimentalFullscreenExitUIDescription[] = |
| 739 | "Displays experimental UI to allow mouse and touch input methods to exit " |
| 740 | "fullscreen mode."; |
| 741 | |
Ian Clelland | 37a985d | 2018-05-04 02:43:13 | [diff] [blame] | 742 | const char kExperimentalProductivityFeaturesName[] = |
| 743 | "Experimental Productivity Features"; |
| 744 | const char kExperimentalProductivityFeaturesDescription[] = |
| 745 | "Enable support for experimental developer productivity features, such as " |
| 746 | "Layered APIs and policies for avoiding slow rendering."; |
| 747 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 748 | const char kExperimentalSecurityFeaturesName[] = |
| 749 | "Potentially annoying security features"; |
| 750 | const char kExperimentalSecurityFeaturesDescription[] = |
| 751 | "Enables several security features that will likely break one or more " |
| 752 | "pages that you visit on a daily basis. Strict mixed content checking, for " |
| 753 | "example. And locking powerful features to secure contexts. This flag will " |
| 754 | "probably annoy you."; |
| 755 | |
| 756 | const char kExperimentalWebPlatformFeaturesName[] = |
| 757 | "Experimental Web Platform features"; |
| 758 | const char kExperimentalWebPlatformFeaturesDescription[] = |
| 759 | "Enables experimental Web Platform features that are in development."; |
| 760 | |
| 761 | const char kExtensionContentVerificationName[] = |
| 762 | "Extension Content Verification"; |
| 763 | const char kExtensionContentVerificationDescription[] = |
| 764 | "This flag can be used to turn on verification that the contents of the " |
| 765 | "files on disk for extensions from the webstore match what they're " |
| 766 | "expected to be. This can be used to turn on this feature if it would not " |
| 767 | "otherwise have been turned on, but cannot be used to turn it off (because " |
| 768 | "this setting can be tampered with by malware)."; |
| 769 | const char kExtensionContentVerificationBootstrap[] = |
| 770 | "Bootstrap (get expected hashes, but do not enforce them)"; |
| 771 | const char kExtensionContentVerificationEnforce[] = |
| 772 | "Enforce (try to get hashes, and enforce them if successful)"; |
| 773 | const char kExtensionContentVerificationEnforceStrict[] = |
| 774 | "Enforce strict (hard fail if we can't get hashes)"; |
| 775 | |
| 776 | const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs"; |
| 777 | const char kExtensionsOnChromeUrlsDescription[] = |
| 778 | "Enables running extensions on chrome:// URLs, where extensions explicitly " |
| 779 | "request this permission."; |
galinap | ae72e15 | 2017-05-12 13:12:28 | [diff] [blame] | 780 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 781 | const char kFastUnloadName[] = "Fast tab/window close"; |
| 782 | const char kFastUnloadDescription[] = |
| 783 | "Enables fast tab/window closing - runs a tab's onunload js handler " |
| 784 | "independently of the GUI."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 785 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 786 | const char kFeaturePolicyName[] = "Feature Policy"; |
| 787 | const char kFeaturePolicyDescription[] = |
| 788 | "Enables granting and removing access to features through the " |
| 789 | "Feature-Policy HTTP header."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 790 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 791 | const char kFontCacheScalingName[] = "FontCache scaling"; |
| 792 | const char kFontCacheScalingDescription[] = |
| 793 | "Reuse a cached font in the renderer to serve different sizes of font for " |
| 794 | "faster layout."; |
| 795 | |
| 796 | const char kForceEffectiveConnectionTypeName[] = |
| 797 | "Override effective connection type"; |
| 798 | const char kForceEffectiveConnectionTypeDescription[] = |
| 799 | "Overrides the effective connection type of the current connection " |
Thanh Le | a98f12f | 2017-12-18 19:35:30 | [diff] [blame] | 800 | "returned by the network quality estimator. Slow 2G on Cellular returns " |
| 801 | "Slow 2G when connected to a cellular network, and the actual estimate " |
| 802 | "effective connection type when not on a cellular network. Previews are " |
| 803 | "usually served on 2G networks."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 804 | const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown"; |
| 805 | const char kEffectiveConnectionTypeOfflineDescription[] = "Offline"; |
| 806 | const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G"; |
Thanh Le | a98f12f | 2017-12-18 19:35:30 | [diff] [blame] | 807 | const char kEffectiveConnectionTypeSlow2GOnCellularDescription[] = |
| 808 | "Slow 2G On Cellular"; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 809 | const char kEffectiveConnectionType2GDescription[] = "2G"; |
| 810 | const char kEffectiveConnectionType3GDescription[] = "3G"; |
| 811 | const char kEffectiveConnectionType4GDescription[] = "4G"; |
| 812 | |
| 813 | const char kFillOnAccountSelectName[] = "Fill passwords on account selection"; |
| 814 | const char kFillOnAccountSelectDescription[] = |
| 815 | "Filling of passwords when an account is explicitly selected by the user " |
| 816 | "rather than autofilling credentials on page load."; |
| 817 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 818 | const char kForceTextDirectionName[] = "Force text direction"; |
| 819 | const char kForceTextDirectionDescription[] = |
| 820 | "Explicitly force the per-character directionality of UI text to " |
| 821 | "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default " |
| 822 | "direction of the character language."; |
| 823 | const char kForceDirectionLtr[] = "Left-to-right"; |
| 824 | const char kForceDirectionRtl[] = "Right-to-left"; |
| 825 | |
| 826 | const char kForceUiDirectionName[] = "Force UI direction"; |
| 827 | const char kForceUiDirectionDescription[] = |
| 828 | "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) " |
| 829 | "mode, overriding the default direction of the UI language."; |
| 830 | |
| 831 | const char kFramebustingName[] = |
| 832 | "Framebusting requires same-origin or a user gesture"; |
| 833 | const char kFramebustingDescription[] = |
| 834 | "Don't permit an iframe to navigate the top level browsing context unless " |
| 835 | "they are same-origin or the iframe is processing a user gesture."; |
| 836 | |
| 837 | const char kGamepadExtensionsName[] = "Gamepad Extensions"; |
| 838 | const char kGamepadExtensionsDescription[] = |
Anna Offenwanger | 06dc606 | 2018-04-12 07:56:22 | [diff] [blame] | 839 | "Enables experimental extensions to the Gamepad APIs."; |
Matt Reynolds | 043469f | 2018-05-01 22:56:58 | [diff] [blame] | 840 | const char kGamepadVibrationName[] = "Gamepad Vibration"; |
| 841 | const char kGamepadVibrationDescription[] = |
| 842 | "Enables haptic vibration effects on supported gamepads."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 843 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 844 | const char kGpuRasterizationMsaaSampleCountName[] = |
| 845 | "GPU rasterization MSAA sample count."; |
| 846 | const char kGpuRasterizationMsaaSampleCountDescription[] = |
| 847 | "Specify the number of MSAA samples for GPU rasterization."; |
| 848 | const char kGpuRasterizationMsaaSampleCountZero[] = "0"; |
| 849 | const char kGpuRasterizationMsaaSampleCountTwo[] = "2"; |
| 850 | const char kGpuRasterizationMsaaSampleCountFour[] = "4"; |
| 851 | const char kGpuRasterizationMsaaSampleCountEight[] = "8"; |
| 852 | const char kGpuRasterizationMsaaSampleCountSixteen[] = "16"; |
| 853 | |
| 854 | const char kGpuRasterizationName[] = "GPU rasterization"; |
| 855 | const char kGpuRasterizationDescription[] = |
| 856 | "Use GPU to rasterize web content. Requires impl-side painting."; |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 857 | const char kForceGpuRasterization[] = "Force-enabled for all layers"; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 858 | |
| 859 | const char kGoogleProfileInfoName[] = "Google profile name and icon"; |
| 860 | const char kGoogleProfileInfoDescription[] = |
| 861 | "Enables using Google information to populate the profile name and icon in " |
| 862 | "the avatar menu."; |
| 863 | |
| 864 | const char kHarfbuzzRendertextName[] = "HarfBuzz for UI text"; |
| 865 | const char kHarfbuzzRendertextDescription[] = |
| 866 | "Enable cross-platform HarfBuzz layout engine for UI text. Doesn't affect " |
| 867 | "web content."; |
| 868 | |
Takumi Fujimoto | fb71e33 | 2018-03-31 14:04:08 | [diff] [blame] | 869 | const char kViewsCastDialogName[] = "Views Cast dialog"; |
| 870 | const char kViewsCastDialogDescription[] = |
Takumi Fujimoto | 541e5e2 | 2018-05-30 00:46:31 | [diff] [blame] | 871 | "Replace the WebUI Cast dialog with a Views toolkit dialog. This requires " |
Takumi Fujimoto | 28351acc | 2018-05-31 17:19:53 | [diff] [blame] | 872 | "#views-browser-windows on Mac. This feature is activated if either this " |
Robert Liao | 3ecf97c | 2018-06-05 01:24:54 | [diff] [blame] | 873 | "flag or #upcoming-ui-features is enabled"; |
Takumi Fujimoto | fb71e33 | 2018-03-31 14:04:08 | [diff] [blame] | 874 | |
Manu Cornet | 4a908de | 2018-04-09 04:32:27 | [diff] [blame] | 875 | const char kHideActiveAppsFromShelfName[] = |
| 876 | "Hide running apps (that are not pinned) from the shelf"; |
| 877 | const char kHideActiveAppsFromShelfDescription[] = |
| 878 | "Save space in the shelf by hiding running apps (that are not pinned)."; |
Manu Cornet | e5f855b | 2018-03-13 03:35:25 | [diff] [blame] | 879 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 880 | const char kHistoryRequiresUserGestureName[] = |
| 881 | "New history entries require a user gesture."; |
| 882 | const char kHistoryRequiresUserGestureDescription[] = |
| 883 | "Require a user gesture to add a history entry."; |
| 884 | const char kHyperlinkAuditingName[] = "Hyperlink auditing"; |
| 885 | const char kHyperlinkAuditingDescription[] = "Sends hyperlink auditing pings."; |
| 886 | |
Ryan Landay | 4242dbc2 | 2018-04-04 01:47:33 | [diff] [blame] | 887 | const char kHorizontalTabSwitcherAndroidName[] = |
| 888 | "Enable horizontal tab switcher"; |
| 889 | const char kHorizontalTabSwitcherAndroidDescription[] = |
| 890 | "Changes the layout of the Android tab switcher so tabs scroll " |
| 891 | "horizontally instead of vertically."; |
| 892 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 893 | const char kHostedAppQuitNotificationName[] = |
| 894 | "Quit notification for hosted apps"; |
| 895 | const char kHostedAppQuitNotificationDescription[] = |
| 896 | "Display a notification when quitting Chrome if hosted apps are currently " |
| 897 | "running."; |
| 898 | |
| 899 | const char kHostedAppShimCreationName[] = |
| 900 | "Creation of app shims for hosted apps on Mac"; |
| 901 | const char kHostedAppShimCreationDescription[] = |
| 902 | "Create app shims on Mac when creating a hosted app."; |
| 903 | |
Ana-Cosmina Popescu | da3bcbe | 2017-09-22 18:24:48 | [diff] [blame] | 904 | const char kHtmlBasedUsernameDetectorName[] = "HTML-based username detector"; |
| 905 | const char kHtmlBasedUsernameDetectorDescription[] = |
| 906 | "Use HTML-based username detector for the password manager."; |
| 907 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 908 | const char kIconNtpName[] = "Large icons on the New Tab page"; |
| 909 | const char kIconNtpDescription[] = |
| 910 | "Enable the experimental New Tab page using large icons."; |
| 911 | |
| 912 | const char kIgnoreGpuBlacklistName[] = "Override software rendering list"; |
| 913 | const char kIgnoreGpuBlacklistDescription[] = |
| 914 | "Overrides the built-in software rendering list and enables " |
| 915 | "GPU-acceleration on unsupported system configurations."; |
| 916 | |
Thanh Le | 5f090efa5 | 2017-12-27 22:39:44 | [diff] [blame] | 917 | const char kIgnorePreviewsBlacklistName[] = "Ignore Previews Blacklist"; |
| 918 | const char kIgnorePreviewsBlacklistDescription[] = |
| 919 | "Ignore decisions made by the PreviewsBlackList"; |
| 920 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 921 | const char kImportantSitesInCbdName[] = |
| 922 | "Important sites options in clear browsing data dialog"; |
| 923 | const char kImportantSitesInCbdDescription[] = |
| 924 | "Include the option to whitelist important sites in the clear browsing " |
| 925 | "data dialog."; |
| 926 | |
Claudio Magni | 61c21092 | 2017-12-28 00:29:51 | [diff] [blame] | 927 | const char kImprovedLanguageSettingsName[] = "Improved Language Settings"; |
| 928 | const char kImprovedLanguageSettingsDescription[] = |
| 929 | "Set of changes for Language Settings. These changes are intended to fix " |
| 930 | "the major bugs related to Language Settings."; |
| 931 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 932 | const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode"; |
| 933 | const char kInProductHelpDemoModeChoiceDescription[] = |
| 934 | "Selects the In-Product Help demo mode."; |
| 935 | |
| 936 | const char kJavascriptHarmonyName[] = "Experimental JavaScript"; |
| 937 | const char kJavascriptHarmonyDescription[] = |
| 938 | "Enable web pages to use experimental JavaScript features."; |
| 939 | |
| 940 | const char kJavascriptHarmonyShippingName[] = |
| 941 | "Latest stable JavaScript features"; |
| 942 | const char kJavascriptHarmonyShippingDescription[] = |
| 943 | "Some web pages use legacy or non-standard JavaScript extensions that may " |
| 944 | "conflict with the latest JavaScript features. This flag allows disabling " |
| 945 | "support of those features for compatibility with such pages."; |
| 946 | |
Yutaka Hirano | f7f2f63 | 2017-09-06 10:40:08 | [diff] [blame] | 947 | const char kKeepAliveRendererForKeepaliveRequestsName[] = |
| 948 | "Keep a renderer alive for keepalive fetch requests"; |
| 949 | const char kKeepAliveRendererForKeepaliveRequestsDescription[] = |
| 950 | "Keep a render process alive when the process has a pending fetch request " |
| 951 | "with `keepalive' specified."; |
| 952 | |
Joe Downing | 095fd6d | 2018-02-01 18:40:36 | [diff] [blame] | 953 | const char kKeyboardLockApiName[] = "Experimental keyboard lock API."; |
| 954 | const char kKeyboardLockApiDescription[] = |
| 955 | "Enables websites to use the new keyboard{Lock|Unlock} API to intercept " |
| 956 | "specific key events and have them routed directly to the webpage when in " |
| 957 | "fullscreen mode. Implies #experimental-keyboard-lock-ui."; |
| 958 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 959 | const char kLcdTextName[] = "LCD text antialiasing"; |
| 960 | const char kLcdTextDescription[] = |
| 961 | "If disabled, text is rendered with grayscale antialiasing instead of LCD " |
| 962 | "(subpixel) when doing accelerated compositing."; |
| 963 | |
Matt Giuca | c399982f | 2017-10-06 07:51:29 | [diff] [blame] | 964 | const char kLeftToRightUrlsName[] = |
| 965 | "Render bidirectional URLs from left to right"; |
| 966 | const char kLeftToRightUrlsDescription[] = |
| 967 | "An experimental Bidi URL rendering algorithm where the URL components are " |
| 968 | "always shown in order from left to right, regardless of any RTL " |
| 969 | "characters. (The contents of each component are still rendered with the " |
| 970 | "normal Bidi algorithm.)"; |
| 971 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 972 | const char kLoadMediaRouterComponentExtensionName[] = |
| 973 | "Load Media Router Component Extension"; |
| 974 | const char kLoadMediaRouterComponentExtensionDescription[] = |
| 975 | "Loads the Media Router component extension at startup."; |
| 976 | |
spqchan | b8775569 | 2018-04-05 00:46:09 | [diff] [blame] | 977 | const char kMacViewsAutofillPopupName[] = |
| 978 | "Uses the Views Autofill Popup on Mac"; |
| 979 | const char kMacViewsAutofillPopupDescription[] = |
| 980 | "Autofill popup will be shown using the Views toolkit rather than Cocoa."; |
Derek Cheng | d24c68c | 2018-03-12 19:09:32 | [diff] [blame] | 981 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 982 | const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure"; |
| 983 | const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages"; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 984 | |
Lei Zhang | 2eca908 | 2017-10-17 20:42:50 | [diff] [blame] | 985 | const char kMaterialDesignIncognitoNTPName[] = "Material Design Incognito NTP."; |
| 986 | const char kMaterialDesignIncognitoNTPDescription[] = |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 987 | "If enabled, the Incognito New Tab page uses the new material design with " |
| 988 | "a better readable text."; |
| 989 | |
spqchan | b8775569 | 2018-04-05 00:46:09 | [diff] [blame] | 990 | const char kMediaRouterCastAllowAllIPsName[] = |
| 991 | "Connect to Cast devices on all IP addresses"; |
| 992 | const char kMediaRouterCastAllowAllIPsDescription[] = |
| 993 | "Have the Media Router connect to Cast devices on all IP addresses, not " |
| 994 | "just RFC1918/RFC4913 private addresses."; |
| 995 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 996 | const char kMemoryAblationName[] = "Memory ablation experiment"; |
| 997 | const char kMemoryAblationDescription[] = |
| 998 | "Allocates extra memory in the browser process."; |
| 999 | |
| 1000 | const char kMemoryCoordinatorName[] = "Memory coordinator"; |
| 1001 | const char kMemoryCoordinatorDescription[] = |
| 1002 | "Enable memory coordinator instead of memory pressure listeners."; |
| 1003 | |
| 1004 | const char kMessageCenterNewStyleNotificationName[] = "New style notification"; |
| 1005 | const char kMessageCenterNewStyleNotificationDescription[] = |
| 1006 | "Enables the experiment style of material-design notification"; |
| 1007 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1008 | const char kMhtmlGeneratorOptionName[] = "MHTML Generation Option"; |
| 1009 | const char kMhtmlGeneratorOptionDescription[] = |
| 1010 | "Provides experimental options for MHTML file generator."; |
| 1011 | const char kMhtmlSkipNostoreMain[] = "Skips no-store main frame."; |
| 1012 | const char kMhtmlSkipNostoreAll[] = "Skips all no-store resources."; |
| 1013 | |
Kouhei Ueno | 08445c2 | 2017-09-05 03:58:30 | [diff] [blame] | 1014 | const char kModuleScriptsDynamicImportName[] = |
| 1015 | "Enable ECMAScript 6 modules dynamic import"; |
| 1016 | const char kModuleScriptsDynamicImportDescription[] = |
| 1017 | "Enables ECMAScript 6 modules dynamic \"import\" syntax support in V8 and " |
| 1018 | "Blink."; |
| 1019 | |
Hiroshige Hayashizaki | 15c2eb9 | 2017-10-20 04:57:05 | [diff] [blame] | 1020 | const char kModuleScriptsImportMetaUrlName[] = |
| 1021 | "Enable ECMAScript 6 modules import.meta.url"; |
| 1022 | const char kModuleScriptsImportMetaUrlDescription[] = |
| 1023 | "Enables ECMAScript 6 modules import.meta.url syntax support in V8 and " |
| 1024 | "Blink."; |
| 1025 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1026 | const char kNewAudioRenderingMixingStrategyName[] = |
| 1027 | "New audio rendering mixing strategy"; |
| 1028 | const char kNewAudioRenderingMixingStrategyDescription[] = |
| 1029 | "Use the new audio rendering mixing strategy."; |
| 1030 | |
| 1031 | const char kNewBookmarkAppsName[] = "The new bookmark app system"; |
| 1032 | const char kNewBookmarkAppsDescription[] = |
| 1033 | "Enables the new system for creating bookmark apps."; |
| 1034 | |
Vadym Doroshenko | f81e8bb | 2018-04-18 14:35:24 | [diff] [blame] | 1035 | const char kNewPasswordFormParsingName[] = "New password form parsing"; |
| 1036 | const char kNewPasswordFormParsingDescription[] = |
| 1037 | "Replaces existing form parsing in password manager with a new version, " |
| 1038 | "currently under development. WARNING: when enabled Password Manager might " |
| 1039 | "stop working"; |
| 1040 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1041 | const char kNewRemotePlaybackPipelineName[] = |
| 1042 | "Enable the new remote playback pipeline."; |
| 1043 | const char kNewRemotePlaybackPipelineDescription[] = |
| 1044 | "Enable the new pipeline for playing media element remotely via " |
| 1045 | "RemotePlayback API or native controls."; |
CJ DiMeglio | 7b4a199f | 2017-11-30 01:26:50 | [diff] [blame] | 1046 | const char kUseSurfaceLayerForVideoName[] = |
| 1047 | "Enable the use of SurfaceLayer objects for videos."; |
| 1048 | const char kUseSurfaceLayerForVideoDescription[] = |
| 1049 | "Enable compositing onto a Surface instead of a VideoLayer " |
| 1050 | "for videos."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1051 | |
| 1052 | const char kNewUsbBackendName[] = "Enable new USB backend"; |
| 1053 | const char kNewUsbBackendDescription[] = |
| 1054 | "Enables the new experimental USB backend for Windows."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1055 | |
Sonny Sasaka | 2d20043 | 2018-03-22 17:43:16 | [diff] [blame] | 1056 | const char kNewblueName[] = "Newblue"; |
| 1057 | const char kNewblueDescription[] = |
| 1058 | "Enables the use of newblue Bluetooth daemon."; |
| 1059 | |
Egor Pasko | 6fed382 | 2018-05-30 10:33:14 | [diff] [blame] | 1060 | const char kNostatePrefetchName[] = "NoState Prefetch"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1061 | const char kNostatePrefetchDescription[] = |
Egor Pasko | 6fed382 | 2018-05-30 10:33:14 | [diff] [blame] | 1062 | R"*(If enabled, pre-downloads resources to improve page load speed.)*"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1063 | |
Alex Newcomer | d7b0cc4 | 2018-05-25 22:58:48 | [diff] [blame] | 1064 | const char kNotificationIndicatorName[] = "Notification Indicators"; |
| 1065 | const char kNotificationIndicatorDescription[] = |
| 1066 | "Enable notification indicators, which appear on app icons when a " |
| 1067 | "notification is active. This will also enable notifications in context " |
| 1068 | "menus."; |
| 1069 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1070 | const char kNotificationsNativeFlagName[] = "Enable native notifications."; |
| 1071 | const char kNotificationsNativeFlagDescription[] = |
| 1072 | "Enable support for using the native notification toasts and notification " |
| 1073 | "center on platforms where these are available."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1074 | |
Zentaro Kavanagh | bad511c | 2017-10-18 22:29:00 | [diff] [blame] | 1075 | #if defined(OS_POSIX) |
| 1076 | const char kNtlmV2EnabledName[] = "Enable NTLMv2 Authentication"; |
| 1077 | const char kNtlmV2EnabledDescription[] = |
| 1078 | "Enable NTLMv2 HTTP Authentication. This disables NTLMv1 support."; |
| 1079 | #endif |
| 1080 | |
Ramya Nagarajan | e9f16b8 | 2018-05-03 01:05:34 | [diff] [blame] | 1081 | const char kNtpBackgroundsName[] = "New Tab Page Background Selection"; |
| 1082 | const char kNtpBackgroundsDescription[] = |
| 1083 | "Allow selection of a custom background image on the New Tab Page."; |
| 1084 | |
| 1085 | const char kNtpIconsName[] = "New Tab Page Custom Link Icons"; |
| 1086 | const char kNtpIconsDescription[] = |
| 1087 | "Show custom link icons on the New Tab Page, instead of Most Visited " |
| 1088 | "tiles."; |
| 1089 | |
| 1090 | const char kNtpUIMdName[] = "New Tab Page Material Design UI"; |
| 1091 | const char kNtpUIMdDescription[] = |
| 1092 | "Updates the New Tab Page with Material Design elements."; |
| 1093 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1094 | const char kNumRasterThreadsName[] = "Number of raster threads"; |
| 1095 | const char kNumRasterThreadsDescription[] = |
| 1096 | "Specify the number of raster threads."; |
| 1097 | const char kNumRasterThreadsOne[] = "1"; |
| 1098 | const char kNumRasterThreadsTwo[] = "2"; |
| 1099 | const char kNumRasterThreadsThree[] = "3"; |
| 1100 | const char kNumRasterThreadsFour[] = "4"; |
| 1101 | |
| 1102 | const char kOfferStoreUnmaskedWalletCardsName[] = |
| 1103 | "Google Payments card saving checkbox"; |
| 1104 | const char kOfferStoreUnmaskedWalletCardsDescription[] = |
| 1105 | "Show the checkbox to offer local saving of a credit card downloaded from " |
| 1106 | "the server."; |
| 1107 | |
| 1108 | const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode"; |
| 1109 | const char kOfflineAutoReloadDescription[] = |
| 1110 | "Pages that fail to load while the browser is offline will be " |
| 1111 | "auto-reloaded when the browser is online again."; |
| 1112 | |
| 1113 | const char kOfflineAutoReloadVisibleOnlyName[] = |
| 1114 | "Only Auto-Reload Visible Tabs"; |
| 1115 | const char kOfflineAutoReloadVisibleOnlyDescription[] = |
| 1116 | "Pages that fail to load while the browser is offline will only be " |
| 1117 | "auto-reloaded if their tab is visible."; |
| 1118 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1119 | const char kOmniboxDisplayTitleForCurrentUrlName[] = |
| 1120 | "Include title for the current URL in the omnibox"; |
| 1121 | const char kOmniboxDisplayTitleForCurrentUrlDescription[] = |
| 1122 | "In the event that the omnibox provides suggestions on-focus, the URL of " |
| 1123 | "the current page is provided as the first suggestion without a title. " |
| 1124 | "Enabling this flag causes the title to be displayed."; |
| 1125 | |
Benoit Lize | ab08362c | 2017-07-19 14:50:54 | [diff] [blame] | 1126 | const char kOmniboxSpareRendererName[] = |
| 1127 | "Start spare renderer on omnibox focus"; |
| 1128 | const char kOmniboxSpareRendererDescription[] = |
| 1129 | "When the omnibox is focused, start an empty spare renderer. This can " |
| 1130 | "speed up the load of the navigation from the omnibox."; |
| 1131 | |
Tommy C. Li | 8875a44 | 2017-08-23 00:10:59 | [diff] [blame] | 1132 | const char kOmniboxUIElideSuggestionUrlAfterHostName[] = |
| 1133 | "Omnibox UI Elide Suggestion URL After Host"; |
| 1134 | const char kOmniboxUIElideSuggestionUrlAfterHostDescription[] = |
| 1135 | "Elides the path, query, and ref of suggested URLs in the Omnibox " |
| 1136 | "dropdown."; |
| 1137 | |
Tommy C. Li | d79d440 | 2017-12-22 22:49:12 | [diff] [blame] | 1138 | const char kOmniboxUIHideSteadyStateUrlSchemeAndSubdomainsName[] = |
| 1139 | "Omnibox UI Hide Steady-State URL Scheme and Trivial Subdomains"; |
| 1140 | const char kOmniboxUIHideSteadyStateUrlSchemeAndSubdomainsDescription[] = |
| 1141 | "In the Omnibox, hide the scheme and trivial subdomains from steady state " |
| 1142 | "displayed URLs. Hidden portions are restored during editing."; |
| 1143 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1144 | const char kOmniboxUIMaxAutocompleteMatchesName[] = |
| 1145 | "Omnibox UI Max Autocomplete Matches"; |
| 1146 | |
| 1147 | const char kOmniboxUIMaxAutocompleteMatchesDescription[] = |
| 1148 | "Changes the maximum number of autocomplete matches displayed in the " |
| 1149 | "Omnibox UI."; |
| 1150 | |
Justin Donnelly | 65c9e8b | 2017-10-01 05:15:01 | [diff] [blame] | 1151 | const char kOmniboxUIShowSuggestionFaviconsName[] = |
| 1152 | "Omnibox UI Show Suggestion Favicons"; |
| 1153 | const char kOmniboxUIShowSuggestionFaviconsDescription[] = |
| 1154 | "Shows favicons instead of generic vector icons for URL suggestions in the " |
| 1155 | "Omnibox dropdown."; |
| 1156 | |
| 1157 | const char kOmniboxUISwapTitleAndUrlName[] = "Omnibox UI Swap Title and URL"; |
| 1158 | const char kOmniboxUISwapTitleAndUrlDescription[] = |
| 1159 | "In the omnibox dropdown, shows titles before URLs when both are " |
| 1160 | "available."; |
| 1161 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1162 | const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin"; |
| 1163 | const char kOmniboxUIVerticalMarginDescription[] = |
| 1164 | "Changes the vertical margin in the Omnibox UI."; |
| 1165 | |
Troy Hildebrandt | b32637ca | 2018-02-21 23:25:09 | [diff] [blame] | 1166 | const char kOmniboxVoiceSearchAlwaysVisibleName[] = |
| 1167 | "Omnibox Voice Search Always Visible"; |
| 1168 | const char kOmniboxVoiceSearchAlwaysVisibleDescription[] = |
| 1169 | "Always displays voice search icon in focused omnibox as long as voice " |
| 1170 | "search is possible"; |
| 1171 | |
Adrienne Walker | c87477e | 2018-06-06 22:28:21 | [diff] [blame] | 1172 | const char kOopRasterizationName[] = "Out of process rasterization"; |
| 1173 | const char kOopRasterizationDescription[] = |
| 1174 | "Perform Ganesh raster in the GPU Process instead of the renderer. " |
| 1175 | "Must also enable GPU rasterization"; |
| 1176 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1177 | const char kOriginTrialsName[] = "Origin Trials"; |
| 1178 | const char kOriginTrialsDescription[] = |
| 1179 | "Enables origin trials for controlling access to feature/API experiments."; |
| 1180 | |
Becca Hughes | 930d8cd | 2017-10-02 11:09:12 | [diff] [blame] | 1181 | const char kOverflowIconsForMediaControlsName[] = |
| 1182 | "Icons on Media Controls Overflow Menu"; |
| 1183 | const char kOverflowIconsForMediaControlsDescription[] = |
| 1184 | "Displays icons on the overflow menu of the native media controls"; |
| 1185 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1186 | const char kOverlayScrollbarsName[] = "Overlay Scrollbars"; |
| 1187 | const char kOverlayScrollbarsDescription[] = |
| 1188 | "Enable the experimental overlay scrollbars implementation. You must also " |
| 1189 | "enable threaded compositing to have the scrollbars animate."; |
| 1190 | |
chaopeng | e8aa016b | 2017-08-24 15:20:19 | [diff] [blame] | 1191 | const char kOverlayScrollbarsFlashAfterAnyScrollUpdateName[] = |
| 1192 | "Flash Overlay Scrollbars After Any Scroll Update"; |
| 1193 | const char kOverlayScrollbarsFlashAfterAnyScrollUpdateDescription[] = |
| 1194 | "Flash Overlay Scrollbars After any scroll update happends in page. You" |
| 1195 | " must also enable Overlay Scrollbars."; |
| 1196 | |
chaopeng | 34367802 | 2017-08-24 18:45:00 | [diff] [blame] | 1197 | const char kOverlayScrollbarsFlashWhenMouseEnterName[] = |
| 1198 | "Flash Overlay Scrollbars When Mouse Enter"; |
| 1199 | const char kOverlayScrollbarsFlashWhenMouseEnterDescription[] = |
| 1200 | "Flash Overlay Scrollbars When Mouse Enter a scrollable area. You must also" |
| 1201 | " enable Overlay Scrollbars."; |
| 1202 | |
Claudio Magni | 81326f9 | 2017-09-01 05:21:18 | [diff] [blame] | 1203 | const char kUseNewAcceptLanguageHeaderName[] = "Use new Accept-Language header"; |
| 1204 | const char kUseNewAcceptLanguageHeaderDescription[] = |
| 1205 | "Adds the base language code after other corresponding language+region " |
| 1206 | "codes. This ensures that users receive content in their preferred " |
| 1207 | "language."; |
| 1208 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1209 | const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation"; |
| 1210 | const char kOverscrollHistoryNavigationDescription[] = |
Mohsen Izadi | 88b392a | 2018-02-15 06:57:48 | [diff] [blame] | 1211 | "History navigation in response to horizontal overscroll."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1212 | const char kOverscrollHistoryNavigationSimpleUi[] = "Simple"; |
Mohsen Izadi | 88b392a | 2018-02-15 06:57:48 | [diff] [blame] | 1213 | const char kOverscrollHistoryNavigationParallaxUi[] = "Parallax"; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1214 | |
| 1215 | const char kOverscrollStartThresholdName[] = "Overscroll start threshold"; |
| 1216 | const char kOverscrollStartThresholdDescription[] = |
| 1217 | "Changes overscroll start threshold relative to the default value."; |
| 1218 | const char kOverscrollStartThreshold133Percent[] = "133%"; |
| 1219 | const char kOverscrollStartThreshold166Percent[] = "166%"; |
| 1220 | const char kOverscrollStartThreshold200Percent[] = "200%"; |
| 1221 | |
chaopeng | e2b6e5f | 2018-05-08 16:40:45 | [diff] [blame] | 1222 | const char kTouchpadOverscrollHistoryNavigationName[] = |
| 1223 | "Overscroll history navigation on Touchpad"; |
| 1224 | const char kTouchpadOverscrollHistoryNavigationDescription[] = |
| 1225 | "Allows swipe left/right from touchpad change browser navigation."; |
| 1226 | |
Xing Liu | 5400a00 | 2017-09-15 21:48:29 | [diff] [blame] | 1227 | const char kParallelDownloadingName[] = "Parallel downloading"; |
| 1228 | const char kParallelDownloadingDescription[] = |
Yannic Bonenberger | a32f990 | 2017-11-20 18:47:06 | [diff] [blame] | 1229 | "Enable parallel downloading to accelerate download speed."; |
Xing Liu | 5400a00 | 2017-09-15 21:48:29 | [diff] [blame] | 1230 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1231 | const char kPassiveEventListenerDefaultName[] = |
| 1232 | "Passive Event Listener Override"; |
| 1233 | const char kPassiveEventListenerDefaultDescription[] = |
| 1234 | "Forces touchstart, touchmove, mousewheel and wheel event listeners (which " |
| 1235 | "haven't requested otherwise) to be treated as passive. This will break " |
| 1236 | "touch/wheel behavior on some websites but is useful for demonstrating the " |
| 1237 | "potential performance benefits of adopting passive event listeners."; |
| 1238 | const char kPassiveEventListenerTrue[] = "True (when unspecified)"; |
| 1239 | const char kPassiveEventListenerForceAllTrue[] = "Force All True"; |
| 1240 | |
| 1241 | const char kPassiveEventListenersDueToFlingName[] = |
| 1242 | "Touch Event Listeners Passive Default During Fling"; |
| 1243 | const char kPassiveEventListenersDueToFlingDescription[] = |
| 1244 | "Forces touchstart, and first touchmove per scroll event listeners during " |
| 1245 | "fling to be treated as passive."; |
| 1246 | |
| 1247 | const char kPassiveDocumentEventListenersName[] = |
| 1248 | "Document Level Event Listeners Passive Default"; |
| 1249 | const char kPassiveDocumentEventListenersDescription[] = |
| 1250 | "Forces touchstart, and touchmove event listeners on document level " |
| 1251 | "targets (which haven't requested otherwise) to be treated as passive."; |
| 1252 | |
| 1253 | const char kPasswordForceSavingName[] = "Force-saving of passwords"; |
| 1254 | const char kPasswordForceSavingDescription[] = |
| 1255 | "Allow the user to manually enforce password saving instead of relying on " |
| 1256 | "password manager's heuristics."; |
| 1257 | |
| 1258 | const char kPasswordGenerationName[] = "Password generation"; |
| 1259 | const char kPasswordGenerationDescription[] = |
| 1260 | "Allow the user to have Chrome generate passwords when it detects account " |
| 1261 | "creation pages."; |
| 1262 | |
Vaclav Brozek | d8a3f54 | 2017-11-16 14:21:13 | [diff] [blame] | 1263 | const char kPasswordExportName[] = "Password export"; |
| 1264 | const char kPasswordExportDescription[] = |
| 1265 | "Export functionality in password settings."; |
| 1266 | |
| 1267 | const char kPasswordImportName[] = "Password import"; |
| 1268 | const char kPasswordImportDescription[] = |
| 1269 | "Import functionality in password settings."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1270 | |
Friedrich Horschig | 03c9198 | 2018-01-25 14:21:28 | [diff] [blame] | 1271 | const char kPasswordSearchMobileName[] = "Password search"; |
| 1272 | const char kPasswordSearchMobileDescription[] = |
| 1273 | "Search functionality in password settings."; |
| 1274 | |
Friedrich Horschig | e6c2774 | 2018-04-23 17:13:41 | [diff] [blame] | 1275 | const char kPasswordsKeyboardAccessoryName[] = |
| 1276 | "Add password-related functions to keyboard accessory"; |
| 1277 | const char kPasswordsKeyboardAccessoryDescription[] = |
| 1278 | "Adds password generation button and toggle for the passwords bottom sheet " |
| 1279 | "to the keyboard accessory. Replaces password generation popups."; |
| 1280 | |
Tom Sepez | 92a2cd24 | 2018-03-13 19:23:09 | [diff] [blame] | 1281 | const char kPdfIsolationName[] = "PDF Isolation"; |
| 1282 | const char kPdfIsolationDescription[] = |
| 1283 | "Render PDF files from different origins in different plugin processes."; |
| 1284 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1285 | const char kPinchScaleName[] = "Pinch scale"; |
| 1286 | const char kPinchScaleDescription[] = |
| 1287 | "Enables experimental support for scale using pinch."; |
| 1288 | |
Doug Arnett | 620ff54 | 2018-02-06 17:54:22 | [diff] [blame] | 1289 | const char kPreviewsAllowedName[] = "Previews Allowed"; |
| 1290 | const char kPreviewsAllowedDescription[] = |
| 1291 | "Allows previews to be shown subject to specific preview types being " |
| 1292 | "enabled and the client experiencing specific triggering conditions. " |
| 1293 | "May be used as a kill-switch to turn off all potential preview types."; |
| 1294 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1295 | const char kPrintPdfAsImageName[] = "Print Pdf as Image"; |
| 1296 | const char kPrintPdfAsImageDescription[] = |
| 1297 | "If enabled, an option to print PDF files as images will be available in " |
| 1298 | "print preview."; |
| 1299 | |
| 1300 | const char kPrintPreviewRegisterPromosName[] = |
| 1301 | "Print Preview Registration Promos"; |
| 1302 | const char kPrintPreviewRegisterPromosDescription[] = |
| 1303 | "Enable registering unregistered cloud printers from print preview."; |
| 1304 | |
| 1305 | const char kProtectSyncCredentialName[] = "Autofill sync credential"; |
| 1306 | const char kProtectSyncCredentialDescription[] = |
| 1307 | "How the password manager handles autofill for the sync credential."; |
| 1308 | |
| 1309 | const char kProtectSyncCredentialOnReauthName[] = |
| 1310 | "Autofill sync credential only for transactional reauth pages"; |
| 1311 | const char kProtectSyncCredentialOnReauthDescription[] = |
| 1312 | "How the password manager handles autofill for the sync credential only " |
| 1313 | "for transactional reauth pages."; |
| 1314 | |
Mohsen Izadi | 93faac1 | 2017-07-29 04:45:15 | [diff] [blame] | 1315 | const char kPullToRefreshName[] = "Pull-to-refresh gesture"; |
| 1316 | const char kPullToRefreshDescription[] = |
| 1317 | "Pull-to-refresh gesture in response to vertical overscroll."; |
Mohsen Izadi | 8c59ba5 | 2018-04-12 18:52:01 | [diff] [blame] | 1318 | const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only"; |
Mohsen Izadi | 93faac1 | 2017-07-29 04:45:15 | [diff] [blame] | 1319 | |
Troy Hildebrandt | 7228ad1 | 2018-02-23 21:18:24 | [diff] [blame] | 1320 | const char kQueryInOmniboxName[] = "Query in Omnibox"; |
| 1321 | const char kQueryInOmniboxDescription[] = |
| 1322 | "Only display query terms in the omnibox when viewing a search results " |
| 1323 | "page."; |
| 1324 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1325 | const char kQuicName[] = "Experimental QUIC protocol"; |
| 1326 | const char kQuicDescription[] = "Enable experimental QUIC protocol support."; |
| 1327 | |
Emily Stark | e8878d5 | 2018-05-11 21:27:26 | [diff] [blame] | 1328 | const char kRecurrentInterstitialName[] = |
| 1329 | "Show a message when the same SSL error recurs"; |
| 1330 | const char kRecurrentInterstitialDescription[] = |
| 1331 | "Enable a special message on the SSL certificate error page when the same " |
| 1332 | "SSL error occurs repeatedly."; |
| 1333 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1334 | const char kReducedReferrerGranularityName[] = |
| 1335 | "Reduce default 'referer' header granularity."; |
| 1336 | const char kReducedReferrerGranularityDescription[] = |
| 1337 | "If a page hasn't set an explicit referrer policy, setting this flag will " |
| 1338 | "reduce the amount of information in the 'referer' header for cross-origin " |
| 1339 | "requests."; |
| 1340 | |
Claudio Magni | e0a80bb | 2018-01-31 02:52:58 | [diff] [blame] | 1341 | extern const char kRegionalLocalesAsDisplayUIName[] = |
| 1342 | "Allow regional locales as display UI"; |
| 1343 | extern const char kRegionalLocalesAsDisplayUIDescription[] = |
| 1344 | "This flag allows regional locales to be selected as display UI by the " |
| 1345 | "user in Language Settings. The actual locale of the system is derived " |
| 1346 | "from the user selection based on some simple fallback logic."; |
| 1347 | |
Christian Dullweber | 1af31e6 | 2018-02-22 11:49:48 | [diff] [blame] | 1348 | const char kRemoveNavigationHistoryName[] = |
Christian Dullweber | b13ffda | 2018-02-23 11:42:14 | [diff] [blame] | 1349 | "Remove navigation entry on history deletion"; |
Christian Dullweber | 1af31e6 | 2018-02-22 11:49:48 | [diff] [blame] | 1350 | const char kRemoveNavigationHistoryDescription[] = |
| 1351 | "Remove a navigation entry when the corresponding history entry has been " |
| 1352 | "deleted."; |
| 1353 | |
Mihai Sardarescu | 6d0f5b7 | 2017-10-30 11:24:38 | [diff] [blame] | 1354 | const char kRemoveUsageOfDeprecatedGaiaSigninEndpointName[] = |
| 1355 | "Remove usage of the deprecated GAIA sign-in endpoint"; |
| 1356 | const char kRemoveUsageOfDeprecatedGaiaSigninEndpointDescription[] = |
| 1357 | "The Gaia sign-in endpoint used for full-tab sign-in page is deprecated. " |
| 1358 | "This flags controls wheter it should no longer be used during a sign-in " |
| 1359 | " flow."; |
| 1360 | |
Yutaka Hirano | 4c0f2f5d45 | 2017-11-17 04:24:35 | [diff] [blame] | 1361 | const char kRendererSideResourceSchedulerName[] = |
| 1362 | "Renderer side ResourceScheduler"; |
| 1363 | const char kRendererSideResourceSchedulerDescription[] = |
| 1364 | "Migrate some ResourceScheduler functionalities to renderer"; |
| 1365 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1366 | const char kRequestTabletSiteName[] = |
| 1367 | "Request tablet site option in the settings menu"; |
| 1368 | const char kRequestTabletSiteDescription[] = |
| 1369 | "Allows the user to request tablet site. Web content is often optimized " |
| 1370 | "for tablet devices. When this option is selected the user agent string is " |
| 1371 | "changed to indicate a tablet device. Web content optimized for tablets is " |
| 1372 | "received there after for the current tab."; |
| 1373 | |
| 1374 | const char kResetAppListInstallStateName[] = |
| 1375 | "Reset the App Launcher install state on every restart."; |
| 1376 | const char kResetAppListInstallStateDescription[] = |
| 1377 | "Reset the App Launcher install state on every restart. While this flag is " |
| 1378 | "set, Chrome will forget the launcher has been installed each time it " |
| 1379 | "starts. This is used for testing the App Launcher install flow."; |
| 1380 | |
| 1381 | const char kResourceLoadSchedulerName[] = "Use the resource load scheduler"; |
| 1382 | const char kResourceLoadSchedulerDescription[] = |
| 1383 | "Uses the resource load scheduler in blink to schedule and throttle " |
| 1384 | "resource load requests."; |
| 1385 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1386 | const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting."; |
| 1387 | const char kSafeSearchUrlReportingDescription[] = |
| 1388 | "If enabled, inappropriate URLs can be reported back to SafeSearch."; |
| 1389 | |
Alexei Filippov | 9877275 | 2018-01-27 08:26:52 | [diff] [blame] | 1390 | const char kSamplingHeapProfilerName[] = "Native memory sampling profiler."; |
| 1391 | const char kSamplingHeapProfilerDescription[] = |
| 1392 | "Enables native memory sampling profiler with specified rate in KiB. " |
| 1393 | "If sampling rate is not provided the default value of 128 KiB is used."; |
| 1394 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1395 | const char kSaveasMenuLabelExperimentName[] = |
| 1396 | "Switch 'Save as' menu labels to 'Download'"; |
| 1397 | const char kSaveasMenuLabelExperimentDescription[] = |
| 1398 | "Enables an experiment to switch menu labels that use 'Save as...' to " |
| 1399 | "'Download'."; |
| 1400 | |
| 1401 | const char kSavePageAsMhtmlName[] = "Save Page as MHTML"; |
| 1402 | const char kSavePageAsMhtmlDescription[] = |
| 1403 | "Enables saving pages as MHTML: a single text file containing HTML and all " |
| 1404 | "sub-resources."; |
| 1405 | |
Nate Chapin | 9638e710 | 2017-09-20 22:11:01 | [diff] [blame] | 1406 | const char kSavePreviousDocumentResourcesName[] = |
| 1407 | "Save Previous Document Resources"; |
| 1408 | const char kSavePreviousDocumentResourcesDescription[] = |
| 1409 | "Saves an old document's cached resources until the specified point in the " |
| 1410 | "next document's lifecycle."; |
| 1411 | const char kSavePreviousDocumentResourcesNever[] = |
| 1412 | "Don't explicitly save resources"; |
| 1413 | const char kSavePreviousDocumentResourcesUntilOnDOMContentLoaded[] = |
| 1414 | "Save resources until onDOMContentLoaded completes"; |
| 1415 | const char kSavePreviousDocumentResourcesUntilOnLoad[] = |
| 1416 | "Save resources until onload completes"; |
| 1417 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1418 | const char kScrollPredictionName[] = "Scroll prediction"; |
| 1419 | const char kScrollPredictionDescription[] = |
| 1420 | "Predicts the finger's future position during scrolls allowing time to " |
| 1421 | "render the frame before the finger is there."; |
| 1422 | |
| 1423 | const char kSecondaryUiMd[] = |
| 1424 | "Material Design in the rest of the browser's native UI"; |
| 1425 | const char kSecondaryUiMdDescription[] = |
| 1426 | "Extends the --top-chrome-md setting to secondary UI (bubbles, dialogs, " |
| 1427 | "etc.). On Mac, this enables MacViews, which uses toolkit-views for native " |
Robert Liao | 0e09b5a8b | 2018-06-04 21:58:34 | [diff] [blame] | 1428 | "browser dialogs. If --top-chrome-md is effectively Material Design " |
| 1429 | "refresh, this option is enabled."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1430 | |
| 1431 | const char kServiceWorkerNavigationPreloadName[] = |
| 1432 | "Service worker navigation preload."; |
| 1433 | const char kServiceWorkerNavigationPreloadDescription[] = |
| 1434 | "Enable web pages to use the experimental service worker navigation " |
| 1435 | "preload API."; |
| 1436 | |
gogerald | d5061b59 | 2017-09-06 23:39:55 | [diff] [blame] | 1437 | const char kServiceWorkerPaymentAppsName[] = "Service Worker payment apps"; |
| 1438 | const char kServiceWorkerPaymentAppsDescription[] = |
| 1439 | "Enable Service Worker applications to integrate as payment apps"; |
| 1440 | |
Makoto Shimazu | 22078cc | 2018-02-21 03:01:44 | [diff] [blame] | 1441 | extern const char kServiceWorkerServicificationName[] = |
| 1442 | "Servicified service workers"; |
| 1443 | extern const char kServiceWorkerServicificationDescription[] = |
| 1444 | "Enable the servicified service workers. A servicified service worker can " |
| 1445 | "have direct connection from its clients, so that fetch events can be " |
| 1446 | "dispatched through the connection without hopping to the browser process."; |
Makoto Shimazu | d9f333c | 2017-08-08 07:23:17 | [diff] [blame] | 1447 | |
Tsuyoshi Horo | bcb1c64 | 2017-11-24 16:32:14 | [diff] [blame] | 1448 | const char kServiceWorkerScriptFullCodeCacheName[] = |
| 1449 | "Service worker script full code cache."; |
| 1450 | const char kServiceWorkerScriptFullCodeCacheDescription[] = |
| 1451 | "Generate V8 full code cache of Service Worker scripts while installing."; |
| 1452 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1453 | const char kSettingsWindowName[] = "Show settings in a window"; |
| 1454 | const char kSettingsWindowDescription[] = |
| 1455 | "Settings will be shown in a dedicated window instead of as a browser tab."; |
| 1456 | |
Manu Cornet | d7ef7c5 | 2018-05-01 22:08:23 | [diff] [blame] | 1457 | const char kShelfHoverPreviewsName[] = |
| 1458 | "Show previews of running apps when hovering over the shelf."; |
| 1459 | const char kShelfHoverPreviewsDescription[] = |
| 1460 | "Shows previews of the open windows for a given running app when hovering " |
| 1461 | "over the shelf."; |
| 1462 | |
Trent Apted | 750ba702 | 2017-10-23 13:36:25 | [diff] [blame] | 1463 | const char kShowAllDialogsWithViewsToolkitName[] = |
| 1464 | "Show all dialogs with Views toolkit"; |
| 1465 | const char kShowAllDialogsWithViewsToolkitDescription[] = |
| 1466 | "All browser dialogs will be shown using the Views toolkit rather than " |
| 1467 | "Cocoa. This requires <a href=\"#secondary-ui-md\">#secondary-ui-md</a>."; |
| 1468 | |
Naoki Fukino | 008a002 | 2018-05-23 18:33:00 | [diff] [blame] | 1469 | const char kShowAndroidFilesInFilesAppName[] = |
| 1470 | "Show Android files in Files app"; |
| 1471 | const char kShowAndroidFilesInFilesAppDescription[] = |
| 1472 | "Show Android files in Files app if Android is enabled on the device."; |
| 1473 | |
Luciano Pacheco | f1beaa8 | 2018-05-30 04:48:51 | [diff] [blame] | 1474 | const char kFilesAppNewStyleNavigationName[] = |
| 1475 | "Use new-style navigation in the Files app"; |
| 1476 | const char kFilesAppNewStyleNavigationDescription[] = |
| 1477 | "Enables the new-style navigation in the Files app, which displays a " |
| 1478 | R"("My Files" root for Downloads, Linux and Play files)"; |
| 1479 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1480 | const char kShowAutofillSignaturesName[] = "Show autofill signatures."; |
| 1481 | const char kShowAutofillSignaturesDescription[] = |
Maxim Kolosovskiy | e66f8cb | 2018-03-23 10:25:38 | [diff] [blame] | 1482 | "Annotates web forms with Autofill signatures as HTML attributes. Also " |
| 1483 | "marks password fields suitable for password generation."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1484 | |
| 1485 | const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions"; |
| 1486 | const char kShowAutofillTypePredictionsDescription[] = |
| 1487 | "Annotates web forms with Autofill field type predictions as placeholder " |
| 1488 | "text."; |
| 1489 | |
| 1490 | const char kShowOverdrawFeedbackName[] = "Show overdraw feedback"; |
| 1491 | const char kShowOverdrawFeedbackDescription[] = |
| 1492 | "Visualize overdraw by color-coding elements based on if they have other " |
| 1493 | "elements drawn underneath."; |
| 1494 | |
Carlos IL | 8912873 | 2018-04-03 17:00:25 | [diff] [blame] | 1495 | const char kSupervisedUserCommittedInterstitialsName[] = |
| 1496 | "Enable Supervised User Committed Interstitials"; |
| 1497 | const char kSupervisedUserCommittedInterstitialsDescription[] = |
| 1498 | "Use committed error pages instead of transient navigation entries for " |
| 1499 | "supervised user interstitials"; |
| 1500 | |
yiyix | bdfa9a0b | 2017-10-23 22:21:47 | [diff] [blame] | 1501 | const char kEnableDrawOcclusionName[] = "Enable draw occlusion"; |
| 1502 | const char kEnableDrawOcclusionDescription[] = |
| 1503 | "Enable the system to use draw occlusion to skip draw quads when they are " |
| 1504 | "not shown on the screen."; |
| 1505 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1506 | const char kShowSavedCopyName[] = "Show Saved Copy Button"; |
| 1507 | const char kShowSavedCopyDescription[] = |
| 1508 | "When a page fails to load, if a stale copy of the page exists in the " |
| 1509 | "browser cache, a button will be presented to allow the user to load that " |
| 1510 | "stale copy. The primary enabling choice puts the button in the most " |
| 1511 | "salient position on the error page; the secondary enabling choice puts it " |
| 1512 | "secondary to the reload button."; |
| 1513 | const char kEnableShowSavedCopyPrimary[] = "Enable: Primary"; |
| 1514 | const char kEnableShowSavedCopySecondary[] = "Enable: Secondary"; |
| 1515 | const char kDisableShowSavedCopy[] = "Disable"; |
| 1516 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1517 | const char kSilentDebuggerExtensionApiName[] = "Silent Debugging"; |
| 1518 | const char kSilentDebuggerExtensionApiDescription[] = |
| 1519 | "Do not show the infobar when an extension attaches to a page via " |
| 1520 | "chrome.debugger API. This is required to debug extension background " |
| 1521 | "pages."; |
| 1522 | |
Tsuyoshi Horo | 53895ba9 | 2018-03-14 04:06:48 | [diff] [blame] | 1523 | const char kSignedHTTPExchangeName[] = "Signed HTTP Exchange"; |
| 1524 | const char kSignedHTTPExchangeDescription[] = |
| 1525 | "Enables Origin-Signed HTTP Exchanges support which is still in " |
| 1526 | "development. Warning: Enabling this may pose a security risk."; |
| 1527 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1528 | const char kSimpleCacheBackendName[] = "Simple Cache for HTTP"; |
| 1529 | const char kSimpleCacheBackendDescription[] = |
| 1530 | "The Simple Cache for HTTP is a new cache. It relies on the filesystem for " |
| 1531 | "disk space allocation."; |
| 1532 | |
Christopher Thompson | 75ff845d | 2018-02-01 20:12:46 | [diff] [blame] | 1533 | const char kSimplifyHttpsIndicatorName[] = "Simplify HTTPS indicator UI"; |
| 1534 | const char kSimplifyHttpsIndicatorDescription[] = |
| 1535 | "Change the UI treatment for HTTPS pages."; |
| 1536 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1537 | const char kSingleClickAutofillName[] = "Single-click autofill"; |
| 1538 | const char kSingleClickAutofillDescription[] = |
| 1539 | "Make autofill suggestions on initial mouse click on a form element."; |
| 1540 | |
Nick Carter | 855bc49 | 2018-03-10 00:44:57 | [diff] [blame] | 1541 | const char kStrictSiteIsolationName[] = "Strict site isolation"; |
| 1542 | const char kStrictSiteIsolationDescription[] = |
| 1543 | "Security mode that enables site isolation for all sites. When enabled, " |
| 1544 | "each renderer process will contain pages from at most one site, using " |
| 1545 | "out-of-process iframes when needed. When enabled, this flag forces the " |
| 1546 | "strictest site isolation mode (SitePerProcess). When disabled, the site " |
| 1547 | "isolation mode will be determined by enterprise policy or field trial."; |
| 1548 | |
| 1549 | const char kSiteIsolationTrialOptOutName[] = "Site isolation trial opt-out"; |
| 1550 | const char kSiteIsolationTrialOptOutDescription[] = |
| 1551 | "Opts out of field trials that enable site isolation modes " |
| 1552 | "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that " |
| 1553 | "may be due to out-of-process iframes. Opt-out has no effect if site " |
| 1554 | "isolation is force-enabled via #enable-site-per-process or enterprise " |
| 1555 | "policy. Caution: this disables important mitigations for the Spectre CPU " |
| 1556 | "vulnerability affecting most computers."; |
| 1557 | extern const char kSiteIsolationTrialOptOutChoiceDefault[] = "Default"; |
| 1558 | extern const char kSiteIsolationTrialOptOutChoiceOptOut[] = |
| 1559 | "Opt-out (not recommended)"; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1560 | |
Patti | deade797 | 2018-04-27 02:59:40 | [diff] [blame] | 1561 | const char kSiteSettings[] = "Site settings"; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1562 | const char kSiteSettingsDescription[] = |
Patti | deade797 | 2018-04-27 02:59:40 | [diff] [blame] | 1563 | "Add the All Sites list to Site Settings."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1564 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1565 | const char kSmoothScrollingName[] = "Smooth Scrolling"; |
| 1566 | const char kSmoothScrollingDescription[] = |
| 1567 | "Animate smoothly when scrolling page content."; |
| 1568 | |
| 1569 | const char kSoftwareRasterizerName[] = "3D software rasterizer"; |
| 1570 | const char kSoftwareRasterizerDescription[] = |
| 1571 | "Fall back to a 3D software rasterizer when the GPU cannot be used."; |
| 1572 | |
Wei-Yin Chen (陳威尹) | deff080 | 2018-01-19 06:29:20 | [diff] [blame] | 1573 | const char kSoleIntegrationName[] = "Sole integration"; |
| 1574 | const char kSoleIntegrationDescription[] = |
| 1575 | "Enable Sole integration for browser customization. You must restart " |
| 1576 | "the browser twice for changes to take effect."; |
| 1577 | |
Tommy Steimel | 77704be | 2017-08-28 22:14:40 | [diff] [blame] | 1578 | const char kSoundContentSettingName[] = "Sound content setting"; |
| 1579 | const char kSoundContentSettingDescription[] = |
| 1580 | "Enable site-wide muting in content settings and tab strip context menu."; |
| 1581 | |
Alexandr Ilin | f0500ed3 | 2017-09-27 21:12:36 | [diff] [blame] | 1582 | const char kSpeculativePreconnectName[] = "Enable new preconnect predictor"; |
| 1583 | const char kSpeculativePreconnectDescription[] = |
| 1584 | "Enable the new implementation of preconnect and DNS preresolve. " |
| 1585 | "\"Learning\" means that only database construction is enabled, " |
| 1586 | "\"Preconnect\" enables both learning and preconnect and disables the " |
| 1587 | "existing implementation. \"No preconnect\" disables both implementations."; |
| 1588 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1589 | const char kSpeculativePrefetchName[] = "Speculative Prefetch"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1590 | const char kSpeculativePrefetchDescription[] = |
| 1591 | R"*("Speculative Prefetch" fetches likely resources early to improve )*" |
| 1592 | R"*(load times, based on a local database (see chrome://predictors). )*" |
| 1593 | R"*("Learning" means that only the database construction is enabled, )*" |
| 1594 | R"*("Prefetching" that learning and prefetching are enabled.)*"; |
| 1595 | |
Justin Donnelly | 4e448cb | 2017-07-07 21:32:13 | [diff] [blame] | 1596 | const char kSpeculativeServiceWorkerStartOnQueryInputName[] = |
| 1597 | "Enable speculative start of a service worker when a search is predicted."; |
Justin Donnelly | 4e448cb | 2017-07-07 21:32:13 | [diff] [blame] | 1598 | const char kSpeculativeServiceWorkerStartOnQueryInputDescription[] = |
| 1599 | "If enabled, when the user enters text in the omnibox that looks like a " |
| 1600 | "a query, any service worker associated with the search engine the query " |
| 1601 | "will be sent to is started early."; |
| 1602 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1603 | const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial"; |
| 1604 | const char kSpellingFeedbackFieldTrialDescription[] = |
| 1605 | "Enable the field trial for sending user feedback to spelling service."; |
horo | 201d4949 | 2017-05-19 05:31:40 | [diff] [blame] | 1606 | |
Shubhie Panicker | faf082ed | 2018-01-03 04:49:15 | [diff] [blame] | 1607 | const char kStopInBackgroundName[] = "Stop in background"; |
| 1608 | const char kStopInBackgroundDescription[] = |
| 1609 | "Stop scheduler task queues, in the background, " |
Shubhie Panicker | 56c99a2 | 2018-03-21 00:22:28 | [diff] [blame] | 1610 | " after a grace period."; |
Shubhie Panicker | faf082ed | 2018-01-03 04:49:15 | [diff] [blame] | 1611 | |
| 1612 | const char kStopLoadingInBackgroundName[] = "Stop loading in background"; |
| 1613 | const char kStopLoadingInBackgroundDescription[] = |
| 1614 | "Stop loading tasks and loading " |
| 1615 | "resources, in the background, after certain grace time."; |
| 1616 | |
Shubhie Panicker | 56c99a2 | 2018-03-21 00:22:28 | [diff] [blame] | 1617 | const char kStopNonTimersInBackgroundName[] = |
| 1618 | "Stop non-timer task queues background"; |
| 1619 | const char kStopNonTimersInBackgroundDescription[] = |
| 1620 | "Stop non-timer task queues, in the background, " |
| 1621 | "after a grace period."; |
| 1622 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1623 | const char kSuggestionsWithSubStringMatchName[] = |
| 1624 | "Substring matching for Autofill suggestions"; |
| 1625 | const char kSuggestionsWithSubStringMatchDescription[] = |
| 1626 | "Match Autofill suggestions based on substrings (token prefixes) rather " |
| 1627 | "than just prefixes."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1628 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1629 | const char kSyncSandboxName[] = "Use Chrome Sync sandbox"; |
| 1630 | const char kSyncSandboxDescription[] = |
| 1631 | "Connects to the testing server for Chrome Sync."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1632 | |
Joe Downing | 8cbbc19 | 2018-05-14 17:37:07 | [diff] [blame] | 1633 | const char kSystemKeyboardLockName[] = "Experimental system keyboard lock"; |
| 1634 | const char kSystemKeyboardLockDescription[] = |
| 1635 | "Enables websites to use the keyboard.lock() API to intercept system " |
| 1636 | "keyboard shortcuts and have the events routed directly to the website " |
| 1637 | "when in fullscreen mode."; |
| 1638 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1639 | const char kTabAudioMutingName[] = "Tab audio muting UI control"; |
| 1640 | const char kTabAudioMutingDescription[] = |
| 1641 | "When enabled, the audio indicators in the tab strip double as tab audio " |
| 1642 | "mute controls. This also adds commands in the tab context menu for " |
| 1643 | "quickly muting multiple selected tabs."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1644 | |
Christian Dullweber | d0d96f0 | 2017-09-13 09:22:51 | [diff] [blame] | 1645 | const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog."; |
| 1646 | const char kTabsInCbdDescription[] = |
| 1647 | "Enables a basic and an advanced tab for the Clear Browsing Data dialog."; |
| 1648 | |
Becky Zhou | 99c2280 | 2017-10-19 05:09:27 | [diff] [blame] | 1649 | const char kTabModalJsDialogName[] = "Auto-dismissing JavaScript Dialogs"; |
| 1650 | const char kTabModalJsDialogDescription[] = |
| 1651 | "If enabled, the JavaScript dialog will be auto dismissable when switching" |
| 1652 | " tab."; |
| 1653 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1654 | const char kTcpFastOpenName[] = "TCP Fast Open"; |
| 1655 | const char kTcpFastOpenDescription[] = |
| 1656 | "Enable the option to send extra authentication information in the initial " |
| 1657 | "SYN packet for a previously connected client, allowing faster data send " |
| 1658 | "start."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1659 | |
Daniele Castagna | 0fead93e | 2018-01-10 20:40:29 | [diff] [blame] | 1660 | const char kTintGlCompositedContentName[] = "Tint GL-composited content"; |
| 1661 | const char kTintGlCompositedContentDescription[] = |
| 1662 | "Tint contents composited using GL with a shade of red to help debug and " |
| 1663 | "study overlay support."; |
| 1664 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1665 | const char kTopChromeMd[] = "UI Layout for the browser's top chrome"; |
| 1666 | const char kTopChromeMdDescription[] = |
Ahmed Fakhry | b2552be9 | 2018-03-02 00:56:58 | [diff] [blame] | 1667 | "Toggles between 1) Normal - for clamshell devices, 2) Hybrid (previously " |
Peter Boström | 85fa2e1 | 2018-03-16 20:43:40 | [diff] [blame] | 1668 | "touch) - middle point for devices with a touch screen, 3) Touchable " |
Peter Boström | 756745dd | 2018-05-14 22:59:43 | [diff] [blame] | 1669 | "- new unified interface for touch and convertibles (Chrome OS), 4) " |
Robert Liao | 0e09b5a8b | 2018-06-04 21:58:34 | [diff] [blame] | 1670 | "Material Design refresh and 5) Touchable Material Design refresh. " |
Robert Liao | 3ecf97c | 2018-06-05 01:24:54 | [diff] [blame] | 1671 | "Enabling #upcoming-ui-features forces the Material Design refresh option."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1672 | const char kTopChromeMdMaterial[] = "Normal"; |
Eugene Girard | 42dedf72 | 2017-10-12 21:07:53 | [diff] [blame] | 1673 | const char kTopChromeMdMaterialAuto[] = "Auto"; |
Trent Apted | d3e5f02 | 2018-03-01 07:25:46 | [diff] [blame] | 1674 | const char kTopChromeMdMaterialHybrid[] = "Hybrid"; |
Ahmed Fakhry | b2552be9 | 2018-03-02 00:56:58 | [diff] [blame] | 1675 | const char kTopChromeMdMaterialTouchOptimized[] = "Touchable"; |
Peter Boström | 85fa2e1 | 2018-03-16 20:43:40 | [diff] [blame] | 1676 | const char kTopChromeMdMaterialRefresh[] = "Refresh"; |
Peter Boström | 756745dd | 2018-05-14 22:59:43 | [diff] [blame] | 1677 | const char kTopChromeMdMaterialRefreshTouchOptimized[] = "Touchable Refresh"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1678 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1679 | const char kThreadedScrollingName[] = "Threaded scrolling"; |
| 1680 | const char kThreadedScrollingDescription[] = |
| 1681 | "Threaded handling of scroll-related input events. Disabling this will " |
| 1682 | "force all such scroll events to be handled on the main thread. Note that " |
| 1683 | "this can dramatically hurt scrolling performance of most websites and is " |
| 1684 | "intended for testing purposes only."; |
| 1685 | |
Steven Valdez | 4584b248 | 2017-07-14 01:11:57 | [diff] [blame] | 1686 | const char kTLS13VariantName[] = "TLS 1.3"; |
| 1687 | const char kTLS13VariantDescription[] = "Sets the TLS 1.3 variant used."; |
| 1688 | const char kTLS13VariantDisabled[] = "Disabled"; |
Steven Valdez | 57d8865 | 2017-10-05 21:05:11 | [diff] [blame] | 1689 | const char kTLS13VariantDeprecated[] = "Disabled (Deprecated Setting)"; |
Steven Valdez | 781157b | 2018-01-11 13:32:04 | [diff] [blame] | 1690 | const char kTLS13VariantDraft23[] = "Enabled (Draft 23)"; |
David Benjamin | 27ac5b6 | 2018-05-22 15:28:38 | [diff] [blame] | 1691 | const char kTLS13VariantDraft28[] = "Enabled (Draft 28)"; |
Steven Valdez | 4584b248 | 2017-07-14 01:11:57 | [diff] [blame] | 1692 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1693 | const char kTopDocumentIsolationName[] = "Top document isolation"; |
| 1694 | const char kTopDocumentIsolationDescription[] = |
| 1695 | "Highly experimental performance mode where cross-site iframes are kept in " |
| 1696 | "a separate process from the top document. In this mode, iframes from " |
| 1697 | "different third-party sites will be allowed to share a process."; |
| 1698 | |
Dominick Ng | 8896b1cd | 2017-10-17 23:24:36 | [diff] [blame] | 1699 | const char kTopSitesFromSiteEngagementName[] = "Top Sites from Site Engagement"; |
| 1700 | const char kTopSitesFromSiteEngagementDescription[] = |
| 1701 | "Enable Top Sites on the New Tab Page to be sourced and sorted using site " |
| 1702 | "engagement."; |
| 1703 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1704 | const char kTouchAdjustmentName[] = "Touch adjustment"; |
| 1705 | const char kTouchAdjustmentDescription[] = |
| 1706 | "Refine the position of a touch gesture in order to compensate for touches " |
| 1707 | "having poor resolution compared to a mouse."; |
| 1708 | |
Alex Newcomer | b3d3c97 | 2018-05-03 14:59:40 | [diff] [blame] | 1709 | const char kTouchableAppContextMenuName[] = "Touchable App Context Menu"; |
| 1710 | const char kTouchableAppContextMenuDescription[] = |
| 1711 | "Enable the touchable app context menu, which enlarges app context menus " |
| 1712 | "in the Launcher and Shelf to make room for new features."; |
| 1713 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1714 | const char kTouchDragDropName[] = "Touch initiated drag and drop"; |
| 1715 | const char kTouchDragDropDescription[] = |
| 1716 | "Touch drag and drop can be initiated through long press on a draggable " |
| 1717 | "element."; |
| 1718 | |
| 1719 | const char kTouchEventsName[] = "Touch Events API"; |
| 1720 | const char kTouchEventsDescription[] = |
| 1721 | "Force Touch Events API feature detection to always be enabled or " |
| 1722 | "disabled, or to be enabled when a touchscreen is detected on startup " |
Ella Ge | a6a203c9 | 2017-10-26 19:09:29 | [diff] [blame] | 1723 | "(Automatic)."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1724 | |
| 1725 | const char kTouchSelectionStrategyName[] = "Touch text selection strategy"; |
| 1726 | const char kTouchSelectionStrategyDescription[] = |
| 1727 | "Controls how text selection granularity changes when touch text selection " |
| 1728 | "handles are dragged. Non-default behavior is experimental."; |
| 1729 | const char kTouchSelectionStrategyCharacter[] = "Character"; |
| 1730 | const char kTouchSelectionStrategyDirection[] = "Direction"; |
| 1731 | |
| 1732 | const char kTraceUploadUrlName[] = "Trace label for navigation tracing"; |
| 1733 | const char kTraceUploadUrlDescription[] = |
| 1734 | "This is to be used in conjunction with the enable-navigation-tracing " |
| 1735 | "flag. Please select the label that best describes the recorded traces. " |
| 1736 | "This will choose the destination the traces are uploaded to. If you are " |
| 1737 | "not sure, select other. If left empty, no traces will be uploaded."; |
| 1738 | const char kTraceUploadUrlChoiceOther[] = "Other"; |
| 1739 | const char kTraceUploadUrlChoiceEmloading[] = "emloading"; |
| 1740 | const char kTraceUploadUrlChoiceQa[] = "QA"; |
| 1741 | const char kTraceUploadUrlChoiceTesting[] = "Testing"; |
| 1742 | |
Anthony Vallee-Dubois | 265c569 | 2018-06-01 15:57:14 | [diff] [blame] | 1743 | const char kTranslateForceTriggerOnEnglishName[] = |
| 1744 | "Select which language model to use to trigger translate on English " |
| 1745 | "content"; |
| 1746 | const char kTranslateForceTriggerOnEnglishDescription[] = |
| 1747 | "Force the Translate Triggering on English pages experiment to be enabled " |
| 1748 | "with the selected language model active."; |
| 1749 | |
Philippe Hamel | 7fdaa45 | 2017-09-29 17:22:49 | [diff] [blame] | 1750 | const char kTranslateRankerEnforcementName[] = |
| 1751 | "Enforce TranslateRanker decisions"; |
| 1752 | const char kTranslateRankerEnforcementDescription[] = |
| 1753 | "Improved Translate UI triggering logic. TranslateRanker decides whether " |
| 1754 | "or not Translate UI should be triggered in a given context."; |
| 1755 | |
Mustafa Emre Acer | b3aa36a8 | 2018-05-22 21:44:05 | [diff] [blame] | 1756 | const char kTreatInsecureOriginAsSecureName[] = |
| 1757 | "Insecure origins treated as secure"; |
| 1758 | const char kTreatInsecureOriginAsSecureDescription[] = |
| 1759 | "Treat given (insecure) origins as secure origins. Multiple origins can be " |
| 1760 | "supplied as a comma-separated list. For the definition of secure " |
| 1761 | "contexts, " |
| 1762 | "see https://w3c.github.io/webappsec-secure-contexts/"; |
| 1763 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1764 | const char kTrySupportedChannelLayoutsName[] = |
| 1765 | "Causes audio output streams to check if channel layouts other than the " |
| 1766 | "default hardware layout are available."; |
| 1767 | const char kTrySupportedChannelLayoutsDescription[] = |
| 1768 | "Causes audio output streams to check if channel layouts other than the " |
| 1769 | "default hardware layout are available. Turning this on will allow the OS " |
| 1770 | "to do stereo to surround expansion if supported. May expose third party " |
| 1771 | "driver bugs, use with caution."; |
| 1772 | |
David Roger | 6762a09 | 2018-01-31 15:55:07 | [diff] [blame] | 1773 | const char kUnifiedConsentName[] = "Unified Consent"; |
| 1774 | const char kUnifiedConsentDescription[] = |
| 1775 | "Enables a unified management of user consent for privacy-related " |
| 1776 | "features. This includes new confirmation screens and improved settings " |
| 1777 | "pages."; |
| 1778 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1779 | const char kUiPartialSwapName[] = "Partial swap"; |
| 1780 | const char kUiPartialSwapDescription[] = "Sets partial swap behavior."; |
| 1781 | |
Chris Pickel | 3a227ae6 | 2017-08-24 10:47:26 | [diff] [blame] | 1782 | const char kUseDdljsonApiName[] = "Use new ddljson API for Doodles"; |
| 1783 | const char kUseDdljsonApiDescription[] = |
| 1784 | "Enables the new ddljson API to fetch Doodles for the NTP."; |
| 1785 | |
Becca Hughes | 59c05b4 | 2017-11-03 13:11:58 | [diff] [blame] | 1786 | const char kUseModernMediaControlsName[] = "New Media Controls"; |
| 1787 | const char kUseModernMediaControlsDescription[] = |
| 1788 | "Enables the new style native media controls."; |
| 1789 | |
Wei Li | 790e7a857 | 2018-03-23 01:31:55 | [diff] [blame] | 1790 | const char kUsePdfCompositorServiceName[] = |
| 1791 | "Use PDF compositor service for printing"; |
| 1792 | const char kUsePdfCompositorServiceDescription[] = |
| 1793 | "When enabled, use PDF compositor service to composite and generate PDF " |
| 1794 | "files for printing. When site isolation is enabled, disabling this will " |
| 1795 | "not stop using PDF compositor service since the service is required for " |
| 1796 | "printing out-of-process iframes correctly."; |
| 1797 | |
Mustaq Ahmed | c646c0a | 2017-10-20 20:08:30 | [diff] [blame] | 1798 | const char kUserActivationV2Name[] = "User Activation v2"; |
| 1799 | const char kUserActivationV2Description[] = |
| 1800 | "Enable simple user activation for APIs that are otherwise controlled by " |
| 1801 | "user gesture tokens."; |
| 1802 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1803 | const char kUserConsentForExtensionScriptsName[] = |
| 1804 | "User consent for extension scripts"; |
| 1805 | const char kUserConsentForExtensionScriptsDescription[] = |
| 1806 | "Require user consent for an extension running a script on the page, if " |
| 1807 | "the extension requested permission to run on all urls."; |
| 1808 | |
| 1809 | const char kUseSuggestionsEvenIfFewFeatureName[] = |
| 1810 | "Disable minimum for server-side tile suggestions on NTP."; |
| 1811 | const char kUseSuggestionsEvenIfFewFeatureDescription[] = |
| 1812 | "Request server-side suggestions even if there are only very few of them " |
| 1813 | "and use them for tiles on the New Tab Page."; |
| 1814 | |
| 1815 | const char kV8CacheOptionsName[] = "V8 caching mode."; |
| 1816 | const char kV8CacheOptionsDescription[] = |
| 1817 | "Caching mode for the V8 JavaScript engine."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1818 | const char kV8CacheOptionsCode[] = "Cache V8 compiler data."; |
| 1819 | |
Hitoshi Yoshida | 3e5db56 | 2017-09-11 02:31:08 | [diff] [blame] | 1820 | const char kV8ContextSnapshotName[] = "Use a snapshot to create V8 contexts."; |
| 1821 | const char kV8ContextSnapshotDescription[] = |
| 1822 | "Sets to use a snapshot to create V8 contexts in frame creation."; |
| 1823 | |
Michael Hablich | 896d5266 | 2017-10-23 15:59:57 | [diff] [blame] | 1824 | const char kV8VmFutureName[] = "Future V8 VM features"; |
| 1825 | const char kV8VmFutureDescription[] = |
| 1826 | "This enables upcoming and experimental V8 VM features. " |
| 1827 | "This flag does not enable experimental JavaScript features."; |
| 1828 | |
Hannes Payer | 1130d567 | 2018-06-05 07:37:31 | [diff] [blame] | 1829 | const char kV8OrinocoName[] = "V8 Orinoco garbage collection features"; |
| 1830 | const char kV8OrinocoDescription[] = |
| 1831 | "This enables the V8 Orinoco garbage collection features."; |
| 1832 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1833 | const char kVideoFullscreenOrientationLockName[] = |
| 1834 | "Lock screen orientation when playing a video fullscreen."; |
| 1835 | const char kVideoFullscreenOrientationLockDescription[] = |
| 1836 | "Lock the screen orientation of the device to match video orientation when " |
| 1837 | "a video goes fullscreen. Only on phones."; |
| 1838 | |
| 1839 | const char kVideoRotateToFullscreenName[] = |
| 1840 | "Rotate-to-fullscreen gesture for videos."; |
| 1841 | const char kVideoRotateToFullscreenDescription[] = |
| 1842 | "Enter/exit fullscreen when device is rotated to/from the orientation of " |
| 1843 | "the video. Only on phones."; |
| 1844 | |
Elly Fong-Jones | f4c7950 | 2018-03-23 19:21:53 | [diff] [blame] | 1845 | const char kViewsBrowserWindowsName[] = |
| 1846 | "Use Views browser windows instead of Cocoa."; |
| 1847 | const char kViewsBrowserWindowsDescription[] = |
| 1848 | "Use Views browser windows instead of Cocoa, aka MacViews-Browser."; |
| 1849 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1850 | const char kWalletServiceUseSandboxName[] = |
| 1851 | "Use Google Payments sandbox servers"; |
| 1852 | const char kWalletServiceUseSandboxDescription[] = |
| 1853 | "For developers: use the sandbox service for Google Payments API calls."; |
| 1854 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1855 | const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions"; |
| 1856 | const char kWebglDraftExtensionsDescription[] = |
| 1857 | "Enabling this option allows web applications to access the WebGL " |
| 1858 | "Extensions that are still in draft status."; |
| 1859 | |
| 1860 | const char kWebMidiName[] = "Web MIDI API"; |
| 1861 | const char kWebMidiDescription[] = "Enable Web MIDI API experimental support."; |
| 1862 | |
| 1863 | const char kWebPaymentsName[] = "Web Payments"; |
| 1864 | const char kWebPaymentsDescription[] = |
| 1865 | "Enable Web Payments API integration, a JavaScript API for merchants."; |
| 1866 | |
Mathieu Perreault | 51339b8 | 2017-07-20 17:06:05 | [diff] [blame] | 1867 | const char kWebPaymentsModifiersName[] = "Enable web payment modifiers"; |
| 1868 | const char kWebPaymentsModifiersDescription[] = |
| 1869 | "If the website provides modifiers in the payment request, show the custom " |
| 1870 | "total for each payment instrument, update the shopping cart when " |
| 1871 | "instruments are switched, and send modified payment method specific data " |
| 1872 | "to the payment app."; |
| 1873 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1874 | const char kWebrtcEchoCanceller3Name[] = "WebRTC Echo Canceller 3."; |
| 1875 | const char kWebrtcEchoCanceller3Description[] = |
| 1876 | "Experimental WebRTC echo canceller (AEC3)."; |
| 1877 | |
| 1878 | const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding"; |
| 1879 | const char kWebrtcHwDecodingDescription[] = |
| 1880 | "Support in WebRTC for decoding video streams using platform hardware."; |
| 1881 | |
| 1882 | const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding"; |
| 1883 | const char kWebrtcHwEncodingDescription[] = |
| 1884 | "Support in WebRTC for encoding video streams using platform hardware."; |
| 1885 | |
| 1886 | const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding"; |
| 1887 | const char kWebrtcHwH264EncodingDescription[] = |
| 1888 | "Support in WebRTC for encoding h264 video streams using platform " |
| 1889 | "hardware."; |
| 1890 | |
| 1891 | const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding"; |
| 1892 | const char kWebrtcHwVP8EncodingDescription[] = |
| 1893 | "Support in WebRTC for encoding vp8 video streams using platform hardware."; |
| 1894 | |
Niels Möller | 090866a | 2018-02-13 10:55:03 | [diff] [blame] | 1895 | const char kWebrtcNewEncodeCpuLoadEstimatorName[] = |
| 1896 | "WebRTC new encode cpu load estimator"; |
| 1897 | const char kWebrtcNewEncodeCpuLoadEstimatorDescription[] = |
| 1898 | "Enable new estimator for the encoder cpu load, for evaluation and " |
| 1899 | "testing. Intended to improve accuracy when screen casting."; |
| 1900 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1901 | const char kWebrtcSrtpAesGcmName[] = |
| 1902 | "Negotiation with GCM cipher suites for SRTP in WebRTC"; |
| 1903 | const char kWebrtcSrtpAesGcmDescription[] = |
| 1904 | "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP."; |
| 1905 | |
Joachim Bauch | 4a41d751 | 2017-08-23 14:24:23 | [diff] [blame] | 1906 | const char kWebrtcSrtpEncryptedHeadersName[] = |
| 1907 | "Negotiation with encrypted header extensions for SRTP in WebRTC"; |
| 1908 | const char kWebrtcSrtpEncryptedHeadersDescription[] = |
| 1909 | "When enabled, WebRTC will try to negotiate encrypted header extensions " |
| 1910 | "for SRTP."; |
| 1911 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1912 | const char kWebrtcStunOriginName[] = "WebRTC Stun origin header"; |
| 1913 | const char kWebrtcStunOriginDescription[] = |
| 1914 | "When enabled, Stun messages generated by WebRTC will contain the Origin " |
| 1915 | "header."; |
| 1916 | |
Adam Rice | c786ad8a | 2018-05-22 09:49:15 | [diff] [blame] | 1917 | const char kWebSocketHandshakeReuseConnectionName[] = |
| 1918 | "Enable WebSocket connection reuse for authentication"; |
| 1919 | const char kWebSocketHandshakeReuseConnectionDescription[] = |
| 1920 | "Permits the WebSocket handshake to keep the connection open after an " |
| 1921 | "authentication failure. The connection may be used for further requests " |
| 1922 | "to send credentials. This is sometimes needed for Windows authentication."; |
| 1923 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1924 | const char kWebvrName[] = "WebVR"; |
| 1925 | const char kWebvrDescription[] = |
Anna Offenwanger | 00e6dd05 | 2018-04-05 02:12:01 | [diff] [blame] | 1926 | "Enables access to experimental Virtual Reality functionality via the " |
| 1927 | "WebVR 1.1 API. This feature will eventually be replaced by the WebXR " |
| 1928 | "Device API. Warning: Enabling this will also allow WebVR content on " |
| 1929 | "insecure origins to access these powerful APIs, and may pose a security " |
Anna Offenwanger | 06dc606 | 2018-04-12 07:56:22 | [diff] [blame] | 1930 | "risk. Controllers are exposed as Gamepads."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1931 | |
Brandon Jones | e9d9b2b | 2017-12-11 22:20:11 | [diff] [blame] | 1932 | const char kWebXrName[] = "WebXR Device API"; |
| 1933 | const char kWebXrDescription[] = |
Anna Offenwanger | 00e6dd05 | 2018-04-05 02:12:01 | [diff] [blame] | 1934 | "Enables access to experimental APIs to interact with Virtual Reality (VR) " |
| 1935 | "and Augmented Reality (AR) devices."; |
| 1936 | |
| 1937 | const char kWebXrGamepadSupportName[] = "WebXR Gamepad Support"; |
| 1938 | const char kWebXrGamepadSupportDescription[] = |
| 1939 | "Expose VR controllers as Gamepads for use with the WebXR Device API. Each " |
Anna Offenwanger | 06dc606 | 2018-04-12 07:56:22 | [diff] [blame] | 1940 | "XRInputSource will have a corresponding Gamepad instance. Requires that " |
| 1941 | "WebXR Device API is also enabled."; |
Ian Vollick | 7aaccf9 | 2018-04-07 23:10:43 | [diff] [blame] | 1942 | |
| 1943 | const char kWebXrHitTestName[] = "WebXR Hit Test"; |
| 1944 | const char kWebXrHitTestDescription[] = |
| 1945 | "Enables access to raycasting against estimated XR scene geometry."; |
Brandon Jones | e9d9b2b | 2017-12-11 22:20:11 | [diff] [blame] | 1946 | |
Anna Maria | 57ecf759 | 2018-01-12 03:10:40 | [diff] [blame] | 1947 | const char kWebXrOrientationSensorDeviceName[] = |
| 1948 | "WebXR orientation sensor device"; |
| 1949 | const char kWebXrOrientationSensorDeviceDescription[] = |
| 1950 | "When no VR platform device is available, expose a non-presenting device " |
| 1951 | "based on the device's orientation sensors, if available."; |
| 1952 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1953 | const char kWifiCredentialSyncName[] = "WiFi credential sync"; |
| 1954 | const char kWifiCredentialSyncDescription[] = |
| 1955 | "Enables synchronizing WiFi network settings across devices. When enabled, " |
| 1956 | "the WiFi credential datatype is registered with Chrome Sync, and WiFi " |
| 1957 | "credentials are synchronized subject to user preferences. (See also, " |
| 1958 | "chrome://settings/syncSetup.)"; |
| 1959 | |
| 1960 | const char kZeroCopyName[] = "Zero-copy rasterizer"; |
| 1961 | const char kZeroCopyDescription[] = |
| 1962 | "Raster threads write directly to GPU memory associated with tiles."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 1963 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1964 | // Android --------------------------------------------------------------------- |
| 1965 | |
| 1966 | #if defined(OS_ANDROID) |
| 1967 | |
| 1968 | const char kAiaFetchingName[] = "Intermediate Certificate Fetching"; |
| 1969 | const char kAiaFetchingDescription[] = |
| 1970 | "Enable intermediate certificate fetching when a server does not provide " |
| 1971 | "sufficient certificates to build a chain to a trusted root."; |
| 1972 | |
| 1973 | const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher"; |
| 1974 | const char kAccessibilityTabSwitcherDescription[] = |
| 1975 | "Enable the accessibility tab switcher for Android."; |
| 1976 | |
Wei-Yin Chen (陳威尹) | 8068345 | 2017-10-02 19:08:25 | [diff] [blame] | 1977 | const char kAllowReaderForAccessibilityName[] = "Reader Mode for Accessibility"; |
| 1978 | const char kAllowReaderForAccessibilityDescription[] = |
| 1979 | "Allows Reader Mode on any articles, even if the page is mobile-friendly."; |
| 1980 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1981 | const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility"; |
| 1982 | const char kAndroidAutofillAccessibilityDescription[] = |
| 1983 | "Enable accessibility for autofill popup."; |
| 1984 | |
| 1985 | const char kAndroidPaymentAppsName[] = "Android payment apps"; |
| 1986 | const char kAndroidPaymentAppsDescription[] = |
| 1987 | "Enable third party Android apps to integrate as payment apps"; |
| 1988 | |
Miriam Gershenson | 8cf139722 | 2018-01-23 22:48:29 | [diff] [blame] | 1989 | const char kAsyncDnsName[] = "Async DNS resolver"; |
| 1990 | const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver."; |
| 1991 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 1992 | const char kAutofillAccessoryViewName[] = |
| 1993 | "Autofill suggestions as keyboard accessory view"; |
| 1994 | const char kAutofillAccessoryViewDescription[] = |
| 1995 | "Shows Autofill suggestions on top of the keyboard rather than in a " |
| 1996 | "dropdown."; |
| 1997 | |
| 1998 | const char kBackgroundLoaderForDownloadsName[] = |
| 1999 | "Enables background downloading of pages."; |
| 2000 | const char kBackgroundLoaderForDownloadsDescription[] = |
| 2001 | "Enables downloading pages in the background in case page is not yet " |
| 2002 | "loaded in current tab."; |
| 2003 | |
Matthew Jones | 6c1f5e2 | 2018-02-06 18:19:53 | [diff] [blame] | 2004 | const char kChromeDuplexName[] = "Chrome Duplex"; |
| 2005 | const char kChromeDuplexDescription[] = |
| 2006 | "Enables Chrome Duplex, split toolbar Chrome Home, on Android."; |
Theresa Wellington | b9243b2 | 2017-12-01 16:23:05 | [diff] [blame] | 2007 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2008 | const char kChromeHomeSwipeLogicName[] = "Chrome Home Swipe Logic"; |
| 2009 | const char kChromeHomeSwipeLogicDescription[] = |
| 2010 | "Various swipe logic options for Chrome Home for sheet expansion."; |
| 2011 | const char kChromeHomeSwipeLogicRestrictArea[] = "Restrict swipable area"; |
Matthew Jones | be384ee4 | 2017-10-31 19:57:15 | [diff] [blame] | 2012 | const char kChromeHomeSwipeLogicVelocity[] = "Velocity suppression model"; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2013 | |
Matthew Jones | 5b7f1d6 | 2018-01-23 00:37:25 | [diff] [blame] | 2014 | const char kChromeModernDesignName[] = "Chrome Modern Design"; |
| 2015 | const char kChromeModernDesignDescription[] = |
Matthew Jones | 213a069 | 2018-02-05 20:07:45 | [diff] [blame] | 2016 | "Enable modern design for Chrome. Chrome must be restarted twice for this " |
| 2017 | "flag to take effect."; |
Matthew Jones | 5b7f1d6 | 2018-01-23 00:37:25 | [diff] [blame] | 2018 | |
Megan Jablonski | c61eb1b8 | 2017-10-02 18:03:06 | [diff] [blame] | 2019 | const char kChromeMemexName[] = "Chrome Memex"; |
| 2020 | const char kChromeMemexDescription[] = |
| 2021 | "Enables Chrome Memex homepage on Android. Restricted to opted-in " |
| 2022 | "Googlers."; |
| 2023 | |
Sarath Singapati | 83aef1c | 2017-11-16 15:54:52 | [diff] [blame] | 2024 | const char kClearOldBrowsingDataName[] = "Clear older browsing data"; |
| 2025 | const char kClearOldBrowsingDataDescription[] = |
| 2026 | "Enables clearing of browsing data which is older than a given time " |
| 2027 | "period."; |
| 2028 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2029 | const char kContentSuggestionsCategoryOrderName[] = |
| 2030 | "Default content suggestions category order (e.g. on NTP)"; |
| 2031 | const char kContentSuggestionsCategoryOrderDescription[] = |
| 2032 | "Set default order of content suggestion categories (e.g. on the NTP)."; |
| 2033 | |
| 2034 | const char kContentSuggestionsCategoryRankerName[] = |
| 2035 | "Content suggestions category ranker (e.g. on NTP)"; |
| 2036 | const char kContentSuggestionsCategoryRankerDescription[] = |
| 2037 | "Set category ranker to order categories of content suggestions (e.g. on " |
| 2038 | "the NTP)."; |
| 2039 | |
Vitalii Iarko | f52ff80 | 2017-09-14 12:34:24 | [diff] [blame] | 2040 | const char kContentSuggestionsDebugLogName[] = "Content suggestions debug log"; |
| 2041 | const char kContentSuggestionsDebugLogDescription[] = |
| 2042 | "Enable content suggestions debug log accessible through " |
| 2043 | "snippets-internals."; |
| 2044 | |
Donn Denman | 8e58ead | 2017-11-04 01:44:01 | [diff] [blame] | 2045 | const char kContextualSearchMlTapSuppressionName[] = |
| 2046 | "Contextual Search ML tap suppression"; |
| 2047 | const char kContextualSearchMlTapSuppressionDescription[] = |
| 2048 | "Enables tap gestures to be suppressed to improve CTR by applying machine " |
Donn Denman | 5972981 | 2018-01-09 01:27:02 | [diff] [blame] | 2049 | "learning. The \"Contextual Search Ranker prediction\" flag must also be " |
| 2050 | "enabled!"; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2051 | |
| 2052 | const char kContextualSearchName[] = "Contextual Search"; |
| 2053 | const char kContextualSearchDescription[] = |
| 2054 | "Whether or not Contextual Search is enabled."; |
| 2055 | |
Donn Denman | 5972981 | 2018-01-09 01:27:02 | [diff] [blame] | 2056 | const char kContextualSearchRankerQueryName[] = |
| 2057 | "Contextual Search Ranker prediction"; |
| 2058 | const char kContextualSearchRankerQueryDescription[] = |
| 2059 | "Enables prediction of tap gestures using Assist-Ranker machine learning."; |
| 2060 | |
| 2061 | const char kContextualSearchSecondTapName[] = |
| 2062 | "Contextual Search second tap triggering"; |
| 2063 | const char kContextualSearchSecondTapDescription[] = |
| 2064 | "Enables triggering on a second tap gesture even when Ranker would " |
| 2065 | "normally suppress that tap."; |
| 2066 | |
Cathy Li | 2fb32bf8 | 2018-06-06 18:55:40 | [diff] [blame] | 2067 | const char kExploreSitesName[] = "Explore websites"; |
| 2068 | const char kExploreSitesDescription[] = |
| 2069 | "Enables portal from new tab page to explore websites."; |
| 2070 | |
Dmitry Skiba | 9c3efa7 | 2017-07-20 22:01:14 | [diff] [blame] | 2071 | const char kDontPrefetchLibrariesName[] = "Don't Prefetch Libraries"; |
| 2072 | const char kDontPrefetchLibrariesDescription[] = |
| 2073 | "Don't prefetch libraries after loading."; |
| 2074 | |
Joy Ming | 5fd29ca6 | 2017-10-02 22:51:22 | [diff] [blame] | 2075 | const char kDownloadsForegroundName[] = "Enable downloads foreground"; |
| 2076 | const char kDownloadsForegroundDescription[] = |
| 2077 | "Enable downloads as a foreground service for all versions of Android."; |
| 2078 | |
Joy Ming | 189b0cc | 2017-12-08 19:42:43 | [diff] [blame] | 2079 | const char kDownloadsLocationChangeName[] = "Enable downloads location change"; |
| 2080 | const char kDownloadsLocationChangeDescription[] = |
| 2081 | "Enable changing default downloads storage location on Android."; |
| 2082 | |
Shakti Sahu | 32b2ee10 | 2018-05-17 00:04:46 | [diff] [blame] | 2083 | const char kDownloadProgressInfoBarName[] = "Enable download progress infobar"; |
| 2084 | const char kDownloadProgressInfoBarDescription[] = |
| 2085 | "Enables an infobar notifying users about status of current downloads."; |
| 2086 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2087 | const char kEnableAndroidPayIntegrationV1Name[] = "Enable Android Pay v1"; |
| 2088 | const char kEnableAndroidPayIntegrationV1Description[] = |
| 2089 | "Enable integration with Android Pay using the first version of the API"; |
| 2090 | |
| 2091 | const char kEnableAndroidPayIntegrationV2Name[] = "Enable Android Pay v2"; |
| 2092 | const char kEnableAndroidPayIntegrationV2Description[] = |
| 2093 | "Enable integration with Android Pay using the second version of the API"; |
| 2094 | |
Vitalii Iarko | f4ed32d | 2017-09-26 13:15:53 | [diff] [blame] | 2095 | const char kEnableAndroidSpellcheckerName[] = "Enable spell checking"; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2096 | const char kEnableAndroidSpellcheckerDescription[] = |
| 2097 | "Enables use of the Android spellchecker."; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2098 | |
Lei Tian | bd5a3bf | 2018-02-28 19:01:16 | [diff] [blame] | 2099 | const char kEnableCommandLineOnNonRootedName[] = |
| 2100 | "Enable command line on non-rooted devices"; |
| 2101 | const char kEnableCommandLineOnNoRootedDescription[] = |
| 2102 | "Enable reading command line file on non-rooted devices (DANGEROUS)."; |
| 2103 | |
Vitalii Iarko | f4ed32d | 2017-09-26 13:15:53 | [diff] [blame] | 2104 | const char kEnableContentSuggestionsNewFaviconServerName[] = |
| 2105 | "Get favicons for content suggestions from a new server."; |
| 2106 | const char kEnableContentSuggestionsNewFaviconServerDescription[] = |
| 2107 | "If enabled, the content suggestions (on the NTP) will get favicons from a " |
| 2108 | "new favicon server."; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2109 | |
| 2110 | const char kEnableContentSuggestionsSettingsName[] = |
| 2111 | "Show content suggestions settings."; |
| 2112 | const char kEnableContentSuggestionsSettingsDescription[] = |
| 2113 | "If enabled, the content suggestions settings will be available from the " |
| 2114 | "main settings menu."; |
| 2115 | |
Vitalii Iarko | f4ed32d | 2017-09-26 13:15:53 | [diff] [blame] | 2116 | const char kEnableContentSuggestionsThumbnailDominantColorName[] = |
| 2117 | "Use content suggestions thumbnail dominant color."; |
| 2118 | const char kEnableContentSuggestionsThumbnailDominantColorDescription[] = |
| 2119 | "Use content suggestions thumbnail dominant color as a placeholder before " |
| 2120 | "the real thumbnail is fetched (requires Chrome Home)."; |
| 2121 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2122 | const char kEnableCustomContextMenuName[] = "Enable custom context menu"; |
| 2123 | const char kEnableCustomContextMenuDescription[] = |
| 2124 | "Enables a new context menu when a link, image, or video is pressed within " |
| 2125 | "Chrome."; |
| 2126 | |
| 2127 | const char kEnableCustomFeedbackUiName[] = "Enable Custom Feedback UI"; |
| 2128 | const char kEnableCustomFeedbackUiDescription[] = |
| 2129 | "Enables a custom feedback UI when submitting feedback through Google " |
| 2130 | "Feedback. Works with Google Play Services v10.2+"; |
| 2131 | |
| 2132 | const char kEnableDataReductionProxyMainMenuName[] = |
Theresa Wellington | 141e4af | 2017-10-23 20:28:47 | [diff] [blame] | 2133 | "Enable Data Saver main menu item"; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2134 | const char kEnableDataReductionProxyMainMenuDescription[] = |
Theresa Wellington | 141e4af | 2017-10-23 20:28:47 | [diff] [blame] | 2135 | "Enables the Data Saver menu item in the main menu"; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2136 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2137 | const char kEnableOmniboxClipboardProviderName[] = |
| 2138 | "Omnibox clipboard URL suggestions"; |
| 2139 | const char kEnableOmniboxClipboardProviderDescription[] = |
| 2140 | "Provide a suggestion of the URL stored in the clipboard (if any) upon " |
| 2141 | "focus in the omnibox."; |
| 2142 | |
Becky Zhou | a7f11d6 | 2018-02-01 16:02:53 | [diff] [blame] | 2143 | const char kEnableNtpArticleSuggestionsExpandableHeaderName[] = |
| 2144 | "Show article suggestions expandable header on New Tab Page"; |
| 2145 | const char kEnableNtpArticleSuggestionsExpandableHeaderDescription[] = |
| 2146 | "If enabled, the article suggestions content on New Tab Page can be " |
| 2147 | "toggled shown or hidden by clicking the expandable header."; |
| 2148 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2149 | const char kEnableNtpAssetDownloadSuggestionsName[] = |
| 2150 | "Show asset downloads on the New Tab page"; |
| 2151 | const char kEnableNtpAssetDownloadSuggestionsDescription[] = |
| 2152 | "If enabled, the list of content suggestions on the New Tab page will " |
| 2153 | "contain assets (e.g. books, pictures, audio) that the user downloaded for " |
| 2154 | "later use."; |
| 2155 | |
| 2156 | const char kEnableNtpBookmarkSuggestionsName[] = |
| 2157 | "Show recently visited bookmarks on the New Tab page"; |
| 2158 | const char kEnableNtpBookmarkSuggestionsDescription[] = |
| 2159 | "If enabled, the list of content suggestions on the New Tab page will " |
| 2160 | "contain recently visited bookmarks."; |
| 2161 | |
| 2162 | const char kEnableNtpForeignSessionsSuggestionsName[] = |
| 2163 | "Show recent foreign tabs on the New Tab page"; |
| 2164 | const char kEnableNtpForeignSessionsSuggestionsDescription[] = |
| 2165 | "If enabled, the list of content suggestions on the New Tab page will " |
| 2166 | "contain recent foreign tabs."; |
| 2167 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2168 | const char kEnableNtpOfflinePageDownloadSuggestionsName[] = |
| 2169 | "Show offline page downloads on the New Tab page"; |
| 2170 | const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] = |
| 2171 | "If enabled, the list of content suggestions on the New Tab page will " |
| 2172 | "contain pages that the user downloaded for later use."; |
| 2173 | |
| 2174 | const char kEnableNtpRemoteSuggestionsName[] = |
| 2175 | "Show server-side suggestions on the New Tab page"; |
| 2176 | const char kEnableNtpRemoteSuggestionsDescription[] = |
| 2177 | "If enabled, the list of content suggestions on the New Tab page will " |
| 2178 | "contain server-side suggestions (e.g., Articles for you). Furthermore, it " |
| 2179 | "allows to override the source used to retrieve these server-side " |
| 2180 | "suggestions."; |
| 2181 | |
| 2182 | const char kEnableNtpSnippetsVisibilityName[] = |
| 2183 | "Make New Tab Page Snippets more visible."; |
| 2184 | const char kEnableNtpSnippetsVisibilityDescription[] = |
| 2185 | "If enabled, the NTP snippets will become more discoverable with a larger " |
| 2186 | "portion of the first card above the fold."; |
| 2187 | |
| 2188 | const char kEnableNtpSuggestionsNotificationsName[] = |
| 2189 | "Notify about new content suggestions available at the New Tab page"; |
| 2190 | const char kEnableNtpSuggestionsNotificationsDescription[] = |
| 2191 | "If enabled, notifications will inform about new content suggestions on " |
| 2192 | "the New Tab page."; |
| 2193 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2194 | const char kEnableOfflinePreviewsName[] = "Offline Page Previews"; |
| 2195 | const char kEnableOfflinePreviewsDescription[] = |
| 2196 | "Enable showing offline page previews on slow networks."; |
| 2197 | |
| 2198 | const char kEnableOskOverscrollName[] = "Enable OSK Overscroll"; |
| 2199 | const char kEnableOskOverscrollDescription[] = |
| 2200 | "Enable OSK overscroll support. With this flag on, the OSK will only " |
| 2201 | "resize the visual viewport."; |
| 2202 | |
| 2203 | const char kEnableSpecialLocaleName[] = |
| 2204 | "Enable custom logic for special locales."; |
| 2205 | const char kEnableSpecialLocaleDescription[] = |
| 2206 | "Enable custom logic for special locales. In this mode, Chrome might " |
| 2207 | "behave differently in some locales."; |
| 2208 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2209 | const char kEnableWebNfcName[] = "WebNFC"; |
| 2210 | const char kEnableWebNfcDescription[] = "Enable WebNFC support."; |
| 2211 | |
gogerald | f3cbb42 | 2017-07-26 14:37:12 | [diff] [blame] | 2212 | const char kEnableWebPaymentsMethodSectionOrderV2Name[] = |
| 2213 | "Enable Web Payments method section order V2."; |
| 2214 | const char kEnableWebPaymentsMethodSectionOrderV2Description[] = |
| 2215 | "Enable this option to display payment method section above address " |
| 2216 | "section instead of below it."; |
| 2217 | |
Raymes Khoury | 582b4313 | 2017-12-12 23:54:30 | [diff] [blame] | 2218 | const char kGrantNotificationsToDSEName[] = |
| 2219 | "Grant notifications to the Default Search Engine"; |
| 2220 | const char kGrantNotificationsToDSENameDescription[] = |
| 2221 | "Automatically grant the notifications permission to the Default Search " |
| 2222 | "Engine"; |
| 2223 | |
Daniel Park | e74fcf86 | 2018-03-27 18:05:45 | [diff] [blame] | 2224 | const char kHomePageButtonName[] = "Force Enable Home Page Button"; |
Daniel Park | 990d099 | 2018-05-18 22:12:51 | [diff] [blame] | 2225 | const char kHomePageButtonDescription[] = "Displays a home button if enabled."; |
Daniel Park | e74fcf86 | 2018-03-27 18:05:45 | [diff] [blame] | 2226 | |
Theresa | 920e0ed | 2018-03-07 18:12:44 | [diff] [blame] | 2227 | const char kInterestFeedContentSuggestionsDescription[] = |
| 2228 | "Use the interest feed to render content suggestions. Currently content " |
| 2229 | "suggestions are shown on the New Tab Page."; |
| 2230 | const char kInterestFeedContentSuggestionsName[] = |
| 2231 | "Interest Feed Content Suggestions"; |
| 2232 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2233 | const char kKeepPrefetchedContentSuggestionsName[] = |
| 2234 | "Keep prefetched content suggestions"; |
| 2235 | const char kKeepPrefetchedContentSuggestionsDescription[] = |
| 2236 | "If enabled, some of prefetched content suggestions are not replaced by " |
| 2237 | "the new fetched suggestions."; |
| 2238 | |
Leo Zhang | 051b7548 | 2017-12-20 03:28:30 | [diff] [blame] | 2239 | const char kLanguagesPreferenceName[] = "Language Settings"; |
| 2240 | const char kLanguagesPreferenceDescription[] = |
| 2241 | "Enable this option for Language Settings feature on Android."; |
| 2242 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2243 | const char kLsdPermissionPromptName[] = |
| 2244 | "Location Settings Dialog Permission Prompt"; |
| 2245 | const char kLsdPermissionPromptDescription[] = |
| 2246 | "Whether to use the Google Play Services Location Settings Dialog " |
| 2247 | "permission dialog."; |
| 2248 | |
Amirhossein Simjour | 97b4154f | 2018-02-20 03:49:59 | [diff] [blame] | 2249 | const char kModalPermissionDialogViewName[] = "Modal Permission Dialog"; |
| 2250 | const char kModalPermissionDialogViewDescription[] = |
| 2251 | "Enable this option to use ModalDialogManager for permission Dialogs."; |
| 2252 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2253 | const char kMediaScreenCaptureName[] = "Experimental ScreenCapture."; |
| 2254 | const char kMediaScreenCaptureDescription[] = |
| 2255 | "Enable this option for experimental ScreenCapture feature on Android."; |
| 2256 | |
| 2257 | const char kModalPermissionPromptsName[] = "Modal Permission Prompts"; |
| 2258 | const char kModalPermissionPromptsDescription[] = |
| 2259 | "Whether to use permission dialogs in place of permission infobars."; |
| 2260 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2261 | const char kNewPhotoPickerName[] = "Enable new Photopicker"; |
| 2262 | const char kNewPhotoPickerDescription[] = |
| 2263 | "Activates the new picker for selecting photos."; |
| 2264 | |
| 2265 | const char kNoCreditCardAbort[] = "No Credit Card Abort"; |
| 2266 | const char kNoCreditCardAbortDescription[] = |
| 2267 | "Whether or not the No Credit Card Abort is enabled."; |
| 2268 | |
Daniel Park | 990d099 | 2018-05-18 22:12:51 | [diff] [blame] | 2269 | const char kNtpButtonName[] = "Enable NTP Button"; |
| 2270 | const char kNtpButtonDescription[] = |
| 2271 | "Displays a New Tab Page button in the toolbar if enabled."; |
| 2272 | |
Michael van Ouwerkerk | cdbbe33 | 2017-11-24 15:07:06 | [diff] [blame] | 2273 | const char kNtpModernLayoutName[] = "Modern NTP layout"; |
| 2274 | const char kNtpModernLayoutDescription[] = |
| 2275 | "Show a modern layout on the New Tab Page."; |
| 2276 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2277 | const char kNtpGoogleGInOmniboxName[] = "Google G in New Tab Page omnibox"; |
| 2278 | const char kNtpGoogleGInOmniboxDescription[] = |
| 2279 | "Show a Google G in the omnibox on the New Tab Page."; |
| 2280 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2281 | const char kOfflineBookmarksName[] = "Enable offline bookmarks"; |
| 2282 | const char kOfflineBookmarksDescription[] = |
| 2283 | "Enable saving bookmarked pages for offline viewing."; |
| 2284 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2285 | const char kOfflinePagesCtName[] = "Enable Offline Pages CT features."; |
| 2286 | const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features."; |
| 2287 | |
| 2288 | const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features."; |
| 2289 | const char kOfflinePagesCtV2Description[] = |
| 2290 | "V2 features include attributing pages to the app that initiated the " |
| 2291 | "custom tabs, and being able to query for pages by page attribution."; |
| 2292 | |
Cathy Li | 7311d79 | 2018-04-05 00:34:16 | [diff] [blame] | 2293 | const char kOfflinePagesCTSuppressNotificationsName[] = |
| 2294 | "Disable download complete notification for whitelisted CCT apps."; |
| 2295 | const char kOfflinePagesCTSuppressNotificationsDescription[] = |
| 2296 | "Disable download complete notification for page downloads originating " |
| 2297 | "from a CCT app whitelisted to show their own download complete " |
| 2298 | "notification."; |
| 2299 | |
Candice Sy | 74fa7a35 | 2018-03-30 23:46:49 | [diff] [blame] | 2300 | const char kOfflinePagesDescriptiveFailStatusName[] = |
| 2301 | "Enables descriptive failed download status text."; |
| 2302 | const char kOfflinePagesDescriptiveFailStatusDescription[] = |
| 2303 | "Enables failed download status text in notifications and Downloads Home " |
| 2304 | "to state the reason the request failed if the failure is actionable."; |
| 2305 | |
| 2306 | const char kOfflinePagesDescriptivePendingStatusName[] = |
| 2307 | "Enables descriptive pending download status text."; |
| 2308 | const char kOfflinePagesDescriptivePendingStatusDescription[] = |
| 2309 | "Enables pending download status text in notifications and Downloads Home " |
| 2310 | "to state the reason the request is pending."; |
| 2311 | |
| 2312 | const char kOfflinePagesInDownloadHomeOpenInCctName[] = |
| 2313 | "Enables offline pages in the downloads home to be opened in CCT."; |
| 2314 | const char kOfflinePagesInDownloadHomeOpenInCctDescription[] = |
| 2315 | "When enabled offline pages launched from the Downloads Home will be " |
| 2316 | "opened in Chrome Custom Tabs (CCT) instead of regular tabs."; |
| 2317 | |
Carlos Knippschild | 09272ecd | 2017-12-09 03:29:36 | [diff] [blame] | 2318 | const char kOfflinePagesLimitlessPrefetchingName[] = |
| 2319 | "Removes resource usage limits for the prefetching of offline pages."; |
| 2320 | const char kOfflinePagesLimitlessPrefetchingDescription[] = |
| 2321 | "Allows the prefetching of suggested offline pages to ignore resource " |
| 2322 | "usage limits. This allows it to completely ignore data usage limitations " |
| 2323 | "and allows downloads to happen with any kind of connection."; |
| 2324 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2325 | const char kOfflinePagesLoadSignalCollectingName[] = |
| 2326 | "Enables collecting load timing data for offline page snapshots."; |
| 2327 | const char kOfflinePagesLoadSignalCollectingDescription[] = |
| 2328 | "Enables loading completeness data collection while writing an offline " |
| 2329 | "page. This data is collected in the snapshotted offline page to allow " |
| 2330 | "data analysis to improve deciding when to make the offline snapshot."; |
| 2331 | |
| 2332 | const char kOfflinePagesPrefetchingName[] = |
| 2333 | "Enables suggested offline pages to be prefetched."; |
| 2334 | const char kOfflinePagesPrefetchingDescription[] = |
| 2335 | "Enables suggested offline pages to be prefetched, so useful content is " |
| 2336 | "available while offline."; |
| 2337 | |
Cathy Li | 3d5379e | 2017-09-07 00:11:09 | [diff] [blame] | 2338 | const char kOfflinePagesPrefetchingUIName[] = |
| 2339 | "Enables prefetched offline pages to be shown in UI."; |
| 2340 | const char kOfflinePagesPrefetchingUIDescription[] = |
| 2341 | "Enables prefetched offline pages to raise notifications and be shown in " |
| 2342 | "download home UI."; |
| 2343 | |
Pete Williamson | 7845dff | 2017-09-20 11:06:19 | [diff] [blame] | 2344 | const char kOfflinePagesResourceBasedSnapshotName[] = |
| 2345 | "Enables offline page snapshots to be based on percentage of page loaded."; |
| 2346 | const char kOfflinePagesResourceBasedSnapshotDescription[] = |
| 2347 | "Enables offline page snapshots to use a resource percentage based " |
| 2348 | "approach for determining when the page is loaded as opposed to a time " |
| 2349 | "based approach"; |
| 2350 | |
Collin Baker | 17f92a5 | 2017-07-19 21:41:25 | [diff] [blame] | 2351 | const char kOfflinePagesRenovationsName[] = "Enables offline page renovations."; |
| 2352 | const char kOfflinePagesRenovationsDescription[] = |
| 2353 | "Enables offline page renovations which correct issues with dynamic " |
| 2354 | "content that occur when offlining pages that use JavaScript."; |
| 2355 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2356 | const char kOfflinePagesSharingName[] = "Enables offline pages to be shared."; |
| 2357 | const char kOfflinePagesSharingDescription[] = |
| 2358 | "Enables the saved offline pages to be shared via other applications."; |
| 2359 | |
Cathy Li | e0d8876 | 2018-04-12 08:03:01 | [diff] [blame] | 2360 | const char kOfflinePagesShowAlternateDinoPageName[] = |
| 2361 | "Enable alternate dino page with more user capabilities."; |
| 2362 | const char kOfflinePagesShowAlternateDinoPageDescription[] = |
| 2363 | "Enables the dino page to show more buttons and offer existing offline " |
| 2364 | "content."; |
| 2365 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2366 | const char kOfflinePagesSvelteConcurrentLoadingName[] = |
| 2367 | "Enables concurrent background loading on svelte."; |
| 2368 | const char kOfflinePagesSvelteConcurrentLoadingDescription[] = |
| 2369 | "Enables concurrent background loading (or downloading) of pages on " |
| 2370 | "Android svelte (512MB RAM) devices. Otherwise, background loading will " |
| 2371 | "happen when the svelte device is idle."; |
| 2372 | |
| 2373 | const char kOffliningRecentPagesName[] = |
| 2374 | "Enable offlining of recently visited pages"; |
| 2375 | const char kOffliningRecentPagesDescription[] = |
| 2376 | "Enable storing recently visited pages locally for offline use. Requires " |
| 2377 | "Offline Pages to be enabled."; |
| 2378 | |
Lei Zhang | 2eca908 | 2017-10-17 20:42:50 | [diff] [blame] | 2379 | const char kPayWithGoogleV1Name[] = "Pay with Google v1"; |
| 2380 | const char kPayWithGoogleV1Description[] = |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2381 | "Enable Pay with Google integration into Web Payments with API version " |
| 2382 | "'1'."; |
| 2383 | |
Matthew Jones | a88b9585 | 2017-11-08 23:13:50 | [diff] [blame] | 2384 | const char kProgressBarThrottleName[] = "Android progress update throttling."; |
| 2385 | const char kProgressBarThrottleDescription[] = |
| 2386 | "Limit the maximum progress update to make progress appear smoother."; |
| 2387 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2388 | const char kPullToRefreshEffectName[] = "The pull-to-refresh effect"; |
| 2389 | const char kPullToRefreshEffectDescription[] = |
| 2390 | "Page reloads triggered by vertically overscrolling content."; |
| 2391 | |
Piotr Swigon | 7c296ef | 2017-08-29 04:32:00 | [diff] [blame] | 2392 | const char kPwaImprovedSplashScreenName[] = |
| 2393 | "Improved Splash Screen for standalone PWAs"; |
| 2394 | const char kPwaImprovedSplashScreenDescription[] = |
| 2395 | "Enables the Improved Splash Screen UX for standalone PWAs based on new " |
| 2396 | "Web App Manifest attributes"; |
Piotr Swigon | 9f630b3 | 2017-07-26 09:42:49 | [diff] [blame] | 2397 | const char kPwaPersistentNotificationName[] = |
| 2398 | "Persistent notification in standalone PWA"; |
| 2399 | const char kPwaPersistentNotificationDescription[] = |
| 2400 | "Enables a persistent Android notification for standalone PWAs"; |
| 2401 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2402 | const char kReaderModeHeuristicsName[] = "Reader Mode triggering"; |
| 2403 | const char kReaderModeHeuristicsDescription[] = |
| 2404 | "Determines what pages the Reader Mode infobar is shown on."; |
| 2405 | const char kReaderModeHeuristicsMarkup[] = "With article structured markup"; |
| 2406 | const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles"; |
| 2407 | const char kReaderModeHeuristicsAllArticles[] = "All articles"; |
| 2408 | const char kReaderModeHeuristicsAlwaysOff[] = "Never"; |
| 2409 | const char kReaderModeHeuristicsAlwaysOn[] = "Always"; |
| 2410 | |
Wei-Yin Chen (陳威尹) | 41b2241 | 2017-07-21 02:51:18 | [diff] [blame] | 2411 | const char kReaderModeInCCTName[] = "Reader Mode in CCT"; |
| 2412 | const char kReaderModeInCCTDescription[] = |
| 2413 | "Open Reader Mode in Chrome Custom Tabs."; |
| 2414 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2415 | const char kSetMarketUrlForTestingName[] = "Set market URL for testing"; |
| 2416 | const char kSetMarketUrlForTestingDescription[] = |
| 2417 | "When enabled, sets the market URL for use in testing the update menu " |
| 2418 | "item."; |
| 2419 | |
| 2420 | const char kSpannableInlineAutocompleteName[] = "Spannable inline autocomplete"; |
| 2421 | const char kSpannableInlineAutocompleteDescription[] = |
| 2422 | "A new type of inline autocomplete for the omnibox that works with " |
| 2423 | "keyboards that compose text."; |
| 2424 | |
Theresa | eea05a1 | 2018-05-09 21:01:59 | [diff] [blame] | 2425 | const char kSimplifiedNtpName[] = "Simplified NTP"; |
| 2426 | const char kSimplifiedNtpDescription[] = "Show a simplified New Tab Page."; |
| 2427 | |
| 2428 | const char kSiteExplorationUiName[] = "Site Exploration UI"; |
| 2429 | const char kSiteExplorationUiDescription[] = |
| 2430 | "Show site suggestions in the Exploration UI"; |
| 2431 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2432 | const char kUpdateMenuBadgeName[] = "Force show update menu badge"; |
| 2433 | const char kUpdateMenuBadgeDescription[] = |
| 2434 | "When enabled, an update badge will be shown on the app menu button."; |
| 2435 | |
| 2436 | const char kUpdateMenuItemCustomSummaryDescription[] = |
| 2437 | "When this flag and the force show update menu item flag are enabled, a " |
| 2438 | "custom summary string will be displayed below the update menu item."; |
| 2439 | const char kUpdateMenuItemCustomSummaryName[] = |
| 2440 | "Update menu item custom summary"; |
| 2441 | |
| 2442 | const char kUpdateMenuItemName[] = "Force show update menu item"; |
| 2443 | const char kUpdateMenuItemDescription[] = |
| 2444 | R"*(When enabled, an "Update Chrome" item will be shown in the app )*" |
| 2445 | R"*(menu.)*"; |
| 2446 | |
Amirhossein Simjour | d78bbcf | 2018-02-02 16:23:39 | [diff] [blame] | 2447 | const char kVrBrowsingNativeAndroidUiName[] = "VR browsing native android ui"; |
| 2448 | const char kVrBrowsingNativeAndroidUiDescription[] = |
| 2449 | "Enable Android UI elements in VR."; |
| 2450 | |
Tibor Goldschwendt | 4cdea8d | 2018-05-10 15:46:46 | [diff] [blame] | 2451 | const char kVrBrowsingTabsViewName[] = "VR browsing tabs view"; |
| 2452 | const char kVrBrowsingTabsViewDescription[] = |
| 2453 | "Enable tab overview (tab switcher) in VR."; |
| 2454 | |
Marc Treib | 93af46a | 2017-08-23 13:30:00 | [diff] [blame] | 2455 | const char kThirdPartyDoodlesName[] = |
| 2456 | "Enable Doodles for third-party search engines"; |
| 2457 | const char kThirdPartyDoodlesDescription[] = |
| 2458 | "Enables fetching and displaying Doodles on the NTP for third-party search " |
| 2459 | "engines."; |
| 2460 | |
Klaus Weidner | aaf697f | 2018-01-18 20:07:36 | [diff] [blame] | 2461 | const char kWebXrRenderPathName[] = "WebXR presentation render path"; |
| 2462 | const char kWebXrRenderPathDescription[] = |
| 2463 | "Render path to use for WebXR presentation (including WebVR)"; |
| 2464 | const char kWebXrRenderPathChoiceClientWaitDescription[] = |
| 2465 | "ClientWait (Baseline)"; |
| 2466 | const char kWebXrRenderPathChoiceGpuFenceDescription[] = |
| 2467 | "GpuFence (Android N+)"; |
Klaus Weidner | d25dff4 | 2018-04-12 06:56:07 | [diff] [blame] | 2468 | const char kWebXrRenderPathChoiceSharedBufferDescription[] = |
| 2469 | "SharedBuffer (Android O+)"; |
Klaus Weidner | aaf697f | 2018-01-18 20:07:36 | [diff] [blame] | 2470 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2471 | // Non-Android ----------------------------------------------------------------- |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 2472 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2473 | #else // !defined(OS_ANDROID) |
brettw | 5f9c164 | 2017-05-14 17:12:48 | [diff] [blame] | 2474 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2475 | const char kAccountConsistencyName[] = |
| 2476 | "Identity consistency between browser and cookie jar"; |
| 2477 | const char kAccountConsistencyDescription[] = |
| 2478 | "When enabled, the browser manages signing in and out of Google accounts."; |
| 2479 | const char kAccountConsistencyChoiceMirror[] = "Mirror"; |
| 2480 | const char kAccountConsistencyChoiceDice[] = "Dice"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2481 | |
Chris Pickel | 3a227ae6 | 2017-08-24 10:47:26 | [diff] [blame] | 2482 | const char kDoodlesOnLocalNtpName[] = "Enable doodles on the local NTP"; |
| 2483 | const char kDoodlesOnLocalNtpDescription[] = |
| 2484 | "Show doodles on the local New Tab page if Google is the default search " |
| 2485 | "engine."; |
| 2486 | |
mlamouri | ff56c09 | 2017-05-11 15:31:39 | [diff] [blame] | 2487 | const char kEnableAudioFocusName[] = "Manage audio focus across tabs"; |
mlamouri | ff56c09 | 2017-05-11 15:31:39 | [diff] [blame] | 2488 | const char kEnableAudioFocusDescription[] = |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2489 | "Manage audio focus across tabs to improve the audio mixing."; |
mlamouri | ff56c09 | 2017-05-11 15:31:39 | [diff] [blame] | 2490 | const char kEnableAudioFocusDisabled[] = "Disabled"; |
mlamouri | ff56c09 | 2017-05-11 15:31:39 | [diff] [blame] | 2491 | const char kEnableAudioFocusEnabled[] = "Enabled"; |
mlamouri | ff56c09 | 2017-05-11 15:31:39 | [diff] [blame] | 2492 | const char kEnableAudioFocusEnabledDuckFlash[] = |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2493 | "Enabled (Flash lowers volume when interrupted by other sound, " |
| 2494 | "experimental)"; |
| 2495 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2496 | const char kEnableNewAppMenuIconName[] = "Enable the New App Menu Icon"; |
| 2497 | const char kEnableNewAppMenuIconDescription[] = |
| 2498 | "Use the new app menu icon with update notification animations."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2499 | |
Dave Schuyler | 598a4a4 | 2018-01-04 02:15:10 | [diff] [blame] | 2500 | const char kOmniboxRichEntitySuggestionsName[] = |
| 2501 | "Omnibox rich entity suggestions"; |
| 2502 | const char kOmniboxRichEntitySuggestionsDescription[] = |
| 2503 | "Display entity suggestions using images and an enhanced layout; showing " |
| 2504 | "more context and descriptive text about the entity"; |
| 2505 | |
Dave Schuyler | 616273d | 2018-04-19 03:12:52 | [diff] [blame] | 2506 | const char kOmniboxNewAnswerLayoutName[] = "Omnibox new answer layout"; |
| 2507 | const char kOmniboxNewAnswerLayoutDescription[] = |
| 2508 | "Display answers using an enhanced layout with larger images"; |
| 2509 | |
Kevin Bailey | 89866997 | 2017-11-06 15:34:49 | [diff] [blame] | 2510 | const char kOmniboxTabSwitchSuggestionsName[] = |
| 2511 | "Omnibox tab switch suggestions"; |
| 2512 | const char kOmniboxTabSwitchSuggestionsDescription[] = |
| 2513 | "Enable suggestions for switching to open tabs within the Omnibox."; |
| 2514 | |
krb | cc62141 | 2017-06-01 19:40:28 | [diff] [blame] | 2515 | const char kOmniboxTailSuggestionsName[] = "Omnibox tail suggestions"; |
| 2516 | const char kOmniboxTailSuggestionsDescription[] = |
Vitalii Iarko | 7df52014 | 2017-07-07 12:53:19 | [diff] [blame] | 2517 | "Enable receiving tail suggestions, a type of search suggestion based on " |
| 2518 | "the last few words in the query, for the Omnibox."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2519 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2520 | const char kOneGoogleBarOnLocalNtpName[] = |
| 2521 | "Enable the OneGoogleBar on the local NTP"; |
| 2522 | const char kOneGoogleBarOnLocalNtpDescription[] = |
| 2523 | "Show a OneGoogleBar on the local New Tab page if Google is the default " |
| 2524 | "search engine."; |
| 2525 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2526 | const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP"; |
| 2527 | const char kUseGoogleLocalNtpDescription[] = |
| 2528 | "Use the local New Tab page if Google is the default search engine."; |
spqchan | 064a811 | 2017-04-18 16:46:32 | [diff] [blame] | 2529 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2530 | const char kVoiceSearchOnLocalNtpName[] = |
| 2531 | "Enable Voice Search on the local NTP"; |
| 2532 | const char kVoiceSearchOnLocalNtpDescription[] = |
| 2533 | "Show a microphone for voice search on the local New Tab page " |
| 2534 | "if Google is the default search engine."; |
| 2535 | |
Balazs Engedy | 00c5cea | 2018-03-30 15:36:39 | [diff] [blame] | 2536 | const char kEnableWebAuthenticationAPIName[] = "Web Authentication API"; |
Kim Paulhamus | 33f87b1 | 2018-01-18 22:00:42 | [diff] [blame] | 2537 | const char kEnableWebAuthenticationAPIDescription[] = |
Balazs Engedy | 00c5cea | 2018-03-30 15:36:39 | [diff] [blame] | 2538 | "Enable Web Authentication API support"; |
| 2539 | |
| 2540 | const char kEnableWebAuthenticationTestingAPIName[] = |
| 2541 | "Web Authentication Testing API"; |
| 2542 | const char kEnableWebAuthenticationTestingAPIDescription[] = |
| 2543 | "Enable Web Authentication Testing API support, which disconnects the API " |
| 2544 | "implementation from the real world, and allows configuring virtual " |
| 2545 | "authenticator devices for testing"; |
Kim Paulhamus | 33f87b1 | 2018-01-18 22:00:42 | [diff] [blame] | 2546 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2547 | #if defined(GOOGLE_CHROME_BUILD) |
| 2548 | |
| 2549 | const char kGoogleBrandedContextMenuName[] = |
| 2550 | "Google branding in the context menu"; |
| 2551 | const char kGoogleBrandedContextMenuDescription[] = |
| 2552 | "Shows a Google icon next to context menu items powered by Google " |
| 2553 | "services."; |
| 2554 | |
| 2555 | #endif // !defined(GOOGLE_CHROME_BUILD) |
| 2556 | |
| 2557 | #endif // !defined(OS_ANDROID) |
| 2558 | |
| 2559 | // Windows --------------------------------------------------------------------- |
| 2560 | |
| 2561 | #if defined(OS_WIN) |
| 2562 | |
| 2563 | const char kCloudPrintXpsName[] = "XPS in Google Cloud Print"; |
| 2564 | const char kCloudPrintXpsDescription[] = |
| 2565 | "XPS enables advanced options for classic printers connected to the Cloud " |
| 2566 | "Print with Chrome. Printers must be re-connected after changing this " |
| 2567 | "flag."; |
| 2568 | |
Dave Tapuska | dd43469d | 2017-08-22 22:15:53 | [diff] [blame] | 2569 | const char kDirectManipulationStylusName[] = "Direct Manipulation Stylus"; |
| 2570 | const char kDirectManipulationStylusDescription[] = |
| 2571 | "If enabled, Chrome will scroll web pages on stylus drag."; |
| 2572 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2573 | const char kDisablePostscriptPrinting[] = "Disable PostScript Printing"; |
| 2574 | const char kDisablePostscriptPrintingDescription[] = |
| 2575 | "Disables PostScript generation when printing to PostScript capable " |
| 2576 | "printers, and uses EMF generation in its place."; |
| 2577 | |
| 2578 | const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown."; |
| 2579 | const char kEnableAppcontainerDescription[] = |
| 2580 | "Enables the use of an AppContainer on sandboxed processes to improve " |
| 2581 | "security."; |
| 2582 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2583 | const char kEnableDesktopIosPromotionsName[] = "Desktop to iOS promotions."; |
| 2584 | const char kEnableDesktopIosPromotionsDescription[] = |
| 2585 | "Enable Desktop to iOS promotions, and allow users to see them if they are " |
| 2586 | "eligible."; |
| 2587 | |
James Forshaw | fd0ce34 | 2018-02-14 09:55:39 | [diff] [blame] | 2588 | const char kEnableGpuAppcontainerName[] = "Enable GPU AppContainer Lockdown."; |
| 2589 | const char kEnableGpuAppcontainerDescription[] = |
| 2590 | "Enables the use of an AppContainer for the GPU sandboxed processes to " |
| 2591 | "improve security."; |
| 2592 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2593 | const char kGdiTextPrinting[] = "GDI Text Printing"; |
| 2594 | const char kGdiTextPrintingDescription[] = |
| 2595 | "Use GDI to print text as simply text"; |
| 2596 | |
Henrik Grunell | 67e56ef | 2018-04-10 14:04:09 | [diff] [blame] | 2597 | const char kIncreaseInputAudioBufferSize[] = "Increase input audio buffer size"; |
| 2598 | const char kIncreaseInputAudioBufferSizeDescription[] = |
| 2599 | "Increases the input audio endpoint buffer to 100 ms."; |
| 2600 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2601 | const char kTraceExportEventsToEtwName[] = |
| 2602 | "Enable exporting of tracing events to ETW."; |
| 2603 | const char kTraceExportEventsToEtwDesription[] = |
| 2604 | "If enabled, trace events will be exported to the Event Tracing for " |
| 2605 | "Windows (ETW) and can then be captured by tools such as UIForETW or " |
| 2606 | "Xperf."; |
| 2607 | |
| 2608 | const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API"; |
| 2609 | const char kUseWinrtMidiApiDescription[] = |
| 2610 | "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or " |
| 2611 | "later)."; |
| 2612 | |
| 2613 | const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar"; |
| 2614 | const char kWindows10CustomTitlebarDescription[] = |
| 2615 | "If enabled, Chrome will draw the titlebar and caption buttons instead of " |
| 2616 | "deferring to Windows."; |
| 2617 | |
| 2618 | #endif // defined(OS_WIN) |
| 2619 | |
| 2620 | // Mac ------------------------------------------------------------------------- |
| 2621 | |
| 2622 | #if defined(OS_MACOSX) |
| 2623 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2624 | const char kAppWindowCyclingName[] = "Custom Window Cycling for Chrome Apps."; |
| 2625 | const char kAppWindowCyclingDescription[] = |
| 2626 | "Changes the behavior of Cmd+` when a Chrome App becomes active. When " |
| 2627 | "enabled, Chrome Apps will not be cycled when Cmd+` is pressed from a " |
| 2628 | "browser window, and browser windows will not be cycled when a Chrome App " |
| 2629 | "is active."; |
| 2630 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2631 | const char kFullscreenToolbarRevealName[] = |
| 2632 | "Enables the toolbar in fullscreen to reveal itself."; |
| 2633 | const char kFullscreenToolbarRevealDescription[] = |
| 2634 | "Reveal the toolbar in fullscreen for a short period when the tab strip " |
| 2635 | "has changed."; |
| 2636 | |
| 2637 | const char kContentFullscreenName[] = "Improved Content Fullscreen"; |
| 2638 | const char kContentFullscreenDescription[] = |
| 2639 | "Fullscreen content window detaches from main browser window and goes to " |
| 2640 | "a new space without moving or changing the original browser window."; |
| 2641 | |
Lei Zhang | 2eca908 | 2017-10-17 20:42:50 | [diff] [blame] | 2642 | const char kDialogTouchBarName[] = "Dialog Touch Bar"; |
| 2643 | const char kDialogTouchBarDescription[] = |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2644 | "Shows Dialog buttons on the Touch Bar."; |
| 2645 | |
| 2646 | const char kHostedAppsInWindowsName[] = |
| 2647 | "Allow hosted apps to be opened in windows"; |
| 2648 | const char kHostedAppsInWindowsDescription[] = |
| 2649 | "Allows hosted apps to be opened in windows instead of being limited to " |
| 2650 | "tabs."; |
| 2651 | |
Lei Zhang | 2eca908 | 2017-10-17 20:42:50 | [diff] [blame] | 2652 | const char kMacRTLName[] = "Enable RTL"; |
| 2653 | const char kMacRTLDescription[] = "Mirrors the UI for RTL language users"; |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2654 | |
Lei Zhang | 2eca908 | 2017-10-17 20:42:50 | [diff] [blame] | 2655 | const char kMacSystemShareMenuName[] = "Enable System Share Menu"; |
| 2656 | const char kMacSystemShareMenuDescription[] = |
Leonard Grey | 2bdd08f | 2017-10-03 18:40:52 | [diff] [blame] | 2657 | "Enables sharing via macOS share extensions."; |
| 2658 | |
Lei Zhang | 2eca908 | 2017-10-17 20:42:50 | [diff] [blame] | 2659 | const char kMacTouchBarName[] = "Hardware Touch Bar"; |
| 2660 | const char kMacTouchBarDescription[] = "Control the use of the Touch Bar."; |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2661 | |
| 2662 | const char kMacV2SandboxName[] = "Mac V2 Sandbox"; |
| 2663 | const char kMacV2SandboxDescription[] = |
| 2664 | "Eliminates the unsandboxed warmup phase and sandboxes processes for their " |
| 2665 | "entire life cycle."; |
| 2666 | |
| 2667 | const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows."; |
| 2668 | const char kMacViewsNativeAppWindowsDescription[] = |
| 2669 | "Controls whether to use Toolkit-Views based Chrome App windows."; |
| 2670 | |
| 2671 | const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager."; |
| 2672 | const char kMacViewsTaskManagerDescription[] = |
| 2673 | "Controls whether to use the Toolkit-Views based Task Manager."; |
| 2674 | |
Tessa Nijssen | 177ab646 | 2018-06-09 00:54:50 | [diff] [blame] | 2675 | const char kSuggestedTextTouchBarName[] = "Suggested Text Touch Bar"; |
| 2676 | const char kSuggestedTextTouchBarDescription[] = |
| 2677 | "Enable suggested text touch bar for textfields."; |
| 2678 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2679 | const char kTabDetachingInFullscreenName[] = |
| 2680 | "Allow tab detaching in fullscreen"; |
| 2681 | const char kTabDetachingInFullscreenDescription[] = |
| 2682 | "Allow tabs to detach from the tabstrip when in fullscreen mode on Mac."; |
| 2683 | |
| 2684 | const char kTabStripKeyboardFocusName[] = "Tab Strip Keyboard Focus"; |
| 2685 | const char kTabStripKeyboardFocusDescription[] = |
| 2686 | "Enable keyboard focus for the tabs in the tab strip."; |
| 2687 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2688 | #endif |
| 2689 | |
| 2690 | // Chrome OS ------------------------------------------------------------------- |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2691 | |
| 2692 | #if defined(OS_CHROMEOS) |
| 2693 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2694 | const char kAcceleratedMjpegDecodeName[] = |
| 2695 | "Hardware-accelerated mjpeg decode for captured frame"; |
| 2696 | const char kAcceleratedMjpegDecodeDescription[] = |
| 2697 | "Enable hardware-accelerated mjpeg decode for captured frame where " |
| 2698 | "available."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2699 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2700 | const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click"; |
| 2701 | const char kAllowTouchpadThreeFingerClickDescription[] = |
| 2702 | "Enables touchpad three-finger-click as middle button."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2703 | |
Bruno Kim Medeiros Cesar | b98fe1d8 | 2018-06-06 18:11:52 | [diff] [blame] | 2704 | const char kArcAvailableForChildName[] = "Allow ARC for child accounts"; |
| 2705 | const char kArcAvailableForChildDescription[] = |
| 2706 | "Allow child accounts to start Android apps."; |
| 2707 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2708 | const char kArcBootCompleted[] = "Load Android apps automatically"; |
| 2709 | const char kArcBootCompletedDescription[] = |
| 2710 | "Allow Android apps to start automatically after signing in."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2711 | |
Lev Rumyantsev | 7a854431 | 2017-08-18 19:26:51 | [diff] [blame] | 2712 | const char kArcNativeBridgeExperimentName[] = |
| 2713 | "Enable native bridge experiment for ARC"; |
| 2714 | const char kArcNativeBridgeExperimentDescription[] = |
| 2715 | "Enables experimental native bridge feature."; |
| 2716 | |
lgcheng | ecd1c1a6 | 2018-01-09 02:59:46 | [diff] [blame] | 2717 | const char kArcUsbHostName[] = "Enable ARC USB host integration"; |
| 2718 | const char kArcUsbHostDescription[] = |
| 2719 | "Allow Android apps to use USB host feature on ChromeOS devices."; |
| 2720 | |
Kevin Cernekee | b7f96a5 | 2017-10-25 17:40:18 | [diff] [blame] | 2721 | const char kArcVpnName[] = "Enable ARC VPN integration"; |
| 2722 | const char kArcVpnDescription[] = |
| 2723 | "Allow Android VPN clients to tunnel Chrome traffic."; |
| 2724 | |
Qiang Xu | 045aff22 | 2018-05-21 23:21:01 | [diff] [blame] | 2725 | const char kAshDisableLoginDimAndBlurName[] = |
| 2726 | "Disable dimming and blur on login screen."; |
| 2727 | const char kAshDisableLoginDimAndBlurDescription[] = |
| 2728 | "Disable dimming and blur on login screen."; |
| 2729 | |
| 2730 | const char kAshDisableSmoothScreenRotationName[] = |
| 2731 | "Disable smooth rotation animations."; |
| 2732 | const char kAshDisableSmoothScreenRotationDescription[] = |
| 2733 | "Disable smooth rotation animations."; |
| 2734 | |
| 2735 | const char kAshEnableDisplayMoveWindowAccelsName[] = |
| 2736 | "Enable shortcuts for moving window between displays."; |
| 2737 | const char kAshEnableDisplayMoveWindowAccelsDescription[] = |
| 2738 | "Enable shortcuts for moving window between displays."; |
| 2739 | |
| 2740 | const char kAshEnableKeyboardShortcutViewerName[] = |
| 2741 | "Enable keyboard shortcut viewer."; |
| 2742 | const char kAshEnableKeyboardShortcutViewerDescription[] = |
| 2743 | "Enable keyboard shortcut viewer."; |
| 2744 | |
| 2745 | const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode."; |
| 2746 | const char kAshEnableMirroredScreenDescription[] = |
| 2747 | "Enable the mirrored screen mode. This mode flips the screen image " |
| 2748 | "horizontally."; |
| 2749 | |
| 2750 | const char kAshEnableNewOverviewAnimationsName[] = |
| 2751 | "Enable new overview animations."; |
| 2752 | const char kAshEnableNewOverviewAnimationsDescription[] = |
| 2753 | "Enables the new overview mode animations."; |
| 2754 | |
| 2755 | const char kAshEnablePersistentWindowBoundsName[] = |
| 2756 | "Enable persistent window bounds in multi-displays scenario."; |
| 2757 | const char kAshEnablePersistentWindowBoundsDescription[] = |
| 2758 | "Enable persistent window bounds in multi-displays scenario."; |
| 2759 | |
| 2760 | const char kAshEnableTrilinearFilteringName[] = "Enable trilinear filtering."; |
| 2761 | const char kAshEnableTrilinearFilteringDescription[] = |
| 2762 | "Enable trilinear filtering."; |
| 2763 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2764 | const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode"; |
| 2765 | const char kAshEnableUnifiedDesktopDescription[] = |
| 2766 | "Enable unified desktop mode which allows a window to span multiple " |
| 2767 | "displays."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2768 | |
Qiang Xu | 045aff22 | 2018-05-21 23:21:01 | [diff] [blame] | 2769 | const char kAshShelfColorName[] = "Shelf color in Chrome OS system UI"; |
| 2770 | const char kAshShelfColorDescription[] = |
| 2771 | "Enables/disables the shelf color to be a derived from the wallpaper. The " |
| 2772 | "--ash-shelf-color-scheme flag defines how that color is derived."; |
| 2773 | |
| 2774 | const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI"; |
| 2775 | const char kAshShelfColorSchemeDescription[] = |
| 2776 | "Specify how the color is derived from the wallpaper. This flag is only " |
| 2777 | "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted"; |
| 2778 | const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant"; |
| 2779 | const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant"; |
| 2780 | const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant"; |
| 2781 | const char kAshShelfColorSchemeLightMuted[] = "Light & Muted"; |
| 2782 | const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted"; |
| 2783 | const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted"; |
| 2784 | |
Sean Kau | 5e95619 | 2017-10-06 22:25:17 | [diff] [blame] | 2785 | const char kBulkPrintersName[] = "Bulk Printers Policy"; |
| 2786 | const char kBulkPrintersDescription[] = "Enables the new bulk printers policy"; |
| 2787 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2788 | const char kCaptivePortalBypassProxyName[] = |
| 2789 | "Bypass proxy for Captive Portal Authorization"; |
| 2790 | const char kCaptivePortalBypassProxyDescription[] = |
| 2791 | "If proxy is configured, it usually prevents from authorization on " |
| 2792 | "different captive portals. This enables opening captive portal " |
| 2793 | "authorization dialog in a separate window, which ignores proxy settings."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2794 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2795 | const char kCrOSComponentName[] = "Chrome OS Component"; |
| 2796 | const char kCrOSComponentDescription[] = |
Xiaochu Liu | 4c1b75d | 2017-12-18 23:52:08 | [diff] [blame] | 2797 | "Disable the use of componentized escpr CUPS filter."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2798 | |
Xiaochu Liu | 51d03fd | 2017-09-08 23:51:02 | [diff] [blame] | 2799 | const char kCrOSContainerName[] = "Chrome OS Container"; |
| 2800 | const char kCrOSContainerDescription[] = |
| 2801 | "Enable the use of Chrome OS Container utility."; |
| 2802 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2803 | const char kCrosRegionsModeName[] = "Cros-regions load mode"; |
| 2804 | const char kCrosRegionsModeDescription[] = |
| 2805 | "This flag controls cros-regions load mode"; |
| 2806 | const char kCrosRegionsModeDefault[] = "Default"; |
| 2807 | const char kCrosRegionsModeOverride[] = "Override VPD values."; |
| 2808 | const char kCrosRegionsModeHide[] = "Hide VPD values."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2809 | |
Jacob Dufault | 2becbc48 | 2017-08-25 00:36:35 | [diff] [blame] | 2810 | const char kDisableLockScreenAppsName[] = "Disable lock screen note taking"; |
| 2811 | const char kDisableLockScreenAppsDescription[] = |
| 2812 | "Disable new-note action handler apps on the lock screen. The user will " |
| 2813 | "not be able to launch the preferred note-taking action from the lock " |
| 2814 | "screen, provided that the app supports lock screen note taking."; |
| 2815 | |
Qiang Xu | 045aff22 | 2018-05-21 23:21:01 | [diff] [blame] | 2816 | const char kDisableNetworkSettingsConfigName[] = |
| 2817 | "Disable Settings based Network Configuration"; |
| 2818 | const char kDisableNetworkSettingsConfigDescription[] = |
| 2819 | "Disables the Settings based network configuration UI and restores the " |
| 2820 | "Views based configuration dialog."; |
| 2821 | |
| 2822 | const char kDisableSystemTimezoneAutomaticDetectionName[] = |
| 2823 | "SystemTimezoneAutomaticDetection policy support"; |
| 2824 | const char kDisableSystemTimezoneAutomaticDetectionDescription[] = |
| 2825 | "Disable system timezone automatic detection device policy."; |
| 2826 | |
Sammie Quon | ef6b488 | 2017-09-14 16:50:05 | [diff] [blame] | 2827 | const char kDisableTabletAutohideTitlebarsName[] = |
| 2828 | "Disable autohide titlebars in tablet mode"; |
| 2829 | const char kDisableTabletAutohideTitlebarsDescription[] = |
| 2830 | "Disable tablet mode autohide titlebars functionality. The user will be " |
| 2831 | "able to see the titlebar in tablet mode."; |
| 2832 | |
Xiaoqian Dai | 24b33eb | 2018-04-10 21:01:57 | [diff] [blame] | 2833 | const char kDisableTabletSplitViewName[] = "Disable split view in Tablet mode"; |
| 2834 | const char kDisableTabletSplitViewDescription[] = |
| 2835 | "Disable split view for Chrome OS tablet mode."; |
| 2836 | |
Qiang Xu | 53d1a583 | 2018-05-24 18:44:19 | [diff] [blame] | 2837 | const char kEnableAppShortcutSearchName[] = |
| 2838 | "Enable app shortcut search in launcher"; |
| 2839 | const char kEnableAppShortcutSearchDescription[] = |
| 2840 | "Enables app shortcut search in launcher"; |
| 2841 | |
Weidong Guo | 00d0b2b | 2018-06-07 00:39:30 | [diff] [blame] | 2842 | const char kEnableAppsGridGapFeatureName[] = |
| 2843 | "Enable apps grid gap feature in launcher."; |
| 2844 | const char kEnableAppsGridGapFeatureDescription[] = |
| 2845 | "Enables gaps at the end of each page and enables dragging an item to an " |
| 2846 | "empty page in launcher."; |
| 2847 | |
Lei Zhang | 2eca908 | 2017-10-17 20:42:50 | [diff] [blame] | 2848 | const char kEnableBackgroundBlurName[] = "Enable background blur."; |
| 2849 | const char kEnableBackgroundBlurDescription[] = |
Wenzhao Zang | 50fb0b2 | 2017-11-07 01:38:42 | [diff] [blame] | 2850 | "Enables background blur for the Peeking Launcher and Tab Switcher."; |
Alex Newcomer | 43cb7f1 | 2017-07-28 17:37:39 | [diff] [blame] | 2851 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2852 | const char kEnableChromevoxArcSupportName[] = "ChromeVox ARC support"; |
| 2853 | const char kEnableChromevoxArcSupportDescription[] = |
| 2854 | "Enable ChromeVox screen reader features in ARC"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2855 | |
F#m | 75862c9 | 2018-01-25 19:10:47 | [diff] [blame] | 2856 | const char kEnableDisplayZoomSettingName[] = "Enable display zoom settings"; |
| 2857 | const char kEnableDisplayZoomSettingDescription[] = |
| 2858 | "Allows the user to modify the display size or zoom via the chrome display " |
| 2859 | "settings page."; |
| 2860 | |
Xiaoqian Dai | 82d9919 | 2018-05-25 18:51:35 | [diff] [blame] | 2861 | const char kEnableDragTabsInTabletModeName[] = |
| 2862 | "Enable dragging tabs in tablet mode"; |
| 2863 | const char kEnableDragTabsInTabletModeDescription[] = |
| 2864 | "Allows the user to drag the tabs out of a browser window in tablet mode."; |
| 2865 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2866 | const char kEnableEhvInputName[] = |
| 2867 | "Emoji, handwriting and voice input on opt-in IME menu"; |
| 2868 | const char kEnableEhvInputDescription[] = |
| 2869 | "Enable access to emoji, handwriting and voice input form opt-in IME menu."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2870 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2871 | const char kEnableEncryptionMigrationName[] = |
| 2872 | "Enable encryption migration of user data"; |
| 2873 | const char kEnableEncryptionMigrationDescription[] = |
| 2874 | "If enabled and the device supports ARC, the user will be asked to update " |
| 2875 | "the encryption of user data when the user signs in."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2876 | |
Blake O'Hare | 9e9317b2 | 2017-10-24 02:49:35 | [diff] [blame] | 2877 | const char kEnableFloatingVirtualKeyboardName[] = |
| 2878 | "Enable floating virtual keyboard"; |
| 2879 | const char kEnableFloatingVirtualKeyboardDescription[] = |
| 2880 | "If enabled, the keyboard will use floating behavior by default."; |
| 2881 | |
Qiang Xu | 045aff22 | 2018-05-21 23:21:01 | [diff] [blame] | 2882 | const char kEnableFullscreenHandwritingVirtualKeyboardName[] = |
| 2883 | "Enable full screen handwriting virtual keyboard"; |
| 2884 | const char kEnableFullscreenHandwritingVirtualKeyboardDescription[] = |
| 2885 | "If enabled, the handwriting virtual keyboard will allow user to write " |
| 2886 | "anywhere on the screen"; |
| 2887 | |
| 2888 | const char kEnableHomeLauncherName[] = "Enable home launcher"; |
| 2889 | const char kEnableHomeLauncherDescription[] = |
| 2890 | "Enable home launcher in tablet mode."; |
| 2891 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2892 | const char kEnableImeMenuName[] = "Enable opt-in IME menu"; |
| 2893 | const char kEnableImeMenuDescription[] = |
| 2894 | "Enable access to the new IME menu in the Language Settings page."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2895 | |
Qiang Xu | 045aff22 | 2018-05-21 23:21:01 | [diff] [blame] | 2896 | const char kEnableNewWallpaperPickerName[] = "Enable new wallpaper picker"; |
| 2897 | const char kEnableNewWallpaperPickerDescription[] = |
| 2898 | "Enable the redesigned wallpaper picker with new wallpaper collections."; |
| 2899 | |
| 2900 | const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences."; |
| 2901 | const char kEnablePerUserTimezoneDescription[] = |
| 2902 | "Chrome OS system timezone preference is stored and handled for each user " |
| 2903 | "individually."; |
| 2904 | |
| 2905 | const char kEnableSettingsShortcutSearchName[] = |
| 2906 | "Enable Settings shortcut search"; |
| 2907 | const char kEnableSettingsShortcutSearchDescription[] = |
| 2908 | "Enable Settings shortcut search in launcher."; |
| 2909 | |
Darren Shen | 3e49c63d | 2018-03-28 04:45:50 | [diff] [blame] | 2910 | const char kEnableStylusVirtualKeyboardName[] = |
| 2911 | "Enable stylus virtual keyboard"; |
| 2912 | const char kEnableStylusVirtualKeyboardDescription[] = |
| 2913 | "If enabled, tapping with a stylus will show the handwriting virtual " |
| 2914 | "keyboard."; |
| 2915 | |
Jordy Greenblatt | 2f23df2 | 2018-02-22 19:49:19 | [diff] [blame] | 2916 | const char kEnableUnifiedMultiDeviceSettingsName[] = |
| 2917 | "Enable unified MultiDevice settings"; |
| 2918 | const char kEnableUnifiedMultiDeviceSettingsDescription[] = |
| 2919 | "If enabled, the Chrome OS Settings UI will include a menu for the unified " |
| 2920 | "MultiDevice settings."; |
| 2921 | |
| 2922 | const char kEnableUnifiedMultiDeviceSetupName[] = |
| 2923 | "Enable unified MultiDevice setup"; |
| 2924 | const char kEnableUnifiedMultiDeviceSetupDescription[] = |
| 2925 | "Enable the device to setup all MultiDevice services in a single workflow."; |
| 2926 | |
Klemen Kozjek | 05fc451 | 2017-10-18 12:51:10 | [diff] [blame] | 2927 | const char kEnableZipArchiverPackerName[] = "ZIP archiver - Packer"; |
| 2928 | const char kEnableZipArchiverPackerDescription[] = |
| 2929 | "Enable the ability to archive files on Drive in the Files app"; |
| 2930 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2931 | const char kEolNotificationName[] = "Disable Device End of Life notification."; |
| 2932 | const char kEolNotificationDescription[] = |
| 2933 | "Disable Notifcation when Device is End of Life."; |
| 2934 | |
| 2935 | const char kExperimentalAccessibilityFeaturesName[] = |
| 2936 | "Experimental accessibility features"; |
| 2937 | const char kExperimentalAccessibilityFeaturesDescription[] = |
| 2938 | "Enable additional accessibility features in the Settings page."; |
| 2939 | |
| 2940 | const char kExperimentalInputViewFeaturesName[] = |
| 2941 | "Experimental input view features"; |
| 2942 | const char kExperimentalInputViewFeaturesDescription[] = |
| 2943 | "Enable experimental features for IME input views."; |
| 2944 | |
| 2945 | const char kFileManagerTouchModeName[] = "Files App. touch mode"; |
| 2946 | const char kFileManagerTouchModeDescription[] = |
| 2947 | "Touchscreen-specific interactions of the Files app."; |
| 2948 | |
| 2949 | const char kFirstRunUiTransitionsName[] = |
| 2950 | "Animated transitions in the first-run tutorial"; |
| 2951 | const char kFirstRunUiTransitionsDescription[] = |
| 2952 | "Transitions during first-run tutorial are animated."; |
| 2953 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2954 | const char kForceEnableStylusToolsName[] = "Force enable stylus features"; |
| 2955 | const char kForceEnableStylusToolsDescription[] = |
| 2956 | "Forces display of the stylus tools menu in the shelf and the stylus " |
| 2957 | "section in settings, even if there is no attached stylus device."; |
| 2958 | |
| 2959 | const char kGestureEditingName[] = "Gesture editing for the virtual keyboard."; |
| 2960 | const char kGestureEditingDescription[] = |
| 2961 | "Enable/Disable gesture editing option in the settings page for the " |
| 2962 | "virtual keyboard."; |
| 2963 | |
| 2964 | const char kGestureTypingName[] = "Gesture typing for the virtual keyboard."; |
| 2965 | const char kGestureTypingDescription[] = |
| 2966 | "Enable/Disable gesture typing option in the settings page for the virtual " |
| 2967 | "keyboard."; |
| 2968 | |
| 2969 | const char kInputViewName[] = "Input views"; |
| 2970 | const char kInputViewDescription[] = |
| 2971 | "Enable IME extensions to supply custom views for user input such as " |
| 2972 | "virtual keyboards."; |
| 2973 | |
Megumi Hattori | 5a0d418 | 2018-03-06 11:09:50 | [diff] [blame] | 2974 | const char kLockScreenNotificationName[] = "Lock screen notification"; |
| 2975 | const char kLockScreenNotificationDescription[] = |
| 2976 | "Enable notifications on the lock screen."; |
| 2977 | |
Qiang Xu | 045aff22 | 2018-05-21 23:21:01 | [diff] [blame] | 2978 | const char kMaterialDesignInkDropAnimationSpeedName[] = |
| 2979 | "Material design ink drop animation speed"; |
| 2980 | const char kMaterialDesignInkDropAnimationSpeedDescription[] = |
| 2981 | "Sets the speed of the experimental visual feedback animations for " |
| 2982 | "material design."; |
| 2983 | const char kMaterialDesignInkDropAnimationFast[] = "Fast"; |
| 2984 | const char kMaterialDesignInkDropAnimationSlow[] = "Slow"; |
| 2985 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 2986 | const char kMemoryPressureThresholdName[] = |
| 2987 | "Memory discard strategy for advanced pressure handling"; |
| 2988 | const char kMemoryPressureThresholdDescription[] = |
| 2989 | "Memory discarding strategy to use"; |
| 2990 | const char kConservativeThresholds[] = |
| 2991 | "Conservative memory pressure release strategy"; |
| 2992 | const char kAggressiveCacheDiscardThresholds[] = |
| 2993 | "Aggressive cache release strategy"; |
| 2994 | const char kAggressiveTabDiscardThresholds[] = |
| 2995 | "Aggressive tab release strategy"; |
| 2996 | const char kAggressiveThresholds[] = |
| 2997 | "Aggressive tab and cache release strategy"; |
| 2998 | |
| 2999 | const char kMtpWriteSupportName[] = "MTP write support"; |
| 3000 | const char kMtpWriteSupportDescription[] = |
| 3001 | "MTP write support in File System API (and file manager). In-place editing " |
| 3002 | "operations are not supported."; |
| 3003 | |
| 3004 | const char kMultideviceName[] = "Enable multidevice features"; |
| 3005 | const char kMultideviceDescription[] = |
| 3006 | "Enables UI for controlling multidevice features."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3007 | |
Kyle Horimoto | 027590fb | 2018-02-13 22:19:48 | [diff] [blame] | 3008 | const char kMultiDeviceApiName[] = "Enables the MultiDevice API"; |
| 3009 | const char kMultiDeviceApiDescription[] = |
| 3010 | "Enable Mojo-based API which provides synced device metadata and the " |
| 3011 | "ability to connect to other devices associated the logged-in Google " |
| 3012 | "account."; |
| 3013 | |
Bailey Berro | dca8eeca0 | 2017-11-18 00:49:12 | [diff] [blame] | 3014 | const char kNativeSmbName[] = "Native Smb Client"; |
| 3015 | const char kNativeSmbDescription[] = |
| 3016 | "If enabled, allows connections to an smb filesystem via Files app"; |
Bailey Berro | fc0da1b | 2017-11-02 11:02:30 | [diff] [blame] | 3017 | |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3018 | const char kNetworkPortalNotificationName[] = |
| 3019 | "Notifications about captive portals"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3020 | const char kNetworkPortalNotificationDescription[] = |
| 3021 | "If enabled, notification is displayed when device is connected to a " |
| 3022 | "network behind captive portal."; |
| 3023 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3024 | const char kNewKoreanImeName[] = "New Korean IME"; |
| 3025 | const char kNewKoreanImeDescription[] = |
| 3026 | "New Korean IME, which is based on Google Input Tools' HMM engine."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3027 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3028 | const char kNewZipUnpackerName[] = "New ZIP unpacker"; |
| 3029 | const char kNewZipUnpackerDescription[] = |
| 3030 | "New ZIP unpacker flow, based on the File System Provider API."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3031 | |
Qiang Xu | 045aff22 | 2018-05-21 23:21:01 | [diff] [blame] | 3032 | const char kOfficeEditingComponentAppName[] = |
| 3033 | "Office Editing for Docs, Sheets & Slides"; |
| 3034 | const char kOfficeEditingComponentAppDescription[] = |
| 3035 | "Office Editing for Docs, Sheets & Slides for testing purposes."; |
| 3036 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3037 | const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect"; |
| 3038 | const char kPhysicalKeyboardAutocorrectDescription[] = |
| 3039 | "Enable physical keyboard autocorrect for US keyboard, which can provide " |
| 3040 | "suggestions as typing on physical keyboard."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3041 | |
| 3042 | const char kPrinterProviderSearchAppName[] = |
| 3043 | "Chrome Web Store Gallery app for printer drivers"; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3044 | const char kPrinterProviderSearchAppDescription[] = |
| 3045 | "Enables Chrome Web Store Gallery app for printer drivers. The app " |
Vitalii Iarko | 7df52014 | 2017-07-07 12:53:19 | [diff] [blame] | 3046 | "searches Chrome Web Store for extensions that support printing to a USB " |
| 3047 | "printer with specific USB ID."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3048 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3049 | const char kQuickUnlockPinName[] = "Quick Unlock (PIN)"; |
| 3050 | const char kQuickUnlockPinDescription[] = |
| 3051 | "Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS " |
| 3052 | "device on the lock screen after you have signed into your device."; |
| 3053 | const char kQuickUnlockPinSignin[] = "Enable PIN when logging in."; |
| 3054 | const char kQuickUnlockPinSigninDescription[] = |
| 3055 | "Enabling PIN allows you to use a PIN to sign in and unlock your ChromeOS " |
| 3056 | "device. After changing this flag PIN needs to be set up again."; |
| 3057 | const char kQuickUnlockFingerprint[] = "Quick Unlock (Fingerprint)"; |
| 3058 | const char kQuickUnlockFingerprintDescription[] = |
| 3059 | "Enabling fingerprint quick unlock allows you to setup and use a " |
| 3060 | "fingerprint to unlock your Chromebook on the lock screen after you have " |
| 3061 | "signed into your device."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3062 | |
James Cook | 0ba192bf | 2017-12-01 20:53:11 | [diff] [blame] | 3063 | const char kShowTapsName[] = "Show taps"; |
| 3064 | const char kShowTapsDescription[] = |
| 3065 | "Draws a circle at each touch point, which makes touch points more obvious " |
| 3066 | "when projecting or mirroring the display. Similar to the Android OS " |
| 3067 | "developer option."; |
| 3068 | |
| 3069 | const char kShowTouchHudName[] = "Show HUD for touch points"; |
| 3070 | const char kShowTouchHudDescription[] = |
| 3071 | "Shows a trail of colored dots for the last few touch points. Pressing " |
| 3072 | "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps " |
| 3073 | "debug hardware issues that generate spurious touch events."; |
| 3074 | |
Chung-Sheng Wu | 468b0b3 | 2017-09-01 14:41:57 | [diff] [blame] | 3075 | const char kSysInternalsName[] = "Enable Sys-Internals"; |
| 3076 | const char kSysInternalsDescription[] = |
| 3077 | "If enabled, user can monitor system information at " |
| 3078 | "chrome://sys-internals."; |
| 3079 | |
James Cook | a938409 | 2018-05-23 02:54:26 | [diff] [blame] | 3080 | const char kTapVisualizerAppName[] = "Show taps with mojo app"; |
| 3081 | const char kTapVisualizerAppDescription[] = |
| 3082 | "Use an out-of-process mojo app to show touch points."; |
| 3083 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3084 | const char kTeamDrivesName[] = "Enable Team Drives Integration"; |
| 3085 | const char kTeamDrivesDescription[] = |
| 3086 | "If enabled, files under Team Drives will appear in the Files app."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3087 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3088 | const char kTetherName[] = "Instant Tethering"; |
| 3089 | const char kTetherDescription[] = |
| 3090 | "Enables Instant Tethering. Instant Tethering allows your nearby Google " |
| 3091 | "phone to share its Internet connection with this device."; |
stanisc | 14bed0b13 | 2017-05-10 17:46:37 | [diff] [blame] | 3092 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3093 | const char kTouchscreenCalibrationName[] = |
| 3094 | "Enable/disable touchscreen calibration option in material design settings"; |
| 3095 | const char kTouchscreenCalibrationDescription[] = |
| 3096 | "If enabled, the user can calibrate the touch screen displays in " |
| 3097 | "chrome://settings/display."; |
yhanada | c5bff5b | 2017-05-18 06:37:09 | [diff] [blame] | 3098 | |
Qiang Xu | 045aff22 | 2018-05-21 23:21:01 | [diff] [blame] | 3099 | const char kUiDevToolsName[] = "Enable native UI inspection"; |
| 3100 | const char kUiDevToolsDescription[] = |
| 3101 | "Enables inspection of native UI elements. For local inspection use " |
| 3102 | "chrome://inspect#other"; |
| 3103 | |
| 3104 | const char kUiShowCompositedLayerBordersName[] = |
| 3105 | "Show UI composited layer borders"; |
| 3106 | const char kUiShowCompositedLayerBordersDescription[] = |
| 3107 | "Show border around composited layers created by UI."; |
| 3108 | const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass"; |
| 3109 | const char kUiShowCompositedLayerBordersSurface[] = "Surface"; |
| 3110 | const char kUiShowCompositedLayerBordersLayer[] = "Layer"; |
| 3111 | const char kUiShowCompositedLayerBordersAll[] = "All"; |
| 3112 | |
| 3113 | const char kUiSlowAnimationsName[] = "Slow UI animations"; |
| 3114 | const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow."; |
| 3115 | |
Mitsuru Oshima | 63d3f2a | 2017-08-23 00:12:11 | [diff] [blame] | 3116 | // Force UI Mode |
| 3117 | const char kUiModeName[] = "Force Ui Mode"; |
| 3118 | const char kUiModeDescription[] = |
| 3119 | R"*(This flag can be used to force a certain mode on to a chromebook, )*" |
| 3120 | R"*(despite its current orientation. "Tablet" means that the )*" |
| 3121 | R"*(chromebook will act as if it were in tablet mode. "Clamshell" )*" |
| 3122 | R"*(means that the chromebook will act as if it were in clamshell )*" |
| 3123 | R"*(mode . "Auto" means that the chromebook will alternate between )*" |
| 3124 | R"*(the two, based on its orientation.)*"; |
| 3125 | const char kUiModeTablet[] = "TouchView"; |
| 3126 | const char kUiModeClamshell[] = "Clamshell"; |
| 3127 | const char kUiModeAuto[] = "Auto (default)"; |
| 3128 | |
James Cook | a1bcfa9a | 2018-01-30 00:18:40 | [diff] [blame] | 3129 | const char kUseMashName[] = "Out-of-process system UI (mash)"; |
| 3130 | const char kUseMashDescription[] = |
| 3131 | "Runs the mojo UI service (mus) and the ash window manager and system UI " |
| 3132 | "in a separate process."; |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3133 | |
Miguel Casas-Sanchez | 8ba32f9 | 2017-11-07 05:03:34 | [diff] [blame] | 3134 | // TODO(mcasas): remove after https://crbug.com/771345. |
| 3135 | const char kUseMonitorColorSpaceName[] = "Use monitor color space"; |
| 3136 | const char kUseMonitorColorSpaceDescription[] = |
| 3137 | "Enables Chrome to use the color space information provided by the monitor" |
| 3138 | " instead of the default sRGB color space."; |
| 3139 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3140 | const char kVideoPlayerChromecastSupportName[] = |
| 3141 | "Experimental Chromecast support for Video Player"; |
| 3142 | const char kVideoPlayerChromecastSupportDescription[] = |
| 3143 | "This option enables experimental Chromecast support for Video Player app " |
| 3144 | "on ChromeOS."; |
| 3145 | |
| 3146 | const char kVirtualKeyboardName[] = "Virtual Keyboard"; |
| 3147 | const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support."; |
| 3148 | |
| 3149 | const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll"; |
| 3150 | const char kVirtualKeyboardOverscrollDescription[] = |
| 3151 | "Enables virtual keyboard overscroll support."; |
| 3152 | |
| 3153 | const char kVoiceInputName[] = "Voice input on virtual keyboard"; |
| 3154 | const char kVoiceInputDescription[] = |
| 3155 | "Enables voice input on virtual keyboard."; |
| 3156 | |
| 3157 | const char kWakeOnPacketsName[] = "Wake On Packets"; |
| 3158 | const char kWakeOnPacketsDescription[] = |
| 3159 | "Enables waking the device based on the receipt of some network packets."; |
orenb | 21da031c | 2017-06-30 21:24:20 | [diff] [blame] | 3160 | |
Qiang Xu | 53d1a583 | 2018-05-24 18:44:19 | [diff] [blame] | 3161 | const char kZipArchiverUnpackerName[] = "ZIP archiver - Unpacker"; |
| 3162 | const char kZipArchiverUnpackerDescription[] = |
| 3163 | "Enable or disable the ability to unpack archives in incognito mode"; |
| 3164 | |
yhanada | c5bff5b | 2017-05-18 06:37:09 | [diff] [blame] | 3165 | #endif // defined(OS_CHROMEOS) |
| 3166 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3167 | // Random platform combinations ----------------------------------------------- |
| 3168 | |
| 3169 | #if defined(OS_WIN) || defined(OS_LINUX) |
| 3170 | |
| 3171 | const char kEnableInputImeApiName[] = "Enable Input IME API"; |
| 3172 | const char kEnableInputImeApiDescription[] = |
| 3173 | "Enable the use of chrome.input.ime API."; |
| 3174 | |
Tom Anderson | 6cbd505 | 2018-05-03 23:49:54 | [diff] [blame] | 3175 | #if !defined(OS_CHROMEOS) |
| 3176 | |
| 3177 | const char kWarnBeforeQuittingFlagName[] = "Warn Before Quitting"; |
| 3178 | const char kWarnBeforeQuittingFlagDescription[] = |
| 3179 | "Confirm to quit by either holding the quit shortcut or pressing it twice."; |
| 3180 | |
| 3181 | #endif // !defined(OS_CHROMEOS) |
| 3182 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3183 | #endif // defined(OS_WIN) || defined(OS_LINUX) |
| 3184 | |
| 3185 | #if defined(OS_WIN) || defined(OS_MACOSX) |
| 3186 | |
| 3187 | const char kAutomaticTabDiscardingName[] = "Automatic tab discarding"; |
| 3188 | const char kAutomaticTabDiscardingDescription[] = |
| 3189 | "If enabled, tabs get automatically discarded from memory when the system " |
| 3190 | "memory is low. Discarded tabs are still visible on the tab strip and get " |
| 3191 | "reloaded when clicked on. Info about discarded tabs can be found at " |
| 3192 | "chrome://discards."; |
| 3193 | |
| 3194 | #endif // defined(OS_WIN) || defined(OS_MACOSX) |
| 3195 | |
Justin Donnelly | 110e40c | 2018-06-01 21:48:43 | [diff] [blame] | 3196 | const char kExperimentalUiName[] = "Use all upcoming UI features"; |
| 3197 | const char kExperimentalUiDescription[] = "Use all upcoming UI features."; |
Elly Fong-Jones | dfaf853 | 2018-05-29 18:20:48 | [diff] [blame] | 3198 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3199 | // Feature flags -------------------------------------------------------------- |
| 3200 | |
| 3201 | #if BUILDFLAG(ENABLE_VR) |
| 3202 | |
David Dorwin | 5a496c3 | 2017-11-17 01:45:05 | [diff] [blame] | 3203 | const char kWebVrVsyncAlignName[] = "WebVR VSync-aligned timing"; |
| 3204 | const char kWebVrVsyncAlignDescription[] = |
| 3205 | "Align WebVR application rendering with VSync for smoother animations."; |
| 3206 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3207 | #if defined(OS_ANDROID) |
| 3208 | |
Yash Malik | b78e72a7 | 2018-02-21 09:14:10 | [diff] [blame] | 3209 | const char kVrWebInputEditingName[] = "VR browsing web input editing"; |
| 3210 | const char kVrWebInputEditingDescription[] = |
| 3211 | "Allow editing web input fields while in VR mode."; |
| 3212 | |
David Dorwin | 5a496c3 | 2017-11-17 01:45:05 | [diff] [blame] | 3213 | const char kVrBrowsingExperimentalFeaturesName[] = |
| 3214 | "VR browsing experimental features"; |
| 3215 | const char kVrBrowsingExperimentalFeaturesDescription[] = |
| 3216 | "Experimental VR browsing features that are under development."; |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3217 | |
David Dorwin | 5a496c3 | 2017-11-17 01:45:05 | [diff] [blame] | 3218 | const char kVrBrowsingExperimentalRenderingName[] = |
| 3219 | "VR browsing experimental rendering features"; |
| 3220 | const char kVrBrowsingExperimentalRenderingDescription[] = |
| 3221 | "Experimental rendering features for VR browsing (e.g. power-saving " |
| 3222 | "rendering modes)."; |
Michael Thiessen | b480fe9 | 2017-10-26 16:25:10 | [diff] [blame] | 3223 | |
David Dorwin | 5a496c3 | 2017-11-17 01:45:05 | [diff] [blame] | 3224 | const char kVrBrowsingInCustomTabName[] = "VR browsing in Custom Tabs"; |
| 3225 | const char kVrBrowsingInCustomTabDescription[] = |
| 3226 | "Allow browsing within a VR headset while in a Custom Tab."; |
| 3227 | |
Michael Thiessen | 3789591 | 2018-01-19 20:15:54 | [diff] [blame] | 3228 | const char kVrIconInDaydreamHomeName[] = "Chrome icon in Daydream Home"; |
| 3229 | const char kVrIconInDaydreamHomeDescription[] = |
| 3230 | "Adds an icon to Daydream Home that allows launching Chrome in VR."; |
| 3231 | |
David Dorwin | 5a496c3 | 2017-11-17 01:45:05 | [diff] [blame] | 3232 | const char kWebVrAutopresentFromIntentName[] = |
| 3233 | "WebVR auto presentation from intents"; |
| 3234 | const char kWebVrAutopresentFromIntentDescription[] = |
| 3235 | "Allow auto presentation of WebVR content from trusted first-party apps."; |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3236 | |
| 3237 | #endif // OS_ANDROID |
| 3238 | |
Bill Orr | 103ed27 | 2018-02-14 21:23:05 | [diff] [blame] | 3239 | #if BUILDFLAG(ENABLE_OCULUS_VR) |
| 3240 | const char kOculusVRName[] = "Oculus hardware support"; |
| 3241 | const char kOculusVRDescription[] = |
| 3242 | "If enabled, Chrome will use Oculus devices for VR (supported only on " |
| 3243 | "Windows 10 or later)."; |
| 3244 | #endif // ENABLE_OCULUS_VR |
| 3245 | |
Bill Orr | 4952756 | 2017-11-22 16:58:48 | [diff] [blame] | 3246 | #if BUILDFLAG(ENABLE_OPENVR) |
| 3247 | const char kOpenVRName[] = "OpenVR hardware support"; |
| 3248 | const char kOpenVRDescription[] = |
Bill Orr | 5056e69 | 2018-01-17 02:08:07 | [diff] [blame] | 3249 | "If enabled, Chrome will use OpenVR devices for VR (supported only on " |
| 3250 | "Windows 10 or later)."; |
Bill Orr | 4952756 | 2017-11-22 16:58:48 | [diff] [blame] | 3251 | #endif // ENABLE_OPENVR |
| 3252 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3253 | #endif // ENABLE_VR |
| 3254 | |
Nico Weber | af3b00b | 2017-09-11 17:58:17 | [diff] [blame] | 3255 | #if BUILDFLAG(ENABLE_NACL) |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3256 | |
| 3257 | const char kNaclDebugMaskName[] = |
| 3258 | "Restrict Native Client GDB-based debugging by pattern"; |
| 3259 | const char kNaclDebugMaskDescription[] = |
| 3260 | "Restricts Native Client application GDB-based debugging by URL of " |
| 3261 | "manifest file. Native Client GDB-based debugging must be enabled for this " |
| 3262 | "option to work."; |
| 3263 | const char kNaclDebugMaskChoiceDebugAll[] = "Debug everything."; |
| 3264 | const char kNaclDebugMaskChoiceExcludeUtilsPnacl[] = |
| 3265 | "Debug everything except secure shell and the PNaCl translator."; |
| 3266 | const char kNaclDebugMaskChoiceIncludeDebug[] = |
| 3267 | "Debug only if manifest URL ends with debug.nmf."; |
| 3268 | |
| 3269 | const char kNaclDebugName[] = "Native Client GDB-based debugging"; |
| 3270 | const char kNaclDebugDescription[] = |
| 3271 | "Enable GDB debug stub. This will stop a Native Client application on " |
| 3272 | "startup and wait for nacl-gdb (from the NaCl SDK) to attach to it."; |
| 3273 | |
| 3274 | const char kNaclName[] = "Native Client"; |
| 3275 | const char kNaclDescription[] = |
| 3276 | "Support Native Client for all web applications, even those that were not " |
| 3277 | "installed from the Chrome Web Store."; |
| 3278 | |
| 3279 | const char kPnaclSubzeroName[] = "Force PNaCl Subzero"; |
| 3280 | const char kPnaclSubzeroDescription[] = |
| 3281 | "Force the use of PNaCl's fast Subzero translator for all pexe files."; |
| 3282 | |
Nico Weber | af3b00b | 2017-09-11 17:58:17 | [diff] [blame] | 3283 | #endif // BUILDFLAG(ENABLE_NACL) |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3284 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3285 | const char kWebrtcH264WithOpenh264FfmpegName[] = |
| 3286 | "WebRTC H.264 software video encoder/decoder"; |
| 3287 | const char kWebrtcH264WithOpenh264FfmpegDescription[] = |
| 3288 | "When enabled, an H.264 software video encoder/decoder pair is included. " |
| 3289 | "If a hardware encoder/decoder is also available it may be used instead of " |
| 3290 | "this encoder/decoder."; |
| 3291 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3292 | #if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
| 3293 | |
| 3294 | const char kAutofillCreditCardUploadName[] = |
| 3295 | "Enable offering upload of Autofilled credit cards"; |
| 3296 | const char kAutofillCreditCardUploadDescription[] = |
| 3297 | "Enables a new option to upload credit cards to Google Payments for sync " |
| 3298 | "to all Chrome devices."; |
| 3299 | |
| 3300 | #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
| 3301 | |
Becca Hughes | dc96e84 | 2018-05-04 22:48:28 | [diff] [blame] | 3302 | #if defined(OS_ANDROID) |
| 3303 | |
| 3304 | const char kDisplayCutoutAPIName[] = |
| 3305 | "Enable support for the Display Cutout API"; |
| 3306 | const char kDisplayCutoutAPIDescription[] = |
| 3307 | "Enables developers to support devices that have a display cutout."; |
| 3308 | |
| 3309 | #endif // defined(OS_ANDROID) |
| 3310 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 3311 | // ============================================================================ |
| 3312 | // Don't just add flags to the end, put them in the right section in |
| 3313 | // alphabetical order just like the header file. |
| 3314 | // ============================================================================ |
| 3315 | |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3316 | } // namespace flag_descriptions |