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