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