Avi Drissman | 4a8573c | 2022-09-09 19:35:54 | [diff] [blame] | 1 | // Copyright 2017 The Chromium Authors |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 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 | |
Xiaohui Chen | cd2db09e | 2023-06-12 18:20:26 | [diff] [blame] | 7 | #include "ash/constants/ash_features.h" |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 8 | #include "build/build_config.h" |
Yuta Hijikata | 235fc62b | 2020-12-08 03:48:32 | [diff] [blame] | 9 | #include "build/chromeos_buildflags.h" |
Greg Thompson | 96e19b29 | 2023-05-25 08:33:59 | [diff] [blame] | 10 | #include "components/supervised_user/core/common/buildflags.h" |
Colin Blundell | 120bc90 | 2023-01-12 15:33:27 | [diff] [blame] | 11 | #include "flag_descriptions.h" |
David Dorwin | 7d75ca9 | 2022-03-10 21:59:56 | [diff] [blame] | 12 | #include "pdf/buildflags.h" |
Yuta Hijikata | 235fc62b | 2020-12-08 03:48:32 | [diff] [blame] | 13 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 14 | // Keep in identical order as the header file, see the comment at the top |
| 15 | // for formatting rules. |
| 16 | |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 17 | namespace flag_descriptions { |
| 18 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 19 | const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas"; |
| 20 | const char kAccelerated2dCanvasDescription[] = |
| 21 | "Enables the use of the GPU to perform 2d canvas rendering instead of " |
| 22 | "using software rendering."; |
horo | db71a5a | 2017-06-09 16:08:24 | [diff] [blame] | 23 | |
Justin Novosad | 8faf695 | 2021-08-20 22:36:49 | [diff] [blame] | 24 | const char kCanvasOopRasterizationName[] = |
| 25 | "Out-of-process 2D canvas rasterization."; |
| 26 | const char kCanvasOopRasterizationDescription[] = |
| 27 | "The rasterization of 2d canvas contents is performed in the GPU process. " |
| 28 | "Requires that out-of-process rasterization be enabled."; |
| 29 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 30 | const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode"; |
| 31 | const char kAcceleratedVideoDecodeDescription[] = |
| 32 | "Hardware-accelerated video decode where available."; |
| 33 | |
Hirokazu Honda | 732d3e62 | 2019-06-12 01:13:44 | [diff] [blame] | 34 | const char kAcceleratedVideoEncodeName[] = "Hardware-accelerated video encode"; |
| 35 | const char kAcceleratedVideoEncodeDescription[] = |
| 36 | "Hardware-accelerated video encode where available."; |
| 37 | |
David Dorwin | 7d75ca9 | 2022-03-10 21:59:56 | [diff] [blame] | 38 | #if BUILDFLAG(ENABLE_PDF) |
Ankit Kumar 🌪️ | cc71c02a | 2020-08-06 03:44:30 | [diff] [blame] | 39 | const char kAccessiblePDFFormName[] = "Accessible PDF Forms"; |
| 40 | const char kAccessiblePDFFormDescription[] = |
| 41 | "Enables accessibility support for PDF forms."; |
Hui Yingst | 058c2370 | 2022-11-06 18:59:22 | [diff] [blame] | 42 | |
Andy Phan | eda2e17 | 2023-07-17 21:58:10 | [diff] [blame^] | 43 | const char kPdfOopifName[] = "OOPIF for PDF Viewer"; |
| 44 | const char kPdfOopifDescription[] = |
| 45 | "Use an OOPIF for the PDF Viewer, instead of a GuestView."; |
| 46 | |
Hui Yingst | b095640 | 2023-07-07 22:33:29 | [diff] [blame] | 47 | const char kPdfPortfolioName[] = "PDF portfolio"; |
| 48 | const char kPdfPortfolioDescription[] = "Enable PDF portfolio feature."; |
| 49 | |
Hui Yingst | a4a03ec8 | 2023-05-16 00:00:17 | [diff] [blame] | 50 | const char kPdfUseSkiaRendererName[] = |
| 51 | "Use Skia Renderer. This flag will have no effect if the renderer choice " |
| 52 | "is controlled by an enterprise policy."; |
Hui Yingst | 058c2370 | 2022-11-06 18:59:22 | [diff] [blame] | 53 | const char kPdfUseSkiaRendererDescription[] = "Use Skia as the PDF renderer."; |
David Dorwin | 7d75ca9 | 2022-03-10 21:59:56 | [diff] [blame] | 54 | #endif |
Ankit Kumar 🌪️ | cc71c02a | 2020-08-06 03:44:30 | [diff] [blame] | 55 | |
Nikki Fang | 32bf628 | 2023-01-04 05:28:41 | [diff] [blame] | 56 | const char kAppDeduplicationServiceFondueName[] = |
| 57 | "Identify duplicate app groups."; |
| 58 | const char kAppDeduplicationServiceFondueDescription[] = |
| 59 | "Enables pulling app duplicate data from a Google server to allow clients " |
| 60 | "to determine app duplicates."; |
| 61 | |
Etienne Pierre-doray | b6e0b67 | 2022-07-06 17:17:36 | [diff] [blame] | 62 | const char kAlignWakeUpsName[] = "Align delayed wake ups at 125 Hz"; |
| 63 | const char kAlignWakeUpsDescription[] = |
| 64 | "Run most delayed tasks with a non-zero delay (including DOM Timers) on a " |
| 65 | "periodic 125Hz tick, instead of as soon as their delay has passed."; |
| 66 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 67 | const char kAllowInsecureLocalhostName[] = |
| 68 | "Allow invalid certificates for resources loaded from localhost."; |
| 69 | const char kAllowInsecureLocalhostDescription[] = |
| 70 | "Allows requests to localhost over HTTPS even when an invalid certificate " |
| 71 | "is presented."; |
| 72 | |
sophiewen | cc86b2c | 2023-02-07 18:29:46 | [diff] [blame] | 73 | const char kWindowLayoutMenu[] = "New Window Layout Menu"; |
| 74 | const char kWindowLayoutMenuDescription[] = |
| 75 | "Enables the new Window Layout menu for adjusting window layouts. Also " |
| 76 | "enables Floating windows and partial split-screen layouts."; |
| 77 | |
Gang Wu | 83ac7ee | 2023-04-19 23:22:47 | [diff] [blame] | 78 | const char kAndroidAppIntegrationName[] = "Integrate with Android App Search"; |
| 79 | const char kAndroidAppIntegrationDescription[] = |
| 80 | "If enabled, allows Chrome to integrate with the Android App Search."; |
| 81 | |
Thao Nguyen | f8482bc | 2023-06-13 22:19:57 | [diff] [blame] | 82 | const char kAndroidAppIntegrationSafeSearchName[] = |
| 83 | "SafeSearch in Android App Search"; |
| 84 | const char kAndroidAppIntegrationSafeSearchDescription[] = |
| 85 | "If enabled, allows Chrome to filter out sensitive urls"; |
| 86 | |
Wayne Jackson Jr | c70686e8 | 2023-04-24 14:12:10 | [diff] [blame] | 87 | const char kAndroidExtendedKeyboardShortcutsName[] = |
| 88 | "Android Extended Keyboard Shortcuts"; |
| 89 | const char kAndroidExtendedKeyboardShortcutsDescription[] = |
| 90 | "If enabled, allows for extended keyboard shortcuts (i.e. Alt + Backspace " |
| 91 | "to delete line)."; |
| 92 | |
Chris Blume | d5d8587 | 2021-02-17 18:21:01 | [diff] [blame] | 93 | const char kAnimatedImageResumeName[] = "Use animated image resume behavior"; |
| 94 | const char kAnimatedImageResumeDescription[] = |
| 95 | "Resumes animated images from the last frame drawn rather than attempt " |
| 96 | "to catch up to the frame that should be drawn based on current time."; |
| 97 | |
Wen-Chien Wang | ecbea05 | 2023-03-02 00:02:23 | [diff] [blame] | 98 | const char kAppCollectionFolderRefreshName[] = |
| 99 | "App Collection feature: Folder icon refresh"; |
| 100 | const char kAppCollectionFolderRefreshDescription[] = |
| 101 | "Enables the App Collection feature: the new folder icon style in the app " |
| 102 | "list."; |
| 103 | |
Dominic Mazzoni | 34dfc648 | 2020-11-18 22:17:58 | [diff] [blame] | 104 | const char kAriaElementReflectionName[] = "Enable ARIA element reflection"; |
| 105 | const char kAriaElementReflectionDescription[] = |
| 106 | "Enable setting ARIA relationship attributes that reference other elements " |
| 107 | "directly without an IDREF"; |
| 108 | |
Andrew Paseltiner | 11afa4e | 2022-07-26 14:23:49 | [diff] [blame] | 109 | const char kAttributionReportingDebugModeName[] = |
| 110 | "Attribution Reporting Debug Mode"; |
| 111 | const char kAttributionReportingDebugModeDescription[] = |
| 112 | "Enables debug mode for the Attribution Reporting API. This removes all " |
| 113 | "reporting delays and noise. Only works if the Attribution Reporting API " |
| 114 | "is already enabled."; |
| 115 | |
Tsuyoshi Horo | 41b0fe00 | 2023-01-30 03:04:57 | [diff] [blame] | 116 | const char kBackgroundResourceFetchName[] = "Background Resource Fetch"; |
| 117 | const char kBackgroundResourceFetchDescription[] = |
| 118 | "Process resource requests in a background thread inside Blink."; |
| 119 | |
Yutaka Hirano | 92bdfa2 | 2022-06-01 15:51:33 | [diff] [blame] | 120 | const char kBrokerFileOperationsOnDiskCacheInNetworkServiceName[] = |
| 121 | "Broker file operations on disk cache in the Network Service"; |
| 122 | const char kBrokerFileOperationsOnDiskCacheInNetworkServiceDescription[] = |
| 123 | "Broker file operations on disk cache running in the Network Service. This " |
| 124 | "is no-op when the Network Service is running in the browser process."; |
| 125 | |
Hubert Chao | c30058a | 2022-12-01 01:08:44 | [diff] [blame] | 126 | const char kCertDualVerificationEnabledName[] = "Cert Dual Verification"; |
| 127 | const char kCertDualVerificationEnabledDescription[] = |
| 128 | "Runs both platform Cert Verifer and Chrome Cert Verifier, reporting " |
| 129 | "any differences to Chrome if Safe Browsing Extended Reporting is " |
| 130 | "enabled."; |
| 131 | |
Elly Fong-Jones | 6d1e47c7 | 2023-02-24 16:12:57 | [diff] [blame] | 132 | const char kClickToCallName[] = "Click-To-Call"; |
| 133 | const char kClickToCallDescription[] = "Enable the click-to-call feature."; |
| 134 | |
Patrick Noland | d50e38b | 2023-06-14 22:32:11 | [diff] [blame] | 135 | const char kClipboardMaximumAgeName[] = "Clipboard maximum age"; |
| 136 | const char kClipboardMaximumAgeDescription[] = |
| 137 | "Limit the maximum age for recent clipboard content"; |
| 138 | |
Ana SollanoKim | 2266c11 | 2022-07-14 23:38:15 | [diff] [blame] | 139 | const char kClipboardUnsanitizedContentName[] = |
| 140 | "Clipboard unsanitized read and write"; |
| 141 | const char kClipboardUnsanitizedContentDescription[] = |
| 142 | "Allows reading/writing unsanitized content from/to the clipboard. " |
| 143 | "Currently, it is only applicable to HTML format. See crbug.com/1268679."; |
| 144 | |
Hubert Chao | d8adfa7 | 2022-10-19 18:18:52 | [diff] [blame] | 145 | const char kChromeRootStoreEnabledName[] = "Chrome Root Store"; |
| 146 | const char kChromeRootStoreEnabledDescription[] = |
| 147 | "Enable use of Chrome Root Store over platform roots. " |
| 148 | "On some platforms this may also enable Chrome Cert Verifier."; |
| 149 | |
Basia Zimirska | b0d235a | 2021-02-24 19:42:53 | [diff] [blame] | 150 | const char kContentLanguagesInLanguagePickerName[] = |
| 151 | "Content languages in language picker"; |
| 152 | const char kContentLanguagesInLanguagePickerDescription[] = |
| 153 | "Enables bringing user's content languages that are translatable to the " |
| 154 | "top of the list with all languages shown in the translate menu"; |
| 155 | |
Riley Tatum | 8a784fdb | 2022-10-19 16:48:52 | [diff] [blame] | 156 | const char kCustomizeChromeColorExtractionName[] = |
| 157 | "Customize Chrome Color Extraction"; |
| 158 | const char kCustomizeChromeColorExtractionDescription[] = |
| 159 | "Enables setting theme color based on background image color when " |
| 160 | "background image is changed in New Tab Page Customize Chrome."; |
| 161 | |
Nihar Majmudar | c934f4f | 2022-08-02 23:56:15 | [diff] [blame] | 162 | const char kCustomizeChromeSidePanelName[] = "Customize Chrome Side Panel"; |
| 163 | const char KCustomizeChromeSidePanelDescription[] = |
| 164 | "Enables the ability to use Customize Chrome functionality from the " |
| 165 | "unified side panel on the New Tab Page."; |
| 166 | |
Alice Wang | 345e0944 | 2021-07-05 09:03:29 | [diff] [blame] | 167 | const char kForceStartupSigninPromoName[] = "Force Start-up Signin Promo"; |
| 168 | const char kForceStartupSigninPromoDescription[] = |
| 169 | "If enabled, the full screen signin promo will be forced to show up at " |
| 170 | "Chrome start-up."; |
| 171 | |
Dominik Röttsches | 94487ec | 2023-06-21 09:45:58 | [diff] [blame] | 172 | #if BUILDFLAG(USE_FONTATIONS_BACKEND) |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 173 | const char kFontationsFontBackendName[] = "Enable Fontations font backend"; |
| 174 | const char kFontationsFontBackendDescription[] = |
Dominik Röttsches | 94487ec | 2023-06-21 09:45:58 | [diff] [blame] | 175 | "If enabled, the Fontations font backend will be used for web fonts where " |
| 176 | "otherwise FreeType would have been used."; |
| 177 | #endif |
| 178 | |
Christopher Cameron | 39af14a | 2023-04-18 17:35:09 | [diff] [blame] | 179 | const char kGainmapHdrImagesName[] = "Gainmap HDR image rendering"; |
| 180 | const char kGainmapHdrImagesDescription[] = |
| 181 | "If enabled, renders images that include an gainmap in HDR"; |
| 182 | |
Maryla | 26d1a41 | 2023-06-27 19:18:28 | [diff] [blame] | 183 | const char kAvifGainmapHdrImagesName[] = "AVIF gainmap HDR image rendering"; |
| 184 | const char kAvifGainmapHdrImagesDescription[] = |
| 185 | "If enabled, and the 'Gainmap HDR image rendering' flag is also enabled, " |
| 186 | "Chrome uses the gainmap (if present) in AVIF images to render the HDR " |
Maryla | 2e8b68e | 2023-07-06 03:08:02 | [diff] [blame] | 187 | "version on HDR displays and the SDR version on SDR displays."; |
Maryla | 26d1a41 | 2023-06-27 19:18:28 | [diff] [blame] | 188 | |
Tanmoy Mollik | 429d21a | 2022-11-28 15:42:06 | [diff] [blame] | 189 | const char kIdentityStatusConsistencyName[] = "Identity Status Consistency"; |
| 190 | const char kIdentityStatusConsistencyDescription[] = |
| 191 | "If enabled, always show identity status - even for signed-out users"; |
| 192 | |
Alice Wang | 9746958 | 2022-05-09 08:00:26 | [diff] [blame] | 193 | const char kTangibleSyncName[] = "Tangible Sync"; |
| 194 | const char kTangibleSyncDescription[] = |
| 195 | "Enables the tangible sync when a user starts the sync consent flow"; |
| 196 | |
Jonathan Njeunje | 9dc4e6c | 2023-04-10 03:05:32 | [diff] [blame] | 197 | const char kDIPSName[] = "Bounce Tracking Mitigations"; |
| 198 | const char kDIPSDescription[] = |
| 199 | "This flag controls bounce tracking mitigations. Setting the flag to " |
| 200 | "\"Enabled With Deletion\" will cause the browser to delete state for " |
| 201 | "sites that appear to be performing cross-site tracking using the bounce " |
| 202 | "tracking technique."; |
| 203 | |
Tommy Steimel | c79b2e0 | 2022-07-07 19:07:51 | [diff] [blame] | 204 | const char kDocumentPictureInPictureApiName[] = |
| 205 | "Document Picture-in-Picture API"; |
| 206 | const char kDocumentPictureInPictureApiDescription[] = |
| 207 | "Enables API to open an always-on-top window with a full HTML document"; |
| 208 | |
Erik Chen | 92f2f0d | 2023-03-13 00:09:48 | [diff] [blame] | 209 | const char kEnableBenchmarkingName[] = "Enable benchmarking"; |
| 210 | const char kEnableBenchmarkingDescription[] = |
| 211 | "Sets all features to their default state; that is, disables randomization " |
| 212 | "for feature states. This is used by developers and testers to " |
| 213 | "diagnose whether an observed problem is caused by a non-default " |
| 214 | "base::Feature configuration. This flag is automatically reset " |
| 215 | "after 3 restarts. On the third restart, the flag will appear to be off " |
| 216 | "but the effect is still active."; |
| 217 | |
Andre Le | 29427c2 | 2022-09-23 23:01:57 | [diff] [blame] | 218 | const char kPrivacyIndicatorsName[] = "Enable Privacy Indicators"; |
| 219 | const char kPrivacyIndicatorsDescription[] = |
| 220 | "While screen sharing or camera/microphone is being accessed, show a green " |
| 221 | "icon in the status area as well as add a silent notification to the tray."; |
| 222 | |
Vicky Min | b02c3e9 | 2020-07-07 20:56:52 | [diff] [blame] | 223 | const char kEnableBluetoothSerialPortProfileInSerialApiName[] = |
| 224 | "Enable Bluetooth Serial Port Profile in Serial API"; |
| 225 | const char kEnableBluetoothSerialPortProfileInSerialApiDescription[] = |
| 226 | "When enabled, Bluetooth Serial Port Profile devices will be enumerated " |
| 227 | "for use with the Serial API."; |
| 228 | |
Vikas Soni | 7981a2d | 2021-07-30 18:51:11 | [diff] [blame] | 229 | const char kEnableDrDcName[] = |
| 230 | "Enables Display Compositor to use a new gpu thread."; |
| 231 | const char kEnableDrDcDescription[] = |
| 232 | "When enabled, chrome uses 2 gpu threads instead of 1. " |
| 233 | " Display compositor uses new dr-dc gpu thread and all other clients " |
| 234 | "(raster, webgl, video) " |
| 235 | " continues using the gpu main thread."; |
| 236 | |
vikassoni | 93f244b | 2022-05-12 21:58:26 | [diff] [blame] | 237 | const char kEnableDrDcVulkanName[] = |
| 238 | " Use this flag along with flag enable-drdc to enable DrDc on Vulkan. " |
| 239 | " Note that this flag will be a no-op if enable-drdc is disabled. "; |
| 240 | |
Le Hoang Quyen | d6ceade6 | 2022-05-20 07:13:10 | [diff] [blame] | 241 | const char kForceGpuMainThreadToNormalPriorityDrDcName[] = |
| 242 | "Force GPU main thread priority to normal for DrDc."; |
| 243 | const char kForceGpuMainThreadToNormalPriorityDrDcDescription[] = |
| 244 | "When enabled, force GPU main thread priority to be normal for DrDc mode. " |
| 245 | "In that case DrDc thread continues to use DISPLAY thread priority and " |
| 246 | "hence have higher thread priority than GPU main. Note that this flag will " |
| 247 | "be a no-op when DrDc is disabled."; |
| 248 | |
Vikas Soni | 97365061 | 2023-05-24 08:59:46 | [diff] [blame] | 249 | const char kUseClientGmbInterfaceName[] = |
| 250 | "Use ClientGmb interface to create GpuMemoryBuffers."; |
| 251 | const char kUseClientGmbInterfaceDescription[] = |
| 252 | " Use new ClientGmb interface to create GpuMemoryBuffers when enabled." |
| 253 | " This is expected to reduce number of IPCs happening while creating " |
| 254 | " GpuMemoryBuffers."; |
| 255 | |
Aashna Sheth | ec3b89f | 2022-09-15 13:06:50 | [diff] [blame] | 256 | const char kTextBasedAudioDescriptionName[] = "Enable audio descriptions."; |
| 257 | const char kTextBasedAudioDescriptionDescription[] = |
| 258 | "When enabled, HTML5 video elements with a 'descriptions' WebVTT track " |
| 259 | "will speak the audio descriptions aloud as the video plays."; |
| 260 | |
Aga Wronska | 344fa828 | 2021-10-07 14:18:05 | [diff] [blame] | 261 | #if BUILDFLAG(ENABLE_SUPERVISED_USERS) |
James Lee | e219015 | 2023-06-06 11:45:39 | [diff] [blame] | 262 | |
| 263 | const char kEnableSupervisionOnDesktopName[] = |
| 264 | "Enable parental supervision infrastructure"; |
| 265 | const char kEnableSupervisionOnDesktopDescription[] = |
| 266 | "Enables the infrastructure for Family Link supervision features. " |
| 267 | "Individual features are controlled by separate flags."; |
| 268 | |
| 269 | const char kFilterWebsitesForSupervisedUsersOnDesktopName[] = |
| 270 | "Enable website filtering for supervised users"; |
| 271 | const char kFilterWebsitesForSupervisedUsersOnDesktopDescription[] = |
| 272 | "Enable filtering of web content for Family Link supervised users. " |
| 273 | "The enable-family-link-supervision flag must also be enabled."; |
| 274 | |
| 275 | const char kEnableExtensionsPermissionsForSupervisedUsersOnDesktopName[] = |
| 276 | "Require parent permissions for extensions"; |
| 277 | const char |
| 278 | kEnableExtensionsPermissionsForSupervisedUsersOnDesktopDescription[] = |
| 279 | "Apply Family Link parental control settings for extension " |
| 280 | "installation. " |
| 281 | "The enable-family-link-supervision flag must also be enabled."; |
| 282 | |
| 283 | const char kSupervisedPrefsControlledBySupervisedStoreName[] = |
| 284 | "Display updated UI for preferences managed by Family Link"; |
| 285 | const char kSupervisedPrefsControlledBySupervisedStoreDescription[] = |
| 286 | "Display updated UI for preferences managed by Family Link. " |
| 287 | "The enable-family-link-supervision flag must also be enabled."; |
| 288 | |
| 289 | const char kEnableManagedByParentUiName[] = "Enable Family Link management UI"; |
| 290 | const char kEnableManagedByParentUiDescription[] = |
| 291 | "Enables UI indicating if a Profile is managed by Family Link parental " |
| 292 | "controls." |
| 293 | "The enable-family-link-supervision flag must also be enabled."; |
Liza Bipin | ac54955 | 2023-06-21 13:18:54 | [diff] [blame] | 294 | |
| 295 | const char kClearingCookiesKeepsSupervisedUsersSignedInName[] = |
| 296 | "Clearing cookies keep supervised users signed in"; |
| 297 | const char kClearingCookiesKeepsSupervisedUsersSignedInDescription[] = |
| 298 | "Supervised users will remain signed in when cookies are cleared. Display " |
| 299 | "UI is updated accordingly" |
| 300 | "The enable-family-link-supervision flag must also be enabled."; |
| 301 | |
Aga Wronska | 344fa828 | 2021-10-07 14:18:05 | [diff] [blame] | 302 | #endif // ENABLE_SUPERVISED_USERS |
| 303 | |
Elly Fong-Jones | 4362437 | 2023-02-16 19:36:11 | [diff] [blame] | 304 | const char kUpcomingFollowFeaturesName[] = "Enable upcoming follow features."; |
| 305 | const char kUpcomingFollowFeaturesDescription[] = |
| 306 | "This flag enables all upcoming follow features, in the experiment " |
| 307 | "arms that are most likely to be shipped. This is a meta-flag to which " |
| 308 | "features are upcoming at any given time may change."; |
| 309 | |
Chad Duffin | 73b2226f | 2023-05-29 16:53:32 | [diff] [blame] | 310 | const char kUseAndroidStagingSmdsName[] = "Use Android staging SM-DS"; |
| 311 | const char kUseAndroidStagingSmdsDescription[] = |
| 312 | "Use the Android staging address when fetching pending eSIM profiles."; |
| 313 | |
Regan Hsu | 3243afa | 2021-06-21 18:27:27 | [diff] [blame] | 314 | const char kUseStorkSmdsServerAddressName[] = "Use Stork SM-DS address"; |
| 315 | const char kUseStorkSmdsServerAddressDescription[] = |
| 316 | "Use the Stork SM-DS address to fetch pending eSIM profiles managed by the " |
| 317 | "Stork prod server. Note that Stork profiles can be created with an EID at " |
| 318 | "go/stork-profile, and managed at go/stork-batch > View Profiles. Also " |
Jason Zhang | 26cacea | 2022-04-04 18:55:04 | [diff] [blame] | 319 | "note that an test EUICC card is required to use this feature, usually " |
| 320 | "that requires the kCellularUseSecond flag to be enabled. Go to " |
Regan Hsu | 3243afa | 2021-06-21 18:27:27 | [diff] [blame] | 321 | "go/cros-connectivity > Dev Tips for more instructions."; |
| 322 | |
Regan Hsu | 1ffea92 | 2020-09-10 17:08:47 | [diff] [blame] | 323 | const char kUseWallpaperStagingUrlName[] = "Use Wallpaper staging URL"; |
| 324 | const char kUseWallpaperStagingUrlDescription[] = |
| 325 | "Use the staging server as part of the Wallpaper App to verify " |
| 326 | "additions/removals of wallpapers."; |
| 327 | |
Kyle Horimoto | 874554a | 2019-01-31 00:52:09 | [diff] [blame] | 328 | const char kUseMessagesStagingUrlName[] = "Use Messages staging URL"; |
| 329 | const char kUseMessagesStagingUrlDescription[] = |
| 330 | "Use the staging server as part of the \"Messages\" feature under " |
| 331 | "\"Connected Devices\" settings."; |
| 332 | |
Jon Mann | 5ebbd153 | 2020-04-17 22:12:05 | [diff] [blame] | 333 | const char kUseCustomMessagesDomainName[] = "Use custom Messages domain"; |
| 334 | const char kUseCustomMessagesDomainDescription[] = |
| 335 | "Use a custom URL as part of the \"Messages\" feature under " |
| 336 | "\"Connected Devices\" settings."; |
| 337 | |
Luca Accorsi | 8b795ffd | 2023-07-12 08:44:47 | [diff] [blame] | 338 | const char kEnableFileBackedBlobFactoryName[] = |
| 339 | "Enable registration of file backed blobs through the " |
| 340 | "FileBackedBlobFactory interface"; |
| 341 | const char kEnableFileBackedBlobFactoryDescription[] = |
| 342 | "Use the FileBackedBlobFactory interface to register file backed blobs. " |
| 343 | "This allows to identify the URL where the blob is uploaded and it enables " |
| 344 | "Data Leak Prevention checks for managed users having file restrictions."; |
| 345 | |
Vasiliy Telezhnikov | a416481 | 2022-10-03 18:38:20 | [diff] [blame] | 346 | const char kUseDMSAAForTilesName[] = "Use DMSAA for tiles"; |
| 347 | const char kUseDMSAAForTilesDescription[] = |
| 348 | "Switches skia to use DMSAA instead of MSAA for tile raster"; |
| 349 | |
Tsuyoshi Horo | d8114960 | 2022-07-04 01:34:09 | [diff] [blame] | 350 | const char kUseDnsHttpsSvcbAlpnName[] = "Use DNS https alpn"; |
| 351 | const char kUseDnsHttpsSvcbAlpnDescription[] = |
| 352 | "When enabled, Chrome may try QUIC on the first connection using the ALPN" |
| 353 | " information in the DNS HTTPS record."; |
| 354 | |
cfredric | 6f15576 | 2020-12-10 18:52:40 | [diff] [blame] | 355 | const char kEnableFirstPartySetsName[] = "Enable First-Party Sets"; |
| 356 | const char kEnableFirstPartySetsDescription[] = |
Chris Fredrickson | bebf42e | 2023-05-18 19:14:40 | [diff] [blame] | 357 | "When enabled, Chrome will enable First-Party Sets and the Storage Access " |
| 358 | "API."; |
cfredric | 6f15576 | 2020-12-10 18:52:40 | [diff] [blame] | 359 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 360 | const char kSHA1ServerSignatureName[] = "Allow SHA-1 server signatures in TLS."; |
| 361 | const char kSHA1ServerSignatureDescription[] = |
Bob Beck | d9873c2 | 2023-02-21 22:56:45 | [diff] [blame] | 362 | "When enabled, Chrome will allow the use of SHA-1 in signatures from the " |
| 363 | "server during a TLS handshake"; |
| 364 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 365 | const char kEncryptedClientHelloName[] = "Encrypted ClientHello"; |
| 366 | const char kEncryptedClientHelloDescription[] = |
David Benjamin | 371481f | 2022-06-15 15:57:40 | [diff] [blame] | 367 | "When enabled, Chrome will enable Encrypted ClientHello support. This will " |
| 368 | "encrypt TLS ClientHello if the server enables the extension via the HTTPS " |
| 369 | "DNS record."; |
| 370 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 371 | const char kIsolatedSandboxedIframesName[] = "Isolated sandboxed iframes"; |
| 372 | const char kIsolatedSandboxedIframesDescription[] = |
W. James MacLean | 0d757fa | 2022-02-16 16:13:31 | [diff] [blame] | 373 | "When enabled, applies process isolation to iframes with the 'sandbox' " |
| 374 | "attribute and without the 'allow-same-origin' permission set on that " |
W. James MacLean | 3b6d087 | 2022-06-24 16:16:14 | [diff] [blame] | 375 | "attribute. This also applies to documents with a similar CSP sandbox " |
| 376 | "header, even in the main frame. The affected sandboxed documents can be " |
| 377 | "grouped into processes based on their URL's site or origin. The default " |
| 378 | "grouping when enabled is per-site."; |
W. James MacLean | 0d757fa | 2022-02-16 16:13:31 | [diff] [blame] | 379 | |
Vipul Vinod Koul | dbbe251 | 2023-06-15 06:20:18 | [diff] [blame] | 380 | const char kAutofillEnableCvcStorageAndFillingName[] = |
| 381 | "Enable CVC storage and filling for payments autofill"; |
| 382 | const char kAutofillEnableCvcStorageAndFillingDescription[] = |
| 383 | "When enabled, we will store CVC for both local and server credit cards. " |
| 384 | "This will also allow the users to autofill their CVCs on checkout pages."; |
| 385 | |
Yi An | 8b28bef | 2022-06-29 19:11:32 | [diff] [blame] | 386 | const char kAutofillEnableFIDOProgressDialogName[] = |
| 387 | "Show FIDO progress dialog on Android"; |
| 388 | const char kAutofillEnableFIDOProgressDialogDescription[] = |
| 389 | "When enabled, a progress dialog is displayed while authenticating with " |
| 390 | "FIDO on Android."; |
| 391 | |
Vinny Persky | e6677d5 | 2023-02-22 22:22:19 | [diff] [blame] | 392 | const char kAutofillEnableIbanClientSideUrlFilteringName[] = |
| 393 | "Enable Autofill IBAN client side URL filtering"; |
| 394 | const char kAutofillEnableIbanClientSideUrlFilteringDescription[] = |
| 395 | "When enabled, client side URL filtering will be triggered for the IBAN " |
| 396 | "use-case, so that IBAN autofill is not offered on websites that are " |
| 397 | "blocked."; |
| 398 | |
siashah | d77982440 | 2022-03-31 20:06:55 | [diff] [blame] | 399 | const char kAutofillEnableManualFallbackForVirtualCardsName[] = |
| 400 | "Show manual fallback for virtual cards"; |
| 401 | const char kAutofillEnableManualFallbackForVirtualCardsDescription[] = |
| 402 | "When enabled, manual fallback will be enabled for virtual cards on " |
| 403 | "Android."; |
| 404 | |
Vinny Persky | 5a0ac3a3 | 2023-03-02 18:35:50 | [diff] [blame] | 405 | const char kAutofillEnableMerchantOptOutClientSideUrlFilteringName[] = |
| 406 | "Enable Autofill merchant opt-out client side URL filtering"; |
| 407 | const char kAutofillEnableMerchantOptOutClientSideUrlFilteringDescription[] = |
| 408 | "When enabled, client side URL filtering will be triggered for the " |
| 409 | "merchant opt-out use-case, so that virtual card suggestions are not shown " |
| 410 | "on websites that are opted-out of virtual cards."; |
| 411 | |
Siyu An | 042eac8 | 2022-09-19 23:55:03 | [diff] [blame] | 412 | const char kAutofillEnableCardArtImageName[] = "Enable showing card art images"; |
| 413 | const char kAutofillEnableCardArtImageDescription[] = |
| 414 | "When enabled, card product images (instead of network icons) will be " |
| 415 | "shown in Payments Autofill UI."; |
| 416 | |
Vishwas Uppoor | d6bfcb5 | 2023-06-27 02:15:35 | [diff] [blame] | 417 | const char kAutofillEnableCardArtServerSideStretchingName[] = |
| 418 | "Enable server side stretching of card art images"; |
| 419 | const char kAutofillEnableCardArtServerSideStretchingDescription[] = |
| 420 | "When enabled, the server will stretch (if necessary) and return card art " |
| 421 | "images of the exact required dimensions. The client side resizing of " |
| 422 | "images will not be required."; |
| 423 | |
Vishwas Uppoor | 89303a9 | 2022-08-03 00:56:26 | [diff] [blame] | 424 | const char kAutofillEnableCardProductNameName[] = |
| 425 | "Enable showing card product name"; |
| 426 | const char kAutofillEnableCardProductNameDescription[] = |
| 427 | "When enabled, card product name (instead of issuer network) will be shown " |
Siyu An | 042eac8 | 2022-09-19 23:55:03 | [diff] [blame] | 428 | "in Payments Autofill UI."; |
Vishwas Uppoor | 89303a9 | 2022-08-03 00:56:26 | [diff] [blame] | 429 | |
Junhui He | 9896c7b | 2023-03-27 18:39:53 | [diff] [blame] | 430 | const char kAutofillEnableEmailOtpForVcnYellowPathName[] = |
| 431 | "Enable email OTP authentication in the yellow path of the VCN retrieval " |
| 432 | "flow"; |
| 433 | const char kAutofillEnableEmailOtpForVcnYellowPathDescription[] = |
| 434 | "When enabled, if the user encounters the yellow path (challenge path) in " |
| 435 | "the VCN retrieval flow and the server denotes that the card is eligible " |
| 436 | "for email OTP authentication, email OTP authentication will be offered as " |
| 437 | "one of the challenge options."; |
| 438 | |
Alexander Tekle | a82c414 | 2023-02-22 01:33:42 | [diff] [blame] | 439 | const char kAutofillEnableNewCardArtAndNetworkImagesName[] = |
| 440 | "Enable showing new card art and network images"; |
| 441 | const char kAutofillEnableNewCardArtAndNetworkImagesDescription[] = |
| 442 | "When enabled, new and larger card art and network icons will be shown."; |
| 443 | |
Jared Saul | 702563e | 2021-09-20 22:36:52 | [diff] [blame] | 444 | const char kAutofillEnableOfferNotificationForPromoCodesName[] = |
| 445 | "Extend Autofill offers and rewards notification to promo code offers"; |
| 446 | const char kAutofillEnableOfferNotificationForPromoCodesDescription[] = |
| 447 | "When enabled, a notification will be displayed on page navigation if the " |
| 448 | "domain has an eligible merchant promo code offer or reward."; |
| 449 | |
siashah | eb118ad5 | 2020-12-15 00:17:07 | [diff] [blame] | 450 | const char kAutofillEnableOffersInClankKeyboardAccessoryName[] = |
| 451 | "Enable Autofill offers in keyboard accessory"; |
| 452 | const char kAutofillEnableOffersInClankKeyboardAccessoryDescription[] = |
| 453 | "When enabled, offers will be displayed in the keyboard accessory when " |
| 454 | "available."; |
| 455 | |
Slobodan Pejic | 5ee22c1 | 2023-07-11 23:02:18 | [diff] [blame] | 456 | const char kAutofillEnablePaymentsAndroidBottomSheetName[] = |
| 457 | "Autofill save card and VCN enrollment Bottom Sheets"; |
| 458 | const char kAutofillEnablePaymentsAndroidBottomSheetDescription[] = |
| 459 | "Displays save card and VCN enrollment in bottom sheets instead of info " |
| 460 | "bars on Android."; |
| 461 | |
Vinny Persky | 7442638c | 2023-03-24 01:02:54 | [diff] [blame] | 462 | const char kAutofillEnablePaymentsMandatoryReauthName[] = |
| 463 | "Enable mandatory re-auth for payments autofill"; |
| 464 | const char kAutofillEnablePaymentsMandatoryReauthDescription[] = |
| 465 | "When enabled, in use-cases where we would not have triggered any " |
Vinny Persky | 470d129 | 2023-05-10 20:38:05 | [diff] [blame] | 466 | "interactive authentication to autofill payment methods, we will trigger " |
Vinny Persky | 7442638c | 2023-03-24 01:02:54 | [diff] [blame] | 467 | "a device authentication."; |
| 468 | |
Alexander Tekle | b464381 | 2023-01-06 23:12:30 | [diff] [blame] | 469 | const char kAutofillEnableRankingFormulaAddressProfilesName[] = |
| 470 | "Enable new Autofill suggestion ranking formula for profiles"; |
| 471 | const char kAutofillEnableRankingFormulaAddressProfilesDescription[] = |
| 472 | "When enabled, Autofill will use a new ranking formula to rank Autofill " |
| 473 | "profile suggestions."; |
| 474 | |
Alexander Tekle | 35dfbbd | 2023-01-31 08:32:39 | [diff] [blame] | 475 | const char kAutofillEnableRankingFormulaCreditCardsName[] = |
| 476 | "Enable new Autofill suggestion ranking formula for credit cards"; |
| 477 | const char kAutofillEnableRankingFormulaCreditCardsDescription[] = |
| 478 | "When enabled, Autofill will use a new ranking formula to rank Autofill " |
| 479 | "credit card suggestions."; |
| 480 | |
Siyu An | 3194bda | 2022-07-13 19:30:37 | [diff] [blame] | 481 | const char kAutofillEnableRemadeDownstreamMetricsName[] = |
| 482 | "Enable remade Autofill Downstream metrics logging"; |
| 483 | const char kAutofillEnableRemadeDownstreamMetricsDescription[] = |
| 484 | "When enabled, some extra metrics logging for Autofill Downstream will " |
| 485 | "start."; |
| 486 | |
siashah | 2b698e2b | 2021-04-21 15:09:55 | [diff] [blame] | 487 | const char kAutofillEnableStickyManualFallbackForCardsName[] = |
| 488 | "Make manual fallback sticky for credit cards"; |
| 489 | const char kAutofillEnableStickyManualFallbackForCardsDescription[] = |
| 490 | "When enabled, if the user interacts with the manual fallback bottom " |
| 491 | "sheet, it'll remain sticky until the user dismisses it."; |
| 492 | |
Vinny Persky | f98de02 | 2022-01-05 22:14:10 | [diff] [blame] | 493 | const char kAutofillEnableUpdateVirtualCardEnrollmentName[] = |
| 494 | "Enable Update Virtual Card Enrollment"; |
| 495 | const char kAutofillEnableUpdateVirtualCardEnrollmentDescription[] = |
| 496 | "When enabled, the user will have the ability to update the virtual card " |
| 497 | "enrollment of a credit card through their chrome browser after certain " |
| 498 | "autofill flows (for example, downstream and upstream), and from the " |
| 499 | "settings page."; |
| 500 | |
Vinny Persky | 650f8440 | 2022-04-14 18:46:18 | [diff] [blame] | 501 | const char kAutofillEnableVirtualCardFidoEnrollmentName[] = |
| 502 | "Enable FIDO enrollment for virtual cards"; |
| 503 | const char kAutofillEnableVirtualCardFidoEnrollmentDescription[] = |
| 504 | "When enabled, after a successful authentication to autofill a virtual " |
| 505 | "card, the user will be prompted to opt-in to FIDO if the user is not " |
| 506 | "currently opted-in, and if the user is opted-in already and the virtual " |
| 507 | "card is FIDO eligible the user will be prompted to register the virtual " |
| 508 | "card into FIDO."; |
| 509 | |
siyua | 1959322 | 2019-12-04 22:27:06 | [diff] [blame] | 510 | const char kAutofillEnableVirtualCardName[] = |
| 511 | "Offer to use cloud token virtual card in Autofill"; |
| 512 | const char kAutofillEnableVirtualCardDescription[] = |
| 513 | "When enabled, if all requirements are met, Autofill will offer to use " |
| 514 | "virtual credit cards in form filling."; |
| 515 | |
Vipul Vinod Koul | 633bbf65 | 2023-02-21 23:34:11 | [diff] [blame] | 516 | const char kAutofillEnableNewSaveCardBubbleUiName[] = |
| 517 | "Update UI messaging and banner image for credit card upload save"; |
| 518 | const char kAutofillEnableNewSaveCardBubbleUiDescription[] = |
| 519 | "When enabled, the user will see a new banner logo and text in the bubble " |
| 520 | "offering to upload their cards to Google Pay."; |
| 521 | |
Siyu An | a8b9a0bc | 2022-01-31 19:40:41 | [diff] [blame] | 522 | const char kAutofillEnableVirtualCardManagementInDesktopSettingsPageName[] = |
| 523 | "Enable virtual card enrollment management in desktop payments settings " |
| 524 | "page"; |
| 525 | const char |
| 526 | kAutofillEnableVirtualCardManagementInDesktopSettingsPageDescription[] = |
| 527 | "When enabled, chrome://settings/payments will offer the option to " |
| 528 | "enroll in virtual card if the card is eligible and to unenroll if the " |
| 529 | "card has been enrolled."; |
| 530 | |
Siyu An | 003243c | 2022-04-07 22:13:11 | [diff] [blame] | 531 | const char kAutofillEnableVirtualCardMetadataName[] = |
| 532 | "Enable showing metadata for virtual cards"; |
| 533 | const char kAutofillEnableVirtualCardMetadataDescription[] = |
| 534 | "When enabled, Chrome will show metadata together with other card " |
| 535 | "information when the virtual card is presented to users."; |
| 536 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 537 | const char kAutofillFillIbanFieldsName[] = |
Qihui Zhao | 30bf4ca | 2022-07-26 20:24:59 | [diff] [blame] | 538 | "Enable Autofill of IBAN fields in forms"; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 539 | const char kAutofillFillIbanFieldsDescription[] = |
Qihui Zhao | 30bf4ca | 2022-07-26 20:24:59 | [diff] [blame] | 540 | "When enabled, Autofill will attempt to fill IBAN (International Bank " |
| 541 | "Account Number) fields when data is available."; |
| 542 | |
Matthias Körber | 44082a49 | 2021-09-15 18:29:18 | [diff] [blame] | 543 | const char kAutofillHighlightOnlyChangedValuesInPreviewModeName[] = |
| 544 | "Highlight only changed values in preview mode."; |
| 545 | const char kAutofillHighlightOnlyChangedValuesInPreviewModeDescription[] = |
| 546 | "When Autofill is previewing filling a form, already autofilled values " |
| 547 | "and other values that are not changed by accepting the preview should " |
| 548 | "not be highlighted."; |
| 549 | |
Yishui Liu | b5563546 | 2023-05-23 04:22:29 | [diff] [blame] | 550 | const char kAutofillMoveLegalTermsAndIconForNewCardEnrollmentName[] = |
Vinny Persky | bb6bf6b | 2023-06-26 19:54:54 | [diff] [blame] | 551 | "Move legal terms for new card enrollment"; |
Yishui Liu | b5563546 | 2023-05-23 04:22:29 | [diff] [blame] | 552 | const char kAutofillMoveLegalTermsAndIconForNewCardEnrollmentDescription[] = |
Vinny Persky | bb6bf6b | 2023-06-26 19:54:54 | [diff] [blame] | 553 | "When enabled, legal terms will be moved before action buttons in autofill " |
| 554 | "save card and virtual card enrollment bubbles and dialogs."; |
Yishui Liu | b5563546 | 2023-05-23 04:22:29 | [diff] [blame] | 555 | |
Qihui Zhao | 72836c6 | 2022-12-16 04:31:41 | [diff] [blame] | 556 | const char kAutofillOfferToSaveCardWithSameLastFourName[] = |
| 557 | "Offer credit card save for cards with same last-4 but different " |
| 558 | "expiration dates"; |
| 559 | const char kAutofillOfferToSaveCardWithSameLastFourDescription[] = |
| 560 | "Offer credit card save when Chrome detects a card number with the same " |
| 561 | "last 4 digits as an existing server card, but a different expiration " |
| 562 | "date."; |
| 563 | |
Nakul Vaidya | 876210f | 2022-08-08 17:47:19 | [diff] [blame] | 564 | const char kAutofillParseIBANFieldsName[] = "Parse IBAN fields in forms"; |
| 565 | const char kAutofillParseIBANFieldsDescription[] = |
Nakul Vaidya | ddfdfbc | 2022-06-28 23:43:32 | [diff] [blame] | 566 | "When enabled, Autofill will attempt to find International Bank Account " |
| 567 | "Number (IBAN) fields when parsing forms."; |
| 568 | |
Nakul Vaidya | 13ca204 | 2022-07-27 01:59:55 | [diff] [blame] | 569 | const char kAutofillParseVcnCardOnFileStandaloneCvcFieldsName[] = |
| 570 | "Parse standalone CVC fields for VCN card on file in forms"; |
| 571 | const char kAutofillParseVcnCardOnFileStandaloneCvcFieldsDescription[] = |
| 572 | "When enabled, Autofill will attempt to find standalone CVC fields for VCN " |
| 573 | "card on file when parsing forms."; |
| 574 | |
Vidhan | 5885afa | 2022-06-23 15:18:16 | [diff] [blame] | 575 | const char kAutofillPreventOverridingPrefilledValuesName[] = |
| 576 | "Prevent Autofill from overriding prefilled field values"; |
| 577 | const char kAutofillPreventOverridingPrefilledValuesDescription[] = |
| 578 | "When enabled, Autofill won't override any field values that have not been " |
| 579 | "filled by Autofill"; |
| 580 | |
Dmitry Vykochko | 91af82b0 | 2022-12-09 17:37:37 | [diff] [blame] | 581 | const char kAutofillMoreProminentPopupName[] = "More prominent Autofill popup"; |
| 582 | const char kAutofillMoreProminentPopupDescription[] = |
| 583 | "If enabled Autofill's popup becomes more prominent, i.e. its shadow " |
| 584 | "becomes more emphasized, position is also updated"; |
| 585 | |
Lei Zhang | 507fffd | 2020-01-29 23:47:54 | [diff] [blame] | 586 | const char kAutofillSaveAndFillVPAName[] = |
Christos Froussios | 13b412df | 2019-09-19 19:12:47 | [diff] [blame] | 587 | "Offer save and autofill of UPI/VPA values"; |
Lei Zhang | 507fffd | 2020-01-29 23:47:54 | [diff] [blame] | 588 | const char kAutofillSaveAndFillVPADescription[] = |
Christos Froussios | 13b412df | 2019-09-19 19:12:47 | [diff] [blame] | 589 | "If enabled, when autofill recognizes a UPI/VPA value in a payment form, " |
| 590 | "it will offer to save it. If saved, it will be offered for filling in " |
| 591 | "fields which expect a VPA."; |
| 592 | |
Jan Keitel | 0518047 | 2023-03-01 11:01:42 | [diff] [blame] | 593 | const char kAutofillShowAutocompleteDeleteButtonName[] = |
| 594 | "Show a delete button for Autocomplete entries"; |
| 595 | const char kAutofillShowAutocompleteDeleteButtonDescription[] = |
| 596 | "When enabled, Autocomplete entries in filling popups will contain a " |
| 597 | "delete button"; |
| 598 | |
Vidhan | b03b1ea | 2022-05-19 12:07:58 | [diff] [blame] | 599 | const char kAutofillShowManualFallbackInContextMenuName[] = |
| 600 | "Show Autofill options in Context Menu"; |
| 601 | const char kAutofillShowManualFallbackInContextMenuDescription[] = |
| 602 | "When enabled, users would get address/credit cards/passwords autofilling " |
| 603 | "options in the context menu if the context menu is opened on a text field"; |
| 604 | |
Vipul Vinod Koul | aebbcb3a | 2023-01-05 19:50:50 | [diff] [blame] | 605 | const char kAutofillSuggestServerCardInsteadOfLocalCardName[] = |
| 606 | "Suggest Server card instead of Local card for deduped cards"; |
| 607 | const char kAutofillSuggestServerCardInsteadOfLocalCardDescription[] = |
| 608 | "When enabled, Autofill suggestions that consist of a local and server " |
| 609 | "version of the same card will attempt to fill the server card upon " |
| 610 | "selection instead of the local card."; |
| 611 | |
Vishwas Uppoor | 940bd24 | 2022-12-15 09:49:42 | [diff] [blame] | 612 | const char kAutofillTouchToFillForCreditCardsAndroidName[] = |
| 613 | "Enable Touch To Fill bottomsheet for Autofill credit card suggestions"; |
| 614 | const char kAutofillTouchToFillForCreditCardsAndroidDescription[] = |
| 615 | "When enabled, Autofill credit card suggestions are shown on the " |
| 616 | "Touch To Fill bottomsheet"; |
| 617 | |
Jared Saul | b0473bd | 2022-04-20 00:03:41 | [diff] [blame] | 618 | const char kAutofillUpstreamAllowAdditionalEmailDomainsName[] = |
| 619 | "Allow Autofill credit card upload save for select non-Google-based " |
| 620 | "accounts"; |
| 621 | const char kAutofillUpstreamAllowAdditionalEmailDomainsDescription[] = |
| 622 | "When enabled, credit card upload is offered if the user's logged-in " |
| 623 | "account's domain is from a common email provider."; |
| 624 | |
| 625 | const char kAutofillUpstreamAllowAllEmailDomainsName[] = |
| 626 | "Allow Autofill credit card upload save for all non-Google-based accounts"; |
| 627 | const char kAutofillUpstreamAllowAllEmailDomainsDescription[] = |
| 628 | "When enabled, credit card upload is offered without regard to the user's " |
| 629 | "logged-in account's domain."; |
| 630 | |
Jared Saul | 5363f396 | 2023-03-10 23:03:51 | [diff] [blame] | 631 | const char kAutofillUpstreamAuthenticatePreflightCallName[] = |
| 632 | "Set authentication token in credit card upload preflight call"; |
| 633 | const char kAutofillUpstreamAuthenticatePreflightCallDescription[] = |
| 634 | "When enabled, sets the OAuth2 token in GetUploadDetails requests to " |
| 635 | "Google Payments, in order to provide a better experience for users with " |
| 636 | "server-side features disabled but not client-side features."; |
| 637 | |
Jared Saul | 5ea8b257f | 2023-02-22 18:53:27 | [diff] [blame] | 638 | const char kAutofillUpstreamUseAlternateSecureDataTypeName[] = |
| 639 | "Use alternate secure data type for credit card upload save"; |
| 640 | const char kAutofillUpstreamUseAlternateSecureDataTypeDescription[] = |
| 641 | "When enabled, the secure data type for cards sent during credit card " |
| 642 | "upload save is updated to match newer server requirements."; |
| 643 | |
Caitlin Fischer | 43edd90a | 2019-05-01 13:24:30 | [diff] [blame] | 644 | const char kAutofillUseImprovedLabelDisambiguationName[] = |
| 645 | "Autofill Uses Improved Label Disambiguation"; |
| 646 | const char kAutofillUseImprovedLabelDisambiguationDescription[] = |
| 647 | "When enabled, the Autofill dropdown's suggestions' labels are displayed " |
| 648 | "using the improved disambiguation format."; |
| 649 | |
Vishwas Uppoor | 416acea | 2023-03-09 02:25:22 | [diff] [blame] | 650 | const char kAutofillVirtualCardsOnTouchToFillAndroidName[] = |
| 651 | "Enable virtual cards on Touch To Fill bottomsheet for credit cards"; |
| 652 | const char kAutofillVirtualCardsOnTouchToFillAndroidDescription[] = |
| 653 | "When enabled, virtual credit card suggestions are shown on the Touch To " |
| 654 | "Fill bottomsheet for credit cards."; |
| 655 | |
Friedrich Horschig | a574519 | 2023-07-13 07:51:44 | [diff] [blame] | 656 | const char kAutofillVirtualViewStructureAndroidName[] = |
| 657 | "Enable the setting to provide a virtual view structure for Autofill"; |
| 658 | const char kAutofillVirtualViewStructureAndroidDescription[] = |
| 659 | "When enabled, a setting allows to switch to using Android Autofill. Chrome" |
| 660 | " then provides a virtual view structure but no own suggestions."; |
| 661 | |
Alexander Timin | 6ae060b6 | 2019-09-17 11:21:37 | [diff] [blame] | 662 | const char kBackForwardCacheName[] = "Back-forward cache"; |
| 663 | const char kBackForwardCacheDescription[] = |
Rakina Zata Amni | 95a2a91d | 2020-07-14 12:41:44 | [diff] [blame] | 664 | "If enabled, caches eligible pages after cross-site navigations." |
| 665 | "To enable caching pages on same-site navigations too, choose 'enabled " |
| 666 | "same-site support'."; |
Alexander Timin | 6ae060b6 | 2019-09-17 11:21:37 | [diff] [blame] | 667 | |
Yuzu Saijo | 312b843 | 2022-03-01 03:27:31 | [diff] [blame] | 668 | const char kEnableBackForwardCacheForScreenReaderName[] = |
| 669 | "Enable Back-forward cache for screen readers"; |
| 670 | const char kEnableBackForwardCacheForScreenReaderDescription[] = |
| 671 | "If enabled, allow pages to enter back/forward cache even if a screen " |
| 672 | "reader is in use. The page might still not be cached for other reasons."; |
| 673 | |
Ioana Pandele | 69fe467 | 2021-04-28 08:06:37 | [diff] [blame] | 674 | const char kBiometricReauthForPasswordFillingName[] = |
| 675 | "Biometric reauth for password filling"; |
| 676 | const char kBiometricReauthForPasswordFillingDescription[] = |
| 677 | "Enables biometric" |
| 678 | "re-authentication before password filling"; |
| 679 | |
Norge Vizcay | 5f6bfb4 | 2022-06-10 08:33:14 | [diff] [blame] | 680 | const char kFastCheckoutName[] = "Fast Checkout"; |
| 681 | const char kFastCheckoutDescription[] = |
| 682 | "Enables Fast Checkout experiences in Chrome."; |
| 683 | |
Illia Klimov | e406ecc1 | 2022-11-22 15:53:29 | [diff] [blame] | 684 | const char kFailFastQuietChipName[] = "Fail fast quiet chip"; |
| 685 | const char kFailFastQuietChipDescription[] = |
| 686 | "Enables fast finalization of a permission request if it is displayed as a " |
| 687 | "quiet chip."; |
| 688 | |
danielng | dd3ef94 | 2021-10-28 06:42:48 | [diff] [blame] | 689 | const char kBorealisBigGlName[] = "Borealis Big GL"; |
| 690 | const char kBorealisBigGlDescription[] = "Enable Big GL when running Borealis."; |
| 691 | |
Dominik Behr | 03b5c24f | 2023-04-18 21:20:52 | [diff] [blame] | 692 | const char kBorealisDGPUName[] = "Borealis dGPU"; |
| 693 | const char kBorealisDGPUDescription[] = "Enable dGPU when running Borealis."; |
| 694 | |
danielng | 1078c637 | 2021-06-28 06:31:36 | [diff] [blame] | 695 | const char kBorealisDiskManagementName[] = "Borealis Disk management"; |
| 696 | const char kBorealisDiskManagementDescription[] = |
| 697 | "Enable experimental disk management settings."; |
| 698 | |
Nicholas Hollingum | 449d825 | 2021-11-29 00:18:29 | [diff] [blame] | 699 | const char kBorealisForceBetaClientName[] = "Borealis Force Beta Client"; |
| 700 | const char kBorealisForceBetaClientDescription[] = |
| 701 | "Force the client to run its beta version."; |
| 702 | |
Nicholas Hollingum | e867209 | 2022-08-25 04:23:16 | [diff] [blame] | 703 | const char kBorealisForceDoubleScaleName[] = "Borealis Force Double Scale"; |
| 704 | const char kBorealisForceDoubleScaleDescription[] = |
| 705 | "Force the client to run in 2x visual zoom."; |
| 706 | |
Nicholas Hollingum | 449d825 | 2021-11-29 00:18:29 | [diff] [blame] | 707 | const char kBorealisLinuxModeName[] = "Borealis Linux Mode"; |
| 708 | const char kBorealisLinuxModeDescription[] = |
| 709 | "Do not run ChromeOS-specific code in the client."; |
| 710 | |
Nicholas Hollingum | 97500cc1 | 2022-03-03 22:44:43 | [diff] [blame] | 711 | // For UX reasons we prefer "enabled", but that is used internally to refer to |
| 712 | // whether borealis is installed or not, so the name of the variable is a bit |
| 713 | // different to the user-facing name. |
| 714 | const char kBorealisPermittedName[] = "Borealis Enabled"; |
| 715 | const char kBorealisPermittedDescription[] = |
| 716 | "Allows Borealis to run on your device. Borealis may still be blocked for " |
| 717 | "other reasons, including: administrator settings, device hardware " |
| 718 | "capabilities, or other security measures."; |
| 719 | |
danielng | 9b714c5 | 2023-07-10 02:30:09 | [diff] [blame] | 720 | const char kBorealisProvisionName[] = "Borealis Provision"; |
| 721 | const char kBorealisProvisionDescription[] = |
| 722 | "Uses the experimental 'provision' option when mounting borealis stateful. " |
| 723 | "The feature causes allocations on thinly provisioned storage, such as " |
| 724 | "sparse vm images, to be passed to the underyling storage layers. " |
| 725 | "Resulting in allocations in the Borealis being backed by physical " |
| 726 | "storage."; |
| 727 | |
danielng | 573ad374 | 2022-07-06 05:26:24 | [diff] [blame] | 728 | const char kBorealisStorageBallooningName[] = "Borealis Storage Ballooning"; |
| 729 | const char kBorealisStorageBallooningDescription[] = |
| 730 | "Enables storage balloning for Borealis. This takes precedence over the " |
| 731 | "other Borealis Disk management flag."; |
| 732 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 733 | const char kBypassAppBannerEngagementChecksName[] = |
| 734 | "Bypass user engagement checks"; |
| 735 | const char kBypassAppBannerEngagementChecksDescription[] = |
| 736 | "Bypasses user engagement checks for displaying app banners, such as " |
| 737 | "requiring that users have visited the site before and that the banner " |
| 738 | "hasn't been shown recently. This allows developers to test that other " |
| 739 | "eligibility requirements for showing app banners, such as having a " |
| 740 | "manifest, are met."; |
| 741 | |
sisidovski | a29a302 | 2023-04-20 07:53:54 | [diff] [blame] | 742 | const char kServiceWorkerBypassFetchHandlerName[] = |
| 743 | "Bypass Service Worker Fetch Handler"; |
| 744 | const char kServiceWorkerBypassFetchHandlerDescription[] = |
| 745 | "Bypass starting a service worker and its fetch handler when the fetch " |
| 746 | "event meets the conditions. The service worker may start after sending a " |
| 747 | "resource request, or conduct a race between the network request and its " |
| 748 | "fetch handler. If the resource could be handled in the fetch handler, the " |
| 749 | "feature may affect the page load. This feature will override " |
| 750 | "chrome://flags/#service-worker-bypass-fetch-handler-for-main-resource"; |
| 751 | |
sisidovski | 62b577f2 | 2022-12-15 03:10:00 | [diff] [blame] | 752 | const char kServiceWorkerBypassFetchHandlerForMainResourceName[] = |
| 753 | "Bypass Service Worker Fetch Handler for main resource"; |
| 754 | const char kServiceWorkerBypassFetchHandlerForMainResourceDescription[] = |
| 755 | "Bypass starting a service worker and its fetch handler for main resource " |
| 756 | "requests. The service worker starts after sending a main resource request " |
| 757 | "and handles subresources. If the main resource could be handled in the " |
sisidovski | a29a302 | 2023-04-20 07:53:54 | [diff] [blame] | 758 | "fetch handler, the feature may affect the page load. This feature will be " |
| 759 | "overridden by chrome://flags/#service-worker-bypass-fetch-handler"; |
sisidovski | 62b577f2 | 2022-12-15 03:10:00 | [diff] [blame] | 760 | |
Yoshisato Yanagisawa | 9dc8ebe | 2023-06-13 07:07:04 | [diff] [blame] | 761 | const char kServiceWorkerStaticRouterName[] = "Service Worker Static Router"; |
| 762 | const char kServiceWorkerStaticRouterDescription[] = |
| 763 | "When enabled, Chrome will enable the Service Worker Static Routing API. " |
| 764 | "https://chromestatus.com/feature/5185352976826368"; |
| 765 | |
Bryant Chandler | dcd994e | 2023-06-13 18:23:31 | [diff] [blame] | 766 | #if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) |
| 767 | const char kCameraMicPreviewName[] = "Camera and Mic Preview"; |
| 768 | const char kCameraMicPreviewDescription[] = |
| 769 | "Enables camera and mic preview in permission bubble and site settings."; |
| 770 | #endif |
| 771 | |
Elaine Chien | aeb4adc | 2020-12-08 04:22:05 | [diff] [blame] | 772 | const char kChromeLabsName[] = "Chrome Labs"; |
| 773 | const char kChromeLabsDescription[] = |
| 774 | "Access Chrome Labs through the toolbar menu to see featured user-facing " |
| 775 | "experimental features."; |
| 776 | |
Elaine Chien | aef6d93 | 2023-05-15 18:29:41 | [diff] [blame] | 777 | const char kChromeRefresh2023Id[] = "chrome-refresh-2023"; |
Elaine Chien | f90ffa7 | 2023-01-25 19:18:32 | [diff] [blame] | 778 | const char kChromeRefresh2023Name[] = "Chrome Refresh 2023"; |
Elaine Chien | aef6d93 | 2023-05-15 18:29:41 | [diff] [blame] | 779 | const char kChromeRefresh2023Description[] = "Enables the new desktop design."; |
Elaine Chien | f90ffa7 | 2023-01-25 19:18:32 | [diff] [blame] | 780 | |
John Lee | e6d9a868 | 2023-04-22 00:58:39 | [diff] [blame] | 781 | const char kChromeWebuiRefresh2023Name[] = "Chrome WebUI Refresh 2023"; |
| 782 | const char kChromeWebuiRefresh2023Description[] = |
| 783 | "Enables Chrome Refresh 2023 styles for various WebUI surfaces."; |
| 784 | |
Yue Zhang | 25d7296 | 2022-06-13 21:14:05 | [diff] [blame] | 785 | const char kCommerceHintAndroidName[] = "Commerce Hint Android"; |
| 786 | const char kCommerceHintAndroidDescription[] = |
| 787 | "Enables commerce hint detection on Android."; |
| 788 | |
Jae Hoon Kim | 2d4256e | 2022-04-15 21:59:09 | [diff] [blame] | 789 | const char kConsumerAutoUpdateToggleAllowedName[] = |
| 790 | "Allow Consumer Auto Update Toggle"; |
| 791 | const char kConsumerAutoUpdateToggleAllowedDescription[] = |
| 792 | "Allow enabling the consumer auto update toggle in settings"; |
| 793 | |
Nandhini | 11a6a87b | 2019-08-22 22:45:24 | [diff] [blame] | 794 | const char kContextMenuSearchWithGoogleLensName[] = |
| 795 | "Google Lens powered image search in the context menu."; |
| 796 | const char kContextMenuSearchWithGoogleLensDescription[] = |
| 797 | "Replaces default image search with an intent to Google Lens when " |
| 798 | "supported."; |
| 799 | |
Anudeep Palanki | c903c59e | 2023-01-26 16:46:55 | [diff] [blame] | 800 | const char kContextMenuGoogleLensSearchOptimizationsName[] = |
| 801 | "Google Lens powered image search string variations in the context menu."; |
| 802 | const char kContextMenuGoogleLensSearchOptimizationsDescription[] = |
| 803 | "Replaces Google Lens string variations when Google Lens is supported."; |
| 804 | |
Shuran Huang | d11e73e | 2021-04-14 16:10:12 | [diff] [blame] | 805 | const char kClearCrossSiteCrossBrowsingContextGroupWindowNameName[] = |
| 806 | "Clear window name in top-level cross-site cross-browsing-context-group " |
| 807 | "navigation"; |
| 808 | const char kClearCrossSiteCrossBrowsingContextGroupWindowNameDescription[] = |
| 809 | "Clear the preserved window.name property when it's a top-level cross-site " |
| 810 | "navigation that swaps BrowsingContextGroup."; |
Shuran Huang | a5be08b | 2021-01-20 18:46:29 | [diff] [blame] | 811 | |
rbpotter | e877c1f | 2021-06-15 00:23:55 | [diff] [blame] | 812 | const char kChromeWhatsNewUIName[] = |
| 813 | "Show Chrome What's New page at chrome://whats-new"; |
| 814 | const char kChromeWhatsNewUIDescription[] = |
| 815 | "Enables Chrome What's New page at chrome://whats-new."; |
| 816 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 817 | const char kDeviceForceScheduledRebootName[] = |
Sanja Perisic | a1e5cd8 | 2022-02-24 11:52:50 | [diff] [blame] | 818 | "Enable DeviceScheduledReboot policy for all sessions."; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 819 | const char kDeviceForceScheduledRebootDescription[] = |
Sanja Perisic | a1e5cd8 | 2022-02-24 11:52:50 | [diff] [blame] | 820 | "Schedule recurring reboot for the device. Reboots are always executed at " |
| 821 | "a scheduled time. If the session is active, user will be notified about " |
| 822 | "the reboot, but the reboot will not be delayed."; |
| 823 | |
Alexis Menard | 61ecb91d | 2021-07-17 04:10:33 | [diff] [blame] | 824 | const char kDevicePostureName[] = "Device Posture API"; |
| 825 | const char kDevicePostureDescription[] = |
| 826 | "Enables Device Posture API (foldable devices)"; |
| 827 | |
Mei Liang | 36e41a5e | 2022-02-10 01:43:50 | [diff] [blame] | 828 | const char kDiscountConsentV2Name[] = "Discount Consent V2"; |
| 829 | const char kDiscountConsentV2Description[] = "Enables Discount Consent V2"; |
| 830 | |
Kamila | 5e993568 | 2022-08-05 12:43:29 | [diff] [blame] | 831 | const char kDisruptiveNotificationPermissionRevocationName[] = |
| 832 | "Disruptive notification permission revocation"; |
| 833 | const char kDisruptiveNotificationPermissionRevocationDescription[] = |
| 834 | "Enables revoking the notification permission on sites that send " |
| 835 | "disruptive notifications unless the permission was granted through a " |
| 836 | "prompt that informed the user about this possibility."; |
| 837 | |
Daniele Castagna | 6a5cbdeb6 | 2020-02-18 22:48:14 | [diff] [blame] | 838 | const char kDoubleBufferCompositingName[] = "Double buffered compositing"; |
| 839 | const char kDoubleBufferCompositingDescription[] = |
| 840 | "Use double buffer for compositing (instead of triple-buffering). " |
| 841 | "Latency should be reduced in some cases. On the other hand, more skipped " |
| 842 | "frames are expected."; |
| 843 | |
Youssef Esmat | 9cdb6b4 | 2022-12-21 19:28:45 | [diff] [blame] | 844 | const char kMainThreadCompositingPriorityName[] = |
| 845 | "Main thread runs as compositing"; |
| 846 | const char kMainThreadCompositingPriorityDescription[] = |
| 847 | "Runs the main thread at compositing priority since it responds to input " |
| 848 | "and is on the critical path."; |
| 849 | |
Mei Liang | d79d382 | 2022-10-26 21:55:25 | [diff] [blame] | 850 | const char kMerchantWidePromotionsName[] = "Merchant wide promotions"; |
| 851 | const char kMerchantWidePromotionsDescription[] = |
| 852 | "Enables the discount consent for all merchants, and show merchant wide " |
| 853 | "promotions if they are available"; |
| 854 | |
Mei Liang | d5813c3 | 2022-10-29 01:09:07 | [diff] [blame] | 855 | const char kCodeBasedRBDName[] = "Code-based RBD"; |
| 856 | const char kCodeBasedRBDDescription[] = "Enables the Code-based RBD."; |
| 857 | |
Tsuyoshi Horo | 2fbde5b | 2023-04-04 22:52:55 | [diff] [blame] | 858 | const char kCompressionDictionaryTransportName[] = |
| 859 | "Compression dictionary transport"; |
| 860 | const char kCompressionDictionaryTransportDescription[] = |
| 861 | "Enables compression dictionary transport features. Requires " |
| 862 | "chrome://flags/#enable-compression-dictionary-transport-backend to be " |
| 863 | "enabled."; |
| 864 | |
| 865 | const char kCompressionDictionaryTransportBackendName[] = |
| 866 | "Compression dictionary transport backend"; |
| 867 | const char kCompressionDictionaryTransportBackendDescription[] = |
| 868 | "Enables the backend of compression dictionary transport features. " |
| 869 | "Requires chrome://flags/#enable-compression-dictionary-transport to be " |
| 870 | "enabled for testing the feature."; |
| 871 | |
Christopher Cameron | ceb8727d | 2017-09-07 23:53:16 | [diff] [blame] | 872 | const char kForceColorProfileSRGB[] = "sRGB"; |
| 873 | const char kForceColorProfileP3[] = "Display P3 D65"; |
Christopher Cameron | b15ffe6 | 2022-11-15 10:25:31 | [diff] [blame] | 874 | const char kForceColorProfileRec2020[] = "ITU-R BT.2020"; |
Christopher Cameron | ceb8727d | 2017-09-07 23:53:16 | [diff] [blame] | 875 | const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4"; |
Sunny Sachanandani | 71e474a | 2019-06-11 02:32:03 | [diff] [blame] | 876 | const char kForceColorProfileSCRGBLinear[] = |
| 877 | "scRGB linear (HDR where available)"; |
| 878 | const char kForceColorProfileHDR10[] = "HDR10 (HDR where available)"; |
Christopher Cameron | ceb8727d | 2017-09-07 23:53:16 | [diff] [blame] | 879 | |
| 880 | const char kForceColorProfileName[] = "Force color profile"; |
| 881 | const char kForceColorProfileDescription[] = |
| 882 | "Forces Chrome to use a specific color profile instead of the color " |
| 883 | "of the window's current monitor, as specified by the operating system."; |
| 884 | |
Chris Blume | b504da1f2 | 2020-04-27 00:21:44 | [diff] [blame] | 885 | const char kDynamicColorGamutName[] = "Dynamic color gamut"; |
| 886 | const char kDynamicColorGamutDescription[] = |
| 887 | "Displays in wide color when the content is wide. When the content is " |
| 888 | "not wide, displays sRGB"; |
| 889 | |
Keishi Hattori | 1529974 | 2020-04-20 04:00:09 | [diff] [blame] | 890 | const char kCooperativeSchedulingName[] = "Cooperative Scheduling"; |
| 891 | const char kCooperativeSchedulingDescription[] = |
| 892 | "Enables cooperative scheduling in Blink."; |
| 893 | |
Lijin Shen | 5feade6 | 2019-09-17 03:01:01 | [diff] [blame] | 894 | const char kDarkenWebsitesCheckboxInThemesSettingName[] = |
| 895 | "Darken websites checkbox in themes setting"; |
| 896 | const char kDarkenWebsitesCheckboxInThemesSettingDescription[] = |
| 897 | "Show a darken websites checkbox in themes settings when system default or " |
| 898 | "dark is selected. The checkbox can toggle the auto-darkening web contents " |
| 899 | "feature"; |
| 900 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 901 | const char kDebugPackedAppName[] = "Debugging for packed apps"; |
| 902 | const char kDebugPackedAppDescription[] = |
| 903 | "Enables debugging context menu options such as Inspect Element for packed " |
| 904 | "applications."; |
| 905 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 906 | const char kDebugShortcutsName[] = "Debugging keyboard shortcuts"; |
| 907 | const char kDebugShortcutsDescription[] = |
| 908 | "Enables additional keyboard shortcuts that are useful for debugging Ash."; |
| 909 | |
Sharon Yang | f390ea9 | 2021-06-23 19:55:40 | [diff] [blame] | 910 | const char kDisableProcessReuse[] = "Disable subframe process reuse"; |
| 911 | const char kDisableProcessReuseDescription[] = |
| 912 | "Prevents out-of-process iframes from reusing compatible processes from " |
| 913 | "unrelated tabs. This is an experimental mode that will result in more " |
| 914 | "processes being created."; |
| 915 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 916 | const char kDisallowDocWrittenScriptsUiName[] = |
| 917 | "Block scripts loaded via document.write"; |
| 918 | const char kDisallowDocWrittenScriptsUiDescription[] = |
| 919 | "Disallows fetches for third-party parser-blocking scripts inserted into " |
| 920 | "the main frame via document.write."; |
| 921 | |
Yann Dago | c9bca035 | 2023-02-28 16:30:50 | [diff] [blame] | 922 | #if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH) |
| 923 | const char kDisallowManagedProfileSignoutName[] = |
| 924 | "Disallow managed profile signout"; |
| 925 | const char kDisallowManagedProfileSignoutDescription[] = |
| 926 | "Disallows signing out from managed profiles."; |
| 927 | #endif // !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH) |
| 928 | |
Vladimir Levin | 501455e | 2022-11-04 20:04:54 | [diff] [blame] | 929 | const char kViewTransitionName[] = "viewTransition API"; |
| 930 | const char kViewTransitionDescription[] = |
| 931 | "Controls the availability of the viewTransition JavaScript API."; |
Vladimir Levin | 4fd9269d | 2021-03-12 20:07:21 | [diff] [blame] | 932 | |
Khushal Sagar | b5af36e | 2022-11-09 22:33:29 | [diff] [blame] | 933 | const char kViewTransitionOnNavigationName[] = |
| 934 | "viewTransition API for navigations"; |
| 935 | const char kViewTransitionOnNavigationDescription[] = |
| 936 | "Controls the availability of the viewTransition API on document " |
| 937 | "navigations."; |
| 938 | |
Mark Schillaci | 402301cb | 2022-02-02 18:36:37 | [diff] [blame] | 939 | const char kEnableAutoDisableAccessibilityName[] = "Auto-disable Accessibility"; |
| 940 | const char kEnableAutoDisableAccessibilityDescription[] = |
| 941 | "When accessibility APIs are no longer being requested, automatically " |
| 942 | "disables accessibility. This might happen if an assistive technology is " |
| 943 | "turned off or if an extension which uses accessibility APIs no longer " |
| 944 | "needs them."; |
| 945 | |
Jack Lynch | ef0bac5 | 2022-11-01 21:22:18 | [diff] [blame] | 946 | const char kEnableAutoDisableAccessibilityV2Name[] = |
| 947 | "Auto-disable Accessibility V2"; |
| 948 | const char kEnableAutoDisableAccessibilityV2Description[] = |
| 949 | "Automatically disable accessibility when Android reports no assistive " |
| 950 | "technologies are running. Might break accessibility for assistive " |
| 951 | "technologies without isAccessibilityTool set."; |
| 952 | |
Mohamed Amir Yosef | f676313 | 2021-02-18 15:53:14 | [diff] [blame] | 953 | const char kEnableAutofillAddressSavePromptName[] = |
| 954 | "Autofill Address Save Prompts"; |
| 955 | const char kEnableAutofillAddressSavePromptDescription[] = |
| 956 | "Enable the Autofill address save prompts."; |
| 957 | |
Lily Chen | 17c5797 | 2020-04-22 19:27:44 | [diff] [blame] | 958 | const char kEnableExperimentalCookieFeaturesName[] = |
| 959 | "Enable experimental cookie features"; |
| 960 | const char kEnableExperimentalCookieFeaturesDescription[] = |
| 961 | "Enable new features that affect setting, sending, and managing cookies. " |
| 962 | "The enabled features are subject to change at any time."; |
| 963 | |
Peng Huang | a0f7d7e5 | 2021-09-29 13:27:13 | [diff] [blame] | 964 | const char kEnableRawDrawName[] = "Enable raw draw"; |
| 965 | const char kEnableRawDrawDescription[] = |
| 966 | "When enabled, web content will be rastered on output surface directly."; |
| 967 | |
Peter McNeeley | 8a0156d2 | 2022-02-01 20:37:54 | [diff] [blame] | 968 | const char kEnableDelegatedCompositingName[] = "Enable delegated compositing"; |
| 969 | const char kEnableDelegatedCompositingDescription[] = |
| 970 | "When enabled and applicable, the act of compositing is delegated to Ash."; |
| 971 | |
Jenny Blessing | 45326bf | 2019-08-29 23:50:37 | [diff] [blame] | 972 | const char kEnableRemovingAllThirdPartyCookiesName[] = |
| 973 | "Enable removing SameSite=None cookies"; |
| 974 | const char kEnableRemovingAllThirdPartyCookiesDescription[] = |
| 975 | "Enables UI on chrome://settings/siteData to remove all third-party " |
| 976 | "cookies and site data."; |
| 977 | |
Sonja Laurila | c0492c85 | 2021-09-17 14:49:32 | [diff] [blame] | 978 | const char kDesktopPWAsAdditionalWindowingControlsName[] = |
| 979 | "Desktop PWA Window Minimize/maximize/restore"; |
| 980 | const char kDesktopPWAsAdditionalWindowingControlsDescription[] = |
| 981 | "Enable PWAs to manually recreate the minimize, maximize and restore " |
| 982 | "window functionalities with respective APIs."; |
| 983 | |
liqining.keiling | 151bedd6 | 2022-08-17 19:18:26 | [diff] [blame] | 984 | #if !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_ANDROID) |
| 985 | |
| 986 | const char kDesktopPWAsAppHomePageFlagId[] = |
| 987 | "enable-desktop-pwas-app-home-page"; |
| 988 | const char kDesktopPWAsAppHomePageName[] = "desktop PWAs app home page"; |
| 989 | const char kDesktopPWAsAppHomePageDescription[] = |
| 990 | "Use new chrome://apps page which has different UX on desktop"; |
| 991 | |
| 992 | #endif // !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_ANDROID) |
| 993 | |
Alan Cutter | eaae7f4 | 2020-12-07 02:24:11 | [diff] [blame] | 994 | const char kDesktopPWAsElidedExtensionsMenuName[] = |
| 995 | "Desktop PWAs elided extensions menu"; |
| 996 | const char kDesktopPWAsElidedExtensionsMenuDescription[] = |
| 997 | "Moves the Extensions \"puzzle piece\" icon from the title bar into the " |
| 998 | "app menu for web app windows."; |
| 999 | |
Alan Cutter | 6270489 | 2021-08-31 21:27:17 | [diff] [blame] | 1000 | const char kDesktopPWAsLaunchHandlerName[] = "Desktop PWA launch handler"; |
| 1001 | const char kDesktopPWAsLaunchHandlerDescription[] = |
| 1002 | "Enable web app manifests to declare app launch behavior. Prototype " |
| 1003 | "implementation of: " |
Alan Cutter | 203d5de | 2022-10-28 04:53:37 | [diff] [blame] | 1004 | "https://github.com/WICG/web-app-launch/blob/main/launch_handler.md"; |
Alan Cutter | 6270489 | 2021-08-31 21:27:17 | [diff] [blame] | 1005 | |
Lei Zhang | 507fffd | 2020-01-29 23:47:54 | [diff] [blame] | 1006 | const char kDesktopPWAsTabStripName[] = "Desktop PWA tab strips"; |
| 1007 | const char kDesktopPWAsTabStripDescription[] = |
Louise Brett | 0115847 | 2023-04-26 08:06:13 | [diff] [blame] | 1008 | "Tabbed application mode - enables the `tabbed` display mode which allows " |
| 1009 | "web apps to add a tab strip to their app."; |
Alan Cutter | 121812d | 2020-01-09 05:03:37 | [diff] [blame] | 1010 | |
Louise Brett | 51548fb | 2021-06-18 00:27:21 | [diff] [blame] | 1011 | const char kDesktopPWAsTabStripSettingsName[] = |
| 1012 | "Desktop PWA tab strips settings"; |
| 1013 | const char kDesktopPWAsTabStripSettingsDescription[] = |
| 1014 | "Experimental UI for selecting whether a PWA should open in tabbed mode."; |
| 1015 | |
Louise Brett | 0115847 | 2023-04-26 08:06:13 | [diff] [blame] | 1016 | const char kDesktopPWAsTabStripCustomizationsName[] = |
| 1017 | "Desktop PWA tab strip customizations"; |
| 1018 | const char kDesktopPWAsTabStripCustomizationsDescription[] = |
| 1019 | "Enable PWAs to customize their tab strip when in tabbed mode by adding " |
| 1020 | "the `tab_strip` manifest field."; |
| 1021 | |
Ivan Šandrk | 8a71039 | 2021-05-20 13:53:13 | [diff] [blame] | 1022 | const char kDesktopPWAsSubAppsName[] = "Desktop PWA Sub Apps"; |
| 1023 | const char kDesktopPWAsSubAppsDescription[] = |
| 1024 | "Enable installed PWAs to create shortcuts by installing their sub apps. " |
| 1025 | "Prototype implementation of: " |
| 1026 | "https://github.com/ivansandrk/multi-apps/blob/main/explainer.md"; |
| 1027 | |
Abhinav Kasamsetty | d7bb22c | 2023-01-31 08:18:32 | [diff] [blame] | 1028 | const char kDesktopPWAsScopeExtensionsName[] = "Desktop PWA Scope Extensions"; |
| 1029 | const char kDesktopPWAsScopeExtensionsDescription[] = |
| 1030 | "Enable web app manifests to declare scope extensions to extend app scope " |
| 1031 | "to other origins. Prototype implementation of: " |
| 1032 | "https://github.com/WICG/manifest-incubations/blob/gh-pages/" |
| 1033 | "scope_extensions-explainer.md"; |
| 1034 | |
Sonja Laurila | 67ab70d | 2022-05-13 13:57:26 | [diff] [blame] | 1035 | const char kDesktopPWAsBorderlessName[] = "Desktop PWA Borderless"; |
| 1036 | const char kDesktopPWAsBorderlessDescription[] = |
| 1037 | "Enable web app manifests to declare borderless mode as a display " |
| 1038 | "override. Prototype implementation of: go/borderless-mode."; |
| 1039 | |
Alexey Baskakov | d913a127 | 2021-07-09 02:12:19 | [diff] [blame] | 1040 | const char kDesktopPWAsWebBundlesName[] = "Desktop PWAs Web Bundles"; |
| 1041 | const char kDesktopPWAsWebBundlesDescription[] = |
| 1042 | "Adds support for web bundles, making web apps able to be launched " |
| 1043 | "offline."; |
| 1044 | |
Alan Cutter | b85c0d2 | 2022-01-28 01:46:10 | [diff] [blame] | 1045 | const char kEnablePreinstalledWebAppDuplicationFixerName[] = |
| 1046 | "Enable the app deduplication fix for migrated preinstalled web apps"; |
| 1047 | const char kEnablePreinstalledWebAppDuplicationFixerDescription[] = |
| 1048 | "The preinstalled web app migration encountered app duplication issues " |
| 1049 | "when it rolled out. This code path will attempt to re-migrate instances " |
| 1050 | "of app duplication where the old app failed to stay removed. See " |
| 1051 | "https://crbug.com/1290716."; |
| 1052 | |
Steven Valdez | 89a44ea9 | 2019-05-01 15:18:49 | [diff] [blame] | 1053 | const char kEnableTLS13EarlyDataName[] = "TLS 1.3 Early Data"; |
| 1054 | const char kEnableTLS13EarlyDataDescription[] = |
| 1055 | "This option enables TLS 1.3 Early Data, allowing GET requests to be sent " |
| 1056 | "during the handshake when resuming a connection to a compatible TLS 1.3 " |
| 1057 | "server."; |
| 1058 | |
Adam Langley | 664d93d | 2023-05-02 19:38:22 | [diff] [blame] | 1059 | const char kEnableTLS13KyberName[] = "TLS 1.3 hybridized Kyber support"; |
| 1060 | const char kEnableTLS13KyberDescription[] = |
| 1061 | "This option enables a combination of X25519 and Kyber in TLS 1.3."; |
| 1062 | |
Katie Dektar | 7faf40ba | 2023-01-11 22:19:30 | [diff] [blame] | 1063 | const char kAccessibilityAcceleratorNotificationsTimeoutName[] = |
| 1064 | "Allows accelerator notifications for accessibility features to time out"; |
| 1065 | const char kAccessibilityAcceleratorNotificationsTimeoutDescription[] = |
| 1066 | "Enables notifications for accessibility features turned on by keyboard " |
| 1067 | "shortcut (docked magnifier, screen magnifier and high contrast) to time " |
| 1068 | "out instead of remaining pinned."; |
| 1069 | |
Katie Dektar | 29e670d8 | 2022-08-23 17:54:40 | [diff] [blame] | 1070 | const char kAccessibilityServiceName[] = "Experimental Accessibility Service"; |
| 1071 | const char kAccessibilityServiceDescription[] = |
| 1072 | "This option enables the experimental Accessibility Service and runs some " |
| 1073 | "accessibility features in the service."; |
| 1074 | |
Katie Dektar | 4cf2df7 | 2022-08-26 22:31:19 | [diff] [blame] | 1075 | const char kExperimentalAccessibilityColorEnhancementSettingsName[] = |
| 1076 | "Experimental Accessibility color enhancement settings"; |
| 1077 | const char kExperimentalAccessibilityColorEnhancementSettingsDescription[] = |
| 1078 | "This option enables the experimental Accessibility color enhancement " |
| 1079 | "settings found in the OS Accessibility settings."; |
| 1080 | |
Josiah Krutz | ef02161 | 2023-02-10 05:04:54 | [diff] [blame] | 1081 | const char kAccessibilityChromeVoxPageMigrationName[] = |
| 1082 | "ChromeVox Page Migration"; |
| 1083 | const char kAccessibilityChromeVoxPageMigrationDescription[] = |
Josiah Krutz | 48a65861 | 2023-04-26 17:31:15 | [diff] [blame] | 1084 | "This option enables ChromeVox page migration from extension options page " |
Josiah Krutz | ef02161 | 2023-02-10 05:04:54 | [diff] [blame] | 1085 | "to a Chrome OS settings page."; |
| 1086 | |
Josiah Krutz | f581bb0 | 2022-10-13 22:57:01 | [diff] [blame] | 1087 | const char kAccessibilitySelectToSpeakHoverTextImprovementsName[] = |
| 1088 | "Select-to-Speak Hover Text Improvements"; |
| 1089 | const char kAccessibilitySelectToSpeakHoverTextImprovementsDescription[] = |
| 1090 | "This option enables improvements in the text shown when hovering over the " |
| 1091 | "Select-to-Speak feature icon in the system tray."; |
| 1092 | |
James Hollyer | 1b943edb | 2020-10-28 03:28:06 | [diff] [blame] | 1093 | const char kMacCoreLocationBackendName[] = "Core Location Backend"; |
| 1094 | const char kMacCoreLocationBackendDescription[] = |
| 1095 | "Enables usage of the Core Location APIs as the backend for Geolocation " |
| 1096 | "API"; |
James Hollyer | 070f60a | 2020-05-05 06:13:15 | [diff] [blame] | 1097 | |
Mohamed Adel | 52ac1ae | 2020-09-08 16:10:27 | [diff] [blame] | 1098 | const char kNewMacNotificationAPIName[] = |
| 1099 | "Determines which notification API to use on macOS devices"; |
| 1100 | const char kNewMacNotificationAPIDescription[] = |
Avi Drissman | e56fff98 | 2023-07-11 15:35:26 | [diff] [blame] | 1101 | "Enables the usage of Apple's new notification API"; |
Mohamed Adel | 52ac1ae | 2020-09-08 16:10:27 | [diff] [blame] | 1102 | |
Pete Lavallee | 2d4415c7 | 2019-10-07 20:43:56 | [diff] [blame] | 1103 | const char kWinrtGeolocationImplementationName[] = |
| 1104 | "WinRT Geolocation Implementation"; |
| 1105 | const char kWinrtGeolocationImplementationDescription[] = |
| 1106 | "Enables usage of the Windows.Devices.Geolocation WinRT APIs on Windows " |
| 1107 | "for geolocation"; |
| 1108 | |
Dominic Farolino | af2f3b7 | 2021-05-03 23:44:16 | [diff] [blame] | 1109 | const char kEnableFencedFramesName[] = "Enable the <fencedframe> element."; |
| 1110 | const char kEnableFencedFramesDescription[] = |
| 1111 | "Fenced frames are an experimental web platform feature that allows " |
Nan Lin | 066a81a | 2022-04-20 18:46:54 | [diff] [blame] | 1112 | "embedding an isolated top-level page. This requires " |
| 1113 | "#privacy-sandbox-ads-apis to also be enabled. See " |
Dominic Farolino | af2f3b7 | 2021-05-03 23:44:16 | [diff] [blame] | 1114 | "https://github.com/shivanigithub/fenced-frame"; |
| 1115 | |
Liam Brady | 1ead36c | 2023-05-30 17:37:38 | [diff] [blame] | 1116 | const char kEnableFencedFramesDeveloperModeName[] = |
| 1117 | "Enable the `FencedFrameConfig` constructor."; |
| 1118 | const char kEnableFencedFramesDeveloperModeDescription[] = |
| 1119 | "The `FencedFrameConfig` constructor allows you to test the <fencedframe> " |
| 1120 | "element without running an ad auction, as you can manually supply a URL " |
| 1121 | "to navigate the fenced frame to."; |
| 1122 | |
James Hollyer | 24f30cb72 | 2021-06-18 21:22:24 | [diff] [blame] | 1123 | const char kEnableGamepadButtonAxisEventsName[] = |
| 1124 | "Gamepad Button and Axis Events"; |
| 1125 | const char kEnableGamepadButtonAxisEventsDescription[] = |
| 1126 | "Enables the ability to subscribe to changes in buttons and/or axes " |
| 1127 | "on the gamepad object."; |
| 1128 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 1129 | const char kEnableGamepadMultitouchName[] = "Gamepad Multitouch"; |
| 1130 | const char kEnableGamepadMultitouchDescription[] = |
Bradley Needham | 835f0f49 | 2023-04-04 23:00:54 | [diff] [blame] | 1131 | "Enables the ability to receive input from multitouch surface " |
| 1132 | "on the gamepad object."; |
| 1133 | |
Mikhail Pozdnyakov | 73373a6 | 2017-08-24 17:31:25 | [diff] [blame] | 1134 | const char kEnableGenericSensorExtraClassesName[] = |
| 1135 | "Generic Sensor Extra Classes"; |
| 1136 | const char kEnableGenericSensorExtraClassesDescription[] = |
| 1137 | "Enables an extra set of sensor classes based on Generic Sensor API, which " |
| 1138 | "expose previously unavailable platform features, i.e. AmbientLightSensor " |
| 1139 | "and Magnetometer interfaces."; |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 1140 | |
Vikas Soni | 78daa63 | 2019-01-12 01:32:52 | [diff] [blame] | 1141 | const char kEnableGpuServiceLoggingName[] = "Enable gpu service logging"; |
| 1142 | const char kEnableGpuServiceLoggingDescription[] = |
| 1143 | "Enable printing the actual GL driver calls."; |
| 1144 | |
Christian Flach | 3de81af1 | 2022-06-10 17:53:11 | [diff] [blame] | 1145 | const char kEnableIsolatedWebAppsName[] = "Enable Isolated Web Apps"; |
| 1146 | const char kEnableIsolatedWebAppsDescription[] = |
Christian Flach | d532bbb | 2023-06-28 09:14:06 | [diff] [blame] | 1147 | "Enables experimental support for Isolated Web Apps. " |
Christian Flach | 3de81af1 | 2022-06-10 17:53:11 | [diff] [blame] | 1148 | "See https://github.com/reillyeon/isolated-web-apps for more information."; |
| 1149 | |
Christian Flach | d532bbb | 2023-06-28 09:14:06 | [diff] [blame] | 1150 | #if BUILDFLAG(IS_CHROMEOS) |
| 1151 | const char kEnableIsolatedWebAppAutomaticUpdatesName[] = |
| 1152 | "Enable automatic updates of Isolated Web Apps"; |
| 1153 | const char kEnableIsolatedWebAppAutomaticUpdatesDescription[] = |
| 1154 | "Enables experimental support for automatically updating Isolated Web " |
| 1155 | "Apps."; |
| 1156 | #endif |
| 1157 | |
Robbie McElrath | 8bc8f2b | 2022-11-14 19:59:02 | [diff] [blame] | 1158 | const char kEnableIsolatedWebAppDevModeName[] = |
| 1159 | "Enable Isolated Web App Developer Mode"; |
| 1160 | const char kEnableIsolatedWebAppDevModeDescription[] = |
| 1161 | "Enables the installation of unverified Isolated Web Apps"; |
| 1162 | |
Chase Phillips | f29be25 | 2023-02-02 22:19:39 | [diff] [blame] | 1163 | const char kEnableIwaControlledFrameName[] = "Enable IWA Controlled Frame"; |
| 1164 | const char kEnableIwaControlledFrameDescription[] = |
| 1165 | "Enables experimental support for IWA Controlled Frame. " |
| 1166 | "See " |
| 1167 | "https://github.com/chasephillips/controlled-frame/blob/main/EXPLAINER.md " |
| 1168 | "for more information."; |
| 1169 | |
Jimmy Gong | 07656e4 | 2021-04-08 02:31:08 | [diff] [blame] | 1170 | const char kEnableShortcutCustomizationAppName[] = |
| 1171 | "Enable shortcut customization app"; |
| 1172 | const char kEnableShortcutCustomizationAppDescription[] = |
| 1173 | "Enable the shortcut customization SWA, allowing users to customize system " |
| 1174 | "shortcuts."; |
| 1175 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 1176 | const char kEnableShortcutCustomizationName[] = |
Cam Bickel | d363a179 | 2022-10-06 16:59:09 | [diff] [blame] | 1177 | "Enable customization in new shortcuts app"; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 1178 | const char kEnableShortcutCustomizationDescription[] = |
Cam Bickel | d363a179 | 2022-10-06 16:59:09 | [diff] [blame] | 1179 | "Enable customization of shortcuts in the new shortcuts app."; |
| 1180 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 1181 | const char kEnableSearchCustomizableShortcutsInLauncherName[] = |
xiangdong kong | 72ae8d1 | 2023-06-13 16:47:52 | [diff] [blame] | 1182 | "Enable search for customizable shortcuts in launcher"; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 1183 | const char kEnableSearchCustomizableShortcutsInLauncherDescription[] = |
xiangdong kong | 72ae8d1 | 2023-06-13 16:47:52 | [diff] [blame] | 1184 | "Enable searching for customizable shortcuts in launcher."; |
| 1185 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 1186 | const char kEnableSearchInShortcutsAppName[] = |
Cam Bickel | fd25328 | 2023-02-09 20:12:22 | [diff] [blame] | 1187 | "Enable search in new shortcuts app"; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 1188 | const char kEnableSearchInShortcutsAppDescription[] = |
Cam Bickel | fd25328 | 2023-02-09 20:12:22 | [diff] [blame] | 1189 | "Enable searching for shortcuts in the new shortcuts app."; |
| 1190 | |
David Padlipsky | a68a5644 | 2022-11-02 22:06:13 | [diff] [blame] | 1191 | const char kEnableInputDeviceSettingsSplitName[] = |
| 1192 | "Enable input device settings split"; |
| 1193 | const char kEnableInputDeviceSettingsSplitDescription[] = |
| 1194 | "Enable input device settings to be split per-device."; |
| 1195 | |
YuhanYang | f34f292f | 2023-06-01 23:56:23 | [diff] [blame] | 1196 | const char kEnablePeripheralCustomizationName[] = |
| 1197 | "Enable peripheral customization"; |
| 1198 | const char kEnablePeripheralCustomizationDescription[] = |
| 1199 | "Enable peripheral customization to allow users to customize buttons on " |
| 1200 | "their peripherals."; |
| 1201 | |
Michael Checo | 26110cc9 | 2022-05-04 00:55:07 | [diff] [blame] | 1202 | const char kExperimentalRgbKeyboardPatternsName[] = |
| 1203 | "Enable experimental RGB Keyboard patterns support"; |
| 1204 | const char kExperimentalRgbKeyboardPatternsDescription[] = |
| 1205 | "Enable experimental RGB Keyboard patterns support on supported devices."; |
| 1206 | |
Varun Khaneja | e493d2b2 | 2022-02-18 18:17:31 | [diff] [blame] | 1207 | const char kDownloadBubbleName[] = "Enable download bubble"; |
| 1208 | const char kDownloadBubbleDescription[] = |
| 1209 | "Enables the download bubble instead of the download shelf."; |
| 1210 | |
thefrog | e0ea8bd | 2022-06-24 15:04:53 | [diff] [blame] | 1211 | const char kDownloadBubbleV2Name[] = "Enable download bubble V2"; |
| 1212 | const char kDownloadBubbleV2Description[] = |
| 1213 | "Adds features to the download bubble not available on the download shelf. " |
| 1214 | "Only works if the base download bubble flag download-bubble is also " |
| 1215 | "enabled."; |
| 1216 | |
Xing Liu | a8d6b27 | 2021-11-11 00:02:16 | [diff] [blame] | 1217 | const char kDownloadRangeName[] = "Enable download range support"; |
| 1218 | const char kDownloadRangeDescription[] = |
| 1219 | "Enables arbitrary download range request support."; |
| 1220 | |
Awad Osman | 3302987 | 2022-12-02 19:04:26 | [diff] [blame] | 1221 | const char kEnableEnhancedSafeBrowsingSettingsImprovementsName[] = |
| 1222 | "Enable enhanced safe browsing settings improvements"; |
| 1223 | const char kEnableEnhancedSafeBrowsingSettingsImprovementsDescription[] = |
| 1224 | "Adds an in-product-help bubble to the ESB settings options when users are " |
| 1225 | "directed to the chrome security settings page through ESB promotions and " |
| 1226 | "also collapses the ESB option."; |
| 1227 | |
Awad Osman | a930e9c | 2023-06-12 17:33:01 | [diff] [blame] | 1228 | const char kEnableFriendlierSafeBrowsingSettingsName[] = |
| 1229 | "Enable friendlier safe browsing settings"; |
| 1230 | const char kEnableFriendlierSafeBrowsingSettingsDescription[] = |
| 1231 | "Updates the text, layout, and icons on both the privacy guide and the " |
| 1232 | "security settings page."; |
| 1233 | |
Awad Osman | 0bbaafd | 2023-04-14 01:35:29 | [diff] [blame] | 1234 | const char kEnableTailoredSecurityUpdatedMessagesName[] = |
| 1235 | "Enable tailored security updated messages"; |
| 1236 | const char kEnableTailoredSecurityUpdatedMessagesDescription[] = |
| 1237 | "Updates the tailored security dialog strings and icons for their " |
| 1238 | "respective platforms."; |
| 1239 | |
Bernhard Bauer | 5533f991 | 2017-11-06 17:56:02 | [diff] [blame] | 1240 | const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file"; |
| 1241 | const char kEnableNetworkLoggingToFileDescription[] = |
| 1242 | "Enables network logging to a file named netlog.json in the user data " |
| 1243 | "directory. The file can be imported into chrome://net-internals."; |
| 1244 | |
Shakti Sahu | 5a046f6 | 2019-03-12 19:25:34 | [diff] [blame] | 1245 | const char kEnableNewDownloadBackendName[] = "Enable new download backend"; |
| 1246 | const char kEnableNewDownloadBackendDescription[] = |
| 1247 | "Enables the new download backend that uses offline content provider"; |
| 1248 | |
Alexander Timin | a812932f | 2022-06-29 23:39:34 | [diff] [blame] | 1249 | const char kEnablePerfettoSystemTracingName[] = |
| 1250 | "Enable Perfetto system tracing"; |
| 1251 | const char kEnablePerfettoSystemTracingDescription[] = |
| 1252 | "When enabled, Chrome will attempt to connect to the system tracing " |
| 1253 | "service"; |
| 1254 | |
Matt Reynolds | 9e96d08d | 2022-09-30 01:28:50 | [diff] [blame] | 1255 | const char kEnableWebUsbOnExtensionServiceWorkerName[] = |
| 1256 | "Enable WebUSB on extension service workers"; |
| 1257 | const char kEnableWebUsbOnExtensionServiceWorkerDescription[] = |
| 1258 | "When enabled, WebUSB API is available on extension service workers."; |
| 1259 | |
Qiaofei Ye | beb9a23 | 2020-07-22 23:47:04 | [diff] [blame] | 1260 | const char kEnableWindowsGamingInputDataFetcherName[] = |
| 1261 | "Enable Windows.Gaming.Input"; |
| 1262 | const char kEnableWindowsGamingInputDataFetcherDescription[] = |
| 1263 | "Enable Windows.Gaming.Input by default to provide game controller " |
| 1264 | "support on Windows 10 desktop."; |
| 1265 | |
Titouan Rigoudy | f619f546 | 2020-09-25 16:35:49 | [diff] [blame] | 1266 | const char kBlockInsecurePrivateNetworkRequestsName[] = |
| 1267 | "Block insecure private network requests."; |
| 1268 | const char kBlockInsecurePrivateNetworkRequestsDescription[] = |
Titouan Rigoudy | 449de9d | 2022-02-16 19:14:06 | [diff] [blame] | 1269 | "Prevents non-secure contexts from making subresource requests to " |
| 1270 | "more-private IP addresses. See also: " |
| 1271 | "https://developer.chrome.com/blog/private-network-access-update/"; |
| 1272 | |
Brandon Nguyen | 11e8921 | 2023-06-22 20:46:58 | [diff] [blame] | 1273 | const char kPipDoubleTapToResizeName[] = |
| 1274 | "Enable double-tap to resize PiP windows"; |
| 1275 | const char kPipDoubleTapToResizeDescription[] = |
| 1276 | "Enables double-tapping on existing PiP windows to resize " |
| 1277 | "them depending on its current state, such as minimizng or maximizing."; |
| 1278 | |
Titouan Rigoudy | 449de9d | 2022-02-16 19:14:06 | [diff] [blame] | 1279 | const char kPrivateNetworkAccessSendPreflightsName[] = |
| 1280 | "Send Private Network Access preflights"; |
| 1281 | const char kPrivateNetworkAccessSendPreflightsDescription[] = |
| 1282 | "Enables sending Private Network Access preflights ahead of requests to " |
| 1283 | "more-private IP addresses. Failed preflights display warnings in DevTools " |
| 1284 | "without failing entire request. See also: " |
| 1285 | "https://developer.chrome.com/blog/private-network-access-preflight/"; |
| 1286 | |
| 1287 | const char kPrivateNetworkAccessRespectPreflightResultsName[] = |
| 1288 | "Respect the result of Private Network Access preflights"; |
| 1289 | const char kPrivateNetworkAccessRespectPreflightResultsDescription[] = |
| 1290 | "Enables sending Private Network Access preflights ahead of requests to " |
| 1291 | "more-private IP addresses. These preflight requests must succeed in order " |
| 1292 | "for the request to proceed. See also: " |
| 1293 | "https://developer.chrome.com/blog/private-network-access-preflight/"; |
Titouan Rigoudy | f619f546 | 2020-09-25 16:35:49 | [diff] [blame] | 1294 | |
Yifan Luo | 6e4029d5 | 2022-08-11 17:28:11 | [diff] [blame] | 1295 | const char kPrivateNetworkAccessPreflightShortTimeoutName[] = |
| 1296 | "Reduce waiting time for Private Network Access preflights response"; |
| 1297 | const char kPrivateNetworkAccessPreflightShortTimeoutDescription[] = |
| 1298 | "Reduce the waiting time for Private Network Access preflights to 200 " |
| 1299 | "milliseconds. The default timeout period for requests is 5 minutes." |
| 1300 | "See also: " |
| 1301 | "https://developer.chrome.com/blog/private-network-access-preflight/"; |
| 1302 | |
Zentaro Kavanagh | 53c48cb2 | 2021-03-25 00:19:06 | [diff] [blame] | 1303 | const char kDeprecateAltClickName[] = |
| 1304 | "Enable Alt+Click deprecation notifications"; |
| 1305 | const char kDeprecateAltClickDescription[] = |
| 1306 | "Start providing notifications about Alt+Click deprecation and enable " |
| 1307 | "Search+Click as an alternative."; |
| 1308 | |
Zentaro Kavanagh | c1898fe | 2021-06-25 00:31:45 | [diff] [blame] | 1309 | const char kDeprecateAltBasedSixPackName[] = |
| 1310 | "Deprecate Alt based six-pack (PgUp, PgDn, Home, End, Delete, Insert)"; |
| 1311 | const char kDeprecateAltBasedSixPackDescription[] = |
| 1312 | "Show deprecation notifications and disable functionality for Alt based " |
| 1313 | "six pack deprecations. The Search based versions continue to work."; |
| 1314 | |
Cam Bickel | c4f8189 | 2023-05-10 23:29:59 | [diff] [blame] | 1315 | const char kDeprecateOldKeyboardShortcutsAcceleratorName[] = |
| 1316 | "Enable deprecation notifications for Ctrl+Alt+/ to open Keyboard " |
| 1317 | "shortcuts app"; |
| 1318 | const char kDeprecateOldKeyboardShortcutsAcceleratorDescription[] = |
| 1319 | "Show deprecation notifications and disable functionality for Ctrl+Alt+/ " |
| 1320 | "as the shortcut to open the Keyboard shortcuts app. The new shortcut is " |
| 1321 | "Ctrl+Search+S."; |
| 1322 | |
Chris Hall | 4a4225f6 | 2019-01-18 03:07:16 | [diff] [blame] | 1323 | const char kExperimentalAccessibilityLanguageDetectionName[] = |
| 1324 | "Experimental accessibility language detection"; |
| 1325 | const char kExperimentalAccessibilityLanguageDetectionDescription[] = |
| 1326 | "Enable language detection for in-page content which is then exposed to " |
Chris Hall | 31e92b2 | 2019-11-15 05:57:22 | [diff] [blame] | 1327 | "assistive technologies such as screen readers."; |
Chris Hall | 4a4225f6 | 2019-01-18 03:07:16 | [diff] [blame] | 1328 | |
Chris Hall | 4f3ca558 | 2019-11-19 02:55:49 | [diff] [blame] | 1329 | const char kExperimentalAccessibilityLanguageDetectionDynamicName[] = |
| 1330 | "Experimental accessibility language detection for dynamic content"; |
| 1331 | const char kExperimentalAccessibilityLanguageDetectionDynamicDescription[] = |
| 1332 | "Enable language detection for dynamic content which is then exposed to " |
| 1333 | "assistive technologies such as screen readers."; |
| 1334 | |
Alexei Filippov | 522a522 | 2019-03-29 03:33:18 | [diff] [blame] | 1335 | const char kMemlogName[] = "Chrome heap profiler start mode."; |
| 1336 | const char kMemlogDescription[] = |
| 1337 | "Starts heap profiling service that records sampled memory allocation " |
| 1338 | "profile having each sample attributed with a callstack. " |
| 1339 | "The sampling resolution is controlled with --memlog-sampling-rate flag. " |
| 1340 | "Recorded heap dumps can be obtained at chrome://tracing " |
| 1341 | "[category:memory-infra] and chrome://memory-internals. This setting " |
| 1342 | "controls which processes will be profiled since their start. To profile " |
| 1343 | "any given process at a later time use chrome://memory-internals page."; |
| 1344 | const char kMemlogModeMinimal[] = "Browser and GPU"; |
| 1345 | const char kMemlogModeAll[] = "All processes"; |
| 1346 | const char kMemlogModeAllRenderers[] = "All renderers"; |
| 1347 | const char kMemlogModeRendererSampling[] = "Single renderer"; |
| 1348 | const char kMemlogModeBrowser[] = "Browser only"; |
| 1349 | const char kMemlogModeGpu[] = "GPU only"; |
Alexei Filippov | 2e8bfee | 2019-03-07 21:51:27 | [diff] [blame] | 1350 | |
Alexei Filippov | 522a522 | 2019-03-29 03:33:18 | [diff] [blame] | 1351 | const char kMemlogSamplingRateName[] = |
| 1352 | "Heap profiling sampling interval (in bytes)."; |
| 1353 | const char kMemlogSamplingRateDescription[] = |
| 1354 | "Heap profiling service uses Poisson process to sample allocations. " |
Erik Chen | d0ec40e | 2021-09-17 22:43:56 | [diff] [blame] | 1355 | "Default value for the interval between samples is 1000000 (1MB). " |
Alexei Filippov | 522a522 | 2019-03-29 03:33:18 | [diff] [blame] | 1356 | "This results in low noise for large and/or frequent allocations " |
Erik Chen | d0ec40e | 2021-09-17 22:43:56 | [diff] [blame] | 1357 | "[size * frequency >> 1MB]. This means that aggregate numbers [e.g. " |
erikchen | 99bfce0 | 2018-02-14 20:29:22 | [diff] [blame] | 1358 | "total size of malloc-ed objects] and large and/or frequent allocations " |
Alexei Filippov | 522a522 | 2019-03-29 03:33:18 | [diff] [blame] | 1359 | "can be trusted with high fidelity. " |
| 1360 | "Lower intervals produce higher samples resolution, but come at a cost of " |
| 1361 | "higher performance overhead."; |
| 1362 | const char kMemlogSamplingRate10KB[] = "10KB"; |
| 1363 | const char kMemlogSamplingRate50KB[] = "50KB"; |
| 1364 | const char kMemlogSamplingRate100KB[] = "100KB"; |
| 1365 | const char kMemlogSamplingRate500KB[] = "500KB"; |
| 1366 | const char kMemlogSamplingRate1MB[] = "1MB"; |
| 1367 | const char kMemlogSamplingRate5MB[] = "5MB"; |
erikchen | 8bc20d8 | 2018-02-14 03:21:51 | [diff] [blame] | 1368 | |
Alexei Filippov | 522a522 | 2019-03-29 03:33:18 | [diff] [blame] | 1369 | const char kMemlogStackModeName[] = "Heap profiling stack traces type."; |
| 1370 | const char kMemlogStackModeDescription[] = |
| 1371 | "By default heap profiling service records native stacks. " |
| 1372 | "A post-processing step is required to symbolize the stacks. " |
| 1373 | "'Native with thread names' adds the thread name as the first frame of " |
| 1374 | "each native stack. It's also possible to record a pseudo stack using " |
| 1375 | "trace events as identifiers. It's also possible to do a mix of both."; |
Alexei Filippov | 522a522 | 2019-03-29 03:33:18 | [diff] [blame] | 1376 | const char kMemlogStackModeNative[] = "Native"; |
| 1377 | const char kMemlogStackModeNativeWithThreadNames[] = "Native with thread names"; |
Erik Chen | 3303fd023 | 2018-01-11 20:29:05 | [diff] [blame] | 1378 | |
Anupam Snigdha | ecc5739e | 2022-02-14 18:35:58 | [diff] [blame] | 1379 | const char kEditContextName[] = "EditContext API"; |
| 1380 | const char kEditContextDescription[] = |
| 1381 | "Allows web pages to use the experimental EditContext API to better " |
| 1382 | "control text input."; |
| 1383 | |
Juan Mojica | 6ea85d07 | 2022-03-17 20:33:19 | [diff] [blame] | 1384 | const char kEnableLensStandaloneFlagId[] = "enable-lens-standalone"; |
| 1385 | const char kEnableLensStandaloneName[] = "Enable Lens features in Chrome."; |
| 1386 | const char kEnableLensStandaloneDescription[] = |
| 1387 | "Enables Lens image and region search to learn about the visual content " |
| 1388 | "you see while you browse and shop on the web."; |
Ali Stanfield | 980a749 | 2021-07-21 19:21:26 | [diff] [blame] | 1389 | |
Anatoliy Potapchuk | f096475c | 2021-04-06 15:51:59 | [diff] [blame] | 1390 | const char kEnableManagedConfigurationWebApiName[] = |
| 1391 | "Enable Managed Configuration Web API"; |
| 1392 | const char kEnableManagedConfigurationWebApiDescription[] = |
| 1393 | "Allows website to access a managed configuration provided by the device " |
| 1394 | "administrator for the origin."; |
| 1395 | |
F#m | 59d036e | 2017-09-13 07:22:17 | [diff] [blame] | 1396 | const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording"; |
| 1397 | const char kEnablePixelCanvasRecordingDescription[] = |
| 1398 | "Pixel canvas recording allows the compositor to raster contents aligned " |
| 1399 | "with the pixel and improves text rendering. This should be enabled when a " |
| 1400 | "device is using fractional scale factor."; |
| 1401 | |
Kenichi Ishibashi | ed0f1d2 | 2023-06-09 00:27:31 | [diff] [blame] | 1402 | const char kEnableProcessPerSiteUpToMainFrameThresholdName[] = |
| 1403 | "Enable ProcessPerSite up to main frame threshold"; |
| 1404 | const char kEnableProcessPerSiteUpToMainFrameThresholdDescription[] = |
| 1405 | "Proactively reuses same-site renderer processes to host multiple main " |
| 1406 | "frames, up to a certain threshold."; |
| 1407 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 1408 | const char kDropInputEventsBeforeFirstPaintName[] = |
Mehdi Kazemi | 4db00b9 | 2022-07-08 14:25:20 | [diff] [blame] | 1409 | "Drop Input Events Before First Paint"; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 1410 | const char kDropInputEventsBeforeFirstPaintDescription[] = |
Mehdi Kazemi | 4db00b9 | 2022-07-08 14:25:20 | [diff] [blame] | 1411 | "Before the user can see the first paint of a new page they cannot " |
| 1412 | "intentionally interact with elements on that page. By dropping the events " |
| 1413 | "we prevent accidental interaction with a page the user has not seen yet."; |
| 1414 | |
Mehdi Kazemi | f155bc9 | 2021-11-22 18:35:52 | [diff] [blame] | 1415 | const char kEnableCssSelectorFragmentAnchorName[] = |
| 1416 | "Enables CSS selector fragment anchors"; |
| 1417 | const char kEnableCssSelectorFragmentAnchorDescription[] = |
| 1418 | "Similar to text directives, CSS selector directives can be specified " |
| 1419 | "in a url which is to be scrolled into view and highlighted."; |
| 1420 | |
Mei Liang | 267ee248 | 2021-09-17 02:54:51 | [diff] [blame] | 1421 | const char kRetailCouponsName[] = "Enable to fetch for retail coupons"; |
| 1422 | const char kRetailCouponsDescription[] = |
| 1423 | "Allow to fetch retail coupons for consented users"; |
| 1424 | |
Marc Treib | e9f79ea7 | 2023-03-14 10:25:42 | [diff] [blame] | 1425 | const char kEnablePreferencesAccountStorageName[] = |
| 1426 | "Enable the account data storage for preferences for syncing users"; |
| 1427 | const char kEnablePreferencesAccountStorageDescription[] = |
| 1428 | "Enables storing preferences in a second, Gaia-account-scoped storage for " |
| 1429 | "syncing users"; |
| 1430 | |
Joao Victor Almeida | 371702c | 2021-01-08 18:41:56 | [diff] [blame] | 1431 | const char kEnableResamplingScrollEventsExperimentalPredictionName[] = |
| 1432 | "Enable experimental prediction for scroll events"; |
| 1433 | const char kEnableResamplingScrollEventsExperimentalPredictionDescription[] = |
| 1434 | "Predicts the scroll amount after the vsync time to more closely match " |
| 1435 | "when the frame is visible."; |
Ella Ge | bee81c9 | 2018-08-14 15:51:09 | [diff] [blame] | 1436 | |
Lei Zhang | 1a6fd01b | 2021-03-24 17:03:48 | [diff] [blame] | 1437 | const char kEnableRestrictedWebApisName[] = |
Felipe Andrade | 579b7fd | 2022-10-14 15:17:28 | [diff] [blame] | 1438 | "Enable the restricted web APIs for high-trusted apps."; |
Lei Zhang | 1a6fd01b | 2021-03-24 17:03:48 | [diff] [blame] | 1439 | const char kEnableRestrictedWebApisDescription[] = |
Anqing Zhao | c7136af | 2021-01-20 05:52:39 | [diff] [blame] | 1440 | "Enable the restricted web APIs for dev trial. This will be replaced with " |
| 1441 | "permission policies to control the capabilities afterwards."; |
| 1442 | |
Yicheng Li | 0a78f46 | 2020-08-14 00:08:12 | [diff] [blame] | 1443 | const char kEnableWebAuthenticationChromeOSAuthenticatorName[] = |
| 1444 | "ChromeOS platform Web Authentication support"; |
| 1445 | const char kEnableWebAuthenticationChromeOSAuthenticatorDescription[] = |
| 1446 | "Enable the ChromeOS platform authenticator for the Web Authentication " |
| 1447 | "API."; |
| 1448 | |
Piotr Bialecki | 0fe1463 | 2022-03-09 00:49:24 | [diff] [blame] | 1449 | const char kEnableZeroCopyTabCaptureName[] = "Zero-copy tab capture"; |
| 1450 | const char kEnableZeroCopyTabCaptureDescription[] = |
| 1451 | "Enable zero-copy content tab for getDisplayMedia() APIs."; |
| 1452 | |
Andreas Haas | b400d91 | 2019-08-28 18:54:10 | [diff] [blame] | 1453 | const char kExperimentalWebAssemblyFeaturesName[] = "Experimental WebAssembly"; |
| 1454 | const char kExperimentalWebAssemblyFeaturesDescription[] = |
| 1455 | "Enable web pages to use experimental WebAssembly features."; |
| 1456 | |
Francis McCabe | cfc1e47d | 2023-01-09 22:55:49 | [diff] [blame] | 1457 | const char kExperimentalWebAssemblyJSPIName[] = |
| 1458 | "Experimental WebAssembly JavaScript Promise Integration (JSPI)"; |
| 1459 | const char kExperimentalWebAssemblyJSPIDescription[] = |
| 1460 | "Enable web pages to use experimental WebAssembly JavaScript Promise " |
| 1461 | "Integration (JSPI) " |
| 1462 | "API."; |
Francis McCabe | f354883 | 2022-05-26 15:11:27 | [diff] [blame] | 1463 | |
Elena Scobici | 74eb9cf | 2023-05-30 19:55:32 | [diff] [blame] | 1464 | const char kEnablePolicyTestPageName[] = |
Elena Scobici | db1e74e | 2023-06-08 22:52:24 | [diff] [blame] | 1465 | "Enable access to the policy test page"; |
Elena Scobici | 74eb9cf | 2023-05-30 19:55:32 | [diff] [blame] | 1466 | const char kEnablePolicyTestPageDescription[] = |
| 1467 | "When enabled, allows the policy test page to be accessed at " |
| 1468 | "chrome://policy/test."; |
| 1469 | |
Clemens Hammacher | 0c8a15a | 2018-04-27 13:45:32 | [diff] [blame] | 1470 | const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler"; |
| 1471 | const char kEnableWasmBaselineDescription[] = |
| 1472 | "Enables WebAssembly baseline compilation and tier up."; |
| 1473 | |
Clemens Backes | 50e0ecd | 2020-01-20 10:43:24 | [diff] [blame] | 1474 | const char kEnableWasmLazyCompilationName[] = "WebAssembly lazy compilation"; |
| 1475 | const char kEnableWasmLazyCompilationDescription[] = |
| 1476 | "Enables lazy (JIT on first call) compilation of WebAssembly modules."; |
| 1477 | |
Adam Klein | adbd0ef | 2022-12-15 00:07:15 | [diff] [blame] | 1478 | const char kEnableWasmGarbageCollectionName[] = |
| 1479 | "WebAssembly Garbage Collection"; |
| 1480 | const char kEnableWasmGarbageCollectionDescription[] = |
| 1481 | "Enables the experimental Garbage Collection (GC) extensions to " |
| 1482 | "WebAssembly."; |
| 1483 | |
Deepti Gandluri | 377ba8cc | 2022-11-11 18:09:38 | [diff] [blame] | 1484 | const char kEnableWasmRelaxedSimdName[] = "WebAssembly Relaxed SIMD"; |
| 1485 | const char kEnableWasmRelaxedSimdDescription[] = |
| 1486 | "Enables the use of WebAssembly vector operations with relaxed semantics"; |
| 1487 | |
Matthias Liedtke | 731a77c | 2023-03-14 16:11:33 | [diff] [blame] | 1488 | const char kEnableWasmStringrefName[] = "WebAssembly Stringref"; |
| 1489 | const char kEnableWasmStringrefDescription[] = |
| 1490 | "Enables the experimental stringref (reference-typed strings) extensions " |
| 1491 | "to WebAssembly."; |
| 1492 | |
Clemens Backes | 963eb37be | 2020-01-10 11:56:49 | [diff] [blame] | 1493 | const char kEnableWasmTieringName[] = "WebAssembly tiering"; |
| 1494 | const char kEnableWasmTieringDescription[] = |
| 1495 | "Enables tiered compilation of WebAssembly (will tier up to TurboFan if " |
Clemens Backes | 50e0ecd | 2020-01-20 10:43:24 | [diff] [blame] | 1496 | "#enable-webassembly-baseline is enabled)."; |
Clemens Backes | 963eb37be | 2020-01-10 11:56:49 | [diff] [blame] | 1497 | |
Christopher Thompson | f3ba2012 | 2019-06-06 22:01:01 | [diff] [blame] | 1498 | const char kEvDetailsInPageInfoName[] = "EV certificate details in Page Info."; |
| 1499 | const char kEvDetailsInPageInfoDescription[] = |
| 1500 | "Shows the EV certificate details in the Page Info bubble."; |
| 1501 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 1502 | const char kExperimentalWebPlatformFeaturesName[] = |
| 1503 | "Experimental Web Platform features"; |
| 1504 | const char kExperimentalWebPlatformFeaturesDescription[] = |
| 1505 | "Enables experimental Web Platform features that are in development."; |
| 1506 | |
Devlin Cronin | 15608c3 | 2022-06-01 01:39:52 | [diff] [blame] | 1507 | #if BUILDFLAG(ENABLE_EXTENSIONS) |
Emilia Paz | d7cce42 | 2021-08-14 00:50:48 | [diff] [blame] | 1508 | const char kExtensionsMenuAccessControlName[] = |
| 1509 | "Extensions Menu Access Control"; |
| 1510 | const char kExtensionsMenuAccessControlDescription[] = |
| 1511 | "Enables a redesigned extensions menu that allows the user to control " |
| 1512 | "extensions site access."; |
Emilia Paz | 68dc37e | 2023-07-14 00:14:41 | [diff] [blame] | 1513 | const char kIPHExtensionsMenuFeatureName[] = "IPH Extensions Menu"; |
| 1514 | const char kIPHExtensionsMenuFeatureDescription[] = |
| 1515 | "Enables In-Product-Help that appears when at least one extension has " |
| 1516 | "access to the current page. This feature is gated by " |
| 1517 | "extensions-menu-access-control."; |
| 1518 | const char kIPHExtensionsRequestAccessButtonFeatureName[] = |
| 1519 | "IPH Extensions Request Access Button Feature"; |
| 1520 | const char kIPHExtensionsRequestAccessButtonFeatureDescription[] = |
| 1521 | "Enables In-Product-Help that appears when at least one extension is " |
| 1522 | "requesting access to the current page. This feature is gated by " |
| 1523 | "extensions-menu-access-control."; |
Kevin McNee | 96b3a1b | 2023-02-02 20:24:50 | [diff] [blame] | 1524 | const char kWebViewTagMPArchBehaviorName[] = |
Kevin McNee | 9c146d39 | 2023-06-06 14:58:37 | [diff] [blame] | 1525 | "MPArch behavior change for <webview> tags"; |
Kevin McNee | 96b3a1b | 2023-02-02 20:24:50 | [diff] [blame] | 1526 | const char kWebViewTagMPArchBehaviorDescription[] = |
Kevin McNee | 9c146d39 | 2023-06-06 14:58:37 | [diff] [blame] | 1527 | "Enables a behavior change associated with the migration of " |
Kevin McNee | 96b3a1b | 2023-02-02 20:24:50 | [diff] [blame] | 1528 | "<webview> tags to MPArch. See https://crbug.com/1261928. Specifically, " |
Kevin McNee | 96b3a1b | 2023-02-02 20:24:50 | [diff] [blame] | 1529 | "cross-WebContents newwindow event usage invalidates some window.open " |
| 1530 | "usage within <webview>s. For enterprise, the " |
| 1531 | "ChromeAppsWebViewPermissiveBehaviorAllowed policy serves as an escape " |
| 1532 | "hatch during the roll out of this change."; |
Solomon Kinard | 6b014f0b | 2023-02-24 02:20:34 | [diff] [blame] | 1533 | |
Ryan Sultanem | bff00a9 | 2023-03-06 11:45:10 | [diff] [blame] | 1534 | const char kWebAuthFlowInBrowserTabName[] = |
| 1535 | "Web Authentication Flow in Browser Tab"; |
| 1536 | const char kWebAuthFlowInBrowserTabDescription[] = |
| 1537 | "Web authentication flows to be displayed in a Browser Tab instead of an " |
| 1538 | "App Window. The flows are used via the Chrome Extension API, using " |
| 1539 | "`chrome.identity` functions. Browser Tab can be displayed either in a New " |
| 1540 | "Tab or a Popup Window via the feature paramters."; |
| 1541 | |
Anunoy Ghosh | 24ebac0 | 2023-06-14 19:32:19 | [diff] [blame] | 1542 | const char kCWSInfoFastCheckName[] = "CWS Info Fast Check"; |
| 1543 | const char kCWSInfoFastCheckDescription[] = |
| 1544 | "When enabled, Chrome checks and fetches metadata for installed extensions " |
| 1545 | "more frequently."; |
| 1546 | |
| 1547 | const char kSafetyCheckExtensionsName[] = "Extensions Module in Safety Check"; |
| 1548 | const char kSafetyCheckExtensionsDescription[] = |
| 1549 | "When enabled, adds the Extensions Module to Safety Check on " |
| 1550 | "desktop. The module will be shown if there are potentially unsafe " |
| 1551 | "extensions to review."; |
| 1552 | |
Solomon Kinard | 6b014f0b | 2023-02-24 02:20:34 | [diff] [blame] | 1553 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 1554 | const char kExtensionWebFileHandlersName[] = "Extensions Web File Handlers"; |
| 1555 | const char kExtensionWebFileHandlersDescription[] = |
Solomon Kinard | 6b014f0b | 2023-02-24 02:20:34 | [diff] [blame] | 1556 | "Enable Extension Web File Handlers, which allows extensions to operate on " |
| 1557 | "the native file system. An extension can register to read and edit files, " |
| 1558 | "specified in the manifest, by their file extension or mime type."; |
| 1559 | #endif // IS_CHROMEOS_ASH |
| 1560 | #endif // ENABLE_EXTENSIONS |
Emilia Paz | d7cce42 | 2021-08-14 00:50:48 | [diff] [blame] | 1561 | |
Brett Wilson | f27ff60 | 2017-07-07 22:28:47 | [diff] [blame] | 1562 | const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs"; |
| 1563 | const char kExtensionsOnChromeUrlsDescription[] = |
| 1564 | "Enables running extensions on chrome:// URLs, where extensions explicitly " |
| 1565 | "request this permission."; |
galinap | ae72e15 | 2017-05-12 13:12:28 | [diff] [blame] | 1566 | |
David Bokan | 432978d | 2019-08-15 18:18:52 | [diff] [blame] | 1567 | const char kFractionalScrollOffsetsName[] = "Fractional Scroll Offsets"; |
| 1568 | const char kFractionalScrollOffsetsDescription[] = |
| 1569 | "Enables fractional scroll offsets inside Blink, exposing non-integer " |
| 1570 | "offsets to web APIs."; |
| 1571 | |
Peter Kotwicz | 980079f | 2021-12-02 07:18:34 | [diff] [blame] | 1572 | const char kFedCmName[] = "FedCM"; |
| 1573 | const char kFedCmDescription[] = |
| 1574 | "Enables JavaScript API to intermediate federated identity requests."; |
| 1575 | |
Sam Goto | 0b64ffc | 2023-04-01 00:02:30 | [diff] [blame] | 1576 | const char kFedCmAuthzName[] = "FedCmAuthz"; |
| 1577 | const char kFedCmAuthzDescription[] = |
| 1578 | "Enables RPs to request authorization for custom IdP scopes."; |
| 1579 | |
Sam Goto | a0b477b | 2023-02-07 06:37:29 | [diff] [blame] | 1580 | const char kFedCmIdPRegistrationName[] = "FedCM with IdP Registration support"; |
| 1581 | const char kFedCmIdPRegistrationDescription[] = |
| 1582 | "Enables RPs to get identity credentials from registered IdPs."; |
| 1583 | |
Yi Gu | c164858 | 2022-10-13 19:45:24 | [diff] [blame] | 1584 | const char kFedCmMetricsEndpointName[] = "FedCmMetricsEndpoint"; |
| 1585 | const char kFedCmMetricsEndpointDescription[] = |
| 1586 | "Allows the FedCM API to send performance measurement to the metrics " |
| 1587 | "endpoint on the identity provider side. Requires FedCM to be enabled."; |
| 1588 | |
Nicolás Peña Moreno | 8e55856 | 2022-12-20 18:57:44 | [diff] [blame] | 1589 | const char kFedCmMultiIdpName[] = "FedCmMultiIdp"; |
| 1590 | const char kFedCmMultiIdpDescription[] = |
| 1591 | "Allows the FedCM API to request multiple identity providers " |
| 1592 | "simultaneously. Requires FedCM to be enabled as well."; |
| 1593 | |
Sam Goto | 2cff8a5 | 2022-12-21 00:50:34 | [diff] [blame] | 1594 | const char kFedCmSelectiveDisclosureName[] = "FedCmSelectiveDisclosure"; |
| 1595 | const char kFedCmSelectiveDisclosureDescription[] = |
| 1596 | "Allows a relying party to selectively request a set of identity " |
| 1597 | "attributes to be disclosed."; |
| 1598 | |
Nicolás Peña Moreno | 8e55856 | 2022-12-20 18:57:44 | [diff] [blame] | 1599 | const char kFedCmWithoutThirdPartyCookiesName[] = |
| 1600 | "FedCmWithoutThirdPartyCookies"; |
| 1601 | const char kFedCmWithoutThirdPartyCookiesDescription[] = |
| 1602 | "Allows the FedCM API to be enabled when third party cookies are disabled."; |
Nicolás Peña Moreno | 4f77c4b | 2022-09-06 22:16:54 | [diff] [blame] | 1603 | |
Yi Gu | 70a988f | 2023-06-28 16:51:14 | [diff] [blame] | 1604 | const char kFedCmWithoutWellKnownEnforcementName[] = |
| 1605 | "FedCmWithoutWellKnownEnforcement"; |
| 1606 | const char kFedCmWithoutWellKnownEnforcementDescription[] = |
Yi Gu | f28a7907 | 2023-06-29 20:36:56 | [diff] [blame] | 1607 | "Supports configURL that's not in the IdP's .well-known file."; |
Yi Gu | 70a988f | 2023-06-28 16:51:14 | [diff] [blame] | 1608 | |
Christian Biesinger | 88c92264 | 2023-06-21 03:52:42 | [diff] [blame] | 1609 | const char kFedCmIdpSigninStatusName[] = "FedCmIdpSigninStatus"; |
| 1610 | const char kFedCmIdpSigninStatusDescription[] = |
| 1611 | "Enables the FedCM IDP sign-in status API that allows IDPs to notify the " |
| 1612 | "browser about the user's sign-in status."; |
| 1613 | |
Sam Goto | 4edd639 | 2023-02-28 16:15:28 | [diff] [blame] | 1614 | const char kWebIdentityMDocsName[] = "MDocs"; |
| 1615 | const char kWebIdentityMDocsDescription[] = |
| 1616 | "Allows relying parties to request the presentation of ISO mdocs."; |
| 1617 | |
Darwin Huang | 1473bc3 | 2021-06-18 01:56:23 | [diff] [blame] | 1618 | const char kFileHandlingIconsName[] = "File Handling Icons"; |
| 1619 | const char kFileHandlingIconsDescription[] = |
| 1620 | "Allows websites using the file handling API to also register file type " |
| 1621 | "icons. See https://github.com/WICG/file-handling/blob/main/explainer.md " |
| 1622 | "for more information."; |
| 1623 | |
Viktor Semeniuk | d5cfc26 | 2021-02-25 12:51:22 | [diff] [blame] | 1624 | const char kFillingAcrossAffiliatedWebsitesName[] = |
| 1625 | "Fill passwords across affiliated websites."; |
| 1626 | const char kFillingAcrossAffiliatedWebsitesDescription[] = |
| 1627 | "Enables filling password on a website when there is saved " |
| 1628 | "password on affiliated website."; |
| 1629 | |
Din Nezametdinov | 9e537c2 | 2023-04-25 11:42:44 | [diff] [blame] | 1630 | const char kFillingAcrossGroupedSitesName[] = |
| 1631 | "Password filling across grouped websites"; |
| 1632 | const char kFillingAcrossGroupedSitesDescription[] = |
| 1633 | "This flag enables password filling across grouped websites. Information " |
| 1634 | "about website groups is provided by the affiliation service."; |
| 1635 | |
Mason Freed | e8de880 | 2023-05-22 23:54:13 | [diff] [blame] | 1636 | const char kMutationEventsName[] = |
| 1637 | "Enable (deprecated) synchronous mutation events"; |
| 1638 | const char kMutationEventsDescription[] = |
| 1639 | "Mutation Events are a deprecated set of events which cause performance " |
| 1640 | "issues. Disabling this feature turns off Mutation Events. NOTE: Disabling " |
| 1641 | "these events can cause breakage on some sites that are still reliant on " |
| 1642 | "these deprecated features."; |
| 1643 | |
Mason Freed | 7e294a8 | 2023-06-05 23:46:14 | [diff] [blame] | 1644 | const char kHTMLPopoverAttributeName[] = "Enable the popover API"; |
| 1645 | const char kHTMLPopoverAttributeDescription[] = |
| 1646 | "The popover API is a set of features built into the Web to enable the " |
| 1647 | "construction of popovers. It is accessed primarily via the `popover` " |
| 1648 | "attribute."; |
| 1649 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1650 | const char kFillOnAccountSelectName[] = "Fill passwords on account selection"; |
| 1651 | const char kFillOnAccountSelectDescription[] = |
| 1652 | "Filling of passwords when an account is explicitly selected by the user " |
| 1653 | "rather than autofilling credentials on page load."; |
| 1654 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1655 | const char kForceTextDirectionName[] = "Force text direction"; |
| 1656 | const char kForceTextDirectionDescription[] = |
| 1657 | "Explicitly force the per-character directionality of UI text to " |
| 1658 | "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default " |
| 1659 | "direction of the character language."; |
| 1660 | const char kForceDirectionLtr[] = "Left-to-right"; |
| 1661 | const char kForceDirectionRtl[] = "Right-to-left"; |
| 1662 | |
| 1663 | const char kForceUiDirectionName[] = "Force UI direction"; |
| 1664 | const char kForceUiDirectionDescription[] = |
| 1665 | "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) " |
| 1666 | "mode, overriding the default direction of the UI language."; |
| 1667 | |
Mike Wasserman | 90ee63f | 2023-04-10 22:35:48 | [diff] [blame] | 1668 | const char kFullscreenPopupWindowsName[] = "Fullscreen popup windows"; |
| 1669 | const char kFullscreenPopupWindowsDescription[] = |
| 1670 | "Enables sites with Window Management permission to open fullscreen popup " |
| 1671 | "windows with a `fullscreen` window.open() features parameter. See " |
| 1672 | "https://chromestatus.com/feature/6002307972464640 for more information."; |
| 1673 | |
Yuki Awano | eeaad0f | 2022-11-22 22:44:59 | [diff] [blame] | 1674 | const char kGalleryAppPdfEditNotificationName[] = |
| 1675 | "Gallery App Pdf Edit Notification"; |
| 1676 | const char kGalleryAppPdfEditNotificationDescription[] = |
| 1677 | "Shows a notification to provide an option to open Gallery app for a " |
| 1678 | "downloaded pdf file"; |
| 1679 | |
Muyao Xu | 217663c | 2023-01-17 18:55:58 | [diff] [blame] | 1680 | const char kMediaRemotingWithoutFullscreenName[] = |
| 1681 | "Media Remoting without videos in fullscreen mode"; |
| 1682 | const char kMediaRemotingWithoutFullscreenDescription[] = |
| 1683 | "Starts Media Remoting from Global Media Controls without making the " |
| 1684 | "videos fullscreen."; |
| 1685 | |
Jazz Xu | 7b2047a | 2023-01-19 10:44:09 | [diff] [blame] | 1686 | #if BUILDFLAG(IS_CHROMEOS) |
| 1687 | const char kGlobalMediaControlsCrOSUpdatedUIName[] = |
| 1688 | "Global Media Controls CrOS updated UI"; |
| 1689 | const char kGlobalMediaControlsCrOSUpdatedUIDescription[] = |
| 1690 | "Show updated UI for Global Media Controls in CrOS."; |
| 1691 | #endif |
| 1692 | |
Yuki Awano | 6ac1a1dc | 2023-01-21 00:50:24 | [diff] [blame] | 1693 | const char kGoogleOneOfferFilesBannerName[] = "Google One offer Files banner"; |
| 1694 | const char kGoogleOneOfferFilesBannerDescription[] = |
| 1695 | "Shows a Files banner about Google One offer."; |
| 1696 | |
Jordan Bayles | b3160b26 | 2021-08-18 00:33:01 | [diff] [blame] | 1697 | const char kOpenscreenCastStreamingSessionName[] = |
| 1698 | "Enable Open Screen Library (libcast) as the Mirroring Service's Cast " |
Abraham Corea Diaz | e4c3abe | 2021-08-24 17:43:50 | [diff] [blame] | 1699 | "Streaming implementation"; |
Jordan Bayles | b3160b26 | 2021-08-18 00:33:01 | [diff] [blame] | 1700 | const char kOpenscreenCastStreamingSessionDescription[] = |
| 1701 | "Enables Open Screen Library's (libcast) Cast Streaming implementation to " |
Abraham Corea Diaz | e4c3abe | 2021-08-24 17:43:50 | [diff] [blame] | 1702 | "be used for negotiating and executing mirroring and remoting sessions."; |
| 1703 | |
Kennan Gumbs | df768ce9 | 2021-08-25 19:09:51 | [diff] [blame] | 1704 | const char kCastStreamingAv1Name[] = |
Jordan Bayles | ef6d025 | 2022-11-18 02:25:17 | [diff] [blame] | 1705 | "Enable AV1 video encoding for Cast Streaming"; |
Kennan Gumbs | df768ce9 | 2021-08-25 19:09:51 | [diff] [blame] | 1706 | const char kCastStreamingAv1Description[] = |
Jordan Bayles | ef6d025 | 2022-11-18 02:25:17 | [diff] [blame] | 1707 | "Offers the AV1 video codec when negotiating Cast Streaming, and uses AV1 " |
| 1708 | "if selected for the session."; |
| 1709 | |
| 1710 | const char kCastStreamingHardwareH264Name[] = |
| 1711 | "Toggle hardware accelerated H.264 video encoding for Cast Streaming"; |
| 1712 | const char kCastStreamingHardwareH264Description[] = |
| 1713 | "The default is to allow hardware H.264 encoding when recommended for the " |
| 1714 | "platform. If enabled, hardware H.264 encoding will always be allowed when " |
| 1715 | "supported by the platform. If disabled, hardware H.264 encoding will " |
| 1716 | "never be used."; |
| 1717 | |
| 1718 | const char kCastStreamingHardwareVp8Name[] = |
| 1719 | "Toggle hardware accelerated VP8 video encoding for Cast Streaming"; |
| 1720 | const char kCastStreamingHardwareVp8Description[] = |
| 1721 | "The default is to allow hardware VP8 encoding when recommended for the " |
| 1722 | "platform. If enabled, hardware VP8 encoding will always be allowed when " |
| 1723 | "supported by the platform (regardless of recommendation). If disabled, " |
| 1724 | "hardware VP8 encoding will never be used."; |
Kennan Gumbs | df768ce9 | 2021-08-25 19:09:51 | [diff] [blame] | 1725 | |
mark a. foltz | fdcf2ee | 2023-06-09 18:15:36 | [diff] [blame] | 1726 | const char kCastStreamingPerformanceOverlayName[] = |
| 1727 | "Toggle a performance metrics overlay while Cast Streaming"; |
| 1728 | const char kCastStreamingPerformanceOverlayDescription[] = |
| 1729 | "When enabled, a text overlay is rendered on top of each frame sent while " |
| 1730 | "Cast Streaming that includes frame duration, resolution, timestamp, " |
| 1731 | "low latency mode, capture duration, target playout delay, target bitrate, " |
| 1732 | "and encoder utilitization."; |
| 1733 | |
Abraham Corea Diaz | e4c3abe | 2021-08-24 17:43:50 | [diff] [blame] | 1734 | const char kCastStreamingVp9Name[] = |
Jordan Bayles | ef6d025 | 2022-11-18 02:25:17 | [diff] [blame] | 1735 | "Enable VP9 video encoding for Cast Streaming"; |
Abraham Corea Diaz | e4c3abe | 2021-08-24 17:43:50 | [diff] [blame] | 1736 | const char kCastStreamingVp9Description[] = |
Jordan Bayles | ef6d025 | 2022-11-18 02:25:17 | [diff] [blame] | 1737 | "Offers the VP9 video codec when negotiating Cast Streaming, and uses VP9 " |
| 1738 | "if selected for the session."; |
Jordan Bayles | b3160b26 | 2021-08-18 00:33:01 | [diff] [blame] | 1739 | |
Jordan Bayles | 5cbeb350 | 2023-02-09 03:30:45 | [diff] [blame] | 1740 | const char kCastEnableStreamingWithHiDPIName[] = |
| 1741 | "HiDPI tab capture support for Cast Streaming"; |
| 1742 | const char kCastEnableStreamingWithHiDPIDescription[] = |
| 1743 | "Enables HiDPI tab capture during Cast Streaming mirroring sessions. May " |
| 1744 | "reduce performance on some platforms and also improve quality of video " |
| 1745 | "frames."; |
| 1746 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1747 | const char kGpuRasterizationName[] = "GPU rasterization"; |
danakj | 51faabd | 2020-03-31 17:25:05 | [diff] [blame] | 1748 | const char kGpuRasterizationDescription[] = "Use GPU to rasterize web content."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1749 | |
Salvador Guerrero | cd7b24bb | 2022-07-20 00:32:48 | [diff] [blame] | 1750 | const char kContextualPageActionsName[] = "Contextual page actions"; |
| 1751 | const char kContextualPageActionsDescription[] = |
| 1752 | "Enables contextual page action feature."; |
| 1753 | |
Salvador Guerrero | 3ac349f | 2022-10-12 02:44:53 | [diff] [blame] | 1754 | const char kContextualPageActionsPriceTrackingName[] = |
| 1755 | "Contextual page actions - price tracking"; |
| 1756 | const char kContextualPageActionsPriceTrackingDescription[] = |
Shakti Sahu | 28a7601 | 2022-05-30 15:29:14 | [diff] [blame] | 1757 | "Enables price tracking as a contextual page action."; |
| 1758 | |
Salvador Guerrero | 3ac349f | 2022-10-12 02:44:53 | [diff] [blame] | 1759 | const char kContextualPageActionsReaderModeName[] = |
| 1760 | "Contextual page actions - reader mode"; |
| 1761 | const char kContextualPageActionsReaderModeDescription[] = |
| 1762 | "Enables reader mode as a contextual page action."; |
| 1763 | |
Hailey Wang | 0ed879a | 2023-01-10 21:17:36 | [diff] [blame] | 1764 | const char kContextualPageActionsShareModelName[] = |
| 1765 | "Contextual page actions - share model"; |
| 1766 | const char kContextualPageActionsShareModelDescription[] = |
| 1767 | "Enables share model data collection."; |
| 1768 | |
Dibyajyoti Pal | be5f001 | 2022-11-29 00:39:34 | [diff] [blame] | 1769 | const char kEnableOsIntegrationSubManagersName[] = |
| 1770 | "OS Integration sub managers"; |
| 1771 | const char kEnableOsIntegrationSubManagersDescription[] = |
| 1772 | "Enable OS integration sub managers to either just write new OS " |
| 1773 | "integration states to DB or execute on the OS integration states before " |
| 1774 | "writing to the DB"; |
| 1775 | |
Curtis McMullan | f2e45bf | 2020-08-26 09:51:39 | [diff] [blame] | 1776 | const char kHandwritingGestureEditingName[] = "Handwriting Gestures Editing"; |
| 1777 | const char kHandwritingGestureEditingDescription[] = |
| 1778 | "Enables editing with handwriting gestures within the virtual keyboard."; |
| 1779 | |
Curtis McMullan | 88e039e | 2021-07-27 08:06:31 | [diff] [blame] | 1780 | const char kHandwritingLegacyRecognitionName[] = |
| 1781 | "Handwriting Legacy Recognition"; |
| 1782 | const char kHandwritingLegacyRecognitionDescription[] = |
| 1783 | "Enables new on-device recognition for handwriting legacy paths."; |
| 1784 | |
Darren Shen | b42629a | 2022-08-17 02:52:31 | [diff] [blame] | 1785 | const char kHandwritingLibraryDlcName[] = |
| 1786 | "Handwriting recognition with library from DLC"; |
| 1787 | const char kHandwritingLibraryDlcDescription[] = |
| 1788 | "Enables new on-device recognition with the handwriting library installed " |
| 1789 | "from DLC"; |
| 1790 | |
Tommy Steimel | 1aadd7b | 2019-01-18 19:39:42 | [diff] [blame] | 1791 | const char kHardwareMediaKeyHandling[] = "Hardware Media Key Handling"; |
| 1792 | const char kHardwareMediaKeyHandlingDescription[] = |
| 1793 | "Enables using media keys to control the active media session. This " |
| 1794 | "requires MediaSessionService to be enabled too"; |
| 1795 | |
John Delaney | 521fe9f | 2020-04-29 22:18:19 | [diff] [blame] | 1796 | const char kHeavyAdPrivacyMitigationsName[] = "Heavy ad privacy mitigations"; |
| 1797 | const char kHeavyAdPrivacyMitigationsDescription[] = |
| 1798 | "Enables privacy mitigations for the heavy ad intervention. Disabling " |
| 1799 | "this makes the intervention deterministic. Defaults to enabled."; |
John Delaney | 782c7776 | 2019-10-28 15:53:56 | [diff] [blame] | 1800 | |
| 1801 | const char kHeavyAdInterventionName[] = "Heavy Ad Intervention"; |
| 1802 | const char kHeavyAdInterventionDescription[] = |
| 1803 | "Unloads ads that use too many device resources."; |
| 1804 | |
rudranshd | 65090389 | 2022-06-16 18:42:30 | [diff] [blame] | 1805 | const char kHiddenNetworkMigrationName[] = "Hidden Network Migration"; |
| 1806 | |
| 1807 | const char kHiddenNetworkMigrationDescription[] = |
| 1808 | "Enables a privacy improvement that removes wrongly configured hidden" |
| 1809 | "networks and mitigates the creation of these networks."; |
| 1810 | |
Baitinq | f8d8ea9 | 2023-07-12 22:50:56 | [diff] [blame] | 1811 | const char kHideIncognitoMediaMetadataName[] = |
| 1812 | "Hide media metadata when in Incognito"; |
| 1813 | const char kHideIncognitoMediaMetadataDescription[] = |
| 1814 | "When enabled, media metadata will be hidden from your OS' media player " |
| 1815 | "if you are in an Incognito session."; |
| 1816 | |
evliu | e454a13 | 2022-01-25 23:03:43 | [diff] [blame] | 1817 | const char kTabAudioMutingName[] = "Tab audio muting UI control"; |
| 1818 | const char kTabAudioMutingDescription[] = |
| 1819 | "When enabled, the audio indicators in the tab strip double as tab audio " |
| 1820 | "mute controls."; |
| 1821 | |
whalechang | d4b2ca94 | 2023-02-11 16:35:19 | [diff] [blame] | 1822 | const char kCrasSplitAlsaUsbInternalName[] = |
| 1823 | "CRAS Split USB/Internal refactor control"; |
| 1824 | const char kCrasSplitAlsaUsbInternalDescription[] = |
| 1825 | "When enable, CRAS will create different iodev with USB and internal " |
| 1826 | "device."; |
| 1827 | |
Brandon Fong | 7ec73ac | 2023-06-15 19:08:59 | [diff] [blame] | 1828 | const char kRestoreTabsOnFREName[] = "Restore tabs on FRE"; |
| 1829 | const char kRestoreTabsOnFREDescription[] = |
| 1830 | "Enable promo sheet to indicate tabs from synced devices can be restored"; |
| 1831 | |
Xi Han | 3dec578 | 2022-10-26 20:23:19 | [diff] [blame] | 1832 | const char kStartSurfaceReturnTimeName[] = "Start surface return time"; |
| 1833 | const char kStartSurfaceReturnTimeDescription[] = |
| 1834 | "Enable showing start surface at startup after specified time has elapsed"; |
| 1835 | |
Ayu Ishii | 1e06316f | 2022-12-14 14:54:50 | [diff] [blame] | 1836 | const char kStorageBucketsName[] = "Storage Buckets API"; |
| 1837 | const char kStorageBucketsDescription[] = |
| 1838 | "Enable experimental Storage Buckets API, allowing websites to create " |
| 1839 | "multiple buckets of storage to organize their data, allowing user agents " |
| 1840 | "to delete each bucket independently of other buckets."; |
| 1841 | |
Emily Stark | 70158ce | 2021-07-16 18:26:31 | [diff] [blame] | 1842 | const char kHttpsOnlyModeName[] = "HTTPS-First Mode Setting"; |
Chris Thompson | 8bc143b | 2021-06-28 19:20:32 | [diff] [blame] | 1843 | const char kHttpsOnlyModeDescription[] = |
Emily Stark | 70158ce | 2021-07-16 18:26:31 | [diff] [blame] | 1844 | "Adds a setting under chrome://settings/security to opt-in to HTTPS-First " |
Chris Thompson | 8bc143b | 2021-06-28 19:20:32 | [diff] [blame] | 1845 | "Mode."; |
| 1846 | |
Chris Thompson | 69d0901 | 2022-12-21 01:26:05 | [diff] [blame] | 1847 | const char kHttpsFirstModeV2Name[] = "HTTPS-First Mode V2"; |
| 1848 | const char kHttpsFirstModeV2Description[] = |
| 1849 | "Enable rearchitected version of HTTPS-First Mode."; |
| 1850 | |
Mustafa Emre Acer | 002821e | 2023-05-09 23:47:02 | [diff] [blame] | 1851 | const char kHttpsFirstModeV2ForEngagedSitesName[] = |
| 1852 | "HTTPS-First Mode V2 For Engaged Sites"; |
| 1853 | const char kHttpsFirstModeV2ForEngagedSitesDescription[] = |
| 1854 | "Enable Site-Engagement based HTTPS-First Mode. Shows HTTPS-First Mode " |
| 1855 | "interstitial on sites whose HTTPS URLs have high Site Engagement scores. " |
| 1856 | "Requires #https-upgrades feature to be enabled"; |
| 1857 | |
Chris Thompson | de18f3d6 | 2022-12-08 01:23:27 | [diff] [blame] | 1858 | const char kHttpsUpgradesName[] = "HTTPS Upgrades"; |
| 1859 | const char kHttpsUpgradesDescription[] = |
| 1860 | "Enable automatically upgrading all top-level navigations to HTTPS with " |
| 1861 | "fast fallback to HTTP."; |
| 1862 | |
Corentin Wallez | e660b15 | 2020-07-15 16:07:54 | [diff] [blame] | 1863 | const char kIgnoreGpuBlocklistName[] = "Override software rendering list"; |
| 1864 | const char kIgnoreGpuBlocklistDescription[] = |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1865 | "Overrides the built-in software rendering list and enables " |
| 1866 | "GPU-acceleration on unsupported system configurations."; |
| 1867 | |
Victor Hugo Vianna Silva | 020f8dc | 2022-06-27 19:36:43 | [diff] [blame] | 1868 | const char kIgnoreSyncEncryptionKeysLongMissingName[] = |
| 1869 | "Ignore Chrome Sync encryption keys long missing"; |
| 1870 | const char kIgnoreSyncEncryptionKeysLongMissingDescription[] = |
| 1871 | "Drops pending encrypted updates if their key has been missing for a " |
| 1872 | "(configurable) number of consecutive GetUpdates. Restarting the browser " |
| 1873 | "resets the counter. The threshold is configurable via the " |
| 1874 | "MinGuResponsesToIgnoreKey feature parameter."; |
| 1875 | |
Zaina Al-Mashni | 9ff75407 | 2023-06-13 11:39:14 | [diff] [blame] | 1876 | const char kImprovedIncognitoScreenshotName[] = |
| 1877 | "Improved Incognito Screenshots"; |
| 1878 | const char kImprovedIncognitoScreenshotDescription[] = |
| 1879 | "Enable Incognito screenshots on Android except while the user is on " |
| 1880 | "recents screen. Only affects devices on API version >= 33. The " |
| 1881 | "IncognitoScreenshot flag will be ignored when this flag is enabled."; |
| 1882 | |
Jimmy Gong | 6de11b0 | 2021-02-04 21:35:01 | [diff] [blame] | 1883 | const char kImprovedKeyboardShortcutsName[] = |
| 1884 | "Enable improved keyboard shortcuts"; |
| 1885 | const char kImprovedKeyboardShortcutsDescription[] = |
| 1886 | "Ensure keyboard shortcuts work consistently with international keyboard " |
| 1887 | "layouts and deprecate legacy shortcuts."; |
| 1888 | |
Alex Ilasi | ab901f9 | 2021-09-13 09:27:27 | [diff] [blame] | 1889 | const char kIncognitoDownloadsWarningName[] = |
| 1890 | "Enable Incognito downloads warning"; |
| 1891 | const char kIncognitoDownloadsWarningDescription[] = |
| 1892 | "When enabled, users will be warned that downloaded files are saved on the " |
| 1893 | "device and might be seen by other users even if they are in Incognito."; |
| 1894 | |
Rohit Agarwal | 6e9b602 | 2021-08-10 19:44:37 | [diff] [blame] | 1895 | const char kIncognitoReauthenticationForAndroidName[] = |
| 1896 | "Enable device reauthentication for Incognito."; |
| 1897 | const char kIncognitoReauthenticationForAndroidDescription[] = |
| 1898 | "When enabled, a setting appears in Settings > Privacy and Security, to " |
| 1899 | "enable reauthentication for accessing your existing Incognito tabs."; |
| 1900 | |
Saba Khukhunashvili | f7a4f82 | 2021-07-23 10:59:21 | [diff] [blame] | 1901 | const char kIncognitoNtpRevampName[] = "Revamped Incognito New Tab Page"; |
| 1902 | const char kIncognitoNtpRevampDescription[] = |
| 1903 | "When enabled, Incognito new tab page will have an updated UI"; |
| 1904 | |
Ramin Halavati | df9668c | 2020-10-30 15:35:53 | [diff] [blame] | 1905 | const char kIncognitoScreenshotName[] = "Incognito Screenshot"; |
| 1906 | const char kIncognitoScreenshotDescription[] = |
| 1907 | "Enables Incognito screenshots on Android. It will also make Incognito " |
Zaina Al-Mashni | 9ff75407 | 2023-06-13 11:39:14 | [diff] [blame] | 1908 | "thumbnails visible. This flag will be ignored when the " |
| 1909 | "ImprovedIncognitoScreenshot flag is enabled."; |
Ramin Halavati | df9668c | 2020-10-30 15:35:53 | [diff] [blame] | 1910 | |
Lijin Shen | f3215dcd | 2022-08-30 00:34:14 | [diff] [blame] | 1911 | const char kInfobarScrollOptimizationName[] = "Infobar scroll optimiaztion"; |
| 1912 | const char kInfobarScrollOptimizationDescription[] = |
| 1913 | "Optimize Infobar scroll on Android."; |
| 1914 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1915 | const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode"; |
| 1916 | const char kInProductHelpDemoModeChoiceDescription[] = |
| 1917 | "Selects the In-Product Help demo mode."; |
| 1918 | |
Hailey Wang | a7607f0 | 2021-08-12 19:37:51 | [diff] [blame] | 1919 | const char kInProductHelpSnoozeName[] = "In-Product Help Snooze"; |
| 1920 | const char kInProductHelpSnoozeDescription[] = |
| 1921 | "Enables the snooze button on In-Product Help."; |
| 1922 | |
Hailey Wang | 5f048eb8 | 2021-10-27 01:29:13 | [diff] [blame] | 1923 | const char kInProductHelpUseClientConfigName[] = "IPH Use Client Config"; |
| 1924 | const char kInProductHelpUseClientConfigDescription[] = |
| 1925 | "Enable In-Product Help to use client side configuration."; |
| 1926 | |
Joe DeBlasio | b82518ad | 2023-05-18 17:42:19 | [diff] [blame] | 1927 | const char kInsecureDownloadWarningsName[] = "Warn on insecure downloads"; |
| 1928 | const char kInsecureDownloadWarningsDescription[] = |
| 1929 | "Enables insecure download warnings. Requires users to bypass a warning " |
| 1930 | "when they attempt to download a file over insecure transports (e.g. HTTP) " |
| 1931 | "either directly or via an insecure redirect."; |
| 1932 | |
Robbie McElrath | b66ff50 | 2022-10-12 01:50:59 | [diff] [blame] | 1933 | const char kInstallIsolatedWebAppFromUrl[] = |
| 1934 | "Install Isolated Web App from Proxy URL"; |
| 1935 | const char kInstallIsolatedWebAppFromUrlDescription[] = |
| 1936 | "Installs a new developer mode Isolated Web App whose contents are hosted " |
| 1937 | "at the provided HTTP(S) URL."; |
Dmitrii Kuragin | 053a3c60 | 2022-06-07 16:34:42 | [diff] [blame] | 1938 | |
rudranshd | 9d74179 | 2023-07-11 18:34:16 | [diff] [blame] | 1939 | const char kInstantHotspotRebrandName[] = "Instant Hotspot Improvements"; |
| 1940 | |
| 1941 | const char kInstantHotspotRebrandDescription[] = |
| 1942 | "Enables Instant Hotspot rebrand/feature improvements."; |
| 1943 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 1944 | const char kJavascriptHarmonyName[] = "Experimental JavaScript"; |
| 1945 | const char kJavascriptHarmonyDescription[] = |
| 1946 | "Enable web pages to use experimental JavaScript features."; |
| 1947 | |
| 1948 | const char kJavascriptHarmonyShippingName[] = |
| 1949 | "Latest stable JavaScript features"; |
| 1950 | const char kJavascriptHarmonyShippingDescription[] = |
| 1951 | "Some web pages use legacy or non-standard JavaScript extensions that may " |
| 1952 | "conflict with the latest JavaScript features. This flag allows disabling " |
| 1953 | "support of those features for compatibility with such pages."; |
| 1954 | |
Shu-yu Guo | b5461a5 | 2022-09-02 01:22:24 | [diff] [blame] | 1955 | const char kJavascriptExperimentalSharedMemoryName[] = |
| 1956 | "Experimental JavaScript shared memory features"; |
| 1957 | const char kJavascriptExperimentalSharedMemoryDescription[] = |
| 1958 | "Enable web pages to use non-standard, experimental JavaScript shared " |
| 1959 | "memory features. Their use requires the same HTTP headers required by " |
| 1960 | "cross-thread usage of SharedArrayBuffers (i.e. COOP and COEP)."; |
| 1961 | |
Tommy Li | a142e2c | 2021-09-29 20:35:16 | [diff] [blame] | 1962 | const char kJourneysName[] = "History Journeys"; |
| 1963 | const char kJourneysDescription[] = "Enables the History Journeys UI."; |
| 1964 | |
Sophie Chang | 19b579d | 2022-09-27 22:30:35 | [diff] [blame] | 1965 | const char kJourneysContentClusteringName[] = |
| 1966 | "History Journeys Content Clustering"; |
| 1967 | const char kJourneysContentClusteringDescription[] = |
| 1968 | "Enables clustering page loads using content annotations."; |
| 1969 | |
Tommy C. Li | e9977007 | 2022-10-26 23:24:16 | [diff] [blame] | 1970 | const char kJourneysImagesName[] = "History Journeys Images"; |
| 1971 | const char kJourneysImagesDescription[] = |
| 1972 | "Enables Images for the History Journeys UI."; |
| 1973 | |
Tommy C. Li | 1d8296b5 | 2022-04-27 22:12:17 | [diff] [blame] | 1974 | const char kJourneysLabelsName[] = "History Journeys Labels"; |
| 1975 | const char kJourneysLabelsDescription[] = |
| 1976 | "Enables labels for Journeys within the History Journeys UI."; |
| 1977 | |
Tommy Li | a142e2c | 2021-09-29 20:35:16 | [diff] [blame] | 1978 | const char kJourneysOmniboxActionName[] = "History Journeys Omnibox Action"; |
| 1979 | const char kJourneysOmniboxActionDescription[] = |
| 1980 | "Enables the History Journeys Omnibox Action."; |
| 1981 | |
manukh | 37c4875 | 2022-06-21 15:38:10 | [diff] [blame] | 1982 | const char kJourneysOmniboxHistoryClusterProviderName[] = |
| 1983 | "History Journeys Omnibox History Cluster Provider"; |
| 1984 | const char kJourneysOmniboxHistoryClusterProviderDescription[] = |
| 1985 | "Enables the History Journeys Omnibox History Cluster Provider to surface " |
| 1986 | "Journeys as a suggestion row instead of an action chip."; |
| 1987 | |
Patrick Noland | a62bf46 | 2023-03-20 18:09:34 | [diff] [blame] | 1988 | const char kJourneysPersistCachesToPrefsName[] = |
| 1989 | "History Journeys Persist Caches to Prefs"; |
| 1990 | const char kJourneysPersistCachesToPrefsDescription[] = |
| 1991 | "Enables the persistence of Journeys keyword caches via the pref service."; |
| 1992 | |
Sophie Chang | d30f4dc4f | 2022-10-18 16:10:17 | [diff] [blame] | 1993 | const char kJourneysShowAllClustersName[] = |
| 1994 | "History Journeys Show All Clusters"; |
| 1995 | const char kJourneysShowAllClustersDescription[] = |
| 1996 | "Enables all Journeys clusters to be shown on prominent UI surfaces"; |
| 1997 | |
Sophie Chang | 4b7eff7 | 2022-12-08 16:43:29 | [diff] [blame] | 1998 | const char kJourneysIncludeSyncedVisitsName[] = |
| 1999 | "History Journeys Include SyncedVisits"; |
| 2000 | const char kJourneysIncludeSyncedVisitsDescription[] = |
| 2001 | "Enabled synced visits to be included in History Journeys clusters."; |
| 2002 | |
Sophie Chang | 8ee03ca | 2023-04-17 17:30:46 | [diff] [blame] | 2003 | const char kJourneysZeroStateFilteringName[] = |
| 2004 | "History Journeys Zero-State Filtering"; |
| 2005 | const char kJourneysZeroStateFilteringDescription[] = |
| 2006 | "Enables filtering of clusters in the zero state of the History Journeys " |
| 2007 | "WebUI."; |
| 2008 | |
Khalid Peer | 197c746 | 2022-11-28 21:20:36 | [diff] [blame] | 2009 | const char kExtractRelatedSearchesFromPrefetchedZPSResponseName[] = |
| 2010 | "Extract Related Searches from Prefetched ZPS Response"; |
| 2011 | const char kExtractRelatedSearchesFromPrefetchedZPSResponseDescription[] = |
| 2012 | "Enables page annotation logic to source related searches data from " |
| 2013 | "prefetched ZPS responses"; |
| 2014 | |
bttk | 90927fd | 2021-11-12 19:38:27 | [diff] [blame] | 2015 | const char kLargeFaviconFromGoogleName[] = "Large favicons from Google"; |
| 2016 | const char kLargeFaviconFromGoogleDescription[] = |
| 2017 | "Request large favicons from Google's favicon service"; |
| 2018 | |
Yu Su | c19bb6cc | 2021-02-25 06:38:29 | [diff] [blame] | 2019 | const char kLensCameraAssistedSearchName[] = |
| 2020 | "Google Lens in Omnibox and New Tab Page"; |
| 2021 | const char kLensCameraAssistedSearchDescription[] = |
| 2022 | "Enable an entry point to Google Lens to allow users to search what they " |
| 2023 | "see using their mobile camera."; |
| 2024 | |
Juan Mojica | a2c0648 | 2022-10-14 18:27:01 | [diff] [blame] | 2025 | const char kLensRegionSearchStaticPageName[] = |
| 2026 | "Use a static page with the Lens region search feature."; |
| 2027 | const char kLensRegionSearchStaticPageDescription[] = |
| 2028 | "Enables use of a static page in a new tab when using the Lens region " |
| 2029 | "search feature."; |
| 2030 | |
Duncan Mercer | 10a2000a | 2022-11-07 23:00:53 | [diff] [blame] | 2031 | const char kLensImageFormatOptimizationsName[] = "Lens Optimized Image Formats"; |
| 2032 | const char kLensImageFormatOptimizationsDescription[] = |
| 2033 | "Enables the use of either WebP or JPEG on all Lens quries to reduce " |
| 2034 | "network load and improve latency"; |
| 2035 | |
Bryan Nguyen | d7f0cd74 | 2023-02-10 21:16:22 | [diff] [blame] | 2036 | const char kLensImageTranslateName[] = |
| 2037 | "Translate text in images with Google Lens"; |
| 2038 | const char kLensImageTranslateDescription[] = |
| 2039 | "Enables a context menu item to translate text in images using Google " |
| 2040 | "Lens. The context menu item appears when the current page is being " |
| 2041 | "translated."; |
| 2042 | |
Jason Hu | a755d7983 | 2023-04-27 00:26:44 | [diff] [blame] | 2043 | const char kEnableLensPingName[] = |
| 2044 | "Enable the ping to Lens before Lens requests"; |
| 2045 | const char kEnableLensPingDescription[] = |
| 2046 | "Enables a ping to the Lens Standalone server before a request is sent. " |
| 2047 | "This ping is used to proactively set cookies needed by Lens."; |
| 2048 | |
Ali Stanfield | 56104328 | 2023-03-10 03:04:30 | [diff] [blame] | 2049 | const char kCscName[] = "CSC"; |
| 2050 | const char kCscDescription[] = ""; |
| 2051 | |
mcrouse | ff4a6cf | 2023-05-31 04:46:42 | [diff] [blame] | 2052 | const char kCscPinnedName[] = "CSC Pin State"; |
| 2053 | const char kCscPinnedDescription[] = ""; |
| 2054 | |
Pierre St Juste | 9bc615e3 | 2023-05-26 01:58:32 | [diff] [blame] | 2055 | const char kCscVssName[] = "CSC-VSS"; |
| 2056 | const char kCscVssDescription[] = ""; |
| 2057 | |
Hazem Ashmawy | f1cd7e4 | 2019-03-25 18:17:32 | [diff] [blame] | 2058 | const char kLogJsConsoleMessagesName[] = |
| 2059 | "Log JS console messages in system logs"; |
| 2060 | const char kLogJsConsoleMessagesDescription[] = |
| 2061 | "Enable logging JS console messages in system logs, please note that they " |
| 2062 | "may contain PII."; |
| 2063 | |
Jihad Hanna | d9a8702 | 2023-07-11 09:44:23 | [diff] [blame] | 2064 | const char kUndoAutofillName[] = "Undo Autofill"; |
| 2065 | const char kUndoAutofillDescription[] = |
| 2066 | "Allows reverting Autofill filling operations. Replaces Clear Form " |
| 2067 | "functionality"; |
| 2068 | |
Etienne Pierre-doray | 247abce | 2022-03-08 18:45:48 | [diff] [blame] | 2069 | const char kUnthrottledNestedTimeoutName[] = |
| 2070 | "Increase the nesting threshold before which setTimeout(..., <4ms) start " |
| 2071 | "being clamped."; |
| 2072 | const char kUnthrottledNestedTimeoutDescription[] = |
| 2073 | "setTimeout(..., 0) is commonly used to break down long Javascript tasks. " |
| 2074 | "Under this flag, setTimeouts and setIntervals with an interval < 4ms are " |
| 2075 | "not clamped as aggressively. This improves short horizon performance, but " |
| 2076 | "websites abusing the API will still eventually have their setTimeouts " |
| 2077 | "clamped."; |
| 2078 | |
spqchan | b8775569 | 2018-04-05 00:46:09 | [diff] [blame] | 2079 | const char kMediaRouterCastAllowAllIPsName[] = |
| 2080 | "Connect to Cast devices on all IP addresses"; |
| 2081 | const char kMediaRouterCastAllowAllIPsDescription[] = |
| 2082 | "Have the Media Router connect to Cast devices on all IP addresses, not " |
Nick Harper | d30507ca | 2018-08-16 20:24:31 | [diff] [blame] | 2083 | "just RFC1918/RFC4193 private addresses."; |
spqchan | b8775569 | 2018-04-05 00:46:09 | [diff] [blame] | 2084 | |
Andrey Zaytsev | ad83cbc3 | 2020-09-30 15:43:18 | [diff] [blame] | 2085 | const char kMetricsSettingsAndroidName[] = "Metrics Settings on Android"; |
| 2086 | const char kMetricsSettingsAndroidDescription[] = |
| 2087 | "Enables the new design of metrics settings."; |
| 2088 | |
Brian Geffon | 12b581a | 2021-02-03 23:48:03 | [diff] [blame] | 2089 | const char kMojoLinuxChannelSharedMemName[] = |
| 2090 | "Enable Mojo Shared Memory Channel"; |
| 2091 | const char kMojoLinuxChannelSharedMemDescription[] = |
| 2092 | "If enabled Mojo on Linux based platforms can use shared memory as an " |
| 2093 | "alternate channel for most messages."; |
| 2094 | |
Alisa Lin | 7925114 | 2021-06-15 20:22:12 | [diff] [blame] | 2095 | const char kCanvas2DLayersName[] = |
| 2096 | "Enables canvas 2D methods BeginLayer and EndLayer"; |
| 2097 | const char kCanvas2DLayersDescription[] = |
| 2098 | "Enables the canvas 2D methods BeginLayer and EndLayer."; |
| 2099 | |
Honglin Yu | a0a14fa | 2022-03-31 22:40:05 | [diff] [blame] | 2100 | const char kEnableMachineLearningModelLoaderWebPlatformApiName[] = |
| 2101 | "Enables Machine Learning Model Loader Web Platform API"; |
| 2102 | const char kEnableMachineLearningModelLoaderWebPlatformApiDescription[] = |
| 2103 | "Enables the Machine Learning Model Loader Web Platform API."; |
| 2104 | |
Andreea Costinas | 1e59214 | 2021-04-20 13:24:25 | [diff] [blame] | 2105 | const char kSystemProxyForSystemServicesName[] = |
| 2106 | "Enable system-proxy for selected system services"; |
| 2107 | const char kSystemProxyForSystemServicesDescription[] = |
Richard Chui | a9ed7be1 | 2022-04-13 21:30:35 | [diff] [blame] | 2108 | "Enabling this flag will allow ChromeOS system service which require " |
Andreea Costinas | 1e59214 | 2021-04-20 13:24:25 | [diff] [blame] | 2109 | "network connectivity to use the system-proxy daemon for authentication to " |
| 2110 | "remote HTTP web proxies."; |
| 2111 | |
Nicolas Ouellet-Payeur | a77464c | 2020-10-14 15:19:49 | [diff] [blame] | 2112 | const char kDestroyProfileOnBrowserCloseName[] = |
| 2113 | "Destroy Profile on browser close"; |
| 2114 | const char kDestroyProfileOnBrowserCloseDescription[] = |
| 2115 | "Release memory and other resources when a Profile's last browser window " |
| 2116 | "is closed, rather than when Chrome closes completely."; |
| 2117 | |
Nicolas Ouellet-Payeur | 4aff868 | 2022-01-26 16:03:16 | [diff] [blame] | 2118 | const char kDestroySystemProfilesName[] = "Destroy System Profile"; |
| 2119 | const char kDestroySystemProfilesDescription[] = |
| 2120 | "After you close the Profile Picker, release memory and other resources " |
| 2121 | "owned by the System Profile. This requires " |
| 2122 | "#destroy-profile-on-browser-close."; |
| 2123 | |
Side Yilmaz | d828f16 | 2022-10-11 00:05:24 | [diff] [blame] | 2124 | const char kNotificationInteractionHistoryName[] = |
| 2125 | "Notification Interaction History"; |
| 2126 | const char kNotificationInteractionHistoryDescription[] = |
| 2127 | "Enable recording notification count and interaction."; |
| 2128 | |
Xing Liu | b907026 | 2021-01-07 20:52:16 | [diff] [blame] | 2129 | const char kNotificationSchedulerName[] = "Notification scheduler"; |
| 2130 | const char kNotificationSchedulerDescription[] = |
| 2131 | "Enable notification scheduler feature."; |
| 2132 | |
Xing Liu | 1919ec23 | 2019-07-22 20:38:04 | [diff] [blame] | 2133 | const char kNotificationSchedulerDebugOptionName[] = |
| 2134 | "Notification scheduler debug options"; |
| 2135 | const char kNotificationSchedulerDebugOptionDescription[] = |
| 2136 | "Enable debugging mode to override certain behavior of notification " |
| 2137 | "scheduler system for easier manual testing."; |
| 2138 | const char kNotificationSchedulerImmediateBackgroundTaskDescription[] = |
| 2139 | "Show scheduled notification right away."; |
| 2140 | |
Peter Beverloo | c30c9ddf | 2021-02-24 19:56:03 | [diff] [blame] | 2141 | const char kNotificationsSystemFlagName[] = "Enable system notifications."; |
| 2142 | const char kNotificationsSystemFlagDescription[] = |
| 2143 | "Enable support for using the system notification toasts and notification " |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 2144 | "center on platforms where these are available."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 2145 | |
momoka0122y | da18aeb | 2022-03-15 08:23:54 | [diff] [blame] | 2146 | const char kOmitCorsClientCertName[] = |
| 2147 | "Omit TLS client certificates if credential mode disallows"; |
| 2148 | const char kOmitCorsClientCertDescription[] = |
| 2149 | "Strictly conform the Fetch spec to omit TLS client certificates if " |
| 2150 | "credential mode disallows. Without this flag enabled, Chrome will always " |
| 2151 | "try sending client certificates regardless of the credential mode."; |
| 2152 | |
Moe Ahmadi | 82cd830 | 2023-04-13 04:04:41 | [diff] [blame] | 2153 | const char kOmniboxActionsInSuggestName[] = "Action in Suggest"; |
| 2154 | const char kOmniboxActionsInSuggestDescription[] = |
| 2155 | "Actions in Suggest permits optional Action Chips to be attached to " |
| 2156 | "Entity suggestions."; |
| 2157 | |
Tomasz Wiszkowski | 8a0e0dc4 | 2020-02-19 00:06:37 | [diff] [blame] | 2158 | const char kOmniboxAdaptiveSuggestionsCountName[] = |
| 2159 | "Adaptive Omnibox Suggestions count"; |
| 2160 | const char kOmniboxAdaptiveSuggestionsCountDescription[] = |
| 2161 | "Dynamically adjust number of presented Omnibox suggestions depending on " |
| 2162 | "available space. When enabled, this feature will increase (or decrease) " |
| 2163 | "amount of offered Omnibox suggestions to fill in the space between the " |
| 2164 | "Omnibox and soft keyboard (if any). See also Max Autocomplete Matches " |
| 2165 | "flag to adjust the limit of offered suggestions. The number of shown " |
| 2166 | "suggestions will be no less than the platform default limit."; |
| 2167 | |
Tomasz Wiszkowski | 1b7e75db8 | 2023-04-11 06:27:36 | [diff] [blame] | 2168 | const char kOmniboxAdaptiveSuggestionsVisibleGroupEligibilityUpdateName[] = |
| 2169 | "Adaptive Suggestions Visible Group Eligibility Update"; |
| 2170 | const char |
| 2171 | kOmniboxAdaptiveSuggestionsVisibleGroupEligibilityUpdateDescription[] = |
| 2172 | "When enabled, considers suggestions exposed 50% or more as fully " |
| 2173 | "visible, and suggestions concealed 51% or more as fully hidden. This " |
| 2174 | "changes the former behavior, where a suggestion exposed 1% or more " |
| 2175 | "was considered fully visible."; |
| 2176 | |
Patrick Noland | dd477495 | 2023-03-09 23:59:58 | [diff] [blame] | 2177 | const char kOmniboxAdaptNarrowTabletWindowsName[] = |
| 2178 | "Omnibox adapts to narrow tablet windows"; |
| 2179 | const char kOmniboxAdaptNarrowTabletWindowsDescription[] = |
| 2180 | "When enabled the omnibox uses a phone-like appearance for windows that " |
| 2181 | "are less than 600dp wide, regardless of the overall display width."; |
| 2182 | |
Patrick Noland | 49cbd3d9 | 2023-04-05 21:54:41 | [diff] [blame] | 2183 | const char kOmniboxCacheSuggestionResourcesName[] = |
| 2184 | "Omnibox cache suggestion resources"; |
| 2185 | const char kOmniboxCacheSuggestionResourcesDescription[] = |
| 2186 | "When enabled, the omnibox will cache frequently used drawables and " |
| 2187 | "strings rather than loading them from Android every time they're needed."; |
| 2188 | |
manukh | 0dab2c3 | 2023-07-11 23:10:50 | [diff] [blame] | 2189 | const char kOmniboxCalcProviderName[] = "Omnibox calc provider"; |
| 2190 | const char kOmniboxCalcProviderDescription[] = |
| 2191 | "When enabled, suggests recent calculator results in the omnibox."; |
| 2192 | |
Patrick Noland | 299fa658 | 2023-03-03 16:41:59 | [diff] [blame] | 2193 | const char kOmniboxConsumesImeInsetsName[] = |
| 2194 | "Omnibox Consumes IME (keyboard) insets directly"; |
| 2195 | const char kOmniboxConsumesImeInsetsDescription[] = |
| 2196 | "When enabled, the Android Omnibox will directly handle IME (keyboard) " |
| 2197 | "inset changes while visible."; |
| 2198 | |
manukh | 221345f | 2023-04-14 18:46:34 | [diff] [blame] | 2199 | const char kOmniboxCR23ActionChipsName[] = "Omnibox CR 2023 Action Chips"; |
| 2200 | const char kOmniboxCR23ActionChipsDescription[] = |
Justin Donnelly | 8a5df4d | 2023-06-15 05:40:54 | [diff] [blame] | 2201 | "Updates Omnibox Action Chips to comply with CR23 shape guidelines."; |
| 2202 | |
| 2203 | const char kOmniboxCR23ActionChipsIconsName[] = |
| 2204 | "Omnibox CR 2023 Action Chips Icons"; |
| 2205 | const char kOmniboxCR23ActionChipsIconsDescription[] = |
| 2206 | "Updates Omnibox Action Chips to comply with CR23 icons design."; |
manukh | 221345f | 2023-04-14 18:46:34 | [diff] [blame] | 2207 | |
Khalid Peer | fe88204 | 2023-04-11 20:34:24 | [diff] [blame] | 2208 | const char kOmniboxCR23ExpandedStateColorsName[] = |
| 2209 | "Omnibox Expanded State Colors"; |
| 2210 | const char kOmniboxCR23ExpandedStateColorsDescription[] = |
| 2211 | "Updates colors in Omnibox expanded state to comply with CR23 guidelines."; |
| 2212 | |
Justin Donnelly | 87f3c56 | 2023-03-30 02:55:40 | [diff] [blame] | 2213 | const char kOmniboxCR23ExpandedStateHeightName[] = |
| 2214 | "Omnibox Expanded State Height"; |
| 2215 | const char kOmniboxCR23ExpandedStateHeightDescription[] = |
| 2216 | "Updates Omnibox expanded state height to comply with CR23 guidelines."; |
| 2217 | |
manukh | b82b26f0 | 2023-05-02 18:59:19 | [diff] [blame] | 2218 | const char kOmniboxCR23ExpandedStateLayoutName[] = |
| 2219 | "Omnibox Expanded State Layout"; |
| 2220 | const char kOmniboxCR23ExpandedStateLayoutDescription[] = |
| 2221 | "Updates Omnibox expanded state layout to comply with CR23 guidelines."; |
| 2222 | |
Justin Donnelly | 87f3c56 | 2023-03-30 02:55:40 | [diff] [blame] | 2223 | const char kOmniboxCR23ExpandedStateShapeName[] = |
| 2224 | "Omnibox Expanded State Shape"; |
| 2225 | const char kOmniboxCR23ExpandedStateShapeDescription[] = |
| 2226 | "Updates Omnibox expanded state shape to comply with CR23 guidelines."; |
| 2227 | |
Khalid Peer | 4959246 | 2023-04-19 17:16:07 | [diff] [blame] | 2228 | const char kOmniboxCR23ExpandedStateSuggestIconsName[] = |
| 2229 | "Omnibox Expanded State Suggest Icons"; |
| 2230 | const char kOmniboxCR23ExpandedStateSuggestIconsDescription[] = |
| 2231 | "Updates suggestion icons in Omnibox query row and expanded state to " |
| 2232 | "comply with CR23 guidelines."; |
| 2233 | |
Shibalik Mohapatra | 3477e6d5 | 2023-04-03 17:24:37 | [diff] [blame] | 2234 | const char kOmniboxCR23SteadyStateIconsName[] = "Omnibox Steady State Icons"; |
| 2235 | const char kOmniboxCR23SteadyStateIconsDescription[] = |
| 2236 | "Updates Omnibox steady state icons to comply with CR23 guidelines."; |
| 2237 | |
Khalid Peer | 55a2564 | 2023-06-14 19:08:30 | [diff] [blame] | 2238 | const char kOmniboxCR23SuggestionHoverFillShapeName[] = |
| 2239 | "Omnibox Suggestion Hover Fill Shape"; |
| 2240 | const char kOmniboxCR23SuggestionHoverFillShapeDescription[] = |
| 2241 | "Updates Omnibox suggestion hover fill shape to comply with CR23 " |
| 2242 | "guidelines."; |
| 2243 | |
Tomasz Wiszkowski | a382fc6 | 2023-04-12 00:28:36 | [diff] [blame] | 2244 | const char kOmniboxIgnoreIntermediateResultsName[] = |
| 2245 | "Ignore intermediate Autocomplete results."; |
| 2246 | const char kOmniboxIgnoreIntermediateResultsDescription[] = |
| 2247 | "When active, reduces number of Autocomplete updates to cover only the " |
| 2248 | "first (synchronous) and last (final) Autocomplete result. This reduces " |
| 2249 | "resource utlization (CPU, memory) during active Omnibox input session."; |
| 2250 | |
manukh | 8fcd393 | 2023-02-28 06:10:52 | [diff] [blame] | 2251 | const char kOmniboxDiscardTemporaryInputOnTabSwitchName[] = |
| 2252 | "Omnibox discard temporary input on tab switch"; |
| 2253 | const char kOmniboxDiscardTemporaryInputOnTabSwitchDescription[] = |
| 2254 | "Discards temporary input in the omnibox when switching tabs."; |
| 2255 | |
manukh | 37b13bd3 | 2022-10-04 16:01:51 | [diff] [blame] | 2256 | const char kOmniboxDomainSuggestionsName[] = "Omnibox Domain Suggestions"; |
manukh | 918d8255 | 2022-10-11 01:12:22 | [diff] [blame] | 2257 | const char kOmniboxDomainSuggestionsDescription[] = |
manukh | 37b13bd3 | 2022-10-04 16:01:51 | [diff] [blame] | 2258 | "If enabled, history URL suggestions from hosts visited often bypass the " |
| 2259 | "per provider limit."; |
| 2260 | |
Orin Jaworski | 291b0a3 | 2022-05-17 17:29:05 | [diff] [blame] | 2261 | const char kOmniboxFuzzyUrlSuggestionsName[] = "Omnibox Fuzzy URL Suggestions"; |
| 2262 | const char kOmniboxFuzzyUrlSuggestionsDescription[] = |
| 2263 | "Enables URL suggestions for inputs that may contain typos."; |
| 2264 | |
Khalid Peer | 93f4931 | 2023-03-06 22:28:13 | [diff] [blame] | 2265 | const char kOmniboxGM3SteadyStateBackgroundColorName[] = |
| 2266 | "Omnibox Steady State Background Color"; |
| 2267 | const char kOmniboxGM3SteadyStateBackgroundColorDescription[] = |
| 2268 | "Updates Omnibox steady state background color to comply with GM3 " |
| 2269 | "guidelines."; |
| 2270 | |
Khalid Peer | 3b6c61fb | 2023-02-17 01:43:28 | [diff] [blame] | 2271 | const char kOmniboxGM3SteadyStateHeightName[] = "Omnibox Steady State Height"; |
| 2272 | const char kOmniboxGM3SteadyStateHeightDescription[] = |
| 2273 | "Updates Omnibox steady state height to comply with GM3 guidelines."; |
| 2274 | |
Khalid Peer | 4520af9 | 2023-03-02 21:50:51 | [diff] [blame] | 2275 | const char kOmniboxGM3SteadyStateTextStyleName[] = |
| 2276 | "Omnibox Steady State Text Style"; |
| 2277 | const char kOmniboxGM3SteadyStateTextStyleDescription[] = |
| 2278 | "Updates Omnibox steady state text style to comply with GM3 guidelines."; |
| 2279 | |
Khalid Peer | 4ef65ef5 | 2023-03-27 23:29:07 | [diff] [blame] | 2280 | const char kOmniboxGM3SteadyStateTextColorName[] = |
| 2281 | "Omnibox Steady State Text Color"; |
| 2282 | const char kOmniboxGM3SteadyStateTextColorDescription[] = |
| 2283 | "Updates Omnibox steady state text color to comply with GM3 guidelines."; |
| 2284 | |
Ender | 19574f9 | 2023-03-16 01:14:26 | [diff] [blame] | 2285 | const char kOmniboxGroupingFrameworkZPSName[] = |
| 2286 | "Omnibox Grouping Framework for ZPS"; |
| 2287 | const char kOmniboxGroupingFrameworkNonZPSName[] = |
| 2288 | "Omnibox Grouping Framework for Typed Suggestions"; |
manukh | 01e4719 | 2022-12-23 00:50:25 | [diff] [blame] | 2289 | const char kOmniboxGroupingFrameworkDescription[] = |
| 2290 | "Enables an alternative grouping implementation for omnibox " |
| 2291 | "autocompletion."; |
| 2292 | |
Tomasz Wiszkowski | 53924996 | 2023-03-16 01:01:42 | [diff] [blame] | 2293 | const char kOmniboxInspireMeName[] = "Omnibox Trending and Related Queries"; |
| 2294 | const char kOmniboxInspireMeDescription[] = |
| 2295 | "When enabled, appends additional suggestions based on local trends and/or " |
| 2296 | "related to the recently executed queries."; |
| 2297 | |
Rong Tan | 01c98990 | 2022-10-28 04:06:25 | [diff] [blame] | 2298 | const char kOmniboxMatchToolbarAndStatusBarColorName[] = |
| 2299 | "Omnibox Omnibox Match Toolbar And Status Bar Color"; |
| 2300 | const char kOmniboxMatchToolbarAndStatusBarColorDescription[] = |
| 2301 | "When enabled, the color of the toolbar and the status bar will be " |
| 2302 | "synchronized."; |
| 2303 | |
Gang Wu | 6784724 | 2022-06-30 06:18:51 | [diff] [blame] | 2304 | const char kOmniboxModernizeVisualUpdateName[] = |
| 2305 | "Omnibox Modernize Visual Update"; |
| 2306 | const char kOmniboxModernizeVisualUpdateDescription[] = |
| 2307 | "When enabled, Omnibox will show a new UI which is visually " |
| 2308 | "updated. This flag is for the step 1 in the Clank Omnibox revamp plan."; |
| 2309 | |
Filip Gorski | b116dee | 2020-08-20 14:12:10 | [diff] [blame] | 2310 | const char kOmniboxMostVisitedTilesName[] = "Omnibox Most Visited Tiles"; |
| 2311 | const char kOmniboxMostVisitedTilesDescription[] = |
manukh | d9801bfc | 2022-01-04 22:43:58 | [diff] [blame] | 2312 | "Display a list of frequently visited pages from history as a single row " |
Filip Gorski | b116dee | 2020-08-20 14:12:10 | [diff] [blame] | 2313 | "with a carousel instead of one URL per line."; |
| 2314 | |
Rong Tan | ef44d63 | 2022-11-18 19:02:31 | [diff] [blame] | 2315 | const char kOmniboxMostVisitedTilesAddRecycledViewPoolName[] = |
| 2316 | "Omnibox Most Visited Tiles Add Recycled View Pool"; |
| 2317 | const char kOmniboxMostVisitedTilesAddRecycledViewPoolDescription[] = |
| 2318 | "Add a recycled view pool to omnibox most visited tiles carousel to " |
| 2319 | "increase tile view reuse and reduce jackiness."; |
| 2320 | |
manukh | 539d958b | 2023-03-01 16:50:25 | [diff] [blame] | 2321 | const char kOmniboxRedoCurrentMatchName[] = "Omnibox redo current match"; |
| 2322 | const char kOmniboxRedoCurrentMatchDescription[] = |
| 2323 | "Use an alternative implementation of calculating the cached omnibox " |
| 2324 | "current match that is valid more often."; |
| 2325 | |
Patrick Noland | d50e38b | 2023-06-14 22:32:11 | [diff] [blame] | 2326 | const char kOmniboxSuppressClipboardSuggestionAfterFirstUsedName[] = |
| 2327 | "Suppress clipboard suggestion after first used"; |
| 2328 | const char kOmniboxSuppressClipboardSuggestionAfterFirstUsedDescription[] = |
| 2329 | "Stops showing a clipboard suggestion for distinct clip data once it's " |
| 2330 | "been clicked on"; |
| 2331 | |
Patrick Noland | a12a190e | 2023-04-13 20:15:10 | [diff] [blame] | 2332 | const char kOmniboxWarmRecycledViewPoolName[] = |
| 2333 | "Omnibox warm recycled view pool"; |
| 2334 | const char kOmniboxWarmRecycledViewPoolDescription[] = |
| 2335 | "Pre-warms the Android Omnibox's RecyclerView pool by inflating " |
| 2336 | "views before the omnibox is focused."; |
| 2337 | |
Moe Ahmadi | 7c889d8 | 2022-10-27 20:35:24 | [diff] [blame] | 2338 | const char kOmniboxReportAssistedQueryStatsName[] = |
| 2339 | "Omnibox Assisted Query Stats param"; |
| 2340 | const char kOmniboxReportAssistedQueryStatsDescription[] = |
| 2341 | "Enables reporting the Assisted Query Stats param in search destination " |
| 2342 | "URLs originated from the Omnibox."; |
| 2343 | |
| 2344 | const char kOmniboxReportSearchboxStatsName[] = |
| 2345 | "Omnibox Searchbox Stats proto param"; |
| 2346 | const char kOmniboxReportSearchboxStatsDescription[] = |
| 2347 | "Enables reporting the serialized Searchbox Stats proto param in search " |
| 2348 | "destination URLs originated from the Omnibox."; |
| 2349 | |
manukh | 539d958b | 2023-03-01 16:50:25 | [diff] [blame] | 2350 | const char kOmniboxRevertModelBeforeClosingPopupName[] = |
| 2351 | "Omnibox revert model before closing popup"; |
| 2352 | const char kOmniboxRevertModelBeforeClosingPopupDescription[] = |
| 2353 | "When reverting the omnibox view, revert the model before closing the " |
| 2354 | "popup to avoid some extra calculations."; |
| 2355 | |
Ryan Sturm | b9aaea2 | 2023-03-07 21:35:01 | [diff] [blame] | 2356 | const char kOmniboxUseExistingAutocompleteClientName[] = |
| 2357 | "Omnibox use exisitng autocomplete client"; |
| 2358 | const char kOmniboxUseExistingAutocompleteClientDescription[] = |
| 2359 | "When querying autocomplete client from the omnibox edit model, use the " |
| 2360 | "existing one instead of creating a new one."; |
| 2361 | |
Moe Ahmadi | 4d6f27b | 2021-11-19 01:40:36 | [diff] [blame] | 2362 | const char kOmniboxZeroSuggestPrefetchingName[] = |
Khalid Peer | e26e696 | 2022-07-26 22:39:55 | [diff] [blame] | 2363 | "Omnibox Zero Prefix Suggestion Prefetching on NTP"; |
Moe Ahmadi | 4d6f27b | 2021-11-19 01:40:36 | [diff] [blame] | 2364 | const char kOmniboxZeroSuggestPrefetchingDescription[] = |
Khalid Peer | e26e696 | 2022-07-26 22:39:55 | [diff] [blame] | 2365 | "Enables prefetching of the zero prefix suggestions for eligible users " |
| 2366 | "on the New Tab page."; |
| 2367 | |
| 2368 | const char kOmniboxZeroSuggestPrefetchingOnSRPName[] = |
| 2369 | "Omnibox Zero Prefix Suggestion Prefetching on SRP"; |
| 2370 | const char kOmniboxZeroSuggestPrefetchingOnSRPDescription[] = |
| 2371 | "Enables prefetching of the zero prefix suggestions for eligible users " |
| 2372 | "on the Search Results page."; |
Moe Ahmadi | 4d6f27b | 2021-11-19 01:40:36 | [diff] [blame] | 2373 | |
Khalid Peer | 2854604 | 2022-08-12 23:18:08 | [diff] [blame] | 2374 | const char kOmniboxZeroSuggestPrefetchingOnWebName[] = |
| 2375 | "Omnibox Zero Prefix Suggestion Prefetching on the Web"; |
| 2376 | const char kOmniboxZeroSuggestPrefetchingOnWebDescription[] = |
| 2377 | "Enables prefetching of the zero prefix suggestions for eligible users " |
| 2378 | "on the Web (i.e. non-NTP and non-SRP URLs)."; |
| 2379 | |
Khalid Peer | 4bca7ea | 2022-08-26 22:51:29 | [diff] [blame] | 2380 | const char kOmniboxZeroSuggestInMemoryCachingName[] = |
| 2381 | "Omnibox Zero Prefix Suggestion in-memory caching"; |
| 2382 | const char kOmniboxZeroSuggestInMemoryCachingDescription[] = |
| 2383 | "Enables in-memory caching of zero prefix suggestions."; |
| 2384 | |
Ce Chen | 7762ef3 | 2022-06-17 14:34:17 | [diff] [blame] | 2385 | const char kOmniboxOnDeviceHeadSuggestionsName[] = |
| 2386 | "Omnibox on device head suggestions (non-incognito only)"; |
| 2387 | const char kOmniboxOnDeviceHeadSuggestionsDescription[] = |
| 2388 | "Google head non personalized search suggestions provided by a compact on " |
| 2389 | "device model for non-incognito. Turn off this feature if you have other " |
| 2390 | "apps running which affects local file access (e.g. anti-virus software) " |
| 2391 | "and are experiencing searchbox typing lags."; |
| 2392 | const char kOmniboxOnDeviceHeadSuggestionsIncognitoName[] = |
| 2393 | "Omnibox on device head suggestions (incognito only)"; |
| 2394 | const char kOmniboxOnDeviceHeadSuggestionsIncognitoDescription[] = |
| 2395 | "Google head non personalized search suggestions provided by a compact on " |
| 2396 | "device model for incognito. Turn off this feature if you have other " |
| 2397 | "apps running which affects local file access (e.g. anti-virus software) " |
| 2398 | "and are experiencing searchbox typing lags."; |
Ce Chen | bdfaed2 | 2022-10-20 16:08:35 | [diff] [blame] | 2399 | const char kOmniboxOnDeviceTailSuggestionsName[] = |
| 2400 | "Omnibox on device tail suggestions"; |
| 2401 | const char kOmniboxOnDeviceTailSuggestionsDescription[] = |
| 2402 | "Google tail non personalized search suggestions provided by a compact on " |
| 2403 | "device model."; |
Ce Chen | 7762ef3 | 2022-06-17 14:34:17 | [diff] [blame] | 2404 | |
manukh | 6b9c59c | 2020-08-28 19:29:25 | [diff] [blame] | 2405 | const char kOmniboxRichAutocompletionPromisingName[] = |
| 2406 | "Omnibox Rich Autocompletion Promising Combinations"; |
| 2407 | const char kOmniboxRichAutocompletionPromisingDescription[] = |
manukh | 6a6aeb8 | 2022-06-24 21:11:01 | [diff] [blame] | 2408 | "Allow autocompletion for titles and non-prefixes. Suggestions whose " |
| 2409 | "titles or URLs contain the user input as a continuous chunk, but not " |
| 2410 | "necessarily a prefix, can be the default suggestion. Otherwise, only " |
| 2411 | "suggestions whose URLs are prefixed by the user input can be."; |
manukh | f641451 | 2022-06-15 01:26:19 | [diff] [blame] | 2412 | |
Moe Ahmadi | 01028f2 | 2022-08-06 17:57:35 | [diff] [blame] | 2413 | const char kOmniboxLocalHistoryZeroSuggestBeyondNTPName[] = |
| 2414 | "Allow local history zero-prefix suggestions beyond NTP"; |
| 2415 | const char kOmniboxLocalHistoryZeroSuggestBeyondNTPDescription[] = |
| 2416 | "Enables local history zero-prefix suggestions in every context in which " |
| 2417 | "the remote zero-prefix suggestions are enabled."; |
| 2418 | |
Moe Ahmadi | 5022346 | 2022-06-30 22:37:27 | [diff] [blame] | 2419 | const char kOmniboxFocusTriggersSRPZeroSuggestName[] = |
Tomasz Wiszkowski | 8d44775 | 2021-07-20 02:58:26 | [diff] [blame] | 2420 | "Allow Omnibox contextual web on-focus suggestions on the SRP"; |
Moe Ahmadi | 5022346 | 2022-06-30 22:37:27 | [diff] [blame] | 2421 | const char kOmniboxFocusTriggersSRPZeroSuggestDescription[] = |
Tomasz Wiszkowski | 8d44775 | 2021-07-20 02:58:26 | [diff] [blame] | 2422 | "Enables on-focus suggestions on the Search Results page. " |
| 2423 | "Requires on-focus suggestions for the contextual web to be enabled. " |
| 2424 | "Will only work if user is signed-in and syncing."; |
| 2425 | |
Moe Ahmadi | 5022346 | 2022-06-30 22:37:27 | [diff] [blame] | 2426 | const char kOmniboxFocusTriggersContextualWebZeroSuggestName[] = |
Tommy Li | 5578402 | 2020-04-28 20:58:18 | [diff] [blame] | 2427 | "Omnibox on-focus suggestions for the contextual Web"; |
Moe Ahmadi | 5022346 | 2022-06-30 22:37:27 | [diff] [blame] | 2428 | const char kOmniboxFocusTriggersContextualWebZeroSuggestDescription[] = |
Tommy Li | 5578402 | 2020-04-28 20:58:18 | [diff] [blame] | 2429 | "Enables on-focus suggestions on the Open Web, that are contextual to the " |
| 2430 | "current URL. Will only work if user is signed-in and syncing, or is " |
| 2431 | "otherwise eligible to send the current page URL to the suggest server."; |
| 2432 | |
Jun Zou | d1e35932b | 2022-12-01 20:01:37 | [diff] [blame] | 2433 | const char kOmniboxMlLogUrlScoringSignalsName[] = |
| 2434 | "Log Omnibox URL Scoring Signals"; |
| 2435 | const char kOmniboxMlLogUrlScoringSignalsDescription[] = |
| 2436 | "Enables Omnibox to log scoring signals of URL suggestions."; |
| 2437 | |
Moe Ahmadi | 6ca4dc5 | 2023-04-14 22:47:34 | [diff] [blame] | 2438 | const char kOmniboxMlUrlScoringName[] = "Omnibox ML URL Scoring"; |
| 2439 | const char kOmniboxMlUrlScoringDescription[] = |
| 2440 | "Enables ML-based relevance scoring for Omnibox URL Suggestions."; |
Angela Yoeurng | d75d0dfe | 2023-01-12 23:17:09 | [diff] [blame] | 2441 | |
Moe Ahmadi | 6ca4dc5 | 2023-04-14 22:47:34 | [diff] [blame] | 2442 | const char kOmniboxMlUrlScoringModelName[] = "Omnibox URL Scoring Model"; |
Jun Zou | b695a0a | 2023-01-20 18:55:02 | [diff] [blame] | 2443 | const char kOmniboxMlUrlScoringModelDescription[] = |
Moe Ahmadi | 6ca4dc5 | 2023-04-14 22:47:34 | [diff] [blame] | 2444 | "Enables ML scoring model for Omnibox URL sugestions."; |
Jun Zou | b695a0a | 2023-01-20 18:55:02 | [diff] [blame] | 2445 | |
Moe Ahmadi | 3c2569e | 2022-10-06 23:41:39 | [diff] [blame] | 2446 | const char kOmniboxOnClobberFocusTypeOnContentName[] = |
| 2447 | "Omnibox On Clobber Focus Type On Content"; |
| 2448 | const char kOmniboxOnClobberFocusTypeOnContentDescription[] = |
Rong Tan | 390e219c | 2022-09-30 23:56:28 | [diff] [blame] | 2449 | "Send ON_CLOBBER focus type for zero-prefix requests with an empty input " |
Moe Ahmadi | 3c2569e | 2022-10-06 23:41:39 | [diff] [blame] | 2450 | "on Web/SRP."; |
Rong Tan | 390e219c | 2022-09-30 23:56:28 | [diff] [blame] | 2451 | |
manukh | 453ab7e | 2023-02-02 21:09:57 | [diff] [blame] | 2452 | const char kOmniboxShortcutBoostName[] = "Omnibox shortcut boosting"; |
| 2453 | const char kOmniboxShortcutBoostDescription[] = |
| 2454 | "Promote shortcuts to be default when available."; |
| 2455 | |
Yohanes Shimelis | 53d0f6b | 2023-01-12 19:09:10 | [diff] [blame] | 2456 | const char kOmniboxSimplifiedUiUniformRowHeightName[] = |
| 2457 | "Omnibox Suggestion Row Height"; |
| 2458 | const char kOmniboxSimplifiedUiUniformRowHeightDescription[] = |
| 2459 | "Changes the row height of omnibox suggetions."; |
| 2460 | |
| 2461 | const char kOmniboxSimplifiedUiSquareSuggestIconName[] = |
| 2462 | "Omnibox Square Suggest Icons"; |
| 2463 | const char kOmniboxSimplifiedUiSquareSuggestIconDescription[] = |
| 2464 | "Adds a grey square background to suggestion icons, and makes the answer " |
| 2465 | "icon square."; |
| 2466 | |
manuk | fdd9740 | 2020-07-22 18:19:17 | [diff] [blame] | 2467 | const char kOmniboxMaxZeroSuggestMatchesName[] = |
| 2468 | "Omnibox Max Zero Suggest Matches"; |
| 2469 | const char kOmniboxMaxZeroSuggestMatchesDescription[] = |
| 2470 | "Changes the maximum number of autocomplete matches displayed when zero " |
| 2471 | "suggest is active (i.e. displaying suggestions without input)."; |
| 2472 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 2473 | const char kOmniboxUIMaxAutocompleteMatchesName[] = |
| 2474 | "Omnibox UI Max Autocomplete Matches"; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 2475 | const char kOmniboxUIMaxAutocompleteMatchesDescription[] = |
| 2476 | "Changes the maximum number of autocomplete matches displayed in the " |
| 2477 | "Omnibox UI."; |
| 2478 | |
Mustafa Emre Acer | 0626cbb | 2021-07-14 20:35:04 | [diff] [blame] | 2479 | const char kOmniboxUpdatedConnectionSecurityIndicatorsName[] = |
| 2480 | "Omnibox Updated connection security indicators"; |
| 2481 | const char kOmniboxUpdatedConnectionSecurityIndicatorsDescription[] = |
| 2482 | "Use new connection security indicators for https pages in the omnibox."; |
| 2483 | |
Moe Ahmadi | 40e0eba5 | 2022-12-22 01:44:25 | [diff] [blame] | 2484 | const char kWebUIOmniboxPopupName[] = "WebUI Omnibox Popup"; |
| 2485 | const char kWebUIOmniboxPopupDescription[] = |
| 2486 | "If enabled, shows the omnibox suggestions popup in WebUI."; |
| 2487 | |
dpapad | 36b3a3b2 | 2023-04-19 17:07:46 | [diff] [blame] | 2488 | #if !BUILDFLAG(IS_LINUX) |
dpapad | 7c00cc7f0 | 2023-03-24 17:54:35 | [diff] [blame] | 2489 | const char kWebUiSystemFontName[] = "WebUI System font"; |
| 2490 | const char kWebUiSystemFontDescription[] = |
| 2491 | "If enabled, all WebUI surfaces will use the default UI font of the " |
| 2492 | "underlying platform."; |
dpapad | 36b3a3b2 | 2023-04-19 17:07:46 | [diff] [blame] | 2493 | #endif |
dpapad | 7c00cc7f0 | 2023-03-24 17:54:35 | [diff] [blame] | 2494 | |
Kevin Bailey | cd688992 | 2019-05-30 17:22:55 | [diff] [blame] | 2495 | const char kOmniboxMaxURLMatchesName[] = "Omnibox Max URL Matches"; |
| 2496 | const char kOmniboxMaxURLMatchesDescription[] = |
| 2497 | "The maximum number of URL matches to show, unless there are no " |
| 2498 | "replacements."; |
| 2499 | |
manuk | 4e2979d | 2020-07-08 23:29:28 | [diff] [blame] | 2500 | const char kOmniboxDynamicMaxAutocompleteName[] = |
| 2501 | "Omnibox Dynamic Max Autocomplete"; |
| 2502 | const char kOmniboxDynamicMaxAutocompleteDescription[] = |
| 2503 | "Configures the maximum number of autocomplete matches displayed in the " |
| 2504 | "Omnibox UI dynamically based on the number of URL matches."; |
| 2505 | |
Michael Checo | 91977f56 | 2023-01-25 01:02:22 | [diff] [blame] | 2506 | const char kOnlyShowNewShortcutsAppName[] = |
| 2507 | "Only show the new Shortcut Viewer app"; |
| 2508 | const char kOnlyShowNewShortcutsAppDescription[] = |
| 2509 | "If enabled, the existing Shortcut Viewer app will be hidden and only the " |
| 2510 | "new Shortcut Customization app will be discoverable."; |
| 2511 | |
Florian Jacky | 3560a40 | 2023-04-03 16:39:03 | [diff] [blame] | 2512 | const char kOneTimePermissionName[] = "One time permission"; |
| 2513 | const char kOneTimePermissionDescription[] = |
| 2514 | "Enables experimental one time permissions for Geolocation, Microphone and " |
| 2515 | "Camera."; |
| 2516 | |
rajendrant | 277b1ba | 2022-02-18 01:59:36 | [diff] [blame] | 2517 | const char kOptimizationGuideDebugLogsName[] = |
| 2518 | "Enable optimization guide debug logs"; |
| 2519 | const char kOptimizationGuideDebugLogsDescription[] = |
| 2520 | "Enables the optimization guide to log and save debug messages that can be " |
| 2521 | "shown in the internals page."; |
| 2522 | |
rajendrant | b6ef55fd | 2022-10-20 20:25:24 | [diff] [blame] | 2523 | const char kOptimizationGuideInstallWideModelStoreName[] = |
| 2524 | "Enables the new optimization guide install-wide model store"; |
| 2525 | const char kOptimizationGuideInstallWideModelStoreDescription[] = |
| 2526 | "Enables the new model store that is per Chrome installation and can " |
| 2527 | "share models across user profiles."; |
| 2528 | |
Tarun Bansal | ca4fae3d | 2022-04-05 21:17:34 | [diff] [blame] | 2529 | const char kOptimizationGuidePushNotificationName[] = |
Robert Ogden | 52285a5 | 2021-07-01 19:26:20 | [diff] [blame] | 2530 | "Enable optimization guide push notifications"; |
Tarun Bansal | ca4fae3d | 2022-04-05 21:17:34 | [diff] [blame] | 2531 | const char kOptimizationGuidePushNotificationDescription[] = |
Robert Ogden | 52285a5 | 2021-07-01 19:26:20 | [diff] [blame] | 2532 | "Enables the optimization guide to receive push notifications."; |
| 2533 | |
Moe Ahmadi | 359d072 | 2022-05-16 23:17:33 | [diff] [blame] | 2534 | const char kOrganicRepeatableQueriesName[] = |
| 2535 | "Organic repeatable queries in Most Visited tiles"; |
| 2536 | const char kOrganicRepeatableQueriesDescription[] = |
| 2537 | "Enables showing the most repeated queries, from the device browsing " |
| 2538 | "history, organically among the most visited sites in the MV tiles."; |
| 2539 | |
Daniel Vogelheim | 88d1ca9e | 2022-02-04 19:53:45 | [diff] [blame] | 2540 | const char kOriginAgentClusterDefaultName[] = |
| 2541 | "Origin-keyed Agent Clusters by default"; |
| 2542 | const char kOriginAgentClusterDefaultDescription[] = |
| 2543 | "Select the default behaviour for the Origin-Agent-Cluster http header. " |
| 2544 | "If enabled, an absent header will cause pages to be assigned to an " |
| 2545 | "origin-keyed agent cluster, and to a site-keyed agent cluster when " |
| 2546 | "disabled. Documents whose agent clusters are origin-keyed cannot set " |
| 2547 | "document.domain to relax the same-origin policy."; |
| 2548 | |
W. James MacLean | 2f339dc | 2023-05-25 14:43:41 | [diff] [blame] | 2549 | const char kOriginKeyedProcessesByDefaultName[] = |
| 2550 | "Origin-keyed Processes by default"; |
| 2551 | const char kOriginKeyedProcessesByDefaultDescription[] = |
| 2552 | "Enables origin-keyed process isolation for most pages (i.e., those " |
| 2553 | "assigned to an origin-keyed agent cluster by default). This improves " |
| 2554 | "security but also increases the number of processes created. Note: " |
| 2555 | "enabling this feature also enables 'Origin-keyed Agent Clusters by " |
| 2556 | "default'."; |
| 2557 | |
Ethan Mooney | 01e6f19 | 2021-06-10 13:14:07 | [diff] [blame] | 2558 | const char kOsSettingsAppNotificationsPageName[] = |
| 2559 | "CrOS Settings App Notifications Page"; |
| 2560 | const char kOsSettingsAppNotificationsPageDescription[] = |
| 2561 | "If enabled, a new App Notifications subpage will appear in the " |
| 2562 | "CrOS Settings Apps section."; |
| 2563 | |
Wez | 600f06c | 2021-03-05 20:32:30 | [diff] [blame] | 2564 | const char kOverlayScrollbarsName[] = "Overlay Scrollbars"; |
| 2565 | const char kOverlayScrollbarsDescription[] = |
| 2566 | "Enable the experimental overlay scrollbars implementation. You must also " |
| 2567 | "enable threaded compositing to have the scrollbars animate."; |
| 2568 | |
Daniele Castagna | 74ddb9c | 2018-06-21 22:59:02 | [diff] [blame] | 2569 | const char kOverlayStrategiesName[] = "Select HW overlay strategies"; |
| 2570 | const char kOverlayStrategiesDescription[] = |
Harry Cutts | 14a1da05 | 2023-05-15 16:41:16 | [diff] [blame] | 2571 | "Select strategies used to promote quads to HW overlays. Note that " |
| 2572 | "strategies other than Default may break playback of protected content."; |
Daniele Castagna | 74ddb9c | 2018-06-21 22:59:02 | [diff] [blame] | 2573 | const char kOverlayStrategiesDefault[] = "Default"; |
| 2574 | const char kOverlayStrategiesNone[] = "None"; |
| 2575 | const char kOverlayStrategiesUnoccludedFullscreen[] = |
| 2576 | "Unoccluded fullscreen buffers (single-fullscreen)"; |
| 2577 | const char kOverlayStrategiesUnoccluded[] = |
| 2578 | "Unoccluded buffers (single-fullscreen,single-on-top)"; |
| 2579 | const char kOverlayStrategiesOccludedAndUnoccluded[] = |
| 2580 | "Occluded and unoccluded buffers " |
| 2581 | "(single-fullscreen,single-on-top,underlay)"; |
| 2582 | |
Jinsuk Kim | 2e139e43 | 2021-02-26 03:46:56 | [diff] [blame] | 2583 | const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation"; |
| 2584 | const char kOverscrollHistoryNavigationDescription[] = |
| 2585 | "History navigation in response to horizontal overscroll."; |
| 2586 | |
minch | 1ad858c | 2021-06-24 20:30:01 | [diff] [blame] | 2587 | const char kOverviewButtonName[] = "Overview button at the status area"; |
| 2588 | const char kOverviewButtonDescription[] = |
| 2589 | "If enabled, always show the overview button at the status area."; |
| 2590 | |
Richard Chui | 9bb64918 | 2022-12-09 07:12:02 | [diff] [blame] | 2591 | const char kOverviewDeskNavigationName[] = |
| 2592 | "CrOS Labs: Overview Desk Navigation"; |
| 2593 | const char kOverviewDeskNavigationDescription[] = |
| 2594 | "Stay in overview when navigating between desks using a swipe gesture or " |
| 2595 | "keyboard shortcut."; |
| 2596 | |
Sophie Chang | 9081cb3 | 2021-09-28 22:39:10 | [diff] [blame] | 2597 | const char kPageContentAnnotationsName[] = "Page content annotations"; |
| 2598 | const char kPageContentAnnotationsDescription[] = |
| 2599 | "Enables page content to be annotated on-device."; |
| 2600 | |
Sophie Chang | 854625a | 2023-03-22 19:57:33 | [diff] [blame] | 2601 | const char kPageContentAnnotationsPersistSalientImageMetadataName[] = |
| 2602 | "Page content annotations - Persist salient image metadata"; |
| 2603 | const char kPageContentAnnotationsPersistSalientImageMetadataDescription[] = |
| 2604 | "Enables salient image metadata per page load to be persisted on-device."; |
| 2605 | |
Sophie Chang | 0f51933 | 2023-03-28 21:45:30 | [diff] [blame] | 2606 | const char kPageContentAnnotationsRemotePageMetadataName[] = |
| 2607 | "Page content annotations - Remote page metadata"; |
| 2608 | const char kPageContentAnnotationsRemotePageMetadataDescription[] = |
| 2609 | "Enables fetching of page load metadata to be persisted on-device."; |
| 2610 | |
Sophie Chang | 8d50067 | 2022-02-09 22:45:30 | [diff] [blame] | 2611 | const char kPageEntitiesPageContentAnnotationsName[] = |
| 2612 | "Page entities content annotations"; |
| 2613 | const char kPageEntitiesPageContentAnnotationsDescription[] = |
| 2614 | "Enables annotating the page entities model for each page load on-device."; |
| 2615 | |
Tommy C. Li | 7960fc8 | 2023-03-03 00:56:45 | [diff] [blame] | 2616 | const char kPageImageServiceOptimizationGuideSalientImagesName[] = |
| 2617 | "Page Image Service - Optimization Guide Salient Images"; |
| 2618 | const char kPageImageServiceOptimizationGuideSalientImagesDescription[] = |
| 2619 | "Enables the PageImageService fetching images from the Optimization Guide " |
| 2620 | "Salient Images source."; |
| 2621 | |
Tommy C. Li | 315f9ff6 | 2023-03-16 16:13:15 | [diff] [blame] | 2622 | const char kPageImageServiceSuggestPoweredImagesName[] = |
| 2623 | "Page Image Service - Suggest Powered Images"; |
| 2624 | const char kPageImageServiceSuggestPoweredImagesDescription[] = |
| 2625 | "Enables the PageImageService fetching images from the Suggest source."; |
| 2626 | |
Filipa Senra | fc3fb452 | 2023-03-17 18:12:22 | [diff] [blame] | 2627 | const char kPageInfoAboutThisSiteKeepSidePanelOnSameTabNavs[] = |
| 2628 | "'About this site' keep side panel on same tab navs"; |
| 2629 | const char kPageInfoAboutThisSiteKeepSidePanelOnSameTabNavsDescription[] = |
| 2630 | "Keeps the 'About this site' side panel open and updated on same tab " |
| 2631 | "navigations."; |
| 2632 | |
Filipa Senra | b578756 | 2023-02-20 11:03:50 | [diff] [blame] | 2633 | const char kPageInfoAboutThisSiteNewIconName[] = "'About this site' new icon"; |
| 2634 | const char kPageInfoAboutThisSiteNewIconDescription[] = |
| 2635 | "Shows the 'About this site' section in the page info UI with a new google " |
| 2636 | "branded icon."; |
| 2637 | |
Christian Dullweber | 77ae675 | 2022-12-14 18:58:38 | [diff] [blame] | 2638 | const char kPageInfoAboutThisSiteNonEnName[] = |
| 2639 | "'About this site' section in page info in all languages"; |
| 2640 | const char kPageInfoAboutThisSiteNonEnDescription[] = |
| 2641 | "Enable the 'About this site' section in the page info UI in languages " |
| 2642 | "other than English."; |
Olesia Marukhno | 0fc754b | 2021-09-17 15:05:06 | [diff] [blame] | 2643 | |
Christian Dullweber | 8fdeb5d | 2022-08-24 20:14:57 | [diff] [blame] | 2644 | const char kPageInfoboutThisPageDescriptionPlaceholderName[] = |
| 2645 | "AboutThisPage description placeholder"; |
| 2646 | const char kPageInfoboutThisPageDescriptionPlaceholderDescription[] = |
| 2647 | "Shows a placeholder when no description is availble instead of not " |
| 2648 | "showing an entry at all"; |
| 2649 | |
| 2650 | const char kPageInfoboutThisPagePersistentEntryName[] = |
| 2651 | "AboutThisPage persistent SidePanel entry"; |
| 2652 | const char kPageInfoboutThisPagePersistentEntryDescription[] = |
| 2653 | "Registers a SidePanel entry on pageload if 'AboutThisPage' info is " |
| 2654 | "available"; |
| 2655 | |
Zofia Salata | d830d4b | 2022-09-19 09:22:36 | [diff] [blame] | 2656 | const char kPageInfoCookiesSubpageName[] = "Cookies subpage in page info"; |
| 2657 | const char kPageInfoCookiesSubpageDescription[] = |
| 2658 | "Enable the Cookies subpage in page info for managing cookies and site " |
| 2659 | "data."; |
| 2660 | |
Christian Dullweber | ec4715a8 | 2022-04-28 17:12:01 | [diff] [blame] | 2661 | const char kPageInfoMoreAboutThisPageName[] = |
| 2662 | "'More about this page' link in page info"; |
| 2663 | const char kPageInfoMoreAboutThisPageDescription[] = |
| 2664 | "Enable the 'More about this page' link in the 'From the web' section of " |
| 2665 | "page info."; |
| 2666 | |
Zofia Salata | 1f9c6ae | 2022-07-21 16:23:31 | [diff] [blame] | 2667 | const char kPageInfoHideSiteSettingsName[] = "Page info hide site settings"; |
| 2668 | const char kPageInfoHideSiteSettingsDescription[] = |
| 2669 | "Hides site settings row in the page info menu."; |
| 2670 | |
Olesia Marukhno | 4f39c7fb | 2021-12-14 16:55:48 | [diff] [blame] | 2671 | const char kPageInfoHistoryDesktopName[] = "Page info history"; |
| 2672 | const char kPageInfoHistoryDesktopDescription[] = |
| 2673 | "Enable a history section in the page info."; |
| 2674 | |
Sophie Chang | 8d50067 | 2022-02-09 22:45:30 | [diff] [blame] | 2675 | const char kPageVisibilityPageContentAnnotationsName[] = |
| 2676 | "Page visibility content annotations"; |
| 2677 | const char kPageVisibilityPageContentAnnotationsDescription[] = |
| 2678 | "Enables annotating the page visibility model for each page load " |
| 2679 | "on-device."; |
| 2680 | |
Xing Liu | 5400a00 | 2017-09-15 21:48:29 | [diff] [blame] | 2681 | const char kParallelDownloadingName[] = "Parallel downloading"; |
| 2682 | const char kParallelDownloadingDescription[] = |
Yannic Bonenberger | a32f990 | 2017-11-20 18:47:06 | [diff] [blame] | 2683 | "Enable parallel downloading to accelerate download speed."; |
Xing Liu | 5400a00 | 2017-09-15 21:48:29 | [diff] [blame] | 2684 | |
rgod | 9bbe0a5 | 2023-05-10 16:04:29 | [diff] [blame] | 2685 | const char kPasswordGenerationExperimentName[] = |
| 2686 | "Password generation experiment"; |
| 2687 | const char kPasswordGenerationExperimentDescription[] = |
| 2688 | "Enables different experiments that modify content and behavior of the " |
| 2689 | "existing generated password suggestion dropdown."; |
| 2690 | |
Andrii Natiahlyi | d9fd428 | 2023-04-14 10:38:52 | [diff] [blame] | 2691 | const char kPasswordsImportM2Name[] = "Passwords Import M2"; |
| 2692 | const char kPasswordsImportM2Description[] = |
| 2693 | "Extends passwords import flow in password settings with conflict " |
| 2694 | "resolution functionality."; |
| 2695 | |
Norge Vizcay | 81af880 | 2022-09-06 09:57:12 | [diff] [blame] | 2696 | const char kForceEnableFastCheckoutCapabilitiesName[] = |
| 2697 | "Force enable fast checkout capabilities"; |
| 2698 | const char kForceEnableFastCheckoutCapabilitiesDescription[] = |
| 2699 | "Force enables fast checkout capabilities for every domain, regardless " |
| 2700 | "of the server response."; |
| 2701 | |
Nektarios Paisios | 98906870 | 2022-03-02 09:06:56 | [diff] [blame] | 2702 | const char kPdfOcrName[] = "Performs OCR on inaccessible PDFs"; |
| 2703 | const char kPdfOcrDescription[] = |
| 2704 | "Enables a feature whereby inaccessible (i.e. untagged) PDFs are made " |
| 2705 | "accessible using an optical character recognition service."; |
| 2706 | |
Carlos IL | c5c2e270 | 2020-12-15 21:19:50 | [diff] [blame] | 2707 | const char kPdfXfaFormsName[] = "PDF XFA support"; |
| 2708 | const char kPdfXfaFormsDescription[] = |
| 2709 | "Enables support for XFA forms in PDFs. " |
| 2710 | "Has no effect if Chrome was not built with XFA support."; |
| 2711 | |
Max Lee | fb53d9c | 2022-09-01 00:23:34 | [diff] [blame] | 2712 | const char kVmPerBootShaderCacheName[] = "VM per-boot shader cache"; |
| 2713 | const char kVmPerBootShaderCacheDescription[] = |
Max Lee | 32406583 | 2022-09-08 07:15:24 | [diff] [blame] | 2714 | "If enabled, VM shader cache is refreshed per boot. If disabled, VM shader " |
| 2715 | "cache is refreshed per OS build."; |
Max Lee | fb53d9c | 2022-09-01 00:23:34 | [diff] [blame] | 2716 | |
Peter Beverloo | dcd5d965 | 2021-10-11 23:30:59 | [diff] [blame] | 2717 | const char kAutoWebContentsDarkModeName[] = "Auto Dark Mode for Web Contents"; |
| 2718 | const char kAutoWebContentsDarkModeDescription[] = |
Aran Gilman | 5e9672bed | 2019-08-02 19:07:49 | [diff] [blame] | 2719 | "Automatically render all web contents using a dark theme."; |
| 2720 | |
Alison Maher | c07a3fb | 2019-10-07 21:25:03 | [diff] [blame] | 2721 | const char kForcedColorsName[] = "Forced Colors"; |
| 2722 | const char kForcedColorsDescription[] = |
| 2723 | "Enables forced colors mode for web content."; |
| 2724 | |
Gaston Rodriguez Lopez | 8baf013 | 2022-07-13 18:58:24 | [diff] [blame] | 2725 | const char kWindowsScrollingPersonalityName[] = "Windows Scrolling Personality"; |
| 2726 | const char kWindowsScrollingPersonalityDescription[] = |
Matt Amert | ecf4bf3 | 2019-09-25 19:50:39 | [diff] [blame] | 2727 | "If enabled, mousewheel and keyboard scrolls will scroll by a percentage " |
Gaston Rodriguez Lopez | 8baf013 | 2022-07-13 18:58:24 | [diff] [blame] | 2728 | "of the scroller size and the default scroll animation is replaced with " |
| 2729 | "Impulse-style scroll animations."; |
Matt Amert | ecf4bf3 | 2019-09-25 19:50:39 | [diff] [blame] | 2730 | |
Olesia Marukhno | 16fdd647a | 2020-05-04 09:34:00 | [diff] [blame] | 2731 | const char kPermissionChipName[] = "Permissions Chip Experiment"; |
| 2732 | const char kPermissionChipDescription[] = |
| 2733 | "Enables an experimental permission prompt that uses a chip in the location" |
| 2734 | " bar."; |
| 2735 | |
Florian Jacky | ca9da17 | 2022-09-26 16:29:46 | [diff] [blame] | 2736 | const char kChipLocationBarIconOverrideName[] = |
| 2737 | "Chip Location Bar Icon Override Experiment."; |
| 2738 | const char kChipLocationBarIconOverrideDescription[] = |
| 2739 | "Enables an experimental location bar icon override while a chip is shown " |
| 2740 | "in the location bar. Takes effect when #permission-chip or " |
| 2741 | "#confirmation-chip are active."; |
| 2742 | |
| 2743 | const char kConfirmationChipName[] = "Confirmation Chip Experiment"; |
| 2744 | const char kConfirmationChipNameDescription[] = |
| 2745 | "Enables an experimental confirmation chip in the location bar after a " |
Florian Jacky | cb018cb | 2022-10-10 09:57:36 | [diff] [blame] | 2746 | "permission prompt shown has been decided by the user."; |
Florian Jacky | ca9da17 | 2022-09-26 16:29:46 | [diff] [blame] | 2747 | |
Illia Klimov | 693a6cc | 2023-07-06 15:20:42 | [diff] [blame] | 2748 | const char kImprovedSemanticsActivityIndicatorsName[] = |
| 2749 | "Improved semantics activity indicators"; |
| 2750 | const char kImprovedSemanticsActivityIndicatorsDescription[] = |
| 2751 | "Enables experimental improved semantics indicators in the location bar."; |
| 2752 | |
Andy Paicu | 204a1bb8 | 2020-11-12 21:50:14 | [diff] [blame] | 2753 | const char kPermissionPredictionsName[] = "Permission Predictions"; |
| 2754 | const char kPermissionPredictionsDescription[] = |
| 2755 | "Use the Permission Predictions Service to surface permission requests " |
| 2756 | "using a quieter UI when the likelihood of the user granting the " |
| 2757 | "permission is predicted to be low. Requires " |
Balazs Engedy | 6f94e1c | 2021-11-22 14:16:35 | [diff] [blame] | 2758 | "chrome://flags/#quiet-notification-prompts and `Safe Browsing` to be " |
| 2759 | "enabled."; |
Andy Paicu | 204a1bb8 | 2020-11-12 21:50:14 | [diff] [blame] | 2760 | |
Illia Klimov | df283b0 | 2021-07-07 17:33:25 | [diff] [blame] | 2761 | const char kPermissionQuietChipName[] = "Quiet Permission Chip Experiment"; |
| 2762 | const char kPermissionQuietChipDescription[] = |
Illia Klimov | 1b2ca40c | 2022-06-09 20:02:41 | [diff] [blame] | 2763 | "Enables a permission prompt that uses the quiet chip instead of the " |
| 2764 | "right-hand side address bar icon for quiet permission prompts. Requires " |
| 2765 | "chrome://flags/#quiet-notification-prompts to be enabled."; |
Illia Klimov | df283b0 | 2021-07-07 17:33:25 | [diff] [blame] | 2766 | |
Tom Van Goethem | 7ad67c08 | 2022-12-13 18:56:26 | [diff] [blame] | 2767 | const char kRecordPermissionExpirationTimestampsName[] = |
| 2768 | "Record permission expiration timestamps"; |
| 2769 | const char kRecordPermissionExpirationTimestampsDescription[] = |
| 2770 | "When enabled, permissions grants with a durable session model will have " |
| 2771 | "an expiration date set."; |
| 2772 | |
Brandon Wylie | 130e579 | 2023-02-23 23:59:38 | [diff] [blame] | 2773 | const char kPowerBookmarkBackendName[] = "Power bookmark backend"; |
| 2774 | const char kPowerBookmarkBackendDescription[] = |
| 2775 | "Enables storing additional metadata to support power bookmark features."; |
| 2776 | |
Emily Shack | 675ca99 | 2022-11-18 22:07:24 | [diff] [blame] | 2777 | const char kPowerBookmarksSidePanel[] = "Power bookmarks side panel"; |
| 2778 | const char kPowerBookmarksSidePanelDescription[] = |
| 2779 | "Enables the power bookmarks version of the bookmarks side panel content."; |
| 2780 | |
Brandon Wylie | 955a1694 | 2021-09-24 22:43:10 | [diff] [blame] | 2781 | const char kBookmarksImprovedSaveFlowName[] = "Improved bookmarks save flow"; |
| 2782 | const char kBookmarksImprovedSaveFlowDescription[] = |
| 2783 | "Enabled an improved save flow for bookmarks."; |
| 2784 | |
Brandon Wylie | f203eee | 2021-10-11 22:55:45 | [diff] [blame] | 2785 | const char kBookmarksRefreshName[] = "Bookmarks refresh"; |
Brandon Wylie | 9fe3758 | 2021-08-24 01:22:53 | [diff] [blame] | 2786 | const char kBookmarksRefreshDescription[] = |
Brandon Wylie | f203eee | 2021-10-11 22:55:45 | [diff] [blame] | 2787 | "Enable various changes to bookmarks."; |
Brandon Wylie | 9fe3758 | 2021-08-24 01:22:53 | [diff] [blame] | 2788 | |
Robert Lin | 4035ebb | 2021-10-08 12:23:41 | [diff] [blame] | 2789 | const char kOmniboxTriggerForPrerender2Name[] = |
| 2790 | "Omnibox trigger for Prerender2"; |
| 2791 | const char kOmniboxTriggerForPrerender2Description[] = |
| 2792 | "Enables the new omnibox trigger prerenderer implementation."; |
| 2793 | |
Lingqi Chi | 357fcda1 | 2022-02-18 03:34:15 | [diff] [blame] | 2794 | const char kSupportSearchSuggestionForPrerender2Name[] = |
| 2795 | "Prerender search suggestions"; |
| 2796 | const char kSupportSearchSuggestionForPrerender2Description[] = |
| 2797 | "Allows Prerender2 to prerender search suggestions provided by the default " |
Johann | 6299c23 | 2022-11-21 03:10:44 | [diff] [blame] | 2798 | "search engine."; |
Lingqi Chi | 357fcda1 | 2022-02-18 03:34:15 | [diff] [blame] | 2799 | |
Ryan Sturm | 0c7162f7 | 2022-09-16 15:13:41 | [diff] [blame] | 2800 | const char kEnableOmniboxSearchPrefetchName[] = "Omnibox prefetch Search"; |
| 2801 | const char kEnableOmniboxSearchPrefetchDescription[] = |
| 2802 | "Allows omnibox to prefetch likely search suggestions provided by the " |
| 2803 | "Default Search Engine"; |
| 2804 | |
| 2805 | const char kEnableOmniboxClientSearchPrefetchName[] = |
| 2806 | "Omnibox client prefetch Search"; |
| 2807 | const char kEnableOmniboxClientSearchPrefetchDescription[] = |
| 2808 | "Allows omnibox to prefetch search suggestions provided by the Default " |
| 2809 | "Search Engine that the client thinks are likely to be navigated. Requires " |
| 2810 | "chrome://flags/#omnibox-search-prefetch"; |
| 2811 | |
Andrey Zaytsev | 7c790c1 | 2022-05-23 13:07:30 | [diff] [blame] | 2812 | const char kPrivacyGuideAndroidName[] = "Privacy Guide on Android"; |
| 2813 | const char kPrivacyGuideAndroidDescription[] = |
| 2814 | "Shows a new subpage in Settings that helps the user to review various " |
| 2815 | "privacy settings."; |
| 2816 | |
John Delaney | 1d6e4b5c | 2022-03-25 02:19:22 | [diff] [blame] | 2817 | const char kPrivacySandboxAdsAPIsOverrideName[] = "Privacy Sandbox Ads APIs"; |
| 2818 | const char kPrivacySandboxAdsAPIsOverrideDescription[] = |
Nan Lin | 066a81a | 2022-04-20 18:46:54 | [diff] [blame] | 2819 | "Enables Privacy Sandbox APIs: Attribution Reporting, Fledge, Topics, " |
Alex Turner | 64f3bef | 2022-09-09 18:56:58 | [diff] [blame] | 2820 | "Fenced Frames, Shared Storage, Private Aggregation, and their associated " |
| 2821 | "features."; |
John Delaney | 1d6e4b5c | 2022-03-25 02:19:22 | [diff] [blame] | 2822 | |
Liam Brady | 018446b8 | 2023-06-23 18:03:29 | [diff] [blame] | 2823 | const char kPrivacySandboxEnrollmentOverridesName[] = |
| 2824 | "Privacy Sandbox Enrollment Overrides"; |
| 2825 | const char kPrivacySandboxEnrollmentOverridesDescription[] = |
| 2826 | "Allows a list of sites to use Privacy Sandbox features without them being " |
| 2827 | "enrolled and attested into the Privacy Sandbox experiment. See: " |
| 2828 | "https://developer.chrome.com/en/docs/privacy-sandbox/enroll/"; |
| 2829 | |
Theodore Olsauskas-Warren | 474cdb5 | 2023-01-04 10:16:34 | [diff] [blame] | 2830 | const char kPrivacySandboxSettings4Name[] = "Privacy Sandbox Settings V4"; |
| 2831 | const char kPrivacySandboxSettings4Description[] = |
| 2832 | "Enables updated Privacy Sandbox UI"; |
| 2833 | |
Alex Turner | b6d89fa | 2022-10-12 18:33:57 | [diff] [blame] | 2834 | const char kPrivateAggregationDeveloperModeName[] = |
| 2835 | "Private Aggregation developer mode"; |
| 2836 | const char kPrivateAggregationDeveloperModeDescription[] = |
| 2837 | "Enables the developer mode for the Private Aggregation API. This removes " |
| 2838 | "all reporting delays. Only works if the Private Aggregation API is " |
| 2839 | "already enabled."; |
Alex Turner | 2d50495 | 2022-09-21 23:56:49 | [diff] [blame] | 2840 | |
Mohsen Izadi | 93faac1 | 2017-07-29 04:45:15 | [diff] [blame] | 2841 | const char kPullToRefreshName[] = "Pull-to-refresh gesture"; |
| 2842 | const char kPullToRefreshDescription[] = |
| 2843 | "Pull-to-refresh gesture in response to vertical overscroll."; |
Mohsen Izadi | 8c59ba5 | 2018-04-12 18:52:01 | [diff] [blame] | 2844 | const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only"; |
Mohsen Izadi | 93faac1 | 2017-07-29 04:45:15 | [diff] [blame] | 2845 | |
Finnur Thorarinsson | fb625e1 | 2022-09-06 17:22:53 | [diff] [blame] | 2846 | const char kPWAsDefaultOfflinePageName[] = "Default offline page for PWAs"; |
| 2847 | const char kPWAsDefaultOfflinePageDescription[] = |
| 2848 | "Shows customised default offline page when web app is offline."; |
| 2849 | |
Finnur Thorarinsson | 52835574 | 2022-03-07 10:57:01 | [diff] [blame] | 2850 | const char kPwaUpdateDialogForAppIconName[] = |
| 2851 | "Enable PWA install update dialog for icon changes"; |
| 2852 | const char kPwaUpdateDialogForAppIconDescription[] = |
| 2853 | "Enable a confirmation dialog that shows up when a PWA changes its icon"; |
| 2854 | |
Rakina Zata Amni | bd37a57 | 2023-06-14 09:58:16 | [diff] [blame] | 2855 | const char kRenderDocumentName[] = "Enable RenderDocument"; |
| 2856 | const char kRenderDocumentDescription[] = |
| 2857 | "Enable swapping RenderFrameHosts on same-site navigations"; |
| 2858 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 2859 | const char kQuicName[] = "Experimental QUIC protocol"; |
| 2860 | const char kQuicDescription[] = "Enable experimental QUIC protocol support."; |
| 2861 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 2862 | const char kQuickAppAccessTestUIName[] = "Internal test: quick app access"; |
| 2863 | const char kQuickAppAccessTestUIDescription[] = |
Matthew Mourgos | 467fb1e | 2023-04-26 21:28:30 | [diff] [blame] | 2864 | "Show an app in the quick app access area at the start of the session"; |
| 2865 | |
Jiahe Zhang | c3577e33 | 2022-06-22 11:20:38 | [diff] [blame] | 2866 | const char kQuickIntensiveWakeUpThrottlingAfterLoadingName[] = |
| 2867 | "Quick intensive throttling after loading"; |
| 2868 | const char kQuickIntensiveWakeUpThrottlingAfterLoadingDescription[] = |
| 2869 | "For pages that are loaded when backgrounded, activates intensive " |
Jiahe Zhang | 49866985 | 2022-12-12 17:21:10 | [diff] [blame] | 2870 | "throttling after 1 minute instead of the default 5 minutes. Intensive " |
Jiahe Zhang | c3577e33 | 2022-06-22 11:20:38 | [diff] [blame] | 2871 | "throttling will limit wake ups, from setTimeout and setInterval tasks " |
| 2872 | "with a high nesting level and delayed scheduler.postTask tasks, to 1 per " |
| 2873 | "minute. See https://chromestatus.com/feature/5580139453743104 for more " |
| 2874 | "info."; |
| 2875 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 2876 | const char kQuickDeleteForAndroidName[] = "Enable quick delete"; |
| 2877 | const char kQuickDeleteForAndroidDescription[] = |
Rohit Agarwal | 5e1c17fc | 2023-02-03 11:44:15 | [diff] [blame] | 2878 | "When enabled, a new quick delete option appears in the three dots menu, " |
| 2879 | "allowing users to quickly delete their last 15 mins of data."; |
| 2880 | |
Yulun Wu | c7439a65 | 2021-06-18 17:24:18 | [diff] [blame] | 2881 | const char kSettingsAppNotificationSettingsName[] = |
| 2882 | "Split notification permission settings"; |
| 2883 | const char kSettingsAppNotificationSettingsDescription[] = |
| 2884 | "Remove per-app notification permissions settings from the quick settings " |
| 2885 | "menu. Notification permission settings will be split between the " |
| 2886 | "lacros-chrome browser's notification permission page " |
| 2887 | "and the ChromeOS settings app."; |
| 2888 | |
Alan Cutter | 20fd08f | 2020-12-01 13:39:16 | [diff] [blame] | 2889 | const char kRecordWebAppDebugInfoName[] = "Record web app debug info"; |
| 2890 | const char kRecordWebAppDebugInfoDescription[] = |
| 2891 | "Enables recording additional web app related debugging data to be " |
Alan Cutter | 919b459 | 2021-07-08 05:50:44 | [diff] [blame] | 2892 | "displayed in: chrome://web-app-internals"; |
Alan Cutter | 20fd08f | 2020-12-01 13:39:16 | [diff] [blame] | 2893 | |
Victor Tan | 0e75ea5 | 2022-08-12 16:46:28 | [diff] [blame] | 2894 | const char kReduceAcceptLanguageName[] = |
| 2895 | "Reduce Accept-Language request header"; |
| 2896 | const char kReduceAcceptLanguageDescription[] = |
| 2897 | "Reduce the amount of information available in the Accept-Language request " |
| 2898 | "header. See https://github.com/Tanych/accept-language for more info."; |
| 2899 | |
James Hollyer | 6e5f5c3 | 2020-07-27 21:18:10 | [diff] [blame] | 2900 | const char kRestrictGamepadAccessName[] = "Restrict gamepad access"; |
| 2901 | const char kRestrictGamepadAccessDescription[] = |
Charlie Hu | db284b3f | 2021-03-19 19:52:22 | [diff] [blame] | 2902 | "Enables Permissions Policy and Secure Context restrictions on the Gamepad " |
| 2903 | "API"; |
James Hollyer | 6e5f5c3 | 2020-07-27 21:18:10 | [diff] [blame] | 2904 | |
Zoraiz Naeem | 82fa0107 | 2022-06-14 20:13:09 | [diff] [blame] | 2905 | const char kRoundedDisplay[] = "Rounded display"; |
| 2906 | const char kRoundedDisplayDescription[] = |
| 2907 | "Enables rounded corners for the display"; |
| 2908 | |
Zoraiz Naeem | 056fe4b | 2023-05-23 00:35:38 | [diff] [blame] | 2909 | const char kRoundedWindows[] = "Use rounded windows"; |
| 2910 | const char kRoundedWindowsDescription[] = |
| 2911 | "Specifies the radius of rounded windows in DIPs (Device Independent " |
| 2912 | "Pixels)"; |
| 2913 | |
Dominic Farolino | 0e1f9a1a | 2020-11-25 23:25:00 | [diff] [blame] | 2914 | const char kMBIModeName[] = "MBI Scheduling Mode"; |
| 2915 | const char kMBIModeDescription[] = |
| 2916 | "Enables independent agent cluster scheduling, via the " |
| 2917 | "AgentSchedulingGroup infrastructure."; |
| 2918 | |
Eduard Hez | 0141dce | 2022-09-22 11:46:50 | [diff] [blame] | 2919 | const char kSafetyCheckNotificationPermissionsName[] = |
| 2920 | "Permission Module for notifications in Safety Check"; |
| 2921 | const char kSafetyCheckNotificationPermissionsDescription[] = |
| 2922 | "When enabled, adds the notification permission module to Safety Check on " |
| 2923 | "desktop. The module will be shown depending on the browser state."; |
| 2924 | |
| 2925 | const char kSafetyCheckUnusedSitePermissionsName[] = |
| 2926 | "Permission Module for unused sites in Safety Check"; |
| 2927 | const char kSafetyCheckUnusedSitePermissionsDescription[] = |
| 2928 | "When enabled, adds the unused sites permission module to Safety Check on " |
| 2929 | "desktop. The module will be shown depending on the browser state."; |
Side Yilmaz | cdd69f78 | 2022-07-22 08:05:30 | [diff] [blame] | 2930 | |
Side Yilmaz | 468cad2 | 2023-05-10 10:43:06 | [diff] [blame] | 2931 | const char kSafetyHubName[] = "Safety Hub"; |
| 2932 | const char kSafetyHubDescription[] = |
| 2933 | "When enabled, Safety Hub will be visible in settings."; |
| 2934 | |
Andrew Pantera | 67b07b4 | 2022-12-06 19:32:00 | [diff] [blame] | 2935 | const char kSameAppWindowCycleName[] = "Cros Labs: Same App Window Cycling"; |
| 2936 | const char kSameAppWindowCycleDescription[] = |
| 2937 | "Use Alt+` to cycle through the windows of the active application."; |
| 2938 | |
Dylan Cutler | c2988fe | 2021-08-05 14:24:37 | [diff] [blame] | 2939 | const char kPartitionedCookiesName[] = "Partitioned cookies"; |
| 2940 | const char kPartitionedCookiesDescription[] = |
| 2941 | "Controls if the Partitioned cookie attribute is enabled."; |
| 2942 | |
Nathan Eliason | 320cf31 | 2022-07-26 23:02:32 | [diff] [blame] | 2943 | const char kThirdPartyStoragePartitioningName[] = |
| 2944 | "Experimental third-party storage partitioning."; |
| 2945 | const char kThirdPartyStoragePartitioningDescription[] = |
| 2946 | "Enables partitioning of third-party storage by top-level site. " |
| 2947 | "Note: this is under active development and may result in unexpected " |
| 2948 | "behavior. Please file bugs at https://bugs.chromium.org/p/chromium/issues/" |
| 2949 | "entry?labels=StoragePartitioning-trial-bugs&components=Blink%3EStorage."; |
| 2950 | |
Jerry Liu | 3c11fe89 | 2023-03-20 21:00:50 | [diff] [blame] | 2951 | const char kScreenSaverDurationName[] = "Screen saver duration settings"; |
| 2952 | const char kScreenSaverDurationDescription[] = |
| 2953 | "Allow users to customize screen saver running time."; |
| 2954 | |
Ilkin Safarli | 2692d5d1 | 2022-12-09 00:03:21 | [diff] [blame] | 2955 | const char kScreenSaverPreviewName[] = "Screen saver preview"; |
| 2956 | const char kScreenSaverPreviewDescription[] = |
| 2957 | "Enables the screen saver preview feature which allows the users to " |
| 2958 | "preview current screen saver."; |
| 2959 | |
Elaine Chien | 2b731c8 | 2021-01-28 17:50:56 | [diff] [blame] | 2960 | const char kScrollableTabStripFlagId[] = "scrollable-tabstrip"; |
Taylor Bergquist | 6e2cbe3 | 2021-02-03 21:46:14 | [diff] [blame] | 2961 | const char kScrollableTabStripName[] = "Tab Scrolling"; |
Charlene Yan | 0ccd7f5 | 2019-04-12 23:20:59 | [diff] [blame] | 2962 | const char kScrollableTabStripDescription[] = |
Taylor Bergquist | 6e2cbe3 | 2021-02-03 21:46:14 | [diff] [blame] | 2963 | "Enables tab strip to scroll left and right when full."; |
Charlene Yan | 0ccd7f5 | 2019-04-12 23:20:59 | [diff] [blame] | 2964 | |
David Pennington | 423db8f | 2022-10-24 22:30:04 | [diff] [blame] | 2965 | const char kTabScrollingButtonPositionFlagId[] = |
| 2966 | "tab-scrolling-button-position"; |
| 2967 | const char kTabScrollingButtonPositionName[] = "Tab Scrolling Buttons"; |
| 2968 | const char kTabScrollingButtonPositionDescription[] = |
| 2969 | "Enables buttons on the tab strip to scroll left and right when full"; |
| 2970 | |
Shibalik Mohapatra | 9a31f7d3 | 2022-10-26 23:53:59 | [diff] [blame] | 2971 | const char kScrollableTabStripWithDraggingFlagId[] = |
| 2972 | "scrollable-tabstrip-with-dragging"; |
| 2973 | const char kScrollableTabStripWithDraggingName[] = |
| 2974 | "Tab Scrolling With Dragging"; |
| 2975 | const char kScrollableTabStripWithDraggingDescription[] = |
| 2976 | "Scrolls the tabstrip while dragging tabs towards the end of the visible " |
| 2977 | "view."; |
| 2978 | |
David Pennington | 02c635e | 2022-11-18 01:03:45 | [diff] [blame] | 2979 | const char kScrollableTabStripOverflowFlagId[] = "scrollable-tabstrip-overflow"; |
| 2980 | const char kScrollableTabStripOverflowName[] = |
| 2981 | "Tab Scrolling Overflow Indicator"; |
| 2982 | const char kScrollableTabStripOverflowDescription[] = |
| 2983 | "Choices for overflow indicators shown when the tabstrip is in scrolling " |
| 2984 | "mode."; |
| 2985 | |
Taylor Bergquist | 9adeb29 | 2022-08-25 20:33:08 | [diff] [blame] | 2986 | const char kSplitTabStripName[] = "Split TabStrip"; |
| 2987 | const char kSplitTabStripDescription[] = |
| 2988 | "Splits pinned and unpinned tabs into separate TabStrips under the hood. " |
| 2989 | "Pure refactoring, no user-visible behavioral changes are included."; |
| 2990 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 2991 | const char kSearchResultInlineIconName[] = "Search Result Inline Icons"; |
| 2992 | const char kSearchResultInlineIconDescription[] = |
Yulun Wu | 0425551 | 2022-02-15 01:34:15 | [diff] [blame] | 2993 | "Show iconified text and vector icons " |
| 2994 | "in launcher search results."; |
| 2995 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 2996 | const char kDynamicSearchUpdateAnimationName[] = |
Yulun Wu | 1cd0faa | 2022-03-03 06:59:21 | [diff] [blame] | 2997 | "Dynamic Search Result Update Animation"; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 2998 | const char kDynamicSearchUpdateAnimationDescription[] = |
Yulun Wu | 1cd0faa | 2022-03-03 06:59:21 | [diff] [blame] | 2999 | "Dynamically adjust the search result update animation when those update " |
| 3000 | "animations are preempted. Shortened animation durations configurable " |
| 3001 | "(unit: milliseconds)."; |
| 3002 | |
Rouslan Solomakhin | e73fa785 | 2020-08-28 10:33:46 | [diff] [blame] | 3003 | const char kSecurePaymentConfirmationDebugName[] = |
| 3004 | "Secure Payment Confirmation Debug Mode"; |
| 3005 | const char kSecurePaymentConfirmationDebugDescription[] = |
| 3006 | "This flag removes the restriction that PaymentCredential in WebAuthn and " |
| 3007 | "secure payment confirmation in PaymentRequest API must use user verifying " |
| 3008 | "platform authenticators."; |
| 3009 | |
Victor Hugo Vianna Silva | f0a4400 | 2022-02-16 10:38:00 | [diff] [blame] | 3010 | const char kSendTabToSelfSigninPromoName[] = "Send tab to self sign-in promo"; |
| 3011 | const char kSendTabToSelfSigninPromoDescription[] = |
| 3012 | "Enables a sign-in promo if the user attempts to share a tab while being " |
| 3013 | "signed out"; |
| 3014 | |
Marlon Facey | fce1a9e | 2022-03-31 23:48:06 | [diff] [blame] | 3015 | const char kSidePanelJourneysFlagId[] = "side-panel-journeys"; |
| 3016 | const char kSidePanelJourneysName[] = "Side panel journeys"; |
| 3017 | const char kSidePanelJourneysDescription[] = |
| 3018 | "Enables Journeys within the side panel."; |
| 3019 | |
Marlon Facey | 41373d72b | 2022-10-11 02:34:09 | [diff] [blame] | 3020 | const char kSidePanelJourneysQuerylessFlagId[] = |
| 3021 | "side-panel-journeys-queryless"; |
| 3022 | const char kSidePanelJourneysQuerylessName[] = "Side panel journeys queryless"; |
| 3023 | const char kSidePanelJourneysQuerylessDescription[] = |
| 3024 | "Enables Journeys queryless view within the side panel."; |
| 3025 | |
Kyle Milka | cf3aa6e1 | 2021-07-28 00:34:02 | [diff] [blame] | 3026 | const char kSharingDesktopScreenshotsName[] = "Desktop Screenshots"; |
| 3027 | const char kSharingDesktopScreenshotsDescription[] = |
| 3028 | "Enables taking" |
| 3029 | " screenshots from the desktop sharing hub."; |
| 3030 | |
Yulun Wu | ee44426 | 2023-01-31 22:40:52 | [diff] [blame] | 3031 | const char kShelfStackedHotseatName[] = "Shelf Stacked Hotseat"; |
| 3032 | const char kShelfStackedHotseatDescription[] = |
| 3033 | "Stack the hotseat app bar above the shelf button panels/system tray when " |
| 3034 | "there is not enough space for the app bar."; |
| 3035 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 3036 | const char kShowAutofillSignaturesName[] = "Show autofill signatures."; |
| 3037 | const char kShowAutofillSignaturesDescription[] = |
Maxim Kolosovskiy | e66f8cb | 2018-03-23 10:25:38 | [diff] [blame] | 3038 | "Annotates web forms with Autofill signatures as HTML attributes. Also " |
| 3039 | "marks password fields suitable for password generation."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 3040 | |
| 3041 | const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions"; |
| 3042 | const char kShowAutofillTypePredictionsDescription[] = |
| 3043 | "Annotates web forms with Autofill field type predictions as placeholder " |
| 3044 | "text."; |
| 3045 | |
Lei Zhang | 1a6fd01b | 2021-03-24 17:03:48 | [diff] [blame] | 3046 | const char kShowPerformanceMetricsHudName[] = "Show performance metrics in HUD"; |
| 3047 | const char kShowPerformanceMetricsHudDescription[] = |
Weiliang Chen | e39e765 | 2020-11-18 05:30:15 | [diff] [blame] | 3048 | "Display the performance metrics of current page in a heads up display on " |
| 3049 | "the page."; |
| 3050 | |
pwarren | 87867167 | 2019-12-13 19:18:16 | [diff] [blame] | 3051 | const char kShowOverdrawFeedbackName[] = "Show overdraw feedback"; |
| 3052 | const char kShowOverdrawFeedbackDescription[] = |
| 3053 | "Visualize overdraw by color-coding elements based on if they have other " |
| 3054 | "elements drawn underneath."; |
| 3055 | |
Sharon Yang | f68d8c3 | 2023-06-27 17:27:54 | [diff] [blame] | 3056 | const char kSiteInstanceGroupsForDataUrlsName[] = |
| 3057 | "SiteInstanceGroups for data: URLs"; |
| 3058 | const char kSiteInstanceGroupsForDataUrlsDescription[] = |
| 3059 | "Put data: URL subframes in a separate SiteInstance from the initiator, " |
| 3060 | "but in the same SiteInstanceGroup, and thus the same process."; |
| 3061 | |
Lukasz Anforowicz | d2e16e6 | 2019-03-28 19:06:59 | [diff] [blame] | 3062 | const char kIsolateOriginsName[] = "Isolate additional origins"; |
| 3063 | const char kIsolateOriginsDescription[] = |
| 3064 | "Requires dedicated processes for an additional set of origins, " |
| 3065 | "specified as a comma-separated list."; |
| 3066 | |
Mike West | 6b2bd75 | 2020-12-02 06:36:59 | [diff] [blame] | 3067 | const char kIsolationByDefaultName[] = |
| 3068 | "Change web-facing behaviors that prevent origin-level isolation"; |
| 3069 | const char kIsolationByDefaultDescription[] = |
| 3070 | "Change several web APIs that make it difficult to isolate origins into " |
| 3071 | "distinct processes. While these changes will ideally become new default " |
| 3072 | "behaviors for the web, this flag is likely to break your experience on " |
| 3073 | "sites you visit today."; |
| 3074 | |
Lukasz Anforowicz | 738a88d | 2018-11-05 19:19:34 | [diff] [blame] | 3075 | const char kSiteIsolationOptOutName[] = "Disable site isolation"; |
| 3076 | const char kSiteIsolationOptOutDescription[] = |
| 3077 | "Disables site isolation " |
Nick Carter | 855bc49 | 2018-03-10 00:44:57 | [diff] [blame] | 3078 | "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that " |
| 3079 | "may be due to out-of-process iframes. Opt-out has no effect if site " |
Lukasz Anforowicz | 4284042 | 2018-11-05 21:49:22 | [diff] [blame] | 3080 | "isolation is force-enabled using a command line switch or using an " |
| 3081 | "enterprise policy. " |
| 3082 | "Caution: this disables important mitigations for the Spectre CPU " |
Nick Carter | 855bc49 | 2018-03-10 00:44:57 | [diff] [blame] | 3083 | "vulnerability affecting most computers."; |
Lukasz Anforowicz | 738a88d | 2018-11-05 19:19:34 | [diff] [blame] | 3084 | const char kSiteIsolationOptOutChoiceDefault[] = "Default"; |
| 3085 | const char kSiteIsolationOptOutChoiceOptOut[] = "Disabled (not recommended)"; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 3086 | |
Sunny Sachanandani | ad91d1a | 2023-05-18 23:31:31 | [diff] [blame] | 3087 | const char kSkiaGraphiteName[] = "Skia Graphite"; |
| 3088 | const char kSkiaGraphiteDescription[] = |
| 3089 | "Enable Skia Graphite. This will use the Dawn backend by default, but can " |
| 3090 | "be overridden with command line flags for testing on non-official " |
| 3091 | "developer builds. See --skia-graphite-backend flag in gpu_switches.h."; |
| 3092 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 3093 | const char kSmoothScrollingName[] = "Smooth Scrolling"; |
| 3094 | const char kSmoothScrollingDescription[] = |
| 3095 | "Animate smoothly when scrolling page content."; |
| 3096 | |
shivanigithub | 75489e35 | 2021-02-22 19:24:30 | [diff] [blame] | 3097 | const char kSplitCacheByNetworkIsolationKeyName[] = "HTTP Cache Partitioning"; |
| 3098 | const char kSplitCacheByNetworkIsolationKeyDescription[] = |
| 3099 | "Partitions the HTTP Cache by (top-level site, current-frame site) to " |
| 3100 | "disallow cross-site tracking."; |
| 3101 | |
Lei Zhang | 507fffd | 2020-01-29 23:47:54 | [diff] [blame] | 3102 | const char kStrictOriginIsolationName[] = "Strict-Origin-Isolation"; |
| 3103 | const char kStrictOriginIsolationDescription[] = |
W. James MacLean | f79c97e | 2019-05-02 20:35:46 | [diff] [blame] | 3104 | "Experimental security mode that strengthens the site isolation policy. " |
| 3105 | "Controls whether site isolation should use origins instead of scheme and " |
| 3106 | "eTLD+1."; |
| 3107 | |
Brandon Maslen | da12cf8 | 2019-08-23 20:54:18 | [diff] [blame] | 3108 | const char kStorageAccessAPIName[] = "Storage Access API"; |
| 3109 | const char kStorageAccessAPIDescription[] = |
| 3110 | "Enables the Storage Access API, allowing websites to request storage " |
| 3111 | "access when it would otherwise be restricted."; |
| 3112 | |
Lexi Stavrakos | 094fd64 | 2020-06-17 23:26:43 | [diff] [blame] | 3113 | const char kStoragePressureEventName[] = "Enable storage pressure Event"; |
| 3114 | const char kStoragePressureEventDescription[] = |
| 3115 | "If enabled, Chrome will dispatch a DOM event, informing applications " |
| 3116 | "about storage pressure (low disk space)"; |
| 3117 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 3118 | const char kSuggestionsWithSubStringMatchName[] = |
| 3119 | "Substring matching for Autofill suggestions"; |
| 3120 | const char kSuggestionsWithSubStringMatchDescription[] = |
| 3121 | "Match Autofill suggestions based on substrings (token prefixes) rather " |
| 3122 | "than just prefixes."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3123 | |
Irem Uguz | a8473792 | 2022-05-19 09:37:15 | [diff] [blame] | 3124 | const char kSupportTool[] = "Support Tool"; |
| 3125 | const char kSupportToolDescription[] = |
| 3126 | "Support Tool collects and exports logs to help debugging the issues. It's" |
| 3127 | " available in chrome://support-tool."; |
| 3128 | |
Irem Uguz | 1eca9621 | 2023-04-24 14:04:15 | [diff] [blame] | 3129 | const char kSupportToolCopyTokenButton[] = "Support Tool Copy Token Button"; |
| 3130 | const char kSupportToolCopyTokenButtonDescription[] = |
| 3131 | "Enables the copy token button on Support Tool URL generation page."; |
| 3132 | |
Yumin Su | 90c764de | 2022-09-28 19:56:15 | [diff] [blame] | 3133 | const char kSupportToolScreenshot[] = "Support Tool Screenshot"; |
| 3134 | const char kSupportToolScreenshotDescription[] = |
| 3135 | "Enables the Support Tool to capture and include a screenshot in the " |
| 3136 | "exported packet."; |
| 3137 | |
Patrick Noland | fa5abf9 | 2022-02-02 20:26:13 | [diff] [blame] | 3138 | const char kSuppressToolbarCapturesName[] = "Suppress Toolbar Captures"; |
| 3139 | const char kSuppressToolbarCapturesDescription[] = |
| 3140 | "Suppress Toolbar Captures except when certain properties change."; |
| 3141 | |
Alexander Tekle | 629b1be | 2022-12-05 23:55:12 | [diff] [blame] | 3142 | const char kSyncAutofillWalletUsageDataName[] = |
| 3143 | "Sync Autofill Wallet Usage Data"; |
| 3144 | const char kSyncAutofillWalletUsageDataDescription[] = |
| 3145 | "When enabled, allows syncing of the autofill wallet usage data type."; |
| 3146 | |
Marc Treib | b9d8ed80 | 2022-07-05 15:15:49 | [diff] [blame] | 3147 | const char kSyncEnableHistoryDataTypeName[] = "Enable History sync data type"; |
| 3148 | const char kSyncEnableHistoryDataTypeDescription[] = |
| 3149 | "Enables the History sync data type instead of TypedURLs"; |
| 3150 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 3151 | const char kSyncSandboxName[] = "Use Chrome Sync sandbox"; |
| 3152 | const char kSyncSandboxDescription[] = |
| 3153 | "Connects to the testing server for Chrome Sync."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3154 | |
Mikel Astiz | 850b0fe | 2021-06-16 09:47:27 | [diff] [blame] | 3155 | const char kSyncTrustedVaultPassphrasePromoName[] = |
| 3156 | "Enable promos for sync trusted vault passphrase."; |
| 3157 | const char kSyncTrustedVaultPassphrasePromoDescription[] = |
| 3158 | "Enables promos for an experimental sync passphrase type, referred to as " |
| 3159 | "trusted vault."; |
| 3160 | |
Joe Downing | 8cbbc19 | 2018-05-14 17:37:07 | [diff] [blame] | 3161 | const char kSystemKeyboardLockName[] = "Experimental system keyboard lock"; |
| 3162 | const char kSystemKeyboardLockDescription[] = |
| 3163 | "Enables websites to use the keyboard.lock() API to intercept system " |
| 3164 | "keyboard shortcuts and have the events routed directly to the website " |
| 3165 | "when in fullscreen mode."; |
| 3166 | |
Hongyu Long | 3bd31e5 | 2022-11-21 20:08:30 | [diff] [blame] | 3167 | const char kSystemSoundsName[] = "Power Sounds"; |
| 3168 | const char kSystemSoundsDescription[] = |
| 3169 | "Enable device charging and low battery warning sounds."; |
| 3170 | |
Ahmed Mehfooz | f719a67 | 2020-12-17 23:32:52 | [diff] [blame] | 3171 | const char kStylusBatteryStatusName[] = |
| 3172 | "Show stylus battery stylus in the stylus tools menu"; |
| 3173 | const char kStylusBatteryStatusDescription[] = |
| 3174 | "Enables viewing the current stylus battery level in the stylus tools " |
| 3175 | "menu."; |
| 3176 | |
Ranjith Kagathi Ananda | d13a1a7 | 2023-05-20 00:28:30 | [diff] [blame] | 3177 | const char kTabDragDropName[] = "Tab Drag and Drop"; |
| 3178 | const char kTabDragDropDescription[] = |
| 3179 | "Enables Tab drag and drop UI to move tab across windows."; |
| 3180 | |
Matt Simmons | 1fd0c9f | 2019-04-15 19:08:22 | [diff] [blame] | 3181 | const char kTabEngagementReportingName[] = "Tab Engagement Metrics"; |
| 3182 | const char kTabEngagementReportingDescription[] = |
| 3183 | "Tracks tab engagement and lifetime metrics."; |
| 3184 | |
Yusuf Ozuysal | 67f05a0 | 2019-02-15 19:30:52 | [diff] [blame] | 3185 | const char kTabGridLayoutAndroidName[] = "Tab Grid Layout"; |
| 3186 | const char kTabGridLayoutAndroidDescription[] = |
Yue Zhang | 5a167c7 | 2020-03-16 16:56:46 | [diff] [blame] | 3187 | "Allows users to see their tabs in a grid layout in the tab switcher on " |
| 3188 | "phones."; |
Yusuf Ozuysal | 67f05a0 | 2019-02-15 19:30:52 | [diff] [blame] | 3189 | |
Mei Liang | 6b29698 | 2021-10-06 22:49:04 | [diff] [blame] | 3190 | const char kCommerceDeveloperName[] = "Commerce developer mode"; |
| 3191 | const char kCommerceDeveloperDescription[] = |
| 3192 | "Allows users in the allowlist to enter the developer mode"; |
| 3193 | |
Ayman Almadhoun | 5a72fa74 | 2021-04-28 05:49:15 | [diff] [blame] | 3194 | const char kCommerceMerchantViewerAndroidName[] = "Merchant Viewer"; |
| 3195 | const char kCommerceMerchantViewerAndroidDescription[] = |
| 3196 | "Allows users to view merchant trust signals on eligible pages."; |
| 3197 | |
Yue Zhang | e561010 | 2019-11-01 19:46:39 | [diff] [blame] | 3198 | const char kTabGroupsContinuationAndroidName[] = "Tab Groups Continuation"; |
| 3199 | const char kTabGroupsContinuationAndroidDescription[] = |
Yue Zhang | 5a167c7 | 2020-03-16 16:56:46 | [diff] [blame] | 3200 | "Allows users to access continuation features in Tab Group on phones."; |
Yue Zhang | e561010 | 2019-11-01 19:46:39 | [diff] [blame] | 3201 | |
Alyssa Frederick | ab694f2 | 2021-07-02 20:05:39 | [diff] [blame] | 3202 | const char kTabGroupsSaveName[] = "Tab Groups Save"; |
| 3203 | const char kTabGroupsSaveDescription[] = |
| 3204 | "Enables users to explicitly save and recall tab groups."; |
| 3205 | |
Charles Meng | b48a56c | 2023-06-26 17:20:07 | [diff] [blame] | 3206 | const char kTabHoverCardImageSettingsName[] = "Tab Hover Card Image Setting"; |
| 3207 | const char kTabHoverCardImageSettingsDescription[] = |
| 3208 | "Show a toggle in appearance settings to control if tab hover card preview " |
| 3209 | "images are shown."; |
| 3210 | |
Eshwar Stalin | f1bb82c | 2023-05-16 17:12:42 | [diff] [blame] | 3211 | const char kTabHoverCardImagesName[] = "Tab Hover Card Images"; |
| 3212 | const char kTabHoverCardImagesDescription[] = |
| 3213 | "Shows a preview image in tab hover cards, if tab hover cards are enabled."; |
| 3214 | |
Yuheng Huang | 59d1d30 | 2021-10-29 21:21:14 | [diff] [blame] | 3215 | const char kTabSearchFuzzySearchName[] = "Fuzzy search for Tab Search"; |
| 3216 | const char kTabSearchFuzzySearchDescription[] = |
| 3217 | "Enable fuzzy search for Tab Search."; |
| 3218 | |
Wen-Chien Wang | e893a8d | 2022-10-05 16:53:25 | [diff] [blame] | 3219 | const char kTextInShelfName[] = "Internal test: text in shelf"; |
| 3220 | const char kTextInShelfDescription[] = |
| 3221 | "Extend text in shelf timeout to learn about user education"; |
| 3222 | |
Daniele Castagna | ac71d89 | 2020-07-07 17:30:37 | [diff] [blame] | 3223 | const char kTintCompositedContentName[] = "Tint composited content"; |
| 3224 | const char kTintCompositedContentDescription[] = |
| 3225 | "Tint contents composited using Viz with a shade of red to help debug and " |
Daniele Castagna | 0fead93e | 2018-01-10 20:40:29 | [diff] [blame] | 3226 | "study overlay support."; |
| 3227 | |
Peter Kasting | d7742835 | 2018-10-26 15:20:25 | [diff] [blame] | 3228 | const char kTopChromeTouchUiName[] = "Touch UI Layout"; |
| 3229 | const char kTopChromeTouchUiDescription[] = |
| 3230 | "Enables touch UI layout in the browser's top chrome."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3231 | |
W. James MacLean | 17fc685 | 2021-05-06 18:29:29 | [diff] [blame] | 3232 | const char kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesName[] = |
| 3233 | "Throttle non-visible cross-origin iframes"; |
| 3234 | const char |
| 3235 | kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesDescription[] = |
| 3236 | "When enabled, all cross-origin iframes with zero visibility (either " |
W. James MacLean | 86b04de | 2022-03-25 15:00:03 | [diff] [blame] | 3237 | "display:none or zero viewport intersection with non-zero area) will be" |
| 3238 | " throttled, regardless of whether they are same-process or " |
| 3239 | "cross-process. When disabled, throttling for cross-process iframes is " |
| 3240 | "the same, but for same-process iframes throttling only occurs when " |
| 3241 | "the frame has zero viewport intersection, a non-zero area, and is " |
| 3242 | "not display:none."; |
W. James MacLean | 17fc685 | 2021-05-06 18:29:29 | [diff] [blame] | 3243 | |
Calder Kitagawa | e13c2391 | 2023-02-08 22:50:28 | [diff] [blame] | 3244 | const char kThumbnailCacheRefactorName[] = "Thumbnail Cache Refactor"; |
| 3245 | const char kThumbnailCacheRefactorDescription[] = |
| 3246 | "When enabled the thumbnail cache for Android is updated to improve " |
| 3247 | "memory usage and performance."; |
| 3248 | |
W. James MacLean | 853cd42 | 2022-10-17 14:08:58 | [diff] [blame] | 3249 | const char kNewBaseUrlInheritanceBehaviorName[] = |
| 3250 | "Enable new base url inheritance behaviors for srcdoc and about:blank"; |
| 3251 | const char kNewBaseUrlInheritanceBehaviorDescription[] = |
| 3252 | "When enabled, about:blank and srcdoc frames will use newly proposed " |
| 3253 | "behaviors around inheriting their base urls, as discussed on " |
| 3254 | "https://crbug.com/1356658. Note: this is automatically enabled when " |
| 3255 | "'isolate sandboxed iframes' is enabled."; |
| 3256 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 3257 | const char kTouchDragDropName[] = "Touch initiated drag and drop"; |
| 3258 | const char kTouchDragDropDescription[] = |
| 3259 | "Touch drag and drop can be initiated through long press on a draggable " |
| 3260 | "element."; |
| 3261 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 3262 | const char kTouchSelectionStrategyName[] = "Touch text selection strategy"; |
| 3263 | const char kTouchSelectionStrategyDescription[] = |
| 3264 | "Controls how text selection granularity changes when touch text selection " |
| 3265 | "handles are dragged. Non-default behavior is experimental."; |
| 3266 | const char kTouchSelectionStrategyCharacter[] = "Character"; |
| 3267 | const char kTouchSelectionStrategyDirection[] = "Direction"; |
| 3268 | |
Anthony Vallee-Dubois | 265c569 | 2018-06-01 15:57:14 | [diff] [blame] | 3269 | const char kTranslateForceTriggerOnEnglishName[] = |
| 3270 | "Select which language model to use to trigger translate on English " |
| 3271 | "content"; |
| 3272 | const char kTranslateForceTriggerOnEnglishDescription[] = |
| 3273 | "Force the Translate Triggering on English pages experiment to be enabled " |
| 3274 | "with the selected language model active."; |
| 3275 | |
Mustafa Emre Acer | b3aa36a8 | 2018-05-22 21:44:05 | [diff] [blame] | 3276 | const char kTreatInsecureOriginAsSecureName[] = |
| 3277 | "Insecure origins treated as secure"; |
| 3278 | const char kTreatInsecureOriginAsSecureDescription[] = |
| 3279 | "Treat given (insecure) origins as secure origins. Multiple origins can be " |
Alan Cutter | 733ec9a | 2019-08-27 15:33:13 | [diff] [blame] | 3280 | "supplied as a comma-separated list. Origins must have their protocol " |
| 3281 | "specified e.g. \"http://example.com\". For the definition of secure " |
| 3282 | "contexts, see https://w3c.github.io/webappsec-secure-contexts/"; |
Mustafa Emre Acer | b3aa36a8 | 2018-05-22 21:44:05 | [diff] [blame] | 3283 | |
Sergey Kataev | c3be71f1 | 2022-11-18 20:11:55 | [diff] [blame] | 3284 | const char kPrivateStateTokensName[] = "Enable Private State Tokens"; |
| 3285 | const char kPrivateStateTokensDescription[] = |
| 3286 | "Enables the prototype Private State Token API " |
David Van Cleve | 08c5bc01 | 2020-03-26 17:31:46 | [diff] [blame] | 3287 | "(https://github.com/wicg/trust-token-api)."; |
| 3288 | |
Javier Castro | 44dd9c1 | 2023-06-22 20:05:49 | [diff] [blame] | 3289 | const char kTailoredSecurityRetryForSyncUsersName[] = |
| 3290 | "Enable Tailored Security retry for sync users"; |
| 3291 | const char kTailoredSecurityRetryForSyncUsersDescription[] = |
| 3292 | "Enables a stateful recovery mechanism for the Tailored Security feature"; |
| 3293 | |
Vasilii Sukhanov | 3636543 | 2021-07-02 08:38:21 | [diff] [blame] | 3294 | const char kUnifiedPasswordManagerAndroidName[] = |
| 3295 | "Google Mobile Services for passwords"; |
Friedrich Horschig | 2683d83 | 2021-06-09 15:47:56 | [diff] [blame] | 3296 | const char kUnifiedPasswordManagerAndroidDescription[] = |
| 3297 | "Uses Google Mobile Services to store and retrieve passwords." |
| 3298 | "Warning: Highly experimental. May lead to loss of passwords and " |
| 3299 | "impact performance."; |
| 3300 | |
Maria Kazinova | 3274835 | 2022-09-27 10:34:19 | [diff] [blame] | 3301 | const char kUnifiedPasswordManagerAndroidReenrollmentName[] = |
| 3302 | "Automatic reenrollement of users who were evicted from using Google " |
| 3303 | "Mobile Services after experiencing errors."; |
| 3304 | const char kUnifiedPasswordManagerAndroidReenrollmentDescription[] = |
| 3305 | "Requires UnifiedPasswordManagerAndroid flag enabled. Allows automatic " |
| 3306 | "reenrollment into Google Mobile Services if sync and backend " |
| 3307 | "communication work."; |
| 3308 | |
Corentin Wallez | 6af45da | 2023-04-28 12:50:54 | [diff] [blame] | 3309 | const char kUnsafeWebGPUName[] = "Unsafe WebGPU Support"; |
François Beaufort | db160c1 | 2019-05-01 06:28:14 | [diff] [blame] | 3310 | const char kUnsafeWebGPUDescription[] = |
Corentin Wallez | 6af45da | 2023-04-28 12:50:54 | [diff] [blame] | 3311 | "Convenience flag for WebGPU development. Enables best-effort WebGPU " |
| 3312 | "support on unsupported configurations and more! Note that this flag could " |
| 3313 | "expose security issues to websites so only use it for your own " |
| 3314 | "development."; |
François Beaufort | db160c1 | 2019-05-01 06:28:14 | [diff] [blame] | 3315 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 3316 | const char kUiPartialSwapName[] = "Partial swap"; |
| 3317 | const char kUiPartialSwapDescription[] = "Sets partial swap behavior."; |
| 3318 | |
Maksim Sisov | dc5d70a | 2022-11-23 08:03:02 | [diff] [blame] | 3319 | const char kUIEnableSharedImageCacheForGpuName[] = "Shared GPUImageDecodeCache"; |
| 3320 | const char kUIEnableSharedImageCacheForGpuDescription[] = |
| 3321 | "Enables shared GPUImageDecodeCache for UI if gpu rasterization is " |
| 3322 | "enabled."; |
| 3323 | |
Momoka Yamamoto | f1accfce | 2022-10-13 10:00:19 | [diff] [blame] | 3324 | const char kUseNAT64ForIPv4LiteralName[] = |
| 3325 | "Use NAT64 translation for IPv4 literals"; |
| 3326 | const char kUseNAT64ForIPv4LiteralDescription[] = |
| 3327 | "Enables IPv4 to IPv6 address translation for IPv4 literals when chrome is " |
| 3328 | "on an IPv6 only network"; |
| 3329 | |
Olesia Marukhno | cfcb388 | 2023-06-06 08:55:11 | [diff] [blame] | 3330 | const char kUserBypassUIName[] = "User Bypass UI"; |
| 3331 | const char kUserBypassUIDescription[] = "Enables the User Bypass UI. "; |
| 3332 | |
Caroline Rising | 19c8490 | 2023-02-27 23:46:00 | [diff] [blame] | 3333 | const char kUserNotesSidePanelName[] = "User notes side panel"; |
| 3334 | const char kUserNotesSidePanelDescription[] = |
| 3335 | "Enables the user notes feature in the side panel. " |
| 3336 | "Only works if Power bookmark backend is also enabled."; |
| 3337 | |
Maria Kazinova | 58cedc0 | 2021-08-02 17:15:11 | [diff] [blame] | 3338 | const char kUsernameFirstFlowFallbackCrowdsourcingName[] = |
| 3339 | "Username first flow fallback crowdsourcing"; |
| 3340 | const char kUsernameFirstFlowFallbackCrowdsourcingDescription[] = |
| 3341 | "Support of sending additional votes on username first flow i.e. login " |
| 3342 | "flows where a user has to type username first on one page and then " |
| 3343 | "password on another page. These votes are sent on single password forms " |
| 3344 | "and contain information whether a 1-password form follows a 1-text form " |
| 3345 | "and the value's type(or pattern) in the latter (e.g. email-like, " |
| 3346 | "phone-like, arbitrary string)."; |
Maria Kazinova | 85a2ece | 2021-06-14 19:24:28 | [diff] [blame] | 3347 | |
Zentaro Kavanagh | 892851f | 2019-05-29 15:13:31 | [diff] [blame] | 3348 | const char kUseSearchClickForRightClickName[] = |
| 3349 | "Use Search+Click for right click"; |
| 3350 | const char kUseSearchClickForRightClickDescription[] = |
| 3351 | "When enabled search+click will be remapped to right click, allowing " |
| 3352 | "webpages and apps to consume alt+click. When disabled the legacy " |
| 3353 | "behavior of remapping alt+click to right click will remain unchanged."; |
| 3354 | |
Guoxing Zhao | 7e12963 | 2023-01-25 03:58:55 | [diff] [blame] | 3355 | const char kVideoConferenceName[] = "Enable video conference features"; |
| 3356 | const char kVideoConferenceDescription[] = |
| 3357 | "Enables all features for ChromeOS built-in video conferencing UI."; |
Guoxing Zhao | 13538c6 | 2022-09-15 06:08:16 | [diff] [blame] | 3358 | |
Guoxing Zhao | 7e12963 | 2023-01-25 03:58:55 | [diff] [blame] | 3359 | const char kVcBackgroundReplaceName[] = "Enable vc background replacement"; |
| 3360 | const char kVcBackgroundReplaceDescription[] = |
Jim Pollock | c74e382 | 2022-10-17 03:56:50 | [diff] [blame] | 3361 | "Enables background replacement feature for video conferencing on " |
| 3362 | "chromebooks. THIS WILL OVERRIDE BACKGROUND BLUR."; |
| 3363 | |
Ard Oerlemans | c550dd0 | 2023-03-13 10:02:15 | [diff] [blame] | 3364 | const char kVcSegmentationModelName[] = "Use a different segmentation model"; |
| 3365 | const char kVcSegmentationModelDescription[] = |
| 3366 | "Allows a different segmentation model to be used for blur and relighting, " |
| 3367 | "which may reduce the workload on the GPU."; |
| 3368 | |
Nikolas Bowe | 2d3e0c5 | 2023-05-22 00:20:12 | [diff] [blame] | 3369 | const char kVcLightIntensityName[] = "VC relighting intensity"; |
| 3370 | const char kVcLightIntensityDescription[] = |
| 3371 | "Allows different light intenisty to be used for relighting."; |
| 3372 | |
CJ Huang | fe455bc | 2023-07-13 05:24:13 | [diff] [blame] | 3373 | const char kVcWebApiName[] = "VC web API"; |
| 3374 | const char kVcWebApiDescription[] = |
| 3375 | "Allows web API support for video conferencing on chromebooks."; |
| 3376 | |
Michael Hablich | 896d5266 | 2017-10-23 15:59:57 | [diff] [blame] | 3377 | const char kV8VmFutureName[] = "Future V8 VM features"; |
| 3378 | const char kV8VmFutureDescription[] = |
| 3379 | "This enables upcoming and experimental V8 VM features. " |
| 3380 | "This flag does not enable experimental JavaScript features."; |
| 3381 | |
Jeff Chen | 64a0458a | 2022-01-13 17:12:17 | [diff] [blame] | 3382 | const char kGlobalVaapiLockName[] = "Global lock on the VA-API wrapper."; |
| 3383 | const char kGlobalVaapiLockDescription[] = |
| 3384 | "Enable or disable the global VA-API lock for platforms and paths that " |
| 3385 | "support controlling this."; |
| 3386 | |
Hirokazu Honda | 22eb73a | 2021-10-29 03:58:38 | [diff] [blame] | 3387 | const char kVp9kSVCHWDecodingName[] = |
| 3388 | "Hardware decode acceleration for k-SVC VP9"; |
| 3389 | const char kVp9kSVCHWDecodingDescription[] = |
| 3390 | "Enable or disable k-SVC VP9 hardware decode acceleration"; |
| 3391 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 3392 | const char kWalletServiceUseSandboxName[] = |
| 3393 | "Use Google Payments sandbox servers"; |
| 3394 | const char kWalletServiceUseSandboxDescription[] = |
| 3395 | "For developers: use the sandbox service for Google Payments API calls."; |
| 3396 | |
Simon Hangl | f8a8cf5 | 2023-05-16 19:58:10 | [diff] [blame] | 3397 | const char kTaskManagerEndProcessDisabledForExtensionName[] = |
| 3398 | "Disable extension process termination through task manager"; |
| 3399 | const char kTaskManagerEndProcessDisabledForExtensionDescription[] = |
| 3400 | "Allows admnistrators to configure managed devices to prevent users from " |
| 3401 | "closing terminating the process for certain extensions"; |
| 3402 | |
Colin Kincaid | 292cfc4 | 2022-05-03 19:17:07 | [diff] [blame] | 3403 | const char kWallpaperFastRefreshName[] = |
| 3404 | "Enable shortened wallpaper daily refresh interval for manual testing"; |
| 3405 | const char kWallpaperFastRefreshDescription[] = |
| 3406 | "Allows developers to see a new wallpaper once every ten seconds rather " |
| 3407 | "than once per day when using the daily refresh feature."; |
| 3408 | |
Jerry Liu | a21b6162 | 2022-12-20 00:52:12 | [diff] [blame] | 3409 | const char kWallpaperGooglePhotosSharedAlbumsName[] = |
| 3410 | "Enable Google Photos shared albums for wallpaper"; |
| 3411 | const char kWallpaperGooglePhotosSharedAlbumsDescription[] = |
| 3412 | "Allow users to set shared Google Photos albums as the source for their " |
| 3413 | "wallpaper."; |
| 3414 | |
Sean Kau | 1d8791e3 | 2021-11-08 22:51:54 | [diff] [blame] | 3415 | const char kWallpaperPerDeskName[] = |
| 3416 | "Enable setting different wallpapers per desk"; |
| 3417 | const char kWallpaperPerDeskDescription[] = |
| 3418 | "Allow users to set different wallpapers on each of their active desks"; |
| 3419 | |
François Beaufort | 7aace81 | 2022-02-02 13:57:17 | [diff] [blame] | 3420 | const char kWebBluetoothName[] = "Web Bluetooth"; |
| 3421 | const char kWebBluetoothDescription[] = |
| 3422 | "Enables the Web Bluetooth API on platforms without official support"; |
| 3423 | |
Ovidio Henriquez | 3d729f6 | 2020-02-07 00:43:29 | [diff] [blame] | 3424 | const char kWebBluetoothNewPermissionsBackendName[] = |
| 3425 | "Use the new permissions backend for Web Bluetooth"; |
| 3426 | const char kWebBluetoothNewPermissionsBackendDescription[] = |
| 3427 | "Enables the new permissions backend for Web Bluetooth. This will enable " |
François Beaufort | 2b91675 | 2021-12-06 13:05:17 | [diff] [blame] | 3428 | "persistent storage of device permissions and Web Bluetooth features such " |
| 3429 | "as BluetoothDevice.watchAdvertisements() and Bluetooth.getDevices()"; |
Ovidio Henriquez | 3d729f6 | 2020-02-07 00:43:29 | [diff] [blame] | 3430 | |
Klaus Weidner | 90b7803 | 2022-06-01 22:48:33 | [diff] [blame] | 3431 | const char kWebContentsCaptureHiDpiName[] = "HiDPI Tab Capture"; |
| 3432 | const char kWebContentsCaptureHiDpiDescription[] = |
| 3433 | "Enables HiDPI rendering for tab capture if the displayed content's " |
| 3434 | "resolution is low compared to the capture size. This improves " |
| 3435 | "legibility for viewers with higher-resolution screens."; |
| 3436 | |
Reilly Grant | 679f59d | 2021-09-29 18:39:38 | [diff] [blame] | 3437 | const char kWebMidiName[] = "Web MIDI"; |
| 3438 | const char kWebMidiDescription[] = |
| 3439 | "Enables the implementation of the Web MIDI API. When disabled the " |
| 3440 | "interface will still be exposed by Blink."; |
| 3441 | |
Ayu Ishii | dbdd5c9 | 2020-03-20 23:40:52 | [diff] [blame] | 3442 | const char kWebOtpBackendName[] = "Web OTP"; |
| 3443 | const char kWebOtpBackendDescription[] = |
| 3444 | "Enables Web OTP API that uses the specified backend."; |
Yi Gu | 13cc724 | 2020-12-10 03:23:37 | [diff] [blame] | 3445 | const char kWebOtpBackendSmsVerification[] = "Code Browser API"; |
| 3446 | const char kWebOtpBackendUserConsent[] = "User Consent API"; |
| 3447 | const char kWebOtpBackendAuto[] = "Automatically select the backend"; |
Ayu Ishii | dbdd5c9 | 2020-03-20 23:40:52 | [diff] [blame] | 3448 | |
Kenneth Russell | 08c7dc3 | 2021-07-09 08:06:59 | [diff] [blame] | 3449 | const char kWebglDeveloperExtensionsName[] = "WebGL Developer Extensions"; |
| 3450 | const char kWebglDeveloperExtensionsDescription[] = |
| 3451 | "Enabling this option allows web applications to access WebGL extensions " |
| 3452 | "intended only for use during development time."; |
| 3453 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 3454 | const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions"; |
| 3455 | const char kWebglDraftExtensionsDescription[] = |
| 3456 | "Enabling this option allows web applications to access the WebGL " |
Kenneth Russell | 08c7dc3 | 2021-07-09 08:06:59 | [diff] [blame] | 3457 | "extensions that are still in draft status."; |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 3458 | |
Brandon Jones | 2ebd9a6 | 2022-06-15 19:55:59 | [diff] [blame] | 3459 | const char kWebGpuDeveloperFeaturesName[] = "WebGPU Developer Features"; |
| 3460 | const char kWebGpuDeveloperFeaturesDescription[] = |
| 3461 | "Enables web applications to access WebGPU features intended only for use " |
| 3462 | "during development."; |
| 3463 | |
Danyao Wang | 47a0f31 | 2019-05-09 20:52:24 | [diff] [blame] | 3464 | const char kWebPaymentsExperimentalFeaturesName[] = |
| 3465 | "Experimental Web Payments API features"; |
| 3466 | const char kWebPaymentsExperimentalFeaturesDescription[] = |
| 3467 | "Enable experimental Web Payments API features"; |
| 3468 | |
Rouslan Solomakhin | 8c770f58 | 2023-01-03 22:23:51 | [diff] [blame] | 3469 | const char kIgnoreCSPInWebPaymentAPIName[] = "Ignore CSP in Web Payment API"; |
| 3470 | const char kIgnoreCSPInWebPaymentAPIDescription[] = |
| 3471 | "Temporarily disable enforcing Content Security Policy connect-src " |
| 3472 | "directive for Web Payment API when fetching manifest files, app icons, " |
| 3473 | "and service worker JavaScript files."; |
Rouslan Solomakhin | 6cc1108 | 2022-08-09 14:02:57 | [diff] [blame] | 3474 | |
Rouslan Solomakhin | 1b63d25 | 2023-01-04 15:36:33 | [diff] [blame] | 3475 | const char kAddIdentityInCanMakePaymentEventName[] = |
| 3476 | "Add identity to canmakepayment event"; |
| 3477 | const char kAddIdentityInCanMakePaymentEventDescription[] = |
| 3478 | "Temporarily re-enable the deprecated feature of sharing the merchant and " |
| 3479 | "user identity with the payment app when the merchant checks whether the " |
| 3480 | "payment app can make payments."; |
Rouslan Solomakhin | fb386b1 | 2022-06-24 01:41:20 | [diff] [blame] | 3481 | |
Liquan (Max) Gu | 8fcb919 | 2020-05-20 16:22:18 | [diff] [blame] | 3482 | const char kAppStoreBillingDebugName[] = |
| 3483 | "Web Payments App Store Billing Debug Mode"; |
| 3484 | const char kAppStoreBillingDebugDescription[] = |
| 3485 | "App-store purchases (e.g., Google Play Store) within a TWA can be " |
| 3486 | "requested using the Payment Request API. This flag removes the " |
| 3487 | "restriction that the TWA has to be installed from the app-store."; |
| 3488 | |
Qingsi Wang | ec2dbf94 | 2018-11-03 05:33:04 | [diff] [blame] | 3489 | const char kWebrtcHideLocalIpsWithMdnsName[] = |
| 3490 | "Anonymize local IPs exposed by WebRTC."; |
| 3491 | const char kWebrtcHideLocalIpsWithMdnsDecription[] = |
| 3492 | "Conceal local IP addresses with mDNS hostnames."; |
| 3493 | |
Alessio Bazzica | 570a4f6 | 2022-10-17 11:16:30 | [diff] [blame] | 3494 | const char kWebRtcAllowInputVolumeAdjustmentName[] = |
| 3495 | "Allow WebRTC to adjust the input volume."; |
| 3496 | const char kWebRtcAllowInputVolumeAdjustmentDescription[] = |
| 3497 | "Allow the Audio Processing Module in WebRTC to adjust the input volume " |
| 3498 | "during a real-time call. Disable if microphone muting or clipping issues " |
| 3499 | "are observed when the browser is running and used for a real-time call. " |
| 3500 | "This flag is experimental and may be removed at any time."; |
| 3501 | |
Alessio Bazzica | 76a4502 | 2022-12-06 17:13:17 | [diff] [blame] | 3502 | const char kWebRtcApmDownmixCaptureAudioMethodName[] = |
| 3503 | "WebRTC downmix capture audio method."; |
| 3504 | const char kWebRtcApmDownmixCaptureAudioMethodDescription[] = |
| 3505 | "Override the method that the Audio Processing Module in WebRTC uses to " |
| 3506 | "downmix the captured audio to mono (when needed) during a real-time call. " |
| 3507 | "This flag is experimental and may be removed at any time."; |
| 3508 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 3509 | const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding"; |
| 3510 | const char kWebrtcHwDecodingDescription[] = |
| 3511 | "Support in WebRTC for decoding video streams using platform hardware."; |
| 3512 | |
| 3513 | const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding"; |
| 3514 | const char kWebrtcHwEncodingDescription[] = |
| 3515 | "Support in WebRTC for encoding video streams using platform hardware."; |
| 3516 | |
Elad Alon | 85e0d0be | 2018-06-26 10:38:37 | [diff] [blame] | 3517 | const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging"; |
| 3518 | const char kWebRtcRemoteEventLogDescription[] = |
| 3519 | "Allow collecting WebRTC event logs and uploading them to Crash. " |
| 3520 | "Please note that, even if enabled, this will still require " |
| 3521 | "a policy to be set, for it to have an effect."; |
| 3522 | |
Sergey Silkin | c33244f | 2020-01-31 17:21:30 | [diff] [blame] | 3523 | const char kWebrtcUseMinMaxVEADimensionsName[] = |
| 3524 | "WebRTC Min/Max Video Encode Accelerator dimensions"; |
| 3525 | const char kWebrtcUseMinMaxVEADimensionsDescription[] = |
| 3526 | "When enabled, WebRTC will only use the Video Encode Accelerator for " |
| 3527 | "video resolutions inside those published as supported."; |
| 3528 | |
Reilly Grant | 3c560fa | 2021-09-25 01:27:25 | [diff] [blame] | 3529 | const char kWebUsbDeviceDetectionName[] = |
| 3530 | "Automatic detection of WebUSB-compatible devices"; |
| 3531 | const char kWebUsbDeviceDetectionDescription[] = |
| 3532 | "When enabled, the user will be notified when a device which advertises " |
| 3533 | "support for WebUSB is connected. Disable if problems with USB devices are " |
| 3534 | "observed when the browser is running."; |
| 3535 | |
Alex Cooper | 01f110e | 2020-01-08 02:24:16 | [diff] [blame] | 3536 | const char kWebXrForceRuntimeName[] = "Force WebXr Runtime"; |
| 3537 | const char kWebXrForceRuntimeDescription[] = |
| 3538 | "Force the browser to use a particular runtime, even if it would not " |
| 3539 | "usually be enabled or would otherwise not be selected based on the " |
| 3540 | "attached hardware."; |
| 3541 | |
| 3542 | const char kWebXrRuntimeChoiceNone[] = "No Runtime"; |
Alexander Cooper | 98a8edb | 2023-05-23 18:04:05 | [diff] [blame] | 3543 | const char kWebXrRuntimeChoiceCardboard[] = "Cardboard"; |
| 3544 | const char kWebXrRuntimeChoiceGVR[] = "Google VR Services"; |
Alex Cooper | 01f110e | 2020-01-08 02:24:16 | [diff] [blame] | 3545 | const char kWebXrRuntimeChoiceOpenXR[] = "OpenXR"; |
Alex Cooper | 01f110e | 2020-01-08 02:24:16 | [diff] [blame] | 3546 | |
Will Cassella | a1a4d111 | 2019-12-27 20:52:31 | [diff] [blame] | 3547 | const char kWebXrIncubationsName[] = "WebXR Incubations"; |
| 3548 | const char kWebXrIncubationsDescription[] = |
| 3549 | "Enables experimental features for WebXR."; |
Piotr Bialecki | d77fb9c | 2019-04-26 17:06:24 | [diff] [blame] | 3550 | |
Brett Wilson | ecb8098 | 2017-07-12 20:34:51 | [diff] [blame] | 3551 | const char kZeroCopyName[] = "Zero-copy rasterizer"; |
| 3552 | const char kZeroCopyDescription[] = |
| 3553 | "Raster threads write directly to GPU memory associated with tiles."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 3554 | |
Nidhi Jaju | da37462 | 2023-07-11 03:53:10 | [diff] [blame] | 3555 | const char kZstdContentEncodingName[] = "Zstd Content-Encoding"; |
| 3556 | const char kZstdContentEncodingDescription[] = |
| 3557 | "Enables Zstandard Content-Encoding support."; |
| 3558 | |
Peng Huang | 7002168 | 2019-09-18 19:42:28 | [diff] [blame] | 3559 | const char kEnableVulkanName[] = "Vulkan"; |
Sean Gilhuly | ab1dbc6 | 2020-01-28 22:49:47 | [diff] [blame] | 3560 | const char kEnableVulkanDescription[] = "Use vulkan as the graphics backend."; |
Peng Huang | 7002168 | 2019-09-18 19:42:28 | [diff] [blame] | 3561 | |
Cheick Cisse | 006ab4e1 | 2022-06-03 17:30:05 | [diff] [blame] | 3562 | const char kSharedHighlightingManagerName[] = "Refactoring Shared Highlighting"; |
| 3563 | const char kSharedHighlightingManagerDescription[] = |
| 3564 | "Refactors Shared Highlighting by centralizing the IPC calls in a Manager."; |
| 3565 | |
Mario Bianucci | 3be046eb | 2021-02-26 18:41:48 | [diff] [blame] | 3566 | const char kDraw1PredictedPoint12Ms[] = "1 point 12ms ahead."; |
| 3567 | const char kDraw2PredictedPoints6Ms[] = "2 points, each 6ms ahead."; |
| 3568 | const char kDraw1PredictedPoint6Ms[] = "1 point 6ms ahead."; |
| 3569 | const char kDraw2PredictedPoints3Ms[] = "2 points, each 3ms ahead."; |
Mario Bianucci | 3be046eb | 2021-02-26 18:41:48 | [diff] [blame] | 3570 | const char kDrawPredictedPointsDescription[] = |
| 3571 | "Draw predicted points when using the delegated ink trails API. Requires " |
| 3572 | "experimental web platform features to be enabled."; |
| 3573 | const char kDrawPredictedPointsName[] = "Draw predicted delegated ink points"; |
| 3574 | |
Daniel Vogelheim | 236d9a8 | 2021-04-01 15:40:53 | [diff] [blame] | 3575 | const char kSanitizerApiName[] = "Sanitizer API"; |
| 3576 | const char kSanitizerApiDescription[] = |
| 3577 | "Enable the Sanitizer API. See: https://github.com/WICG/sanitizer-api"; |
| 3578 | |
Peng Huang | 723f26e | 2021-06-04 01:55:10 | [diff] [blame] | 3579 | const char kUsePassthroughCommandDecoderName[] = |
| 3580 | "Use passthrough command decoder"; |
| 3581 | const char kUsePassthroughCommandDecoderDescription[] = |
| 3582 | "Use chrome passthrough command decoder instead of validating command " |
| 3583 | "decoder."; |
| 3584 | |
Saifuddin Hitawala | 74627fe | 2023-02-14 20:25:45 | [diff] [blame] | 3585 | const char kPassthroughYuvRgbConversionName[] = |
| 3586 | "Enable video YUV <-> RGB conversion through passthrough command decoder"; |
| 3587 | const char kPassthroughYuvRgbConversionDescription[] = |
| 3588 | "Enable YUV to RGB and RGB to YUV conversion for media clients through " |
| 3589 | "passthrough command decoder"; |
| 3590 | |
Saifuddin Hitawala | 0c64780 | 2023-03-22 21:20:49 | [diff] [blame] | 3591 | const char kUseMultiPlaneFormatForHardwareVideoName[] = |
| 3592 | "Enable multi-plane formats for hardware video decoder"; |
| 3593 | const char kUseMultiPlaneFormatForHardwareVideoDescription[] = |
| 3594 | "Enable single shared image and mailbox for multi-plane formats for " |
| 3595 | "hardware video decoder"; |
| 3596 | |
Saifuddin Hitawala | e3b5ec8 | 2023-03-30 17:08:03 | [diff] [blame] | 3597 | const char kUseMultiPlaneFormatForSoftwareVideoName[] = |
| 3598 | "Enable multi-plane formats for software video decoder"; |
| 3599 | const char kUseMultiPlaneFormatForSoftwareVideoDescription[] = |
| 3600 | "Enable single shared image and mailbox for multi-plane formats for " |
| 3601 | "software video decoder"; |
| 3602 | |
Yoshisato Yanagisawa | 577d8282 | 2022-08-17 01:51:10 | [diff] [blame] | 3603 | const char kSkipServiceWorkerFetchHandlerName[] = |
| 3604 | "Skip Service Worker Fetch Handler if skippable"; |
| 3605 | const char kSkipServiceWorkerFetchHandlerDescription[] = |
| 3606 | "Skips starting the service worker and run the fetch handler if the fetch " |
| 3607 | "handler is recognized as skippable."; |
| 3608 | |
Ari Chivukula | 8edcb69 | 2022-03-10 19:22:31 | [diff] [blame] | 3609 | const char kWebSQLAccessName[] = "Allows access to WebSQL APIs"; |
| 3610 | const char kWebSQLAccessDescription[] = |
| 3611 | "The WebSQL API is enabled by default, but can be disabled here."; |
| 3612 | |
Vikas Soni | f7d55a3 | 2023-06-05 18:52:40 | [diff] [blame] | 3613 | const char kUseGpuSchedulerDfsName[] = "Use new gpu scheduler."; |
| 3614 | const char kUseGpuSchedulerDfsDescription[] = |
| 3615 | "Enables using the new gpu " |
| 3616 | "scheduler called GpuSchedulerDfs."; |
| 3617 | |
Mustafa Emre Acer | c6b5135 | 2022-11-18 18:43:51 | [diff] [blame] | 3618 | const char kUseIDNA2008NonTransitionalName[] = |
| 3619 | "Enable IDNA 2008 Non-Transitional Mode"; |
| 3620 | const char kUseIDNA2008NonTransitionalDescription[] = |
| 3621 | "Enables IDNA 2008 in Non-Transitional Mode in URL processing, allowing " |
| 3622 | "deviation characters in domain names."; |
| 3623 | |
James Lee | ed090a1b | 2023-03-16 22:51:58 | [diff] [blame] | 3624 | const char kEnableVariationsGoogleGroupFilteringName[] = |
| 3625 | "Enables filtering experiments by Google group membership"; |
| 3626 | const char kEnableVariationsGoogleGroupFilteringDescription[] = |
| 3627 | "Enables filtering of experiments by Google group membership. This feature " |
| 3628 | "is experimental and is used only for dogfooding, and only for users who " |
| 3629 | "are signed in and have Chrome Sync enabled."; |
| 3630 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 3631 | // Android --------------------------------------------------------------------- |
| 3632 | |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 3633 | #if BUILDFLAG(IS_ANDROID) |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 3634 | |
Mark Schillaci | d9ce86c | 2021-09-30 16:37:53 | [diff] [blame] | 3635 | const char kAccessibilityPageZoomName[] = "Accessibility Page Zoom"; |
| 3636 | const char kAccessibilityPageZoomDescription[] = |
| 3637 | "Whether the UI and underlying code for page zoom should be enabled to" |
| 3638 | " allow a user to increase/decrease the web contents zoom factor."; |
| 3639 | |
Amanda Lin Dietz | fad21375 | 2023-05-16 22:09:57 | [diff] [blame] | 3640 | const char kAccessibilityPerformanceFilteringName[] = |
| 3641 | "Accessibility Performance Filtering"; |
| 3642 | const char kAccessibilityPerformanceFilteringDescription[] = |
| 3643 | "Enable experimental accessibility filters to improve performance by" |
| 3644 | " supporting different levels of the accessibility engine depending on what" |
| 3645 | " accessibility services and assistive technologies are running."; |
| 3646 | |
Shakti Sahu | 1c04a287 | 2021-03-17 16:38:48 | [diff] [blame] | 3647 | const char kAddToHomescreenIPHName[] = "Add to homescreen IPH"; |
| 3648 | const char kAddToHomescreenIPHDescription[] = |
| 3649 | " Shows in-product-help messages educating users about add to homescreen " |
| 3650 | "option in chrome."; |
| 3651 | |
Vikas Soni | 5463f1a | 2020-08-17 22:47:30 | [diff] [blame] | 3652 | const char kAImageReaderName[] = "Android ImageReader"; |
| 3653 | const char kAImageReaderDescription[] = |
| 3654 | " Enables MediaPlayer and MediaCodec to use AImageReader on Android. " |
| 3655 | " This feature is only available for android P+ devices. Disabling it also " |
| 3656 | " disables SurfaceControl."; |
| 3657 | |
Vikas Soni | f14e32c | 2020-08-15 06:17:22 | [diff] [blame] | 3658 | const char kAndroidSurfaceControlName[] = "Android SurfaceControl"; |
| 3659 | const char kAndroidSurfaceControlDescription[] = |
Vikas Soni | 5463f1a | 2020-08-17 22:47:30 | [diff] [blame] | 3660 | " Enables SurfaceControl to manage the buffer queue for the " |
| 3661 | " DisplayCompositor on Android. This feature is only available on " |
| 3662 | " android Q+ devices"; |
Vikas Soni | f14e32c | 2020-08-15 06:17:22 | [diff] [blame] | 3663 | |
Sky Malice | 300d5fc | 2023-01-12 19:37:33 | [diff] [blame] | 3664 | const char kAndroidImprovedBookmarksName[] = "Android Visual Bookmark Manager"; |
| 3665 | const char kAndroidImprovedBookmarksDescription[] = |
| 3666 | "More visual changes to the bookmarks surfaces, with more thumbnails and a " |
| 3667 | "focus on search instead of folders/hierarchy"; |
| 3668 | |
Shu Yang | 9550610 | 2023-01-11 19:16:32 | [diff] [blame] | 3669 | const char kAnimatedImageDragShadowName[] = |
| 3670 | "Enable animated image drag shadow on Android."; |
| 3671 | const char kAnimatedImageDragShadowDescription[] = |
| 3672 | "Animate the shadow image from its original bound to the touch point. " |
| 3673 | "Image drag on Android is available when flag touch-drag-and-context-menu " |
| 3674 | "is enabled."; |
| 3675 | |
Caitlin Fischer | 43edd90a | 2019-05-01 13:24:30 | [diff] [blame] | 3676 | const char kAutofillUseMobileLabelDisambiguationName[] = |
| 3677 | "Autofill Uses Mobile Label Disambiguation"; |
| 3678 | const char kAutofillUseMobileLabelDisambiguationDescription[] = |
| 3679 | "When enabled, Autofill suggestions' labels are displayed using a " |
| 3680 | "mobile-friendly format."; |
| 3681 | |
Gang Wu | a7bfb5f4 | 2021-04-09 18:54:21 | [diff] [blame] | 3682 | const char kAppMenuMobileSiteOptionName[] = |
| 3683 | "Show Mobile Site option in app menu"; |
| 3684 | const char kAppMenuMobileSiteOptionDescription[] = |
| 3685 | "When enabled, app menu should show 'Mobile site' when showing desktop " |
| 3686 | "site, instead of showing 'Desktop Site' with checkbox"; |
| 3687 | |
Lijin Shen | 88a1b42 | 2023-03-31 22:08:21 | [diff] [blame] | 3688 | const char kBackGestureActivityTabProviderName[] = |
| 3689 | "Back Gesture Refactor (Activity Tab Provider)"; |
| 3690 | const char kBackGestureActivityTabProviderDescription[] = |
| 3691 | "When enabled, ChromeTabActivity will use getActivityTabProvider to " |
| 3692 | "get current tab, rather than getActivityTab if predictive back gesture" |
| 3693 | "is disabled."; |
| 3694 | |
Lijin Shen | 7c494d7 | 2023-01-17 23:54:55 | [diff] [blame] | 3695 | const char kBackGestureRefactorActivityAndroidName[] = |
| 3696 | "Back Gesture Refactor (Secondary Activities)"; |
| 3697 | const char kBackGestureRefactorActivityAndroidDescription[] = |
| 3698 | "Enable Back Gesture Refactor for Secondary Activities to support in-app " |
| 3699 | "activity-to-activity predictive back gestures"; |
| 3700 | |
Lijin Shen | ce2f572 | 2022-04-26 23:11:52 | [diff] [blame] | 3701 | const char kBackGestureRefactorAndroidName[] = "Back Gesture Refactor"; |
| 3702 | const char kBackGestureRefactorAndroidDescription[] = |
| 3703 | "Enable Back Gesture Refactor."; |
| 3704 | |
Wenyu Fu | f929f73 | 2022-07-08 19:48:47 | [diff] [blame] | 3705 | const char kCCTBrandTransparencyName[] = |
| 3706 | "Chrome Custom Tabs Brand Transparency"; |
| 3707 | const char kCCTBrandTransparencyDescription[] = |
| 3708 | "When enabled, CCT will show more Chrome branding information when start, " |
| 3709 | "giving user more transparency that the web page is running in Chrome."; |
| 3710 | |
Ramin Halavati | ba7ddcc | 2019-11-13 06:19:28 | [diff] [blame] | 3711 | const char kCCTIncognitoName[] = "Chrome Custom Tabs Incognito mode"; |
| 3712 | const char kCCTIncognitoDescription[] = |
| 3713 | "Enables incognito mode for Chrome Custom Tabs, on Android."; |
| 3714 | |
Rohit Agarwal | c397331 | 2020-11-18 14:40:23 | [diff] [blame] | 3715 | const char kCCTIncognitoAvailableToThirdPartyName[] = |
| 3716 | "Allow third party to open Custom Tabs Incognito mode"; |
| 3717 | const char kCCTIncognitoAvailableToThirdPartyDescription[] = |
| 3718 | "Enabling it would allow third party apps to open incognito mode for " |
| 3719 | "Chrome Custom Tabs, on Android."; |
| 3720 | |
Jinsuk Kim | 9d04257 | 2023-05-16 03:31:34 | [diff] [blame] | 3721 | const char kCCTPageInsightsHubName[] = "PageInsights Hub"; |
| 3722 | const char kCCTPageInsightsHubDescription[] = |
| 3723 | "Show PageInsights Hub on Chrome Custom Tabs."; |
| 3724 | |
Shimi Zhang | dabb3c2 | 2021-09-16 22:10:25 | [diff] [blame] | 3725 | const char kCCTResizable90MaximumHeightName[] = |
| 3726 | "Bottom sheet Custom Tabs maximum height"; |
| 3727 | const char kCCTResizable90MaximumHeightDescription[] = |
| 3728 | "When enabled, the bottom sheet Custom Tabs will have maximum height 90% " |
| 3729 | "of the screen height, otherwise the maximum height is 100% of the screen " |
| 3730 | "height. In both cases, Custom Tabs will yield to the top status bar when " |
| 3731 | "at full stop"; |
Shimi Zhang | dabb3c2 | 2021-09-16 22:10:25 | [diff] [blame] | 3732 | const char kCCTResizableForThirdPartiesName[] = |
| 3733 | "Bottom sheet Custom Tabs (third party)"; |
| 3734 | const char kCCTResizableForThirdPartiesDescription[] = |
| 3735 | "Enable bottom sheet Custom Tabs for third party apps."; |
Zach Katz | ce91e554 | 2023-07-10 22:47:38 | [diff] [blame] | 3736 | const char kCCTResizableMultiWindowModeName[] = |
| 3737 | "Multi window mode for partial custom tabs"; |
| 3738 | const char kCCTResizableMultiWindowModeDescription[] = |
| 3739 | "Enable multi window mode for partial custom tabs"; |
Kevin Grosu | 617332a | 2022-11-22 23:24:55 | [diff] [blame] | 3740 | const char kCCTResizableSideSheetName[] = "Side sheet Custom Tabs"; |
| 3741 | const char kCCTResizableSideSheetDescription[] = |
| 3742 | "Enable side sheet Custom Tabs"; |
Zach Katz | ec1cc2f | 2023-01-26 01:37:46 | [diff] [blame] | 3743 | const char kCCTResizableSideSheetForThirdPartiesName[] = |
| 3744 | "Side sheet Custom Tabs (third party)"; |
| 3745 | const char kCCTResizableSideSheetForThirdPartiesDescription[] = |
| 3746 | "Enable side sheet Custom Tabs for third party apps."; |
Kevin Grosu | 617332a | 2022-11-22 23:24:55 | [diff] [blame] | 3747 | |
Zach Katz | dc587ef | 2022-10-28 18:35:26 | [diff] [blame] | 3748 | const char kCCTRetainingStateInMemoryName[] = |
| 3749 | "Enable restoring of previous Custom Tab session"; |
| 3750 | const char kCCTRetainingStateInMemoryDescription[] = |
| 3751 | "Enables ability to fully restore a recently engaged with Custom Tab."; |
Sinan Sahin | c04b1c6 | 2022-07-01 18:14:02 | [diff] [blame] | 3752 | const char kCCTRealTimeEngagementSignalsName[] = |
| 3753 | "Enable CCT real-time engagement signals."; |
| 3754 | const char kCCTRealTimeEngagementSignalsDescription[] = |
| 3755 | "Enables sending real-time engagement signals (e.g. scroll) through " |
| 3756 | "CustomTabsCallback."; |
Sinan Sahin | d9fa5c5 | 2023-03-02 02:57:04 | [diff] [blame] | 3757 | const char kCCTRealTimeEngagementSignalsAlternativeImplName[] = |
| 3758 | "Enable alternative implementation for CCT real-time engagement signals."; |
| 3759 | const char kCCTRealTimeEngagementSignalsAlternativeImplDescription[] = |
| 3760 | "Enables an alternative implementation for sending real-time engagement " |
| 3761 | "signals (e.g. scroll) through CustomTabsCallback."; |
Sinan Sahin | c04b1c6 | 2022-07-01 18:14:02 | [diff] [blame] | 3762 | |
Tarun Bansal | 41f3cf2 | 2023-04-25 16:16:29 | [diff] [blame] | 3763 | const char kCCTTextFragmentLookupApiEnabledName[] = |
| 3764 | "Enable CCT API to lookup text fragments"; |
| 3765 | const char kCCTTextFragmentLookupApiEnabledDescription[] = |
| 3766 | "Enable CCT API to lookup text fragments"; |
| 3767 | |
Xing Liu | 1e6b43d | 2021-03-15 19:26:45 | [diff] [blame] | 3768 | const char kChimeAlwaysShowNotificationDescription[] = |
| 3769 | "A debug flag to always show Chime notification after receiving a payload."; |
| 3770 | const char kChimeAlwaysShowNotificationName[] = |
| 3771 | "Always show Chime notification"; |
| 3772 | |
| 3773 | const char kChimeAndroidSdkDescription[] = |
| 3774 | "Enable Chime SDK to receive push notification."; |
| 3775 | const char kChimeAndroidSdkName[] = "Use Chime SDK"; |
| 3776 | |
David Maunder | 915c7ef | 2019-09-20 16:22:08 | [diff] [blame] | 3777 | const char kCloseTabSuggestionsName[] = "Suggest to close Tabs"; |
| 3778 | const char kCloseTabSuggestionsDescription[] = |
| 3779 | "Suggests to the user to close Tabs that haven't been used beyond a " |
| 3780 | "configurable threshold or where duplicates of Tabs exist. " |
| 3781 | "The threshold is configurable."; |
Richard Knoll | 368596e5 | 2019-08-14 09:16:28 | [diff] [blame] | 3782 | |
David Maunder | 8cf7fd8 | 2020-08-20 19:31:54 | [diff] [blame] | 3783 | const char kCriticalPersistedTabDataName[] = "Enable CriticalPersistedTabData"; |
| 3784 | const char kCriticalPersistedTabDataDescription[] = |
| 3785 | "A new method of persisting Tab data across restarts has been devised " |
| 3786 | "and implemented. This actives the new approach."; |
| 3787 | |
Wenyu Fu | 54672f4 | 2022-09-22 17:51:51 | [diff] [blame] | 3788 | const char kContextMenuPopupForAllScreenSizesName[] = |
| 3789 | "Context menu popup for all screen sizes"; |
| 3790 | const char kContextMenuPopupForAllScreenSizesDescription[] = |
| 3791 | "When disabled, context menu will be shown as pop-up window only for " |
| 3792 | "devices in tablet mode, while shown as a fullscreen dialog for mobile " |
| 3793 | "devices; when enabled, context menu will be shown as a pop-up window " |
| 3794 | "for all form factors regardless of the screen sizes."; |
| 3795 | |
Donn Denman | 19688bc | 2021-03-05 18:48:40 | [diff] [blame] | 3796 | const char kContextualSearchForceCaptionName[] = |
| 3797 | "Contextual Search force a caption"; |
| 3798 | const char kContextualSearchForceCaptionDescription[] = |
| 3799 | "Forces a caption to always be shown in the Touch to Search Bar."; |
Donn Denman | 4315f26 | 2019-03-02 02:47:41 | [diff] [blame] | 3800 | |
Donn Denman | 05a5b99b | 2022-07-27 23:38:44 | [diff] [blame] | 3801 | const char kContextualSearchSuppressShortViewName[] = |
| 3802 | "Contextual Search suppress short view"; |
| 3803 | const char kContextualSearchSuppressShortViewDescription[] = |
| 3804 | "Contextual Search suppress when the base page view is too short"; |
| 3805 | |
Michael van Ouwerkerk | 99b42f4 | 2023-04-24 16:15:41 | [diff] [blame] | 3806 | const char kConvertTrackpadEventsToMouseName[] = |
| 3807 | "Convert trackpad events to mouse events"; |
| 3808 | const char kConvertTrackpadEventsToMouseDescription[] = |
| 3809 | "Convert trackpad events to mouse events to improve gesture support"; |
| 3810 | |
David Bokan | e2396e2 | 2023-04-18 20:27:14 | [diff] [blame] | 3811 | const char kDefaultViewportIsDeviceWidthName[] = |
| 3812 | "Default viewport width is device width"; |
| 3813 | const char kDefaultViewportIsDeviceWidthDescription[] = |
| 3814 | "Sets the default viewport layout width to be equivalent to " |
| 3815 | "width=device-width"; |
| 3816 | |
Finnur Thorarinsson | 118fc3f | 2023-06-05 10:54:01 | [diff] [blame] | 3817 | const char kDeprecatedExternalPickerFunctionName[] = |
| 3818 | "Use deprecated External Picker method"; |
| 3819 | const char kDeprecatedExternalPickerFunctionDescription[] = |
| 3820 | "Use the old-style opening of an External Picker when uploading files"; |
| 3821 | |
Joel Tan-Aristy | 1d280937 | 2023-07-05 20:45:36 | [diff] [blame] | 3822 | const char kDragDropIntoOmniboxName[] = |
| 3823 | "Enable drag and drop into omnibox on Android"; |
| 3824 | const char kDragDropIntoOmniboxDescription[] = |
| 3825 | "Drag urls, text, and images into omnibox to start a search"; |
| 3826 | |
Donn Denman | c2db1e62 | 2023-04-12 17:28:08 | [diff] [blame] | 3827 | const char kDrawEdgeToEdgeName[] = "DrawEdgeToEdge"; |
| 3828 | const char kDrawEdgeToEdgeDescription[] = |
| 3829 | "Enables the Android feature Edge-to-Edge to draw below the Nav Bar."; |
| 3830 | |
Lei Tian | bd5a3bf | 2018-02-28 19:01:16 | [diff] [blame] | 3831 | const char kEnableCommandLineOnNonRootedName[] = |
| 3832 | "Enable command line on non-rooted devices"; |
| 3833 | const char kEnableCommandLineOnNoRootedDescription[] = |
| 3834 | "Enable reading command line file on non-rooted devices (DANGEROUS)."; |
| 3835 | |
Victor Hugo Vianna Silva | bb878dea | 2022-10-18 10:19:04 | [diff] [blame] | 3836 | const char kEnablePasswordsAccountStorageName[] = |
| 3837 | "Enable the account data storage for passwords"; |
| 3838 | const char kEnablePasswordsAccountStorageDescription[] = |
| 3839 | "Enables storing passwords in a second, Gaia-account-scoped storage for " |
| 3840 | "signed-in but not syncing users"; |
| 3841 | |
Lei Zhang | 0a318af | 2018-11-14 02:19:46 | [diff] [blame] | 3842 | const char kExploreSitesName[] = "Explore websites"; |
| 3843 | const char kExploreSitesDescription[] = |
| 3844 | "Enables portal from new tab page to explore websites."; |
| 3845 | |
Michael Thiessen | 495a0d3 | 2022-08-24 17:58:19 | [diff] [blame] | 3846 | const char kExternalNavigationDebugLogsName[] = |
| 3847 | "External Navigation Debug Logs"; |
| 3848 | const char kExternalNavigationDebugLogsDescription[] = |
| 3849 | "Enables detailed logging to logcat about why Chrome is making decisions " |
| 3850 | "about whether to allow or block navigation to other apps"; |
| 3851 | |
Shakti Sahu | edcbaef | 2022-01-18 19:54:21 | [diff] [blame] | 3852 | const char kFeatureNotificationGuideName[] = "Feature notification guide"; |
| 3853 | const char kFeatureNotificationGuideDescription[] = |
| 3854 | "Enables notifications about chrome features."; |
| 3855 | |
Shakti Sahu | 6c4afcde | 2022-01-31 23:03:54 | [diff] [blame] | 3856 | const char kFeatureNotificationGuideSkipCheckForLowEngagedUsersName[] = |
| 3857 | "Feature notification guide - Skip check for low engaged users"; |
| 3858 | const char kFeatureNotificationGuideSkipCheckForLowEngagedUsersDescription[] = |
| 3859 | "Skips check for low engaged users."; |
| 3860 | |
Jian Li | c22a3ce | 2021-08-31 15:46:59 | [diff] [blame] | 3861 | const char kFeedBackToTopName[] = "Back to top of the feeds"; |
| 3862 | const char kFeedBackToTopDescription[] = |
| 3863 | "Enables showing a callout to help users return to the top of the feeds " |
| 3864 | "quickly."; |
| 3865 | |
Nick Birnie | 7982fbe | 2023-03-01 22:22:52 | [diff] [blame] | 3866 | const char kFeedBoCSigninInterstitialName[] = "Show Signin Interstitial"; |
| 3867 | const char kFeedBoCSigninInterstitialDescription[] = |
| 3868 | "Enables the sign in interstitial to be" |
| 3869 | " shown in a bottom sheet when triggered."; |
| 3870 | |
Cathy Wei | e5c7d61 | 2022-10-14 18:55:07 | [diff] [blame] | 3871 | const char kFeedHeaderStickToTopName[] = "Feed header stick to top"; |
| 3872 | const char kFeedHeaderStickToTopDescription[] = |
| 3873 | "Stick feed header to top on scroll."; |
| 3874 | |
Justin DeWitt | 3eca437 | 2021-09-17 19:44:52 | [diff] [blame] | 3875 | const char kFeedLoadingPlaceholderName[] = "Feed loading placeholder"; |
| 3876 | const char kFeedLoadingPlaceholderDescription[] = |
| 3877 | "Enables a placeholder UI in " |
| 3878 | "the feed instead of the loading spinner at first load."; |
| 3879 | |
Dan Harrington | 0895cee | 2023-06-29 22:27:16 | [diff] [blame] | 3880 | const char kFeedSignedOutViewDemotionName[] = "Feed signed-out view demotion"; |
| 3881 | const char kFeedSignedOutViewDemotionDescription[] = |
| 3882 | "Enables signed-out view demotion for the Discover Feed."; |
| 3883 | |
Jonathan Freed | aa862a54 | 2021-09-03 17:42:25 | [diff] [blame] | 3884 | const char kFeedStampName[] = "StAMP cards in the feed"; |
| 3885 | const char kFeedStampDescription[] = "Enables StAMP cards in the feed."; |
| 3886 | |
Ian Wells | 6cf75a8 | 2022-07-13 02:11:02 | [diff] [blame] | 3887 | const char kFeedCloseRefreshName[] = "Feed-close refresh"; |
| 3888 | const char kFeedCloseRefreshDescription[] = |
| 3889 | "Enables scheduling a background refresh of the feed following feed use."; |
| 3890 | |
Jonathan Freed | 4adf604f | 2022-08-31 17:06:14 | [diff] [blame] | 3891 | const char kFeedDiscoFeedEndpointName[] = |
| 3892 | "Feed using the DiscoFeed backend endpoint"; |
| 3893 | const char kFeedDiscoFeedEndpointDescription[] = |
| 3894 | "Uses the DiscoFeed endpoint for serving the feed instead of GWS."; |
| 3895 | |
Cathy Li | d4f39a85 | 2023-05-18 00:27:31 | [diff] [blame] | 3896 | const char kFeedDynamicColorsName[] = "Enable dynamic colors in the feed"; |
| 3897 | const char kFeedDynamicColorsDescription[] = |
| 3898 | "Allows feed to fully respect dynamic colors if supported by the client."; |
| 3899 | |
Jian Li | e41ddcb | 2022-05-04 01:11:56 | [diff] [blame] | 3900 | const char kInfoCardAcknowledgementTrackingName[] = |
| 3901 | "Info card acknowledgement tracking"; |
| 3902 | const char kInfoCardAcknowledgementTrackingDescription[] = |
| 3903 | "Enable acknowledgement tracking for info cards."; |
| 3904 | |
Jinsuk Kim | fa1b7eb | 2021-06-30 00:04:32 | [diff] [blame] | 3905 | const char kInstanceSwitcherName[] = "Enable instance switcher"; |
| 3906 | const char kInstanceSwitcherDescription[] = |
| 3907 | "Enable instance switcher dialog UI that helps users manage multiple " |
| 3908 | "instances of Chrome."; |
| 3909 | |
Wei-Yin Chen (陳威尹) | 8514944 | 2020-06-30 22:28:46 | [diff] [blame] | 3910 | const char kInstantStartName[] = "Instant start"; |
Wei-Yin Chen (陳威尹) | 50c2f46 | 2020-05-14 07:27:42 | [diff] [blame] | 3911 | const char kInstantStartDescription[] = |
| 3912 | "Show start surface before native library is loaded."; |
| 3913 | |
Ian Wells | 34ce148 | 2020-04-03 17:36:16 | [diff] [blame] | 3914 | const char kInterestFeedV2Name[] = "Interest Feed v2"; |
| 3915 | const char kInterestFeedV2Description[] = |
| 3916 | "Show content suggestions on the New Tab Page and Start Surface using the " |
| 3917 | "new Feed Component."; |
| 3918 | |
Dan Harrington | 4043b22 | 2021-01-15 18:33:42 | [diff] [blame] | 3919 | const char kInterestFeedV2HeartsName[] = "Interest Feed v2 Hearts"; |
| 3920 | const char kInterestFeedV2HeartsDescription[] = "Enable hearts on Feedv2."; |
| 3921 | |
Jian Li | fb04af7 | 2021-04-01 21:17:17 | [diff] [blame] | 3922 | const char kInterestFeedV2AutoplayName[] = "Interest Feed v2 Autoplay"; |
| 3923 | const char kInterestFeedV2AutoplayDescription[] = "Enable autoplay on Feedv2."; |
| 3924 | |
Finnur Thorarinsson | 4e43a085 | 2023-03-23 09:20:02 | [diff] [blame] | 3925 | const char kMediaPickerAdoptionStudyName[] = "Android Media Picker Adoption"; |
| 3926 | const char kMediaPickerAdoptionStudyDescription[] = |
| 3927 | "Controls how to launch the Android Media Picker"; |
| 3928 | |
Aishwarya Rajesh | 0dd7192 | 2021-07-28 20:22:38 | [diff] [blame] | 3929 | const char kMessagesForAndroidAdsBlockedName[] = "Ads Blocked Messages UI"; |
| 3930 | const char kMessagesForAndroidAdsBlockedDescription[] = |
| 3931 | "When enabled, ads blocked message will use the new Messages UI."; |
| 3932 | |
Pavel Yatsuk | 35829175 | 2020-09-03 18:25:22 | [diff] [blame] | 3933 | const char kMessagesForAndroidInfrastructureName[] = "Messages infrastructure"; |
| 3934 | const char kMessagesForAndroidInfrastructureDescription[] = |
| 3935 | "When enabled, will initialize Messages UI infrastructure"; |
Pavel Yatsuk | b3a7475e | 2021-05-10 21:20:15 | [diff] [blame] | 3936 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 3937 | const char kMessagesForAndroidOfferNotificationName[] = |
Vishwas Uppoor | 8031d64 | 2022-05-10 01:28:51 | [diff] [blame] | 3938 | "Offer Notification Messages UI"; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 3939 | const char kMessagesForAndroidOfferNotificationDescription[] = |
Vishwas Uppoor | 8031d64 | 2022-05-10 01:28:51 | [diff] [blame] | 3940 | "When enabled, offer notification will use the new Messages UI"; |
| 3941 | |
Lijin Shen | 2d61a0a3 | 2021-07-20 23:15:52 | [diff] [blame] | 3942 | const char kMessagesForAndroidPermissionUpdateName[] = |
| 3943 | "Permission Update Messages UI"; |
| 3944 | const char kMessagesForAndroidPermissionUpdateDescription[] = |
| 3945 | "When enabled, permission update prompt will use the new Messages UI."; |
| 3946 | |
Lijin Shen | ba9a6b0e | 2021-02-18 01:59:06 | [diff] [blame] | 3947 | const char kMessagesForAndroidPopupBlockedName[] = "Popup Blocked Messages UI"; |
| 3948 | const char kMessagesForAndroidPopupBlockedDescription[] = |
Pavel Yatsuk | b3a7475e | 2021-05-10 21:20:15 | [diff] [blame] | 3949 | "When enabled, popup blocked prompt will use the new Messages UI."; |
| 3950 | |
Pavel Yatsuk | b7307fa | 2021-09-15 18:02:30 | [diff] [blame] | 3951 | const char kMessagesForAndroidPWAInstallName[] = "PWA Installation Messages UI"; |
| 3952 | const char kMessagesForAndroidPWAInstallDescription[] = |
| 3953 | "When enabled, PWA Installation prompt will use the new Messages UI."; |
| 3954 | |
Lei Zhang | 44abd5d2 | 2022-01-11 00:32:34 | [diff] [blame] | 3955 | const char kMessagesForAndroidSaveCardName[] = "Save Card Messages UI"; |
| 3956 | const char kMessagesForAndroidSaveCardDescription[] = |
Pavel Yatsuk | b3a7475e | 2021-05-10 21:20:15 | [diff] [blame] | 3957 | "When enabled, save card prompt will use the new Messages UI."; |
| 3958 | |
Lijin Shen | 0e049c43 | 2022-04-05 23:12:43 | [diff] [blame] | 3959 | const char kMessagesForAndroidStackingAnimationName[] = |
| 3960 | "Stacking Animation of Messages UI"; |
| 3961 | const char kMessagesForAndroidStackingAnimationDescription[] = |
| 3962 | "When enabled, Messages UI will use the new stacking animation."; |
| 3963 | |
Ella Ge | 6df7a319 | 2023-07-06 23:43:57 | [diff] [blame] | 3964 | const char kMobilePWAInstallPromptMlName[] = |
| 3965 | "Use ML to show mobile PWA install prompt"; |
| 3966 | const char kMobilePWAInstallPromptMlDescription[] = |
| 3967 | "When enabled, will use ML result to decide whether mobile PWA install " |
| 3968 | "prompt should be shown."; |
| 3969 | |
Wayne Jackson Jr | da653a0 | 2023-07-13 11:47:34 | [diff] [blame] | 3970 | const char kMouseAndTrackpadDropdownMenuName[] = |
| 3971 | "Android Mouse & Trackpad Drop-down Text Selection Menu"; |
| 3972 | const char kMouseAndTrackpadDropdownMenuDescription[] = |
| 3973 | "When enabled, shows a dropdown menu for mouse and trackpad secondary " |
| 3974 | "clicks (i.e. right click) with respect to text selection."; |
| 3975 | |
Yutaka Hirano | 639d974 | 2022-05-13 12:35:16 | [diff] [blame] | 3976 | const char kNetworkServiceInProcessName[] = |
| 3977 | "Run the network service on the browser process"; |
| 3978 | const char kNetworkServiceInProcessDescription[] = |
| 3979 | "When enabled, the network service runs on the browser process. Otherwise, " |
| 3980 | "it runs on a dedicated process."; |
| 3981 | |
Salvador Guerrero | 4d5ff6e6 | 2022-03-24 00:03:20 | [diff] [blame] | 3982 | const char kNotificationPermissionRationaleName[] = |
| 3983 | "Notification Permission Rationale UI"; |
| 3984 | const char kNotificationPermissionRationaleDescription[] = |
| 3985 | "Configure the dialog shown before requesting notification permission. " |
| 3986 | "Only works with builds targeting Android T."; |
| 3987 | |
Salvador Guerrero | 0af3699 | 2023-01-23 20:46:47 | [diff] [blame] | 3988 | const char kNotificationPermissionRationaleBottomSheetName[] = |
| 3989 | "Notification Permission Rationale Bottom Sheet UI"; |
| 3990 | const char kNotificationPermissionRationaleBottomSheetDescription[] = |
| 3991 | "Enable the alternative bottom sheet UI for the notification permission " |
| 3992 | "flow. " |
| 3993 | "Only works with builds targeting Android T+."; |
| 3994 | |
Yafei Duan | 36b4b5b | 2018-08-07 00:40:03 | [diff] [blame] | 3995 | const char kOfflinePagesLivePageSharingName[] = |
| 3996 | "Enables live page sharing of offline pages"; |
| 3997 | const char kOfflinePagesLivePageSharingDescription[] = |
| 3998 | "Enables to share current loaded page as offline page by saving as MHTML " |
| 3999 | "first."; |
| 4000 | |
Jordan Oroshiba | 244e9ff | 2021-02-04 22:20:39 | [diff] [blame] | 4001 | const char kPageInfoHistoryName[] = "Page info history"; |
| 4002 | const char kPageInfoHistoryDescription[] = |
| 4003 | "Enable a history sub page to the page info menu, and a button to forget " |
| 4004 | "a site, removing all preferences and history."; |
| 4005 | |
Zaina Al-Mashni | 2df0e5f | 2023-01-20 11:09:26 | [diff] [blame] | 4006 | const char kPageInfoAboutThisSiteImprovedBottomSheetName[] = |
| 4007 | "Page info 'About this site' improved bottomsheet"; |
| 4008 | const char kPageInfoAboutThisSiteImprovedBottomSheetDescription[] = |
| 4009 | "Enable an improved 'About this site' bottomsheet, which includes a " |
| 4010 | "less cluttered toolbar view and opening navigations in a new tab."; |
| 4011 | |
Anna Tsvirchkova | 0891e9da | 2023-03-08 12:42:09 | [diff] [blame] | 4012 | const char kPasswordGenerationBottomSheetName[] = |
| 4013 | "Password generation bottom sheet"; |
| 4014 | const char kPasswordGenerationBottomSheetDescription[] = |
| 4015 | "Enabled showing the password generation bottom sheet."; |
| 4016 | |
Adem Derinel | ee646e21 | 2023-05-12 13:46:56 | [diff] [blame] | 4017 | const char kPasswordsInCredManName[] = "Passwords in Credential Management API"; |
| 4018 | const char kPasswordsInCredManDescription[] = |
| 4019 | "Enable saving and logging in with passwords using Credential Management " |
| 4020 | "API. Requires Android 14 or higher."; |
| 4021 | |
Salma Elmahallawy | dcdfa9e | 2023-01-30 18:42:24 | [diff] [blame] | 4022 | const char kPolicyLogsPageAndroidName[] = "Policy Logs Page on Android"; |
| 4023 | const char kPolicyLogsPageAndroidDescription[] = |
Jiewei Qian | b25c7450 | 2023-05-24 01:36:12 | [diff] [blame] | 4024 | "Enable the new chrome://policy-logs page containing logs for debugging " |
Salma Elmahallawy | dcdfa9e | 2023-01-30 18:42:24 | [diff] [blame] | 4025 | "policy related issues on Android."; |
| 4026 | |
Shakti Sahu | 1f8a942 | 2020-03-12 05:50:50 | [diff] [blame] | 4027 | const char kQueryTilesName[] = "Show query tiles"; |
| 4028 | const char kQueryTilesDescription[] = "Shows query tiles in Chrome"; |
Shakti Sahu | cad2a0a | 2020-10-23 06:42:28 | [diff] [blame] | 4029 | const char kQueryTilesNTPName[] = "Show query tiles in NTP"; |
| 4030 | const char kQueryTilesNTPDescription[] = "Shows query tiles in NTP"; |
Min Qin | eb0c215 | 2022-08-26 19:13:12 | [diff] [blame] | 4031 | const char kQueryTilesOnStartName[] = "Query tiles on start"; |
| 4032 | const char kQueryTilesOnStartDescription[] = |
| 4033 | "Show query tiles on start surface"; |
Shakti Sahu | 8fe5edd | 2020-05-14 18:57:13 | [diff] [blame] | 4034 | const char kQueryTilesSingleTierName[] = "Show only one level of query tiles"; |
| 4035 | const char kQueryTilesSingleTierDescription[] = |
| 4036 | "Show only one level of query tiles"; |
Shakti Sahu | dfb4099 | 2020-05-12 14:54:54 | [diff] [blame] | 4037 | const char kQueryTilesEnableQueryEditingName[] = |
| 4038 | "Query Tiles - Enable query edit mode"; |
| 4039 | const char kQueryTilesEnableQueryEditingDescription[] = |
| 4040 | "When a query tile is tapped, the query text will be shown in the omnibox " |
| 4041 | "and user will have a chance to edit the text before submitting"; |
Min Qin | eac94ae | 2020-08-14 06:38:45 | [diff] [blame] | 4042 | const char kQueryTilesEnableTrendingName[] = |
| 4043 | "Query Tiles - Enable trending queries"; |
| 4044 | const char kQueryTilesEnableTrendingDescription[] = |
| 4045 | "Allow tiles of trending queries to show up in front of curated tiles"; |
Min Qin | db99e6f | 2020-04-29 06:37:26 | [diff] [blame] | 4046 | const char kQueryTilesCountryCode[] = "Country code for getting tiles"; |
| 4047 | const char kQueryTilesCountryCodeDescription[] = |
| 4048 | "When query tiles are enabled, this value determines tiles for which " |
| 4049 | "country should be displayed."; |
| 4050 | const char kQueryTilesCountryCodeUS[] = "US"; |
| 4051 | const char kQueryTilesCountryCodeIndia[] = "IN"; |
| 4052 | const char kQueryTilesCountryCodeBrazil[] = "BR"; |
| 4053 | const char kQueryTilesCountryCodeNigeria[] = "NG"; |
| 4054 | const char kQueryTilesCountryCodeIndonesia[] = "ID"; |
Shakti Sahu | 8fe5edd | 2020-05-14 18:57:13 | [diff] [blame] | 4055 | const char kQueryTilesInstantFetchName[] = "Query tile instant fetch"; |
Xing Liu | 06f2fa0 | 2020-04-30 02:45:19 | [diff] [blame] | 4056 | const char kQueryTilesInstantFetchDescription[] = |
| 4057 | "Immediately schedule background task to fetch query tiles"; |
Min Qin | be050b7 | 2021-06-26 01:32:39 | [diff] [blame] | 4058 | const char kQueryTilesRankTilesName[] = "Query Tiles - rank tiles on server"; |
| 4059 | const char kQueryTilesRankTilesDescription[] = |
| 4060 | "Rank tiles on server based on client context"; |
Min Qin | db78946 | 2021-08-26 04:00:11 | [diff] [blame] | 4061 | const char kQueryTilesSegmentationName[] = |
| 4062 | "Query Tiles - use segmentation rules"; |
| 4063 | const char kQueryTilesSegmentationDescription[] = |
| 4064 | "enable segmentation rules to decide whether to show query tiles"; |
Min Qin | 60ae5b8 | 2021-01-07 07:07:50 | [diff] [blame] | 4065 | const char kQueryTilesSwapTrendingName[] = |
| 4066 | "Query Tiles - Swap trending queries"; |
| 4067 | const char kQueryTilesSwapTrendingDescription[] = |
| 4068 | "Swap trending queries if user didn't click on them after several " |
| 4069 | "impressions"; |
Min Qin | db99e6f | 2020-04-29 06:37:26 | [diff] [blame] | 4070 | |
Basia Zimirska | 5564585 | 2023-07-06 23:08:51 | [diff] [blame] | 4071 | const char kReadAloudName[] = "Read Aloud"; |
| 4072 | const char kReadAloudDescription[] = "Controls the Read Aloud feature"; |
| 4073 | |
Caroline Rising | db7df18 | 2021-01-11 19:49:14 | [diff] [blame] | 4074 | const char kReadLaterFlagId[] = "read-later"; |
| 4075 | const char kReadLaterName[] = "Reading List"; |
| 4076 | const char kReadLaterDescription[] = |
| 4077 | "Allow users to save tabs for later. Enables a new button and menu for " |
| 4078 | "accessing tabs saved for later."; |
| 4079 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 4080 | const char kReaderModeHeuristicsName[] = "Reader Mode triggering"; |
| 4081 | const char kReaderModeHeuristicsDescription[] = |
| 4082 | "Determines what pages the Reader Mode infobar is shown on."; |
| 4083 | const char kReaderModeHeuristicsMarkup[] = "With article structured markup"; |
| 4084 | const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles"; |
| 4085 | const char kReaderModeHeuristicsAllArticles[] = "All articles"; |
| 4086 | const char kReaderModeHeuristicsAlwaysOff[] = "Never"; |
| 4087 | const char kReaderModeHeuristicsAlwaysOn[] = "Always"; |
| 4088 | |
Wei-Yin Chen (陳威尹) | 41b2241 | 2017-07-21 02:51:18 | [diff] [blame] | 4089 | const char kReaderModeInCCTName[] = "Reader Mode in CCT"; |
| 4090 | const char kReaderModeInCCTDescription[] = |
| 4091 | "Open Reader Mode in Chrome Custom Tabs."; |
| 4092 | |
Ioana Pandele | 9fc19b2f | 2020-01-23 22:16:50 | [diff] [blame] | 4093 | const char kRecoverFromNeverSaveAndroidName[] = |
| 4094 | "UI to recover from never save passwords on Android"; |
| 4095 | const char kRecoverFromNeverSaveAndroidDescription[] = |
| 4096 | "Enables showing UI which allows for easy reverting of the decision to " |
| 4097 | "never save passwords on a certain webiste"; |
| 4098 | |
David Trainor | a38e60e | 2020-08-04 23:43:25 | [diff] [blame] | 4099 | const char kReengagementNotificationName[] = |
| 4100 | "Enable re-engagement notifications"; |
| 4101 | const char kReengagementNotificationDescription[] = |
| 4102 | "Enables Chrome to use the in-product help system to decide when " |
| 4103 | "to show re-engagement notifications."; |
| 4104 | |
Donn Denman | c42123c | 2020-03-19 01:44:24 | [diff] [blame] | 4105 | const char kRelatedSearchesName[] = |
| 4106 | "Enables an experiment for Related Searches on Android"; |
| 4107 | const char kRelatedSearchesDescription[] = |
Donn Denman | 15522f4 | 2021-02-09 22:49:49 | [diff] [blame] | 4108 | "Enables requesting related searches suggestions. These will be requested " |
| 4109 | "but not shown unless the UI flag is also enabled."; |
| 4110 | |
Shu Yang | d1d8f6b8 | 2022-06-30 18:46:28 | [diff] [blame] | 4111 | const char kRequestDesktopSiteAdditionsName[] = |
| 4112 | "Secondary settings for request desktop site on Android."; |
| 4113 | const char kRequestDesktopSiteAdditionsDescription[] = |
| 4114 | "Secondary options in `Site settings` to request the desktop version of " |
| 4115 | "websites based on external display or peripheral."; |
| 4116 | |
Aishwarya Rajesh | 3d0bd21 | 2022-07-22 22:48:31 | [diff] [blame] | 4117 | const char kRequestDesktopSiteDefaultsName[] = |
| 4118 | "Default settings for request desktop site on Android."; |
| 4119 | const char kRequestDesktopSiteDefaultsDescription[] = |
| 4120 | "Request the desktop version of websites by default based on device " |
| 4121 | "conditions."; |
| 4122 | |
Aishwarya Rajesh | ed9865f8 | 2022-09-12 22:46:57 | [diff] [blame] | 4123 | const char kRequestDesktopSiteDefaultsDowngradeName[] = |
| 4124 | "Downgrade default settings for request desktop site on Android."; |
| 4125 | const char kRequestDesktopSiteDefaultsDowngradeDescription[] = |
| 4126 | "Disable the request desktop site global setting if it was enabled by " |
| 4127 | "default based on device conditions."; |
| 4128 | |
Shu Yang | 6673a04 | 2023-02-28 00:27:36 | [diff] [blame] | 4129 | const char kRequestDesktopSiteDefaultsLoggingName[] = |
| 4130 | "Silently report crashes for debugging request desktop site on Android."; |
| 4131 | const char kRequestDesktopSiteDefaultsLoggingDescription[] = |
| 4132 | "Silently report crashes with display spec when ineligible device shows " |
| 4133 | "up in cohort or device screen size exceeds threshold."; |
| 4134 | |
Aishwarya Rajesh | a327b16 | 2023-01-06 01:34:42 | [diff] [blame] | 4135 | const char kRequestDesktopSitePerSiteIphName[] = |
| 4136 | "Contextual help for request desktop site site-level settings on Android."; |
| 4137 | const char kRequestDesktopSitePerSiteIphDescription[] = |
| 4138 | "Provide in-product help for desktop site site-level settings."; |
| 4139 | |
Shu Yang | b27e971 | 2023-07-07 16:41:42 | [diff] [blame] | 4140 | const char kRequestDesktopSiteWindowSettingName[] = |
| 4141 | "Window setting for request desktop site on Android."; |
| 4142 | const char kRequestDesktopSiteWindowSettingDescription[] = |
| 4143 | "Secondary option in `Site settings` to request the desktop version of " |
| 4144 | "websites based on window width."; |
| 4145 | |
Aishwarya Rajesh | 7b43f26 | 2022-11-02 20:22:04 | [diff] [blame] | 4146 | const char kRequestDesktopSiteZoomName[] = |
| 4147 | "Default zoom for request desktop site on Android."; |
| 4148 | const char kRequestDesktopSiteZoomDescription[] = |
| 4149 | "Apply default page zoom on the desktop version of websites."; |
| 4150 | |
Philip Rogers | 388e07a | 2023-03-27 17:54:33 | [diff] [blame] | 4151 | const char kForceOffTextAutosizingName[] = |
| 4152 | "Force off heuristics for inflating text sizes on devices with small " |
| 4153 | "screens."; |
| 4154 | const char kForceOffTextAutosizingDescription[] = "Disable text autosizing."; |
| 4155 | |
Illia Klimov | 352f34a | 2022-08-18 13:45:13 | [diff] [blame] | 4156 | const char kRevokeNotificationsPermissionIfDisabledOnAppLevelName[] = |
| 4157 | "Revoke site-level notification permission on Android"; |
| 4158 | const char kRevokeNotificationsPermissionIfDisabledOnAppLevelDescription[] = |
| 4159 | "Allow revoking site-level notification permission if Chrome has no " |
| 4160 | "app-level notification permission on Android."; |
| 4161 | |
Henrique Nakashima | aa6c314 | 2022-07-14 21:53:11 | [diff] [blame] | 4162 | const char kSafeModeForCachedFlagsName[] = "Safe Mode for Cached Flags"; |
| 4163 | const char kSafeModeForCachedFlagsDescription[] = |
| 4164 | "Attempts recovery from startup crash loops caused by a bad field trial " |
| 4165 | "by rolling back to previous known safe flag values."; |
| 4166 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 4167 | const char kSafeSitesFilterBehaviorPolicyAndroidName[] = |
Fabio Tirelo | 343dcc8 | 2023-03-13 16:34:10 | [diff] [blame] | 4168 | "Allow SafeSitesFilterBehavior policy on Android"; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 4169 | const char kSafeSitesFilterBehaviorPolicyAndroidDescription[] = |
Fabio Tirelo | 343dcc8 | 2023-03-13 16:34:10 | [diff] [blame] | 4170 | "Allows the SafeSitesFilterBehavior policy to be applied on Android."; |
| 4171 | |
Kenechi Okoye | ff5bd5f | 2022-06-13 20:47:53 | [diff] [blame] | 4172 | const char kScreenshotsForAndroidV2Name[] = "Screenshots for Android V2"; |
| 4173 | const char kScreenshotsForAndroidV2Description[] = |
| 4174 | "Adds functionality to the share screenshot panel within Chrome Browser" |
| 4175 | " on Android"; |
| 4176 | |
spdonghao | e4b5124 | 2022-03-14 23:06:18 | [diff] [blame] | 4177 | const char kShowScrollableMVTOnNTPAndroidName[] = "Show scrollable MVT on NTP"; |
| 4178 | const char kShowScrollableMVTOnNTPAndroidDescription[] = |
| 4179 | "Enable showing the scrollable most visited tiles on NTP."; |
| 4180 | |
Liquan (Max) Gu | f283461 | 2021-08-31 14:49:16 | [diff] [blame] | 4181 | const char kSecurePaymentConfirmationAndroidName[] = |
| 4182 | "Secure Payment Confirmation on Android"; |
| 4183 | const char kSecurePaymentConfirmationAndroidDescription[] = |
| 4184 | "Enables Secure Payment Confirmation on Android."; |
| 4185 | |
Elly Fong-Jones | 6fde14c | 2022-01-05 18:10:58 | [diff] [blame] | 4186 | const char kSendTabToSelfV2Name[] = "Send tab to self 2.0"; |
| 4187 | const char kSendTabToSelfV2Description[] = |
| 4188 | "Enables new received tab " |
| 4189 | "UI shown next to the profile icon instead of using system notifications."; |
| 4190 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 4191 | const char kSetMarketUrlForTestingName[] = "Set market URL for testing"; |
| 4192 | const char kSetMarketUrlForTestingDescription[] = |
| 4193 | "When enabled, sets the market URL for use in testing the update menu " |
| 4194 | "item."; |
| 4195 | |
Wenyu Fu | 385c496 | 2023-04-07 22:19:53 | [diff] [blame] | 4196 | const char kShareSheetCustomActionsPolishName[] = |
| 4197 | "Share sheet custom actions polish"; |
| 4198 | const char kShareSheetCustomActionsPolishDescription[] = |
| 4199 | "Polish Chrome provided custom actions for share sheet including dropping " |
| 4200 | "low engagement actions, and shuffle the ordering. Android only."; |
| 4201 | |
Wenyu Fu | 2518c980 | 2023-02-08 23:52:26 | [diff] [blame] | 4202 | const char kShareSheetMigrationAndroidName[] = "Share sheet refactor Android"; |
| 4203 | const char kShareSheetMigrationAndroidDescription[] = |
| 4204 | "When enabled, use the Android OS share sheet."; |
| 4205 | |
Alex Moshchuk | 07e1bb4 | 2019-03-08 04:44:08 | [diff] [blame] | 4206 | const char kSiteIsolationForPasswordSitesName[] = |
| 4207 | "Site Isolation For Password Sites"; |
| 4208 | const char kSiteIsolationForPasswordSitesDescription[] = |
| 4209 | "Security mode that enables site isolation for sites based on " |
| 4210 | "password-oriented heuristics, such as a user typing in a password."; |
| 4211 | |
Bo Liu | de36ab6 | 2023-02-24 20:08:29 | [diff] [blame] | 4212 | const char kSlimCompositorName[] = "Slim browser compositor"; |
| 4213 | const char kSlimCompositorDescription[] = "Use new simpler browser compositor"; |
| 4214 | |
Mark Schillaci | cc2476f | 2023-07-06 17:08:08 | [diff] [blame] | 4215 | const char kSmartZoomName[] = "Smart Zoom"; |
| 4216 | const char kSmartZoomDescription[] = |
| 4217 | "Enable the Smart Zoom accessibility feature as an alternative approach " |
| 4218 | "to zooming web contents."; |
| 4219 | |
Hung Vu | c394db6 | 2020-08-21 21:26:52 | [diff] [blame] | 4220 | const char kSmartSuggestionForLargeDownloadsName[] = |
| 4221 | "Smart suggestion for large downloads"; |
| 4222 | const char kSmartSuggestionForLargeDownloadsDescription[] = |
| 4223 | "Smart suggestion that offers download locations for large files."; |
| 4224 | |
Ioana Pandele | 9fc19b2f | 2020-01-23 22:16:50 | [diff] [blame] | 4225 | const char kStartSurfaceAndroidName[] = "Start Surface"; |
| 4226 | const char kStartSurfaceAndroidDescription[] = |
| 4227 | "Enable showing the start surface when launching Chrome via the " |
| 4228 | "launcher."; |
| 4229 | |
Xi Han | 8e1b245 | 2022-05-26 15:43:16 | [diff] [blame] | 4230 | const char kFeedPositionAndroidName[] = "Feed Position"; |
| 4231 | const char kFeedPositionAndroidDescription[] = |
| 4232 | "Enable pushing down or pulling up of Feeds on NTP"; |
| 4233 | |
Xi Han | fe309c0 | 2022-06-07 16:57:26 | [diff] [blame] | 4234 | const char kSearchResumptionModuleAndroidName[] = "Search Resumption Module"; |
| 4235 | const char kSearchResumptionModuleAndroidDescription[] = |
| 4236 | "Enable showing search suggestions on NTP"; |
| 4237 | |
Andrey Zaytsev | 5794f89 | 2022-07-14 16:16:55 | [diff] [blame] | 4238 | const char kSiteDataImprovementsName[] = "Site data improvements"; |
| 4239 | const char kSiteDataImprovementsDescription[] = |
| 4240 | "Improved 'All sites' and 'Site settings' pages on Android."; |
| 4241 | |
spdonghao | 86345d5 | 2022-09-20 20:13:15 | [diff] [blame] | 4242 | const char kStartSurfaceDisabledFeedImprovementName[] = |
| 4243 | "Start Surface Disabled Feed Improvement"; |
| 4244 | const char kStartSurfaceDisabledFeedImprovementDescription[] = |
| 4245 | "Enable improving Start surface when Feed is disabled"; |
| 4246 | |
Xinyi Ji | 411f38f | 2023-02-10 23:32:50 | [diff] [blame] | 4247 | const char kStartSurfaceOnTabletName[] = "Start Surface On Tablet"; |
| 4248 | const char kStartSurfaceOnTabletDescription[] = |
| 4249 | "Enable Start Surface On Tablet."; |
| 4250 | |
spdonghao | 921dbdf4 | 2022-07-12 19:02:34 | [diff] [blame] | 4251 | const char kStartSurfaceRefactorName[] = "Start Surface Refactor"; |
| 4252 | const char kStartSurfaceRefactorDescription[] = |
| 4253 | "Enable splitting Tab switcher from Start surface"; |
| 4254 | |
Sreeja Kamishetty | 0ecfb560 | 2023-05-02 16:20:52 | [diff] [blame] | 4255 | const char kStartSurfaceSpareTabName[] = "Start Surface Spare Tab"; |
| 4256 | const char kStartSurfaceSpareTabDescription[] = |
| 4257 | "Enable using Spare Tab for navigations from Start Surface."; |
| 4258 | |
Xinyi Ji | e328943 | 2023-03-08 20:42:22 | [diff] [blame] | 4259 | const char kStartSurfaceWithAccessibilityName[] = |
| 4260 | "Start Surface With Accessibility"; |
| 4261 | const char kStartSurfaceWithAccessibilityDescription[] = |
| 4262 | "Enable Start Surface with Accessibility."; |
| 4263 | |
Lei Zhang | 0a318af | 2018-11-14 02:19:46 | [diff] [blame] | 4264 | const char kStrictSiteIsolationName[] = "Strict site isolation"; |
| 4265 | const char kStrictSiteIsolationDescription[] = |
| 4266 | "Security mode that enables site isolation for all sites (SitePerProcess). " |
| 4267 | "In this mode, each renderer process will contain pages from at most one " |
| 4268 | "site, using out-of-process iframes when needed. " |
| 4269 | "Check chrome://process-internals to see the current isolation mode. " |
| 4270 | "Setting this flag to 'Enabled' turns on site isolation regardless of the " |
| 4271 | "default. Here, 'Disabled' is a legacy value that actually means " |
| 4272 | "'Default,' in which case site isolation may be already enabled based on " |
| 4273 | "platform, enterprise policy, or field trial. See also " |
| 4274 | "#site-isolation-trial-opt-out for how to disable site isolation for " |
| 4275 | "testing."; |
| 4276 | |
Alex Mitra | c4bcea2 | 2023-02-09 11:10:15 | [diff] [blame] | 4277 | const char kStylusRichGesturesName[] = "Stylus rich gestures"; |
| 4278 | const char kStylusRichGesturesDescription[] = |
| 4279 | "Enable rich gestures for stylus which can be used to modify text in " |
| 4280 | "editable web content."; |
| 4281 | |
Bo Liu | 2f24729 | 2023-05-15 18:28:32 | [diff] [blame] | 4282 | const char kSurfaceControlMagnifierName[] = "Surface control magnifier"; |
| 4283 | const char kSurfaceControlMagnifierDescription[] = |
| 4284 | "Use magnifier built using SurfaceControl. Depends on SurfaceControl, " |
| 4285 | "Slim compositor, and Android OS support. No effect if enabled on " |
| 4286 | "unsupported environment."; |
| 4287 | |
Xinyi Ji | 55e1c77db | 2023-05-29 19:22:22 | [diff] [blame] | 4288 | const char kSurfacePolishName[] = "Surface Polish"; |
| 4289 | const char kSurfacePolishDescription[] = |
| 4290 | "Enable clank home surface polish for Start surface and NTP."; |
| 4291 | |
Sirisha Kavuluru | 003e096 | 2021-12-08 21:40:30 | [diff] [blame] | 4292 | const char kTabGroupsForTabletsName[] = "Tab groups on tablets"; |
| 4293 | const char kTabGroupsForTabletsDescription[] = "Enable tab groups on tablets."; |
| 4294 | |
Calder Kitagawa | 04cc694 | 2023-06-14 18:38:46 | [diff] [blame] | 4295 | const char kThumbnailPlaceholderName[] = "Thumbnail placeholder"; |
| 4296 | const char kThumbnailPlaceholderDescription[] = |
| 4297 | "Display a placeholder image for missing thumbnails."; |
| 4298 | |
Sirisha Kavuluru | 263350ba | 2022-09-08 21:40:21 | [diff] [blame] | 4299 | const char kDiscoverFeedMultiColumnAndroidName[] = |
| 4300 | "Multi-column Discover feed Android."; |
| 4301 | const char kDiscoverFeedMultiColumnAndroidDescription[] = |
Sirisha Kavuluru | e968d50 | 2022-10-27 19:37:40 | [diff] [blame] | 4302 | "Enables single or multi-column Discover feed based on screen width on " |
Sirisha Kavuluru | 263350ba | 2022-09-08 21:40:21 | [diff] [blame] | 4303 | "Android."; |
| 4304 | |
Zhe Li | 5d302c8 | 2022-10-12 16:56:54 | [diff] [blame] | 4305 | const char kTabStripRedesignAndroidName[] = "Tab Strip Redesign Android."; |
| 4306 | const char kTabStripRedesignAndroidDescription[] = |
| 4307 | "Enabled Tab Strip Redesign on Android - A visual redesign of Clank Tab " |
| 4308 | "Strip that is consistent with GM3."; |
| 4309 | |
Zhe Li | dbe38d1 | 2023-05-17 23:55:52 | [diff] [blame] | 4310 | const char kTabletToolbarReorderingAndroidName[] = |
| 4311 | "Tablet Toolbar Reordering Android."; |
| 4312 | const char kTabletToolbarReorderingAndroidDescription[] = |
| 4313 | "Enable Tablet Toolbar Reordering on Android - Reorder the toolbar by " |
| 4314 | "placing the Home button from 1st to the 4th position after the Refresh" |
| 4315 | "button to match the Desktop toolbar"; |
| 4316 | |
Zhe Li | 6ed8d9c | 2023-04-14 18:24:21 | [diff] [blame] | 4317 | const char kEmptyStatesAndroidName[] = "Empty States Android."; |
| 4318 | const char kEmptyStatesAndroidDescription[] = |
| 4319 | "Enabled Clank Empty States on Android - Add illustrations to Clank empty " |
| 4320 | "states to update tab switcher UI, recent tabs, bookmarks, reading list " |
| 4321 | "and history zero states"; |
| 4322 | |
Sirisha Kavuluru | e968d50 | 2022-10-27 19:37:40 | [diff] [blame] | 4323 | const char kFoldableJankFixAndroidName[] = "Fix for jank seen on foldables."; |
| 4324 | const char kFoldableJankFixAndroidDescription[] = |
| 4325 | "Enables fix for jank seen during fold to unfold transition on foldables " |
| 4326 | "with Android 12+"; |
| 4327 | |
Neil Coronado | 6a12ed8 | 2023-05-11 23:59:00 | [diff] [blame] | 4328 | const char kTabStripStartupRefactoringName[] = |
| 4329 | "Refactor for tablet tab strip startup."; |
| 4330 | const char kTabStripStartupRefactoringDescription[] = |
| 4331 | "Enables refactor for tablet tab strip startup. This creates placeholder " |
| 4332 | "tabs before the tab strip is initialized to prevent " |
| 4333 | "jank (tabs seeming to quickly flicker / scroll)."; |
| 4334 | |
Neil Coronado | 97e13551 | 2023-01-11 20:21:09 | [diff] [blame] | 4335 | const char kBaselineGM3SurfaceColorsName[] = "Baseline GM3 Surface Colors"; |
| 4336 | const char kBaselineGM3SurfaceColorsDescription[] = |
| 4337 | "Updates baseline surface colors to match the GM3 formula."; |
| 4338 | |
Neil Coronado | 2817694 | 2023-05-01 23:17:45 | [diff] [blame] | 4339 | const char kDelayTempStripRemovalName[] = |
| 4340 | "Delay temp tab strip removal on startup"; |
| 4341 | const char kDelayTempStripRemovalDescription[] = |
| 4342 | "By delaying the removal of the placeholder tab strip, we mitigate the " |
| 4343 | "jank seen as tabs are being restored on startup."; |
| 4344 | |
Mustaq Ahmed | a130fec | 2022-02-09 19:03:26 | [diff] [blame] | 4345 | const char kTouchDragAndContextMenuName[] = |
| 4346 | "Simultaneous touch drag and context menu"; |
| 4347 | const char kTouchDragAndContextMenuDescription[] = |
| 4348 | "Enables touch dragging and a context menu to start simultaneously, with" |
| 4349 | "the assumption that the menu is non-modal."; |
| 4350 | |
Scott Little | c0f9a47 | 2022-03-23 19:23:22 | [diff] [blame] | 4351 | const char kTranslateMessageUIName[] = "Translate Message UI"; |
| 4352 | const char kTranslateMessageUIDescription[] = |
| 4353 | "Controls whether the Translate Message UI will be shown instead of the " |
| 4354 | "Translate InfoBar."; |
| 4355 | |
Peter E Conn | 9eea1c0b | 2023-04-24 15:53:45 | [diff] [blame] | 4356 | const char kTwaPostMessageName[] = "PostMessage for Trusted Web Activities"; |
| 4357 | const char kTwaPostMessageDescription[] = |
| 4358 | "Enables PostMessage between the " |
| 4359 | "shell app and the web page in Trusted Web Activities."; |
| 4360 | |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 4361 | const char kUpdateMenuBadgeName[] = "Force show update menu badge"; |
| 4362 | const char kUpdateMenuBadgeDescription[] = |
Tommy Nyquist | 3c02e59 | 2018-10-18 23:36:44 | [diff] [blame] | 4363 | "When enabled, a badge will be shown on the app menu button if the update " |
| 4364 | "type is Update Available or Unsupported OS Version."; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 4365 | |
| 4366 | const char kUpdateMenuItemCustomSummaryDescription[] = |
| 4367 | "When this flag and the force show update menu item flag are enabled, a " |
| 4368 | "custom summary string will be displayed below the update menu item."; |
| 4369 | const char kUpdateMenuItemCustomSummaryName[] = |
| 4370 | "Update menu item custom summary"; |
| 4371 | |
Tommy Nyquist | 3c02e59 | 2018-10-18 23:36:44 | [diff] [blame] | 4372 | const char kUpdateMenuTypeName[] = |
| 4373 | "Forces the update menu type to a specific type"; |
| 4374 | const char kUpdateMenuTypeDescription[] = |
| 4375 | "When set, forces the update type to be a specific one, which impacts " |
Tommy Nyquist | b0f8692e | 2021-10-15 19:13:05 | [diff] [blame] | 4376 | "the app menu badge and menu item for updates."; |
Tommy Nyquist | 3c02e59 | 2018-10-18 23:36:44 | [diff] [blame] | 4377 | const char kUpdateMenuTypeNone[] = "None"; |
| 4378 | const char kUpdateMenuTypeUpdateAvailable[] = "Update Available"; |
| 4379 | const char kUpdateMenuTypeUnsupportedOSVersion[] = "Unsupported OS Version"; |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 4380 | |
Tommy Nyquist | 5b7ac1a0 | 2022-08-16 16:56:00 | [diff] [blame] | 4381 | const char kOmahaMinSdkVersionAndroidName[] = |
| 4382 | "Forces the minumum Android SDK version to a particular value."; |
| 4383 | const char kOmahaMinSdkVersionAndroidDescription[] = |
| 4384 | "When set, the minimum Android minimum SDK version is set to a particular " |
| 4385 | "value which impact the app menu badge, menu items, and settings about " |
| 4386 | "screen regarding whether Chrome can be updated."; |
| 4387 | const char kOmahaMinSdkVersionAndroidMinSdk1Description[] = "Minimum SDK = 1"; |
| 4388 | const char kOmahaMinSdkVersionAndroidMinSdk1000Description[] = |
| 4389 | "Minimum SDK = 1000"; |
| 4390 | |
Shakti Sahu | 2741f8d | 2020-08-14 03:38:36 | [diff] [blame] | 4391 | const char kVideoTutorialsName[] = "Enable video tutorials"; |
| 4392 | const char kVideoTutorialsDescription[] = "Show video tutorials in Chrome"; |
| 4393 | |
bttk | 8031f3fb | 2021-02-25 20:21:24 | [diff] [blame] | 4394 | const char kAdaptiveButtonInTopToolbarName[] = "Adaptive button in top toolbar"; |
| 4395 | const char kAdaptiveButtonInTopToolbarDescription[] = |
| 4396 | "Enables showing an adaptive action button in the top toolbar"; |
Salvador Guerrero | b5d9c76 | 2023-03-22 21:24:03 | [diff] [blame] | 4397 | |
Salvador Guerrero | a071de30 | 2023-03-18 00:34:27 | [diff] [blame] | 4398 | const char kAdaptiveButtonInTopToolbarTranslateName[] = |
| 4399 | "Adaptive button in top toolbar - Translate button"; |
| 4400 | const char kAdaptiveButtonInTopToolbarTranslateDescription[] = |
| 4401 | "Enables a translate button in the top toolbar. Must be selected in " |
| 4402 | "Settings > Toolbar Shortcut."; |
Salvador Guerrero | b5d9c76 | 2023-03-22 21:24:03 | [diff] [blame] | 4403 | const char kAdaptiveButtonInTopToolbarAddToBookmarksName[] = |
| 4404 | "Adaptive button in top toolbar - Add to bookmarks button"; |
| 4405 | const char kAdaptiveButtonInTopToolbarAddToBookmarksDescription[] = |
| 4406 | "Enables an add to bookmarks button in the top toolbar. Must be selected " |
| 4407 | "in " |
| 4408 | "Settings > Toolbar Shortcut."; |
| 4409 | |
bttk | 74acf1b | 2021-05-19 20:20:59 | [diff] [blame] | 4410 | const char kAdaptiveButtonInTopToolbarCustomizationName[] = |
| 4411 | "Adaptive button in top toolbar customization"; |
| 4412 | const char kAdaptiveButtonInTopToolbarCustomizationDescription[] = |
| 4413 | "Enables UI for customizing the adaptive action button in the top toolbar"; |
Josh Simmons | 68941d12 | 2020-11-11 02:49:04 | [diff] [blame] | 4414 | |
Ken Buchanan | 3e7f855d | 2023-04-12 01:03:22 | [diff] [blame] | 4415 | const char kWebAuthnAndroidCredManName[] = |
| 4416 | "Android Credential Management for passkeys"; |
| 4417 | const char kWebAuthnAndroidCredManDescription[] = |
| 4418 | "Use Credential Management API for passkeys. Requires Android 14 or " |
| 4419 | "higher."; |
| 4420 | |
Ella Ge | 95775d7 | 2023-06-14 21:27:17 | [diff] [blame] | 4421 | const char kWebApkInstallFailureNotificationName[] = |
| 4422 | "Web app install failure notification"; |
| 4423 | const char kWebApkInstallFailureNotificationDescription[] = |
| 4424 | "Enables showing a notification when web app install failed"; |
| 4425 | |
| 4426 | const char kWebApkInstallFailureRetryName[] = "Web app install retry"; |
| 4427 | const char kWebApkInstallFailureRetryDescription[] = |
| 4428 | "Allows user to retry failed web app installs with the failure " |
| 4429 | "notification"; |
| 4430 | |
Carlos Knippschild | 0cf5a07 | 2020-12-01 00:15:53 | [diff] [blame] | 4431 | const char kWebFeedName[] = "Web Feed"; |
| 4432 | const char kWebFeedDescription[] = |
| 4433 | "Allows users to keep up with and consume web content."; |
| 4434 | |
Pete Williamson | 55cbb16 | 2022-04-09 02:41:52 | [diff] [blame] | 4435 | const char kWebFeedAwarenessName[] = "Web Feed Awareness"; |
| 4436 | const char kWebFeedAwarenessDescription[] = |
| 4437 | "Helps the user discover the web feed."; |
| 4438 | |
Pete Williamson | 06a50ba | 2022-03-10 02:08:53 | [diff] [blame] | 4439 | const char kWebFeedOnboardingName[] = "Web Feed Onboarding"; |
| 4440 | const char kWebFeedOnboardingDescription[] = |
Pete Williamson | 55cbb16 | 2022-04-09 02:41:52 | [diff] [blame] | 4441 | "Helps the user understand how to use the web feed."; |
Pete Williamson | 06a50ba | 2022-03-10 02:08:53 | [diff] [blame] | 4442 | |
Cathy Li | e949b3c | 2021-09-10 20:15:45 | [diff] [blame] | 4443 | const char kWebFeedSortName[] = "Web Feed Sort"; |
| 4444 | const char kWebFeedSortDescription[] = |
| 4445 | "Allows users to sort their web content in the web feed. " |
| 4446 | "Only works if Web Feed is also enabled."; |
| 4447 | |
Alex Cooper | 5fca205f | 2023-03-20 23:13:27 | [diff] [blame] | 4448 | const char kWebXrSharedBuffersName[] = "WebXR Shared Buffers"; |
| 4449 | const char kWebXrSharedBuffersDescription[] = |
| 4450 | "Toggles whether or not WebXR attempts to use SharedBuffers for moving " |
| 4451 | "textures from the device to the renderer. When this flag is set to either " |
| 4452 | "enabled or default SharedBuffer support will be dependent on what the " |
| 4453 | "device can actually support."; |
| 4454 | |
Justin DeWitt | 83faf9d1 | 2020-12-17 23:18:03 | [diff] [blame] | 4455 | const char kXsurfaceMetricsReportingName[] = "Xsurface Metrics Reporting"; |
| 4456 | const char kXsurfaceMetricsReportingDescription[] = |
| 4457 | "Allows metrics reporting state to be passed to Xsurface"; |
| 4458 | |
Anna Tsvirchkova | 94fecb5f | 2022-04-14 10:34:04 | [diff] [blame] | 4459 | const char kPasswordEditDialogWithDetailsName[] = |
| 4460 | "Password edit dialog with details UI"; |
| 4461 | const char kPasswordEditDialogWithDetailsDescription[] = |
| 4462 | "Enables UI which shows the dialog after clicking on save/update password" |
| 4463 | " with the functionality to choose user account and edit the password."; |
| 4464 | |
liyanbo.monster | 41ebdd1 | 2022-06-30 04:32:32 | [diff] [blame] | 4465 | const char kEnableAndroidGamepadVibrationName[] = "Gamepad vibration"; |
| 4466 | const char kEnableAndroidGamepadVibrationDescription[] = |
| 4467 | "Enables the ability to play vibration effects on supported gamepads."; |
| 4468 | |
Wissem Gamra | 2a91d86 | 2022-08-17 18:17:22 | [diff] [blame] | 4469 | const char kCormorantName[] = "Cormorant"; |
| 4470 | const char kCormorantDescription[] = "Enables the experimental Cormorant UI."; |
| 4471 | |
Alexander Cooper | 98a8edb | 2023-05-23 18:04:05 | [diff] [blame] | 4472 | #if BUILDFLAG(ENABLE_VR) && BUILDFLAG(ENABLE_OPENXR) |
| 4473 | const char kOpenXRName[] = "Enable OpenXR WebXR Runtime"; |
| 4474 | const char kOpenXRDescription[] = |
| 4475 | "Enables the use of the OpenXR runtime to create WebXR sessions."; |
| 4476 | #endif |
| 4477 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 4478 | // Non-Android ----------------------------------------------------------------- |
Brett Wilson | ff59695 | 2017-07-14 01:06:55 | [diff] [blame] | 4479 | |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 4480 | #else // BUILDFLAG(IS_ANDROID) |
brettw | 5f9c164 | 2017-05-14 17:12:48 | [diff] [blame] | 4481 | |
Benjamin Zielinski | 04f8c80 | 2023-04-13 23:26:55 | [diff] [blame] | 4482 | const char kAccessCodeCastFreezeUiName[] = |
| 4483 | "Pause Cast sessions (Access Code Cast users only)"; |
| 4484 | const char kAccessCodeCastFreezeUiDescription[] = |
| 4485 | "When enabled, adds controls to pause Cast sessions when sharing tab or " |
| 4486 | "screen, if using Access Code Casting."; |
| 4487 | |
echo linker | b7f4338 | 2022-02-10 23:20:34 | [diff] [blame] | 4488 | const char kAppManagementAppDetailsName[] = |
| 4489 | "Enable App Details in App Management."; |
| 4490 | const char kAppManagementAppDetailsDescription[] = |
| 4491 | "Show app details on an app's App Management page."; |
| 4492 | |
Lei Zhang | 1a6fd01b | 2021-03-24 17:03:48 | [diff] [blame] | 4493 | const char kAllowAllSitesToInitiateMirroringName[] = |
Takumi Fujimoto | bf466ac | 2020-08-18 20:55:15 | [diff] [blame] | 4494 | "Allow all sites to initiate mirroring"; |
Lei Zhang | 1a6fd01b | 2021-03-24 17:03:48 | [diff] [blame] | 4495 | const char kAllowAllSitesToInitiateMirroringDescription[] = |
Takumi Fujimoto | bf466ac | 2020-08-18 20:55:15 | [diff] [blame] | 4496 | "When enabled, allows all websites to request to initiate tab mirroring " |
| 4497 | "via Presentation API. Requires #cast-media-route-provider to also be " |
| 4498 | "enabled"; |
| 4499 | |
Sunggook Chue | 99ab198 | 2023-06-20 21:24:06 | [diff] [blame] | 4500 | const char kDialMediaRouteProviderName[] = |
| 4501 | "Allow cast device discovery with DIAL protocol"; |
| 4502 | const char kDialMediaRouteProviderDescription[] = |
| 4503 | "Enable/Disable the browser discovery of the DIAL support cast device." |
| 4504 | "It sends a discovery SSDP message every 120 seconds"; |
| 4505 | |
mark a. foltz | 8d3e26ed | 2023-03-17 17:46:57 | [diff] [blame] | 4506 | const char kMediaRouterOtrInstanceName[] = |
| 4507 | "Create a separate Media Router instance for off-the-record " |
| 4508 | "profiles."; |
| 4509 | const char kMediaRouterOtrInstanceDescription[] = |
| 4510 | "When enabled, a separate Media Router instance will be created for " |
| 4511 | "off-the-record (\"incognito\") profiles."; |
| 4512 | |
George Benz | 0508630 | 2023-05-02 23:39:10 | [diff] [blame] | 4513 | const char kCastMirroringTargetPlayoutDelayName[] = |
| 4514 | "Changes the target playout delay for cast mirroring."; |
| 4515 | const char kCastMirroringTargetPlayoutDelayDescription[] = |
| 4516 | "Choose a target playout delay for cast mirroring. A lower delay will " |
| 4517 | "decrease latency, but may come at the cost of other quality standards " |
| 4518 | "such as dropped frames or FPS."; |
| 4519 | const char kCastMirroringTargetPlayoutDelayDefault[] = "400ms (default)"; |
| 4520 | const char kCastMirroringTargetPlayoutDelay100ms[] = "100ms."; |
| 4521 | const char kCastMirroringTargetPlayoutDelay150ms[] = "150ms."; |
| 4522 | const char kCastMirroringTargetPlayoutDelay200ms[] = "200ms."; |
| 4523 | const char kCastMirroringTargetPlayoutDelay250ms[] = "250ms."; |
| 4524 | const char kCastMirroringTargetPlayoutDelay300ms[] = "300ms."; |
| 4525 | const char kCastMirroringTargetPlayoutDelay350ms[] = "3500ms."; |
| 4526 | |
Anthony Cui | e410985 | 2022-07-27 19:01:01 | [diff] [blame] | 4527 | const char kCopyLinkToTextName[] = "Copy Link To Text"; |
| 4528 | const char kCopyLinkToTextDescription[] = |
| 4529 | "Adds an item to the context menu to allow a user to copy a link to the " |
| 4530 | "page with the selected text highlighted."; |
| 4531 | |
evliu | 467c11b8 | 2020-11-17 01:29:30 | [diff] [blame] | 4532 | const char kEnableAccessibilityLiveCaptionName[] = "Live Caption"; |
| 4533 | const char kEnableAccessibilityLiveCaptionDescription[] = |
| 4534 | "Enables the live caption feature which generates captions for " |
Katie D | f558c1a | 2020-04-21 20:33:59 | [diff] [blame] | 4535 | "media playing in Chrome. Turn the feature on in " |
| 4536 | "chrome://settings/accessibility."; |
| 4537 | |
Jocelyn Tran | 48b694aa | 2023-03-03 21:00:11 | [diff] [blame] | 4538 | const char kReadAnythingName[] = "Reading Mode"; |
Abigail Klein | cef6948 | 2023-01-24 22:14:37 | [diff] [blame] | 4539 | const char kReadAnythingDescription[] = |
Jocelyn Tran | 48b694aa | 2023-03-03 21:00:11 | [diff] [blame] | 4540 | "Enables the Reading Mode feature which generates a reader-friendly view " |
| 4541 | "of web pages. Open the side panel and select Reading Mode to try the " |
Abigail Klein | cef6948 | 2023-01-24 22:14:37 | [diff] [blame] | 4542 | "feature."; |
| 4543 | |
Jocelyn Tran | 48b694aa | 2023-03-03 21:00:11 | [diff] [blame] | 4544 | const char kReadAnythingWithScreen2xName[] = "Reading Mode with Screen2x"; |
Abigail Klein | cef6948 | 2023-01-24 22:14:37 | [diff] [blame] | 4545 | const char kReadAnythingWithScreen2xDescription[] = |
Jocelyn Tran | 48b694aa | 2023-03-03 21:00:11 | [diff] [blame] | 4546 | "Have Reading Mode use a local machine learning model for web page " |
Abigail Klein | cef6948 | 2023-01-24 22:14:37 | [diff] [blame] | 4547 | "distillation."; |
| 4548 | |
Jack Hsieh | 1e6d84a | 2022-07-01 16:18:57 | [diff] [blame] | 4549 | const char kEnableWebHidOnExtensionServiceWorkerName[] = |
| 4550 | "Enable WebHID on extension service workers"; |
| 4551 | const char kEnableWebHidOnExtensionServiceWorkerDescription[] = |
| 4552 | "When enabled, WebHID API is available on extension service workers."; |
| 4553 | |
John Williams | e5a683b | 2020-07-28 03:01:48 | [diff] [blame] | 4554 | const char kGlobalMediaControlsCastStartStopName[] = |
| 4555 | "Global media controls control Cast start/stop"; |
| 4556 | const char kGlobalMediaControlsCastStartStopDescription[] = |
| 4557 | "Allows global media controls to control when a Cast session is started " |
| 4558 | "or stopped instead of relying on the Cast dialog."; |
| 4559 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 4560 | const char kHeuristicMemorySaverName[] = |
Anthony Vallee-Dubois | 3d3039fb | 2023-03-17 16:11:15 | [diff] [blame] | 4561 | "Enable the heuristics-based policy for Memory Saver Mode."; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 4562 | const char kHeuristicMemorySaverDescription[] = |
Anthony Vallee-Dubois | 3d3039fb | 2023-03-17 16:11:15 | [diff] [blame] | 4563 | "When enabled, Memory Saver will take multiple signals into account before " |
| 4564 | "discarding a tab rather than doing it after a fixed amount of time in the " |
| 4565 | "background."; |
| 4566 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 4567 | const char kHighEfficiencyMultistateModeAvailableName[] = |
Alison Gale | a48e0e1 | 2023-05-10 22:57:52 | [diff] [blame] | 4568 | "Enable the multi-state option for Memory Saver Mode."; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 4569 | const char kHighEfficiencyMultistateModeAvailableDescription[] = |
Alison Gale | a48e0e1 | 2023-05-10 22:57:52 | [diff] [blame] | 4570 | "When enabled, Memory Saver can take one of three options: enabled with a " |
Gabriel Charette | d2cdb22 | 2023-06-15 15:28:17 | [diff] [blame] | 4571 | "heuristic mode, enabled with a fixed timer, and discarded. Configure this " |
Alison Gale | a48e0e1 | 2023-05-10 22:57:52 | [diff] [blame] | 4572 | "through the settings page."; |
| 4573 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 4574 | const char kHighEfficiencyDiscardedTabTreatmentName[] = |
Alison Gale | e124dea3 | 2023-05-05 21:39:05 | [diff] [blame] | 4575 | "Enable discarded tab treatment for Memory Saver Mode."; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 4576 | const char kHighEfficiencyDiscardedTabTreatmentDescription[] = |
Alison Gale | e124dea3 | 2023-05-05 21:39:05 | [diff] [blame] | 4577 | "When enabled, discarded tabs will have a modified favicon to indicate " |
| 4578 | "that state."; |
| 4579 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 4580 | const char kHighEfficiencyMemoryUsageInHovercardsName[] = |
Alison Gale | eebae68 | 2023-06-06 20:30:53 | [diff] [blame] | 4581 | "Show memory usage in hovercards."; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 4582 | const char kHighEfficiencyMemoryUsageInHovercardsDescription[] = |
Alison Gale | eebae68 | 2023-06-06 20:30:53 | [diff] [blame] | 4583 | "When enabled, memory usage for active tabs can be found in their " |
| 4584 | "hovercards."; |
| 4585 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 4586 | const char kHighEfficiencyDiscardExceptionsImprovementsName[] = |
Alison Gale | af76701 | 2023-05-12 18:27:06 | [diff] [blame] | 4587 | "Enable improvements to creating tab discard exceptions."; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 4588 | const char kHighEfficiencyDiscardExceptionsImprovementsDescription[] = |
Alison Gale | af76701 | 2023-05-12 18:27:06 | [diff] [blame] | 4589 | "When enabled, tab discard exceptions can be created from the Memory Saver " |
| 4590 | "page action chip dialog and they can be created from currently open tabs " |
| 4591 | "via the settings page."; |
| 4592 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 4593 | const char kHighEfficiencySavingsReportingImprovementsName[] = |
Alison Gale | 56cd69b | 2023-04-25 16:56:32 | [diff] [blame] | 4594 | "Enable improvements to how memory savings are reported."; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 4595 | const char kHighEfficiencySavingsReportingImprovementsDescription[] = |
Alison Gale | 56cd69b | 2023-04-25 16:56:32 | [diff] [blame] | 4596 | "When enabled, the Memory Saver page action chip and dialog will be used " |
| 4597 | "to highlight memory savings."; |
| 4598 | |
Nicolas MacBeth | 3dcf753 | 2023-04-21 21:30:13 | [diff] [blame] | 4599 | #if BUILDFLAG(GOOGLE_CHROME_BRANDING) |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 4600 | const char kIOSPromoPasswordBubbleName[] = |
Nicolas MacBeth | 3dcf753 | 2023-04-21 21:30:13 | [diff] [blame] | 4601 | "Contextual Chrome for iOS promo in the password save/update bubble."; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 4602 | const char kIOSPromoPasswordBubbleDecription[] = |
Nicolas MacBeth | 3dcf753 | 2023-04-21 21:30:13 | [diff] [blame] | 4603 | "When enabled, a contextual Chrome for iOS promo will be shown to eligible " |
| 4604 | "users. The different flag options are for the promo's activation."; |
| 4605 | #endif |
| 4606 | |
Richard Knoll | 7b29356 | 2021-07-08 08:49:06 | [diff] [blame] | 4607 | const char kMuteNotificationSnoozeActionName[] = |
| 4608 | "Snooze action for mute notifications"; |
| 4609 | const char kMuteNotificationSnoozeActionDescription[] = |
| 4610 | "Adds a Snooze action to mute notifications shown while sharing a screen."; |
| 4611 | |
Paul Adedeji | abbaf29 | 2023-04-03 21:21:18 | [diff] [blame] | 4612 | const char kNtpAlphaBackgroundCollectionsName[] = |
| 4613 | "NTP Alpha Background Collections"; |
| 4614 | const char kNtpAlphaBackgroundCollectionsDescription[] = |
| 4615 | "Shows alpha NTP background collections in Customize Chrome."; |
| 4616 | |
Paul Adedeji | c4acd309 | 2023-05-22 19:29:13 | [diff] [blame] | 4617 | const char kNtpBackgroundImageErrorDetectionName[] = |
| 4618 | "NTP Background Image Error Detection"; |
| 4619 | const char kNtpBackgroundImageErrorDetectionDescription[] = |
| 4620 | "Checks NTP background image links for HTTP status errors."; |
| 4621 | |
Esmael El-Moslimany | f85849d | 2021-01-15 02:18:10 | [diff] [blame] | 4622 | const char kNtpCacheOneGoogleBarName[] = "Cache OneGoogleBar"; |
| 4623 | const char kNtpCacheOneGoogleBarDescription[] = |
| 4624 | "Enables using the OneGoogleBar cached response in chrome://new-tab-page, " |
| 4625 | "when available."; |
| 4626 | |
Paul Adedeji | 1ed5300 | 2022-06-13 20:15:30 | [diff] [blame] | 4627 | const char kNtpChromeCartModuleName[] = "NTP Chrome Cart Module"; |
| 4628 | const char kNtpChromeCartModuleDescription[] = |
| 4629 | "Shows the chrome cart module on the New Tab Page."; |
Tibor Goldschwendt | 16a63cb | 2020-08-04 19:08:15 | [diff] [blame] | 4630 | |
Roman Arora | 201df09 | 2022-10-20 16:53:51 | [diff] [blame] | 4631 | const char kNtpComprehensiveThemeRealboxName[] = |
| 4632 | "NTP Comprehensive Theme Realbox"; |
| 4633 | const char kNtpComprehensiveThemeRealboxDescription[] = |
| 4634 | "Applies theme based colors to the NTP Realbox element"; |
| 4635 | |
Yo Wakita | dcd3880 | 2022-10-12 17:27:07 | [diff] [blame] | 4636 | const char kNtpDesktopLensName[] = "NTP Desktop Lens Entrypoint"; |
| 4637 | const char kNtpDesktopLensDescription[] = |
| 4638 | "Shows a Lens entrypoint and upload dialog in desktop NTP when enabled."; |
| 4639 | |
Andre Vincent | 60a5c5d | 2020-12-24 02:53:01 | [diff] [blame] | 4640 | const char kNtpDriveModuleName[] = "NTP Drive Module"; |
| 4641 | const char kNtpDriveModuleDescription[] = |
| 4642 | "Shows the Google Drive module on the New Tab Page"; |
| 4643 | |
Paul Adedeji | 68046694 | 2022-01-13 22:10:50 | [diff] [blame] | 4644 | #if !defined(OFFICIAL_BUILD) |
| 4645 | const char kNtpDummyModulesName[] = "NTP Dummy Modules"; |
| 4646 | const char kNtpDummyModulesDescription[] = |
| 4647 | "Adds dummy modules to New Tab Page when 'NTP Modules Redesigned' is " |
| 4648 | "enabled."; |
| 4649 | #endif |
| 4650 | |
Roman Arora | c7579c9 | 2023-02-27 22:17:17 | [diff] [blame] | 4651 | const char kNtpHistoryClustersModuleName[] = "NTP Journeys Module"; |
| 4652 | const char kNtpHistoryClustersModuleDescription[] = |
| 4653 | "Shows the Journeys module on the New Tab Page."; |
| 4654 | |
Marlon Facey | daec9081 | 2023-06-29 20:14:05 | [diff] [blame] | 4655 | const char kNtpHistoryClustersModuleSuggestionChipHeaderName[] = |
| 4656 | "NTP Journeys Module Suggestion Chip Header "; |
| 4657 | const char kNtpHistoryClustersModuleSuggestionChipHeaderDescription[] = |
| 4658 | "Shows the historical suggestion chip in the header if enabled."; |
| 4659 | |
Sophie Chang | df637c98 | 2023-05-14 17:06:31 | [diff] [blame] | 4660 | const char kNtpHistoryClustersModuleUseModelRankingName[] = |
| 4661 | "NTP Journeys Module Model Ranking"; |
| 4662 | const char kNtpHistoryClustersModuleUseModelRankingDescription[] = |
| 4663 | "Leverages a machine learning model to rank clusters for the Journeys " |
| 4664 | "module on the New Tab Page."; |
| 4665 | |
Marlon Facey | 138ad714 | 2023-07-11 22:21:35 | [diff] [blame] | 4666 | const char kNtpHistoryClustersModuleTextOnlyName[] = |
| 4667 | "NTP Journeys Module Text Only"; |
| 4668 | const char kNtpHistoryClustersModuleTextOnlyDescription[] = |
| 4669 | "Shows only text (i.e. no images) for Journeys module visits on the New " |
| 4670 | "Tab Page."; |
| 4671 | |
Yue Zhang | b7a521b | 2023-04-11 22:33:19 | [diff] [blame] | 4672 | const char kNtpChromeCartInHistoryClustersModuleName[] = |
| 4673 | "NTP ChromeCart in Journeys Module"; |
| 4674 | const char kNtpChromeCartInHistoryClustersModuleDescription[] = |
| 4675 | "Shows ChromeCart tile in the Journeys module when available on the New " |
| 4676 | "Tab Page."; |
| 4677 | |
Yue Zhang | 9d4bff0 | 2023-04-26 15:32:05 | [diff] [blame] | 4678 | const char kNtpChromeCartHistoryClusterCoexistName[] = |
| 4679 | "NTP ChromeCart and Journeys Module Coexist"; |
| 4680 | const char kNtpChromeCartHistoryClusterCoexistDescription[] = |
| 4681 | "Shows ChromeCart module and ChromeCart+Journeys module together when " |
| 4682 | "available on the New Tab Page."; |
| 4683 | |
Paul Adedeji | 1ed5300 | 2022-06-13 20:15:30 | [diff] [blame] | 4684 | const char kNtpMiddleSlotPromoDismissalName[] = |
| 4685 | "NTP Middle Slot Promo Dismissal"; |
| 4686 | const char kNtpMiddleSlotPromoDismissalDescription[] = |
| 4687 | "Allows middle slot promo to be dismissed from New Tab Page until " |
| 4688 | "new promo message is populated."; |
Rohit Bhatia | 3418936 | 2021-09-04 03:55:20 | [diff] [blame] | 4689 | |
Lydia Lam | 44eea14 | 2021-06-10 01:19:00 | [diff] [blame] | 4690 | const char kNtpModulesDragAndDropName[] = "NTP Modules Drag and Drop"; |
| 4691 | const char kNtpModulesDragAndDropDescription[] = |
| 4692 | "Enables modules to be reordered via dragging and dropping on the " |
| 4693 | "New Tab Page."; |
| 4694 | |
Paul Adedeji | d25542d3 | 2022-03-09 03:06:37 | [diff] [blame] | 4695 | const char kNtpModulesFirstRunExperienceName[] = |
| 4696 | "NTP Modules First Run Experience"; |
| 4697 | const char kNtpModulesFirstRunExperienceDescription[] = |
| 4698 | "Shows first run experience for Modular NTP Desktop v1."; |
| 4699 | |
Tibor Goldschwendt | f9501a6 | 2023-03-23 03:11:19 | [diff] [blame] | 4700 | const char kNtpModulesHeaderIconName[] = "NTP Modules Header Icon"; |
| 4701 | const char kNtpModulesHeaderIconDescription[] = |
| 4702 | "Shows icons in NTP module headers."; |
| 4703 | |
Paul Adedeji | 1ed5300 | 2022-06-13 20:15:30 | [diff] [blame] | 4704 | const char kNtpModulesRedesignedName[] = "NTP Modules Redesigned"; |
| 4705 | const char kNtpModulesRedesignedDescription[] = |
| 4706 | "Shows the redesigned modules on the New Tab Page."; |
| 4707 | |
| 4708 | const char kNtpPhotosModuleName[] = "NTP Photos Module"; |
| 4709 | const char kNtpPhotosModuleDescription[] = |
| 4710 | "Shows the Google Photos module on the New Tab Page"; |
| 4711 | |
| 4712 | const char kNtpPhotosModuleOptInArtWorkName[] = |
| 4713 | "NTP Photos Module Opt In ArtWork"; |
| 4714 | const char kNtpPhotosModuleOptInArtWorkDescription[] = |
| 4715 | "Determines the art work in the NTP Photos Opt-In card"; |
| 4716 | |
| 4717 | const char kNtpPhotosModuleOptInTitleName[] = "NTP Photos Module Opt In Title"; |
| 4718 | const char kNtpPhotosModuleOptInTitleDescription[] = |
| 4719 | "Determines the title of the NTP Photos Opt-In card"; |
| 4720 | |
| 4721 | const char kNtpPhotosModuleSoftOptOutName[] = "NTP Photos Module Soft Opt-Out"; |
| 4722 | const char kNtpPhotosModuleSoftOptOutDescription[] = |
| 4723 | "Enables soft opt-out option in Photos opt-in card"; |
| 4724 | |
Tibor Goldschwendt | 899492d | 2023-06-14 00:03:51 | [diff] [blame] | 4725 | const char kNtpRealboxIsTallName[] = "NTP Realbox Is Tall"; |
| 4726 | const char kNtpRealboxIsTallDescription[] = |
| 4727 | "Makes NTP Realbox taller when enabled."; |
| 4728 | |
Marlon Facey | a00e2f9 | 2022-01-27 23:04:09 | [diff] [blame] | 4729 | const char kNtpRealboxMatchSearchboxThemeName[] = |
| 4730 | "NTP Realbox Matches Searchbox Theme"; |
| 4731 | const char kNtpRealboxMatchSearchboxThemeDescription[] = |
Marlon Facey | 4a2c207 | 2022-09-26 23:24:53 | [diff] [blame] | 4732 | "Makes NTP Realbox drop shadow match that of the Searchbox when enabled."; |
Marlon Facey | a00e2f9 | 2022-01-27 23:04:09 | [diff] [blame] | 4733 | |
Marlon Facey | 904d1244 | 2021-09-02 23:02:24 | [diff] [blame] | 4734 | const char kNtpRealboxPedalsName[] = "NTP Realbox Pedals"; |
| 4735 | const char kNtpRealboxPedalsDescription[] = |
| 4736 | "Shows pedals in the NTP Realbox when enabled."; |
| 4737 | |
John Lee | 07f68aa | 2023-05-19 21:32:58 | [diff] [blame] | 4738 | const char kNtpRealboxWidthBehaviorName[] = "NTP Realbox Width Behavior"; |
| 4739 | const char kNtpRealboxWidthBehaviorDescription[] = |
| 4740 | "Determines the width of the NTP realbox."; |
| 4741 | |
Marlon Facey | 94eac62a0 | 2021-12-15 01:16:37 | [diff] [blame] | 4742 | const char kNtpRealboxUseGoogleGIconName[] = "NTP Realbox Google G Icon"; |
| 4743 | const char kNtpRealboxUseGoogleGIconDescription[] = |
| 4744 | "Shows Google G icon " |
| 4745 | "instead of Search Loupe in realbox when enabled"; |
| 4746 | |
Paul Adedeji | 1ed5300 | 2022-06-13 20:15:30 | [diff] [blame] | 4747 | const char kNtpRecipeTasksModuleName[] = "NTP Recipe Tasks Module"; |
| 4748 | const char kNtpRecipeTasksModuleDescription[] = |
| 4749 | "Shows the recipe tasks module on the New Tab Page."; |
| 4750 | |
Tibor Goldschwendt | a82f86c | 2023-03-14 00:26:51 | [diff] [blame] | 4751 | const char kNtpReducedLogoSpaceName[] = "NTP Reduced Logo Space"; |
| 4752 | const char kNtpReducedLogoSpaceDescription[] = |
| 4753 | "Reduces space the logo fills up vertically."; |
| 4754 | |
Paul Adedeji | 1ed5300 | 2022-06-13 20:15:30 | [diff] [blame] | 4755 | const char kNtpSafeBrowsingModuleName[] = "NTP Safe Browsing Module"; |
| 4756 | const char kNtpSafeBrowsingModuleDescription[] = |
| 4757 | "Shows the safe browsing module on the New Tab Page."; |
| 4758 | |
Tibor Goldschwendt | eec4292 | 2023-03-22 18:54:54 | [diff] [blame] | 4759 | const char kNtpSingleRowShortcutsName[] = "NTP Single Row Shortcuts"; |
| 4760 | const char kNtpSingleRowShortcutsDescription[] = |
| 4761 | "Shows shortcuts in a single wide row on the New Tab Page."; |
| 4762 | |
Tibor Goldschwendt | f9501a6 | 2023-03-23 03:11:19 | [diff] [blame] | 4763 | const char kNtpWideModulesName[] = "NTP Wide Modules"; |
| 4764 | const char kNtpWideModulesDescription[] = |
| 4765 | "Shows wide NTP modules if NTP provides enough space."; |
| 4766 | |
Aran Gilman | 766c2ad | 2019-04-18 00:15:41 | [diff] [blame] | 4767 | const char kEnableReaderModeName[] = "Enable Reader Mode"; |
| 4768 | const char kEnableReaderModeDescription[] = |
| 4769 | "Allows viewing of simplified web pages by selecting 'Customize and " |
| 4770 | "control Chrome'>'Distill page'"; |
| 4771 | |
Wei Li | 2946b35 | 2019-08-19 21:49:54 | [diff] [blame] | 4772 | const char kHappinessTrackingSurveysForDesktopDemoName[] = |
| 4773 | "Happiness Tracking Surveys Demo"; |
| 4774 | const char kHappinessTrackingSurveysForDesktopDemoDescription[] = |
| 4775 | "Enable showing Happiness Tracking Surveys Demo to users on Desktop"; |
| 4776 | |
Ehimare Okoyomon | 04c9bfe2 | 2023-07-13 14:04:28 | [diff] [blame] | 4777 | const char kHatsWebUIName[] = "HaTS in Chrome WebUI"; |
| 4778 | const char kHatsWebUIDescription[] = |
| 4779 | "Enables the Happiness Tracking Surveys being delivered via chrome webui, " |
| 4780 | "rather than a separate static website."; |
| 4781 | |
Ramin Halavati | 7935b62 | 2022-11-16 08:11:46 | [diff] [blame] | 4782 | const char kLayoutExtractionName[] = "Layout Extraction"; |
| 4783 | const char kLayoutExtractionDescription[] = |
| 4784 | "Enables Layout Extraction local machine intelligence library to use " |
| 4785 | "screen snapshots to add metadata for accessibility tools."; |
| 4786 | |
Travis Skare | bcdb5ed3 | 2018-08-17 01:49:40 | [diff] [blame] | 4787 | const char kOmniboxDriveSuggestionsName[] = |
| 4788 | "Omnibox Google Drive Document suggestions"; |
manukh | 918d8255 | 2022-10-11 01:12:22 | [diff] [blame] | 4789 | const char kOmniboxDriveSuggestionsDescription[] = |
Travis Skare | bcdb5ed3 | 2018-08-17 01:49:40 | [diff] [blame] | 4790 | "Display suggestions for Google Drive documents in the omnibox when Google " |
| 4791 | "is the default search engine."; |
| 4792 | |
Martin Šrámek | 60a679d2 | 2023-06-30 11:30:53 | [diff] [blame] | 4793 | const char kOmniboxDriveSuggestionsNoSettingName[] = |
Justin Donnelly | 613ba80 | 2023-07-07 23:06:29 | [diff] [blame] | 4794 | "Omnibox Google Drive Document suggestions don't require separate setting"; |
Martin Šrámek | 60a679d2 | 2023-06-30 11:30:53 | [diff] [blame] | 4795 | const char kOmniboxDriveSuggestionsNoSettingDescription[] = |
Justin Donnelly | 613ba80 | 2023-07-07 23:06:29 | [diff] [blame] | 4796 | "Omnibox Drive suggestions don't require a separate setting and are " |
| 4797 | "available when all other requirements are met. The existing 'Improve " |
| 4798 | "search suggestions' setting can still be used to disable all server-side " |
| 4799 | "suggestions altogether."; |
| 4800 | |
| 4801 | const char kOmniboxDriveSuggestionsNoSyncRequirementName[] = |
| 4802 | "Omnibox Google Drive Document suggestions don't require Chrome Sync"; |
| 4803 | const char kOmniboxDriveSuggestionsNoSyncRequirementDescription[] = |
| 4804 | "Omnibox Drive suggestions don't require the user to have enabled Chrome " |
| 4805 | "Sync and are available when all other requirements are met."; |
Martin Šrámek | 60a679d2 | 2023-06-30 11:30:53 | [diff] [blame] | 4806 | |
Filipa Senra | cb661ca3 | 2023-04-19 16:03:13 | [diff] [blame] | 4807 | const char kPermissionStorageAccessAPIName[] = |
| 4808 | "Storage Access API permission UI"; |
| 4809 | const char kPermissionStorageAccessAPIDescription[] = |
| 4810 | "Enables the new Storage Access API permission UI on Desktop"; |
| 4811 | |
Moe Ahmadi | 6a814b9 | 2023-04-11 23:28:46 | [diff] [blame] | 4812 | const char kRealboxSecondaryZeroSuggestName[] = |
| 4813 | "Enables showing secondary zero-prefix suggestions in NTP realbox."; |
| 4814 | const char kRealboxSecondaryZeroSuggestDescription[] = |
| 4815 | "When enabled, allows showing secondary zero-prefix suggestions in NTP " |
| 4816 | "realbox."; |
| 4817 | |
Chris Thompson | 657d5c8 | 2020-10-08 23:04:10 | [diff] [blame] | 4818 | const char kSCTAuditingName[] = "SCT auditing"; |
| 4819 | const char kSCTAuditingDescription[] = |
| 4820 | "Enables SCT auditing for users who have opted in to Safe Browsing " |
| 4821 | "Extended Reporting."; |
| 4822 | |
Viktoriia Kovalova | d232909 | 2023-07-04 12:55:22 | [diff] [blame] | 4823 | const char kSmartCardWebApiName[] = "Smart Card API"; |
| 4824 | const char kSmartCardWebApiDescription[] = |
| 4825 | "Enable access to the Smart Card API. See " |
| 4826 | "https://github.com/WICG/web-smart-card#readme for more information."; |
| 4827 | |
Jochen Eisinger | bd1033a | 2023-03-27 18:31:23 | [diff] [blame] | 4828 | #if BUILDFLAG(GOOGLE_CHROME_BRANDING) |
| 4829 | const char kSettingsEnableGetTheMostOutOfChromeName[] = |
Jochen Eisinger | 6ef16de | 2023-03-23 20:44:18 | [diff] [blame] | 4830 | "'Get the most out of Chrome' documentation"; |
Jochen Eisinger | bd1033a | 2023-03-27 18:31:23 | [diff] [blame] | 4831 | const char kSettingsEnableGetTheMostOutOfChromeDescription[] = |
Jochen Eisinger | 6ef16de | 2023-03-23 20:44:18 | [diff] [blame] | 4832 | "When enabled, the 'Get the most out of Chrome' documentation section " |
| 4833 | "will be available."; |
Jochen Eisinger | bd1033a | 2023-03-27 18:31:23 | [diff] [blame] | 4834 | #endif |
Jochen Eisinger | 6ef16de | 2023-03-23 20:44:18 | [diff] [blame] | 4835 | |
Alan Cutter | 5ad03af | 2023-06-15 08:53:29 | [diff] [blame] | 4836 | const char kWebAppDedupeInstallUrlsName[] = "Web App Dedupe Install URLs"; |
| 4837 | const char kWebAppDedupeInstallUrlsDescription[] = |
| 4838 | "Enables a clean up fix for web apps that were installed by external " |
| 4839 | "(non-user) sources that install the same URL but result in different web " |
| 4840 | "apps being installed."; |
| 4841 | |
Alan Cutter | 9aa158b | 2023-01-20 16:12:14 | [diff] [blame] | 4842 | const char kWebAppManifestImmediateUpdatingName[] = |
| 4843 | "Web App Manifest Immediate Updating"; |
| 4844 | const char kWebAppManifestImmediateUpdatingDescription[] = |
| 4845 | "Enables web app manifest updates to apply to running web app windows as " |
| 4846 | "soon as a change has been detected instead of waiting for all app windows " |
| 4847 | "to be closed."; |
| 4848 | |
Alan Cutter | 51d16c8 | 2023-04-17 08:29:05 | [diff] [blame] | 4849 | const char kWebAppSyncGeneratedIconBackgroundFixName[] = |
| 4850 | "Web App Sync Generated Icon Background Fix"; |
| 4851 | const char kWebAppSyncGeneratedIconBackgroundFixDescription[] = |
| 4852 | "Schedules attempts to fix generated icons for sync installed web apps in " |
| 4853 | "the background with exponential backoff within their permitted fix time " |
| 4854 | "window."; |
| 4855 | |
| 4856 | const char kWebAppSyncGeneratedIconRetroactiveFixName[] = |
| 4857 | "Web App Sync Generated Icon Retroactive Fix"; |
| 4858 | const char kWebAppSyncGeneratedIconRetroactiveFixDescription[] = |
| 4859 | "Starts a time window for existing sync installed web apps with generated " |
| 4860 | "icons for background/update events to attempt fixes."; |
| 4861 | |
| 4862 | const char kWebAppSyncGeneratedIconUpdateFixName[] = |
| 4863 | "Web App Sync Generated Icon Update Fix"; |
| 4864 | const char kWebAppSyncGeneratedIconUpdateFixDescription[] = |
Alan Cutter | b9da7594 | 2023-04-06 02:05:34 | [diff] [blame] | 4865 | "Allows web apps installed via sync to update their icons without prompting" |
| 4866 | "during a manifest update if the icons were generated, indictative of" |
| 4867 | "network errors during the sync install."; |
| 4868 | |
Paul Adedeji | 1ed5300 | 2022-06-13 20:15:30 | [diff] [blame] | 4869 | const char kWebAuthenticationPermitEnterpriseAttestationName[] = |
| 4870 | "Web Authentication Enterprise Attestation"; |
| 4871 | const char kWebAuthenticationPermitEnterpriseAttestationDescription[] = |
| 4872 | "Permit a set of origins to request a uniquely identifying enterprise " |
| 4873 | "attestation statement from a security key when creating a Web " |
| 4874 | "Authentication credential."; |
| 4875 | |
Danil Somsikov | 0d20614 | 2022-11-28 23:37:20 | [diff] [blame] | 4876 | const char kDevToolsTabTargetLiteralName[] = "DevTools using Tab Target"; |
| 4877 | const char kDevToolsTabTargetLiteralDescription[] = |
| 4878 | "Makes DevTools use an experimental CDP Tab target."; |
| 4879 | |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 4880 | #endif // BUILDFLAG(IS_ANDROID) |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 4881 | |
| 4882 | // Windows --------------------------------------------------------------------- |
| 4883 | |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 4884 | #if BUILDFLAG(IS_WIN) |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 4885 | |
Bill Carr | 49f4608 | 2022-02-28 17:54:41 | [diff] [blame] | 4886 | const char kCalculateNativeWinOcclusionName[] = |
| 4887 | "Calculate window occlusion on Windows"; |
| 4888 | const char kCalculateNativeWinOcclusionDescription[] = |
| 4889 | "Calculate window occlusion on Windows will be used in the future " |
| 4890 | "to throttle and potentially unload foreground tabs in occluded windows"; |
| 4891 | |
Igor Ruvinov | a21c076a | 2023-05-10 18:51:09 | [diff] [blame] | 4892 | const char kCloudApAuthAttachAsHeaderName[] = |
| 4893 | "CloudAP authentication data headers"; |
| 4894 | const char kCloudApAuthAttachAsHeaderDescription[] = |
| 4895 | "Allows certain ambient authentication data to be added to HTTP requests " |
| 4896 | "as separate headers instead of being appended to the cookie " |
| 4897 | "header."; |
| 4898 | |
Armando Miraglia | d2e6fc9e | 2020-03-06 09:23:09 | [diff] [blame] | 4899 | const char kEnableMediaFoundationVideoCaptureName[] = |
| 4900 | "MediaFoundation Video Capture"; |
| 4901 | const char kEnableMediaFoundationVideoCaptureDescription[] = |
| 4902 | "Enable/Disable the usage of MediaFoundation for video capture. Fall back " |
| 4903 | "to DirectShow if disabled."; |
| 4904 | |
Xiaohan Wang | 9c9e5d35c | 2021-09-02 17:36:09 | [diff] [blame] | 4905 | const char kHardwareSecureDecryptionName[] = "Hardware Secure Decryption"; |
| 4906 | const char kHardwareSecureDecryptionDescription[] = |
| 4907 | "Enable/Disable the use of hardware secure Content Decryption Module (CDM) " |
| 4908 | "for protected content playback."; |
| 4909 | |
Xiaohan Wang | 2d58883 | 2021-11-16 00:57:07 | [diff] [blame] | 4910 | const char kHardwareSecureDecryptionExperimentName[] = |
| 4911 | "Hardware Secure Decryption Experiment"; |
| 4912 | const char kHardwareSecureDecryptionExperimentDescription[] = |
| 4913 | "Enable/Disable the use of hardware secure Content Decryption Module (CDM) " |
| 4914 | "for experimental protected content playback."; |
| 4915 | |
Xiaohan Wang | 9040929 | 2022-03-26 09:06:28 | [diff] [blame] | 4916 | const char kHardwareSecureDecryptionFallbackName[] = |
| 4917 | "Hardware Secure Decryption Fallback"; |
| 4918 | const char kHardwareSecureDecryptionFallbackDescription[] = |
| 4919 | "Allows automatically disabling hardware secure Content Decryption Module " |
| 4920 | "(CDM) after failures or crashes. Subsequent playback may use software " |
| 4921 | "secure CDMs. If this feature is disabled, the fallback will never happen " |
| 4922 | "and users could be stuck with playback failures."; |
| 4923 | |
Bill Carr | c2abb922 | 2021-11-07 22:02:56 | [diff] [blame] | 4924 | const char kMediaFoundationClearName[] = "MediaFoundation for Clear"; |
| 4925 | const char kMediaFoundationClearDescription[] = |
| 4926 | "Enable/Disable the use of MediaFoundation for non-protected content " |
| 4927 | "playback on supported systems."; |
| 4928 | |
henrika | c66d101 | 2021-01-19 13:59:18 | [diff] [blame] | 4929 | const char kRawAudioCaptureName[] = "Raw audio capture"; |
| 4930 | const char kRawAudioCaptureDescription[] = |
| 4931 | "Enable/Disable the usage of WASAPI raw audio capture. When enabled, the " |
| 4932 | "audio stream is a 'raw' stream that bypasses all signal processing except " |
| 4933 | "for endpoint specific, always-on processing in the Audio Processing Object" |
| 4934 | " (APO), driver, and hardware."; |
| 4935 | |
Lei Zhang | c05af2a | 2020-05-15 20:54:05 | [diff] [blame] | 4936 | const char kRunVideoCaptureServiceInBrowserProcessName[] = |
| 4937 | "Run video capture service in browser"; |
| 4938 | const char kRunVideoCaptureServiceInBrowserProcessDescription[] = |
| 4939 | "Run the video capture service in the browser process."; |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 4940 | |
Jonah Ryan-Davis | 90ae332 | 2021-09-21 17:34:48 | [diff] [blame] | 4941 | const char kUseAngleDescriptionWindows[] = |
Olli Etuaho | 12232119 | 2018-09-07 10:15:29 | [diff] [blame] | 4942 | "Choose the graphics backend for ANGLE. D3D11 is used on most Windows " |
| 4943 | "computers by default. Using the OpenGL driver as the graphics backend may " |
| 4944 | "result in higher performance in some graphics-heavy applications, " |
| 4945 | "particularly on NVIDIA GPUs. It can increase battery and memory usage of " |
| 4946 | "video playback."; |
| 4947 | |
Olli Etuaho | 12232119 | 2018-09-07 10:15:29 | [diff] [blame] | 4948 | const char kUseAngleD3D11[] = "D3D11"; |
| 4949 | const char kUseAngleD3D9[] = "D3D9"; |
Nathan Zabriskie | 70c046f | 2019-10-16 01:19:02 | [diff] [blame] | 4950 | const char kUseAngleD3D11on12[] = "D3D11on12"; |
Olli Etuaho | 12232119 | 2018-09-07 10:15:29 | [diff] [blame] | 4951 | |
Alex Forrence | b4250489 | 2022-07-20 21:50:07 | [diff] [blame] | 4952 | const char kUseWaitableSwapChainName[] = "Use waitable swap chains"; |
| 4953 | const char kUseWaitableSwapChainDescription[] = |
| 4954 | "Use waitable swap chains to reduce presentation latency (effective only " |
| 4955 | "Windows 8.1 or later). If enabled, specify the maximum number of frames " |
| 4956 | "that can be queued, ranging from 1-3. 1 has the lowest delay but is most " |
| 4957 | "likely to drop frames, while 3 has the highest delay but is least likely " |
| 4958 | "to drop frames."; |
| 4959 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 4960 | const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API"; |
| 4961 | const char kUseWinrtMidiApiDescription[] = |
| 4962 | "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or " |
| 4963 | "later)."; |
| 4964 | |
Jackson Loeffler | a6915ef | 2023-05-23 16:36:47 | [diff] [blame] | 4965 | const char kWindows11MicaTitlebarName[] = "Windows 11 Mica titlebar"; |
| 4966 | const char kWindows11MicaTitlebarDescription[] = |
| 4967 | "Use the DWM system-drawn Mica titlebar on Windows 11, version 22H2 (build " |
| 4968 | "22621) and above."; |
| 4969 | |
Eric Lawrence | bff3a165 | 2023-05-23 04:12:03 | [diff] [blame] | 4970 | #if BUILDFLAG(ENABLE_EXTENSIONS) |
| 4971 | const char kLaunchWindowsNativeHostsDirectlyName[] = |
| 4972 | "Force Native Host Executables to Launch Directly"; |
| 4973 | const char kLaunchWindowsNativeHostsDirectlyDescription[] = |
| 4974 | "Force Native Host executables to launch directly via CreateProcess."; |
| 4975 | #endif // ENABLE_EXTENSIONS |
| 4976 | |
Daniel Hosseinian | 159cb3d | 2020-03-13 03:02:02 | [diff] [blame] | 4977 | #if BUILDFLAG(ENABLE_PRINTING) |
Lei Zhang | 1419cab | 2021-09-09 17:04:44 | [diff] [blame] | 4978 | const char kPrintWithPostScriptType42FontsName[] = |
| 4979 | "Print with PostScript Type 42 fonts"; |
| 4980 | const char kPrintWithPostScriptType42FontsDescription[] = |
| 4981 | "When using PostScript level 3 printing, render text with Type 42 fonts if " |
| 4982 | "possible."; |
| 4983 | |
Lei Zhang | a6a8a49 | 2020-05-14 03:55:03 | [diff] [blame] | 4984 | const char kPrintWithReducedRasterizationName[] = |
| 4985 | "Print with reduced rasterization"; |
| 4986 | const char kPrintWithReducedRasterizationDescription[] = |
| 4987 | "When using GDI printing, avoid rasterization if possible."; |
| 4988 | |
Cuc Doan | 074d8ed | 2022-03-14 22:03:34 | [diff] [blame] | 4989 | const char kReadPrinterCapabilitiesWithXpsName[] = |
| 4990 | "Read printer capabilities with XPS"; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 4991 | const char kReadPrinterCapabilitiesWithXpsDescription[] = |
Cuc Doan | 074d8ed | 2022-03-14 22:03:34 | [diff] [blame] | 4992 | "When enabled, utilize XPS interface to read printer capabilities."; |
| 4993 | |
Alan Screen | 574ffd66 | 2019-11-21 22:38:53 | [diff] [blame] | 4994 | const char kUseXpsForPrintingName[] = "Use XPS for printing"; |
| 4995 | const char kUseXpsForPrintingDescription[] = |
| 4996 | "When enabled, use XPS printing API instead of the GDI print API."; |
| 4997 | |
Alan Screen | 4938811 | 2019-12-13 23:34:21 | [diff] [blame] | 4998 | const char kUseXpsForPrintingFromPdfName[] = "Use XPS for printing from PDF"; |
| 4999 | const char kUseXpsForPrintingFromPdfDescription[] = |
| 5000 | "When enabled, use XPS printing API instead of the GDI print API when " |
| 5001 | "printing PDF documents."; |
Daniel Hosseinian | 159cb3d | 2020-03-13 03:02:02 | [diff] [blame] | 5002 | #endif // BUILDFLAG(ENABLE_PRINTING) |
Alan Screen | 4938811 | 2019-12-13 23:34:21 | [diff] [blame] | 5003 | |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 5004 | #endif // BUILDFLAG(IS_WIN) |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 5005 | |
| 5006 | // Mac ------------------------------------------------------------------------- |
| 5007 | |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 5008 | #if BUILDFLAG(IS_MAC) |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 5009 | |
Karol Sygiet | 901acb4 | 2022-08-08 16:00:04 | [diff] [blame] | 5010 | const char kBiometricAuthenticationInSettingsName[] = |
| 5011 | "Biometric authentication in settings"; |
| 5012 | const char kBiometricAuthenticationInSettingsDescription[] = |
| 5013 | "Enables biometric authentication in settings to view/edit/copy a password"; |
| 5014 | |
Keren Zhu | 28ac5182 | 2023-04-10 18:27:53 | [diff] [blame] | 5015 | const char kCr2023MacFontSmoothingName[] = |
| 5016 | "Chrome Refresh 2023 Mac Font Smoothing"; |
| 5017 | const char kCr2023MacFontSmoothingDescription[] = |
| 5018 | "Enables Mac Font Smoothing that simulates optical sizes " |
| 5019 | "to enhance text readability at smaller scales. " |
| 5020 | "Only effective when Chrome Refresh 2023 is enabled."; |
| 5021 | |
Daniel Hosseinian | 159cb3d | 2020-03-13 03:02:02 | [diff] [blame] | 5022 | #if BUILDFLAG(ENABLE_PRINTING) |
| 5023 | const char kCupsIppPrintingBackendName[] = "CUPS IPP Printing Backend"; |
| 5024 | const char kCupsIppPrintingBackendDescription[] = |
| 5025 | "Use the CUPS IPP printing backend instead of the original CUPS backend " |
| 5026 | "that calls the PPD API."; |
| 5027 | #endif // BUILDFLAG(ENABLE_PRINTING) |
| 5028 | |
Avi Drissman | 0095f55 | 2021-11-05 19:58:53 | [diff] [blame] | 5029 | const char kEnableUniversalLinksName[] = "Universal Links"; |
| 5030 | const char kEnableUniversalLinksDescription[] = |
| 5031 | "Include Universal Links in the intent picker."; |
| 5032 | |
Sidney San Martín | 678fd411 | 2019-03-30 00:13:05 | [diff] [blame] | 5033 | const char kImmersiveFullscreenName[] = "Immersive Fullscreen Toolbar"; |
| 5034 | const char kImmersiveFullscreenDescription[] = |
| 5035 | "Automatically hide and show the toolbar in fullscreen."; |
| 5036 | |
Greg Kerr | f46f3187 | 2019-08-08 20:22:44 | [diff] [blame] | 5037 | const char kMacSyscallSandboxName[] = "Mac Syscall Filtering Sandbox"; |
| 5038 | const char kMacSyscallSandboxDescription[] = |
| 5039 | "Controls whether the macOS sandbox filters syscalls."; |
| 5040 | |
Florent Castelli | bd7db03 | 2023-02-22 11:22:03 | [diff] [blame] | 5041 | const char kRetryGetVideoCaptureDeviceInfosName[] = |
| 5042 | "Retry capture device enumeration on crash"; |
| 5043 | const char kRetryGetVideoCaptureDeviceInfosDescription[] = |
| 5044 | "Enables retries when enumerating the available video capture devices " |
| 5045 | "after a crash. The capture service is restarted without loading external " |
| 5046 | "DAL plugins which could have caused the crash."; |
| 5047 | |
Leonard Grey | 2e90921c | 2021-12-02 22:46:13 | [diff] [blame] | 5048 | const char kScreenTimeName[] = "Screen Time"; |
| 5049 | const char kScreenTimeDescription[] = |
| 5050 | "Integrate with the macOS Screen Time system. Only enabled on macOS 12.1 " |
| 5051 | "and later."; |
| 5052 | |
Jonah Ryan-Davis | 90ae332 | 2021-09-21 17:34:48 | [diff] [blame] | 5053 | const char kUseAngleDescriptionMac[] = |
| 5054 | "Choose the graphics backend for ANGLE. The OpenGL backend is soon to be " |
| 5055 | "deprecated on Mac, and may contain driver bugs that are not planned to be " |
| 5056 | "fixed. The Metal backend is still experimental, and may contain bugs that " |
| 5057 | "are still being worked on. The Metal backend should be more performant, " |
| 5058 | "but may still be behind the OpenGL backend until fully released."; |
| 5059 | |
| 5060 | const char kUseAngleMetal[] = "Metal"; |
| 5061 | |
Tom Burgin | 5c3fde0 | 2022-06-23 18:24:07 | [diff] [blame] | 5062 | const char kSystemColorChooserName[] = "System Color Chooser"; |
| 5063 | const char kSystemColorChooserDescription[] = |
| 5064 | "Enables a button that launches the macOS native color chooser."; |
| 5065 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 5066 | #endif |
| 5067 | |
Jonah Ryan-Davis | 90ae332 | 2021-09-21 17:34:48 | [diff] [blame] | 5068 | // Windows and Mac ------------------------------------------------------------- |
| 5069 | |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 5070 | #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) |
Jonah Ryan-Davis | 90ae332 | 2021-09-21 17:34:48 | [diff] [blame] | 5071 | |
| 5072 | const char kUseAngleName[] = "Choose ANGLE graphics backend"; |
| 5073 | const char kUseAngleDefault[] = "Default"; |
| 5074 | const char kUseAngleGL[] = "OpenGL"; |
Karol Sygiet | 901acb4 | 2022-08-08 16:00:04 | [diff] [blame] | 5075 | |
Karol Sygiet | c5e3da65 | 2022-08-02 15:47:50 | [diff] [blame] | 5076 | const char kBiometricAuthenticationForFillingName[] = |
| 5077 | "Biometric authentication reauth before filling"; |
| 5078 | const char kBiometricAuthenticationForFillingDescription[] = |
| 5079 | "Enables biometric authentication before filling form data"; |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 5080 | #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) |
Jonah Ryan-Davis | 90ae332 | 2021-09-21 17:34:48 | [diff] [blame] | 5081 | |
Richard Chui | a9ed7be1 | 2022-04-13 21:30:35 | [diff] [blame] | 5082 | // ChromeOS ------------------------------------------------------------------- |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 5083 | |
Yuta Hijikata | 235fc62b | 2020-12-08 03:48:32 | [diff] [blame] | 5084 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 5085 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 5086 | const char kAcceleratedMjpegDecodeName[] = |
| 5087 | "Hardware-accelerated mjpeg decode for captured frame"; |
| 5088 | const char kAcceleratedMjpegDecodeDescription[] = |
| 5089 | "Enable hardware-accelerated mjpeg decode for captured frame where " |
| 5090 | "available."; |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 5091 | |
Thanh Nguyen | 6b4c585 | 2022-05-26 22:03:25 | [diff] [blame] | 5092 | const char kAdaptiveChargingForTestingName[] = |
| 5093 | "Show adaptive charging notifications for testing"; |
| 5094 | const char kAdaptiveChargingForTestingDescription[] = |
| 5095 | "Show adaptive charging notifications and nudges for testing. This is " |
| 5096 | "meant to be used by developers to test the feature UI only. The " |
| 5097 | "notifications will be shown after the device is plugged in to the " |
| 5098 | "charger. Please DO NOT enable this if you're not a developer who wants to " |
| 5099 | "test the UI of the adaptive charging feature."; |
| 5100 | |
Thanh Nguyen | 730ac8a3 | 2022-05-19 08:50:46 | [diff] [blame] | 5101 | const char kAdaptiveChargingName[] = "Enable adaptive charging feature"; |
| 5102 | const char kAdaptiveChargingDescription[] = |
| 5103 | "Show settings to enable/disable adaptive charging feature."; |
| 5104 | |
Jun Ishiguro | 508cc98d | 2023-06-09 00:12:35 | [diff] [blame] | 5105 | const char kAllowDevtoolsInSystemUIName[] = "Enable DevTools in System UI"; |
| 5106 | const char kAllowDevtoolsInSystemUIDescription[] = |
| 5107 | "Enable the developer tools (DevTools) including the page source viewer " |
| 5108 | "(view-source) in Ash. By default, these tools are disabled if Lacros is " |
| 5109 | "the only browser, so as not to confuse the user by opening an Ash window. " |
| 5110 | "By enabling this flag, you can access them via the context menu or " |
| 5111 | "shortcuts to debug the system UI."; |
| 5112 | |
Andreea Costinas | 99e2419 | 2023-02-15 14:39:46 | [diff] [blame] | 5113 | const char kAllowEapDefaultCasWithoutSubjectVerificationName[] = |
| 5114 | "Allow EAP network configs with default server CAs without subject " |
| 5115 | "verification"; |
| 5116 | const char kAllowEapDefaultCasWithoutSubjectVerificationDescription[] = |
| 5117 | "Allows creating EAP network configs which use the default server CA certs " |
| 5118 | "without specifying subject or domain match options which validate the " |
| 5119 | "identity of the server."; |
| 5120 | |
Vyshu | 9ea9e18 | 2021-02-04 17:53:06 | [diff] [blame] | 5121 | const char kAllowRepeatedUpdatesName[] = |
| 5122 | "Continue checking for updates before reboot and after initial update."; |
| 5123 | const char kAllowRepeatedUpdatesDescription[] = |
| 5124 | "Continues checking to see if there is a more recent update, even if user" |
| 5125 | "has not rebooted to apply the previous update."; |
| 5126 | |
Kyle Horimoto | 734f075 | 2020-03-20 20:46:54 | [diff] [blame] | 5127 | const char kAllowScrollSettingsName[] = |
| 5128 | "Allow changes to scroll acceleration/sensitivity for mice/touchpads."; |
| 5129 | const char kAllowScrollSettingsDescription[] = |
| 5130 | "Shows settings to enable/disable scroll acceleration and to adjust the " |
| 5131 | "sensitivity for scrolling."; |
| 5132 | |
Michael Checo | 6adc5f9 | 2023-05-09 03:09:02 | [diff] [blame] | 5133 | const char kAltClickAndSixPackCustomizationName[] = |
| 5134 | "Allow users to customize Alt-Click and 6-pack key remapping."; |
| 5135 | |
| 5136 | const char kAltClickAndSixPackCustomizationDescription[] = |
| 5137 | "Shows settings to customize Alt-Click and 6-pack key remapping in the " |
| 5138 | "keyboard settings page."; |
| 5139 | |
Jeffrey Kardatzke | a686ded2 | 2022-03-28 18:28:46 | [diff] [blame] | 5140 | const char kAlwaysEnableHdcpName[] = "Always enable HDCP for external displays"; |
| 5141 | const char kAlwaysEnableHdcpDescription[] = |
| 5142 | "Enables the specified type for HDCP whenever an external display is " |
| 5143 | "connected. By default, HDCP is only enabled when required."; |
| 5144 | const char kAlwaysEnableHdcpDefault[] = "Default"; |
| 5145 | const char kAlwaysEnableHdcpType0[] = "Type 0"; |
| 5146 | const char kAlwaysEnableHdcpType1[] = "Type 1"; |
| 5147 | |
Eric Sum | 2971b95 | 2022-10-20 04:55:37 | [diff] [blame] | 5148 | const char kAmbientModeThrottleAnimationName[] = |
| 5149 | "Throttle the frame rate of Lottie animations in ambient mode"; |
| 5150 | const char kAmbientModeThrottleAnimationDescription[] = |
| 5151 | "The throttled frame rate and when to throttle are embedded within the " |
| 5152 | "Lottie animation file itself. It is chosen by the motion designer and " |
| 5153 | "varies depending on how much motion there is in the animation. This is " |
| 5154 | "done in the hopes of improving power consumption while maintaining the " |
| 5155 | "same user-visible smoothness. This flag applies to all ambient Lottie " |
| 5156 | "animations that have throttling specified in the file."; |
| 5157 | |
Antoni Dikov | b348750 | 2022-09-21 15:24:21 | [diff] [blame] | 5158 | const char kApnRevampName[] = "APN Revamp"; |
| 5159 | const char kApnRevampDescription[] = |
| 5160 | "Enables the ChromeOS APN Revamp, which updates cellular network APN " |
| 5161 | "system UI and related infrastructure."; |
| 5162 | |
Daniel Andersson | 9a81b3350 | 2023-03-20 19:15:37 | [diff] [blame] | 5163 | const char kAppLaunchAutomationName[] = "Enable app launch automation"; |
| 5164 | const char kAppLaunchAutomationDescription[] = |
| 5165 | "Allows groups of apps to be launched."; |
| 5166 | |
Bryan Yu | c6e84d52 | 2023-04-03 02:48:59 | [diff] [blame] | 5167 | const char kArcArcOnDemandExperimentName[] = "Enable ARC on Demand"; |
| 5168 | const char kArcArcOnDemandExperimentDescription[] = |
| 5169 | "Delay ARC activation if no apps is installed."; |
| 5170 | |
Ryo Hashimoto | 8f4b30ced | 2019-04-08 12:14:19 | [diff] [blame] | 5171 | const char kArcCustomTabsExperimentName[] = |
| 5172 | "Enable Custom Tabs experiment for ARC"; |
| 5173 | const char kArcCustomTabsExperimentDescription[] = |
| 5174 | "Allow Android apps to use Custom Tabs." |
| 5175 | "This feature only works on the Canary and Dev channels."; |
| 5176 | |
Alexander Bolodurin | 4e0a465c | 2021-03-31 23:14:03 | [diff] [blame] | 5177 | const char kArcDocumentsProviderUnknownSizeName[] = |
| 5178 | "Enable ARC DocumentsProvider unknown file size handling"; |
| 5179 | const char kArcDocumentsProviderUnknownSizeDescription[] = |
| 5180 | "Allow opening DocumentsProvider files where size is not reported."; |
| 5181 | |
Satoshi Niwa | 8b1d528 | 2018-10-24 04:53:03 | [diff] [blame] | 5182 | const char kArcFilePickerExperimentName[] = |
| 5183 | "Enable file picker experiment for ARC"; |
| 5184 | const char kArcFilePickerExperimentDescription[] = |
Richard Chui | a9ed7be1 | 2022-04-13 21:30:35 | [diff] [blame] | 5185 | "Enables using ChromeOS file picker in ARC."; |
Satoshi Niwa | 8b1d528 | 2018-10-24 04:53:03 | [diff] [blame] | 5186 | |
Rachel Wong | ec3b8c4 | 2022-07-08 03:11:22 | [diff] [blame] | 5187 | const char kArcGameModeName[] = "Enable Game Mode for ARC"; |
Matthew DeVore | b8bdedd | 2022-06-28 15:17:46 | [diff] [blame] | 5188 | const char kArcGameModeDescription[] = |
| 5189 | "ARC Fullscreen Games will request accomodation from ChromeOS for " |
| 5190 | "sustained performance."; |
| 5191 | |
Charles William Dick | a0a0f97 | 2023-01-27 02:12:32 | [diff] [blame] | 5192 | const char kArcIdleManagerName[] = "Enable ARC Idle Manager"; |
| 5193 | const char kArcIdleManagerDescription[] = |
| 5194 | "ARC will turn on Android's doze mode when idle."; |
| 5195 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 5196 | const char kArcInstantResponseWindowOpenName[] = |
Shengsong Tan | 6cb8859 | 2022-11-09 01:57:35 | [diff] [blame] | 5197 | "Enable Instance Response for ARC app window open"; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 5198 | const char kArcInstantResponseWindowOpenDescription[] = |
Shengsong Tan | 6cb8859 | 2022-11-09 01:57:35 | [diff] [blame] | 5199 | "In some devices the placeholder window will popup immediately after the " |
| 5200 | "user attempts to launch apps."; |
| 5201 | |
Tetsui Ohkubo | 4c6d7f4 | 2021-07-07 16:47:37 | [diff] [blame] | 5202 | const char kArcKeyboardShortcutHelperIntegrationName[] = |
| 5203 | "Enable keyboard shortcut helper integration for ARC"; |
| 5204 | const char kArcKeyboardShortcutHelperIntegrationDescription[] = |
Richard Chui | a9ed7be1 | 2022-04-13 21:30:35 | [diff] [blame] | 5205 | "Shows keyboard shortcuts from Android apps in ChromeOS Shortcut Viewer"; |
Tetsui Ohkubo | 4c6d7f4 | 2021-07-07 16:47:37 | [diff] [blame] | 5206 | |
Lev Rumyantsev | 6eddc80 | 2019-08-27 19:41:21 | [diff] [blame] | 5207 | const char kArcNativeBridgeToggleName[] = |
| 5208 | "Toggle between native bridge implementations for ARC"; |
| 5209 | const char kArcNativeBridgeToggleDescription[] = |
| 5210 | "Toggle between native bridge implementations for ARC."; |
Lev Rumyantsev | 7a854431 | 2017-08-18 19:26:51 | [diff] [blame] | 5211 | |
Tim Sergeant | b2f5dc0 | 2022-09-14 08:07:17 | [diff] [blame] | 5212 | const char kArcNearbyShareFuseBoxName[] = "ARC Nearby Sharing through FuseBox"; |
| 5213 | const char kArcNearbyShareFuseBoxDescription[] = |
| 5214 | "When enabled, files shared through ARC Nearby Sharing will be shared " |
| 5215 | "through the ChromeOS FuseBox Service."; |
| 5216 | |
Yusuke Sato | 4717d178 | 2021-03-12 23:27:17 | [diff] [blame] | 5217 | const char kArcRtVcpuDualCoreName[] = |
| 5218 | "Enable ARC real time vcpu on a device with 2 logical cores online."; |
| 5219 | const char kArcRtVcpuDualCoreDesc[] = |
| 5220 | "Enable ARC real time vcpu on a device with 2 logical cores online to " |
| 5221 | "reduce media playback glitch."; |
| 5222 | |
| 5223 | const char kArcRtVcpuQuadCoreName[] = |
| 5224 | "Enable ARC real time vcpu on a device with 3+ logical cores online."; |
| 5225 | const char kArcRtVcpuQuadCoreDesc[] = |
| 5226 | "Enable ARC real time vcpu on a device with 3+ logical cores online to " |
| 5227 | "reduce media playback glitch."; |
| 5228 | |
Yao Li | 68896be | 2023-06-09 21:10:12 | [diff] [blame] | 5229 | const char kArcSwitchToKeyMintDaemonName[] = "Switch to KeyMint Daemon."; |
| 5230 | const char kArcSwitchToKeyMintDaemonDesc[] = |
| 5231 | "Switch from Keymaster Daemon to KeyMint Daemon. Must be switched on/off " |
| 5232 | "at the same time with \"Switch To KeyMint on ARC-T\""; |
| 5233 | |
Yao Li | 8f4568b1 | 2023-02-15 19:59:45 | [diff] [blame] | 5234 | const char kArcSwitchToKeyMintOnTName[] = "Switch to KeyMint on ARC-T."; |
| 5235 | const char kArcSwitchToKeyMintOnTDesc[] = |
Yao Li | 68896be | 2023-06-09 21:10:12 | [diff] [blame] | 5236 | "Switch from Keymaster to KeyMint on ARC-T. Must be switched on/off at the " |
| 5237 | "same time with \"Switch to KeyMint Daemon\""; |
Yao Li | 8f4568b1 | 2023-02-15 19:59:45 | [diff] [blame] | 5238 | |
lgcheng | cda295dce | 2023-02-22 02:38:31 | [diff] [blame] | 5239 | const char kArcSyncInstallPriorityName[] = |
| 5240 | "Enable supporting install priority for synced ARC apps."; |
| 5241 | const char kArcSyncInstallPriorityDescription[] = |
| 5242 | "Enable supporting install priority for synced ARC apps. Pass install " |
| 5243 | "priority to Play instead of using default install priority specified " |
| 5244 | "in Play"; |
| 5245 | |
Yuichiro Hanada | 1d94860 | 2023-06-28 09:09:10 | [diff] [blame] | 5246 | const char kArcTouchscreenEmulationName[] = |
| 5247 | "Enable touchscreen emulation for compatibility on specific ARC apps."; |
| 5248 | const char kArcTouchscreenEmulationDesc[] = |
| 5249 | "Enable touchscreen emulation for compatibility on specific ARC apps."; |
| 5250 | |
| 5251 | const char kArcTrackpadScrollTouchscreenEmulationName[] = |
| 5252 | "Enable trackpad scroll compatibility logic on specific ARC apps."; |
| 5253 | const char kArcTrackpadScrollTouchscreenEmulationDesc[] = |
| 5254 | "Enable trackpad scroll compatibility logic on specific ARC apps."; |
| 5255 | |
Shengsong Tan | 4cc0257 | 2023-02-06 05:25:24 | [diff] [blame] | 5256 | const char kArcVmmSwapKBShortcutName[] = |
| 5257 | "Keyboard shortcut trigger for ARCVM" |
| 5258 | " vmm swap feature"; |
| 5259 | const char kArcVmmSwapKBShortcutDesc[] = |
| 5260 | "Alt + Ctrl + Shift + O/P to enable / disable ARCVM vmm swap. Only for " |
| 5261 | "experimental usage."; |
| 5262 | |
Pattara Teerapong | 425077a | 2023-01-12 15:21:40 | [diff] [blame] | 5263 | const char kArcEnableAAudioMMAPName[] = "Enable ARCVM AAudio MMAP"; |
| 5264 | const char kArcEnableAAudioMMAPDescription[] = |
| 5265 | "Enable AAudio MMAP support for ARCVM which provides low latency audio " |
| 5266 | "for supported apps."; |
| 5267 | |
Pattara Teerapong | 5aad01b | 2023-05-12 03:15:29 | [diff] [blame] | 5268 | const char kArcAAudioMMAPLowLatencyName[] = |
| 5269 | "Enable ARCVM AAudio MMAP low latency"; |
| 5270 | const char kArcAAudioMMAPLowLatencyDescription[] = |
| 5271 | "When enabled, ARCVM AAudio MMAP will use low latency setting."; |
| 5272 | |
Satoshi Niwa | 4e1c996 | 2022-03-01 00:23:57 | [diff] [blame] | 5273 | const char kArcEnableVirtioBlkForDataName[] = |
| 5274 | "Enable virtio-blk for ARCVM /data"; |
| 5275 | const char kArcEnableVirtioBlkForDataDesc[] = |
| 5276 | "If enabled, ARCVM uses virtio-blk for /data in Android storage."; |
| 5277 | |
Youkichi Hosoi | 26d9aa1 | 2023-04-21 06:34:35 | [diff] [blame] | 5278 | const char kArcExternalStorageAccessName[] = "External storage access by ARC"; |
| 5279 | const char kArcExternalStorageAccessDescription[] = |
| 5280 | "Allow Android apps to access external storage devices like USB flash " |
| 5281 | "drives and SD cards"; |
| 5282 | |
Andrew Moylan | 2db11cd | 2019-05-22 14:25:15 | [diff] [blame] | 5283 | const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode"; |
| 5284 | const char kAshEnableUnifiedDesktopDescription[] = |
| 5285 | "Enable unified desktop mode which allows a window to span multiple " |
| 5286 | "displays."; |
| 5287 | |
Jeremy Wu | 55beef6 | 2023-07-17 12:28:50 | [diff] [blame] | 5288 | const char kAudioA2DPAdvancedCodecsName[] = "BT A2DP advanced codecs support"; |
| 5289 | const char kAudioA2DPAdvancedCodecsDescription[] = |
| 5290 | "Enable BT A2DP advanced codecs support"; |
| 5291 | |
Hung-Hsien Chen | 30af6675 | 2023-02-24 02:55:26 | [diff] [blame] | 5292 | const char kAudioAPNoiseCancellationName[] = "Audio noise cancellation on AP"; |
| 5293 | const char kAudioAPNoiseCancellationDescription[] = |
| 5294 | "Enable noise cancellation on AP"; |
| 5295 | |
Li-Yu Yu | 7610f008 | 2023-01-04 08:36:29 | [diff] [blame] | 5296 | const char kAudioFlexibleLoopbackName[] = |
| 5297 | "ChromeOS flexible loopback API support"; |
| 5298 | const char kAudioFlexibleLoopbackDescription[] = |
| 5299 | "Enable flexible loopback API support in ChromeOS."; |
| 5300 | |
Chih-Yang Hsia | 540cf37 | 2022-08-04 08:10:22 | [diff] [blame] | 5301 | const char kAudioHFPMicSRName[] = |
| 5302 | "Audio super-resolution Bluetooth HFP microphone"; |
| 5303 | const char kAudioHFPMicSRDescription[] = |
| 5304 | "Enable super-resolution Bluetooth HFP microphone recording."; |
| 5305 | |
Jeremy Wu | 8ea57b6 | 2023-06-02 02:55:26 | [diff] [blame] | 5306 | const char kAudioHFPNbsWarningName[] = "Warn when an NBS device is selected"; |
| 5307 | const char kAudioHFPNbsWarningDescription[] = |
| 5308 | "Shows a warning in the quick settings when an NBS device is selected"; |
| 5309 | |
Pin-chih Lin | f52f460 | 2023-03-06 04:01:31 | [diff] [blame] | 5310 | const char kAudioHFPOffloadName[] = |
| 5311 | "Audio Bluetooth HFP offloaded to DSP if supported"; |
| 5312 | const char kAudioHFPOffloadDescription[] = |
| 5313 | "While enabled, HFP Audio data is transmitted via the offloaded path " |
| 5314 | "in DSP if supported by device."; |
| 5315 | |
Jeremy Wu | 74b1a55 | 2023-06-05 07:59:28 | [diff] [blame] | 5316 | const char kAudioHFPSwbName[] = "Audio Bluetooth HFP Super-wide-band support"; |
| 5317 | const char kAudioHFPSwbDescription[] = |
| 5318 | "Enable Bluetooth HFP Super-wide-band codec if supported."; |
| 5319 | |
Ren-Pei Zeng | 61605a5 | 2021-12-06 13:07:48 | [diff] [blame] | 5320 | const char kAutoFramingOverrideName[] = "Auto-framing control override"; |
| 5321 | const char kAutoFramingOverrideDescription[] = |
| 5322 | "Overrides the default to forcibly enable or disable the auto-framing " |
| 5323 | "feature"; |
| 5324 | |
Yulun Wu | fad5377 | 2022-06-22 22:56:35 | [diff] [blame] | 5325 | const char kAutocompleteExtendedSuggestionsName[] = |
| 5326 | "Extended suggestions for CrOS autocomplete"; |
| 5327 | const char kAutocompleteExtendedSuggestionsDescription[] = |
| 5328 | "Enables extended autocomplete suggestions experiment on ChromeOS."; |
| 5329 | |
Curtis McMullan | f135180 | 2022-12-02 05:23:02 | [diff] [blame] | 5330 | const char kAutocorrectByDefaultName[] = "CrOS autocorrect by default"; |
| 5331 | const char kAutocorrectByDefaultDescription[] = |
| 5332 | "Enables autocorrect by default experiment on ChromeOS"; |
| 5333 | |
Bao-Duy Tran | 395c169c7 | 2022-02-14 06:57:34 | [diff] [blame] | 5334 | const char kAutocorrectParamsTuningName[] = "CrOS autocorrect params tuning"; |
| 5335 | const char kAutocorrectParamsTuningDescription[] = |
Richard Chui | a9ed7be1 | 2022-04-13 21:30:35 | [diff] [blame] | 5336 | "Enables params tuning experiment for autocorrect on ChromeOS."; |
Bao-Duy Tran | 395c169c7 | 2022-02-14 06:57:34 | [diff] [blame] | 5337 | |
Zac Partridge | efc2ec0 | 2022-11-21 06:28:45 | [diff] [blame] | 5338 | const char kAutocorrectToggleName[] = "CrOS autocorrect toggle"; |
| 5339 | const char kAutocorrectToggleDescription[] = |
| 5340 | "Enables using a toggle for enabling autocorrect on ChromeOS."; |
| 5341 | |
Chuong Ho | b2718c3 | 2023-06-02 07:47:01 | [diff] [blame] | 5342 | const char kAutocorrectUseReplaceSurroundingTextName[] = |
| 5343 | "Use ReplaceSurroundingText API for autocorrect."; |
| 5344 | const char kAutocorrectUseReplaceSurroundingTextDescription[] = |
| 5345 | "When autocorrect is enabled, use the ReplaceSurroundingText API " |
| 5346 | "for better app compatibility."; |
| 5347 | |
Yue Li | 1c349641 | 2022-08-10 23:37:14 | [diff] [blame] | 5348 | const char kAvatarsCloudMigrationName[] = |
| 5349 | "Loading CrOS avatar images from the cloud"; |
| 5350 | const char kAvatarsCloudMigrationDescription[] = |
| 5351 | "Enables loading avatar images from the cloud on ChromeOS."; |
| 5352 | |
Michael Sun | 1b15a30 | 2020-04-07 02:57:29 | [diff] [blame] | 5353 | const char kBluetoothFixA2dpPacketSizeName[] = "Bluetooth fix A2DP packet size"; |
| 5354 | const char kBluetoothFixA2dpPacketSizeDescription[] = |
| 5355 | "Fixes Bluetooth A2DP packet size to a smaller default value to improve " |
| 5356 | "audio quality and may fix audio stutter."; |
| 5357 | |
WhaleChang | 638c628 | 2023-07-12 07:57:31 | [diff] [blame] | 5358 | const char kBluetoothTelephonyName[] = "Bluetooth Telephony"; |
| 5359 | const char kBluetoothTelephonyDescription[] = |
| 5360 | "Enable Floss to create a Bluetooth HID device that allows applications to " |
| 5361 | "access Bluetooth telephony functions through WebHID."; |
| 5362 | |
Joseph Hwang | c0c68e6 | 2022-08-12 16:52:16 | [diff] [blame] | 5363 | const char kBluetoothQualityReportName[] = "Bluetooth Quality Report"; |
| 5364 | const char kBluetoothQualityReportDescription[] = |
| 5365 | "Enables the Bluetooth Quality Report feature on Bluetooth controllers " |
| 5366 | "which will send the Bluetooth link quality statistics such as the " |
| 5367 | "signal strength, the lost packet count, etc. to the host."; |
| 5368 | |
Hsin-Yu Chao | 6f2cfd6a | 2020-11-16 04:37:34 | [diff] [blame] | 5369 | const char kBluetoothWbsDogfoodName[] = "Bluetooth WBS dogfood"; |
| 5370 | const char kBluetoothWbsDogfoodDescription[] = |
| 5371 | "Enables Bluetooth wideband speech mic as default audio option. " |
| 5372 | "Note that flipping this flag makes no difference on most of the " |
Richard Chui | a9ed7be1 | 2022-04-13 21:30:35 | [diff] [blame] | 5373 | "ChromeOS models, because Bluetooth WBS is either unsupported " |
Hsin-Yu Chao | 6f2cfd6a | 2020-11-16 04:37:34 | [diff] [blame] | 5374 | "or fully launched. Only on the few models that Bluetooth WBS is " |
| 5375 | "still stablizing this flag will take effect."; |
| 5376 | |
Manish Mandlik | dd93b61 | 2022-08-12 01:08:19 | [diff] [blame] | 5377 | const char kBluetoothCoredumpName[] = "Enable Bluetooth Device Coredump"; |
| 5378 | const char kBluetoothCoredumpDescription[] = |
| 5379 | "Enable Bluetooth coredump collection if supported. Please note that " |
| 5380 | "coredumps are only collected when hardware exceptions occur and are " |
| 5381 | "used for debugging such exceptions."; |
| 5382 | |
Manish Mandlik | 05533f1 | 2023-03-16 00:31:07 | [diff] [blame] | 5383 | const char kBluetoothFlossCoredumpName[] = |
| 5384 | "Enable Bluetooth Device Coredump for Floss"; |
| 5385 | const char kBluetoothFlossCoredumpDescription[] = |
| 5386 | "Enable Bluetooth coredump collection if supported. Please note that " |
| 5387 | "coredumps are only collected when hardware exceptions occur and are " |
| 5388 | "used for debugging such exceptions."; |
| 5389 | |
mingxuanshi | a43a7ce | 2022-08-25 07:46:36 | [diff] [blame] | 5390 | const char kRobustAudioDeviceSelectLogicName[] = |
| 5391 | "Robust Audio Device Select Logic"; |
| 5392 | const char kRobustAudioDeviceSelectLogicDescription[] = |
| 5393 | "A more robust logic for automatic audio device selection which is more " |
| 5394 | "capable of remembering the user's preferences of audio devices."; |
| 5395 | |
Sonny Sasaka | 9472521 | 2021-12-17 01:37:30 | [diff] [blame] | 5396 | const char kBluetoothUseFlossName[] = "Use Floss instead of BlueZ"; |
| 5397 | const char kBluetoothUseFlossDescription[] = |
| 5398 | "Enables using Floss (also known as Fluoride, Android's Bluetooth stack) " |
| 5399 | "instead of Bluez. This is meant to be used by developers and is not " |
| 5400 | "guaranteed to be stable"; |
| 5401 | |
Zhengping Jiang | 706c227 | 2022-07-13 05:50:34 | [diff] [blame] | 5402 | const char kBluetoothUseLLPrivacyName[] = "Enable LL Privacy in BlueZ"; |
| 5403 | const char kBluetoothUseLLPrivacyDescription[] = |
| 5404 | "Enable address resolution offloading to Bluetooth Controller if " |
| 5405 | "supported. Modifying this flag will cause Bluetooth Controller to reset."; |
| 5406 | |
Abhishek Pandit-Subedi | 1843978c | 2023-05-17 02:52:23 | [diff] [blame] | 5407 | const char kBluetoothLongAutosuspendName[] = |
| 5408 | "Use longer autosuspend delay for Bluetooth"; |
| 5409 | const char kBluetoothLongAutosuspendDescription[] = |
| 5410 | "Bluetooth will suspend-to-idle if there is no traffic for a set amount of " |
| 5411 | "time. When this flag is set, this autosuspend delay will be increased to " |
| 5412 | "several minutes when mice/keyboards are connected. This will impact power " |
| 5413 | "usage."; |
| 5414 | |
Sam Cackett | 2891ad8 | 2022-12-08 19:45:55 | [diff] [blame] | 5415 | const char kCalendarJellyName[] = "Enable Calendar Jelly features"; |
| 5416 | const char kCalendarJellyDescription[] = |
| 5417 | "Enables Jelly changes for the sys tray Calendar views."; |
| 5418 | |
Ahmed Fakhry | 886038f | 2023-06-10 00:11:25 | [diff] [blame] | 5419 | const char kCaptureModeAudioMixingName[] = |
| 5420 | "Enable screen capture advanced audio settings"; |
| 5421 | const char kCaptureModeAudioMixingDescription[] = |
| 5422 | "Enables the ability to record the microphone, or system audio each " |
| 5423 | "separately, or mix them together in a single stream in the screen capture " |
| 5424 | "tool."; |
| 5425 | |
Michele Fan | b0c93e4 | 2023-01-03 16:08:00 | [diff] [blame] | 5426 | const char kCaptureModeDemoToolsName[] = |
| 5427 | "Enable demo tools feature in screen capture"; |
| 5428 | const char kCaptureModeDemoToolsDescription[] = |
| 5429 | "Enables the ability to show clicks and keys during video recordings to " |
| 5430 | "enhance demo experience."; |
| 5431 | |
Ahmed Fakhry | e1072c1 | 2023-02-27 20:58:49 | [diff] [blame] | 5432 | const char kCaptureModeGifRecordingName[] = |
| 5433 | "Enable GIF recording in screen capture"; |
| 5434 | const char kCaptureModeGifRecordingDescription[] = |
Ahmed Fakhry | 886038f | 2023-06-10 00:11:25 | [diff] [blame] | 5435 | "Enables the ability to record the screen into animated GIFs."; |
Ahmed Fakhry | e1072c1 | 2023-02-27 20:58:49 | [diff] [blame] | 5436 | |
Maggie Cai | c0666ef | 2023-06-01 08:46:37 | [diff] [blame] | 5437 | const char kCrosWebAppShortcutUiUpdateName[] = |
| 5438 | "New ChromeOS Web app Shortcut UI"; |
| 5439 | const char kCrosWebAppShortcutUiUpdateDescription[] = |
| 5440 | "Enables new UI for shortcuts created from browser that backed by web app" |
| 5441 | "system on ChromeOS."; |
| 5442 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 5443 | const char kDeskButtonName[] = "Desk button in shelf"; |
| 5444 | const char kDeskButtonDescription[] = |
Ben Becker | f60ef85 | 2023-03-22 23:08:24 | [diff] [blame] | 5445 | "Show a desk button that provides quick access to the desk menu in the " |
| 5446 | "shelf in clamshell mode when there is more than one desk."; |
| 5447 | |
Charles William Dick | 778e6c2 | 2023-06-13 07:57:47 | [diff] [blame] | 5448 | const char kCrosBatterySaverAlwaysOnName[] = |
| 5449 | "Make ChromeOS Battery Saver on all the time"; |
| 5450 | const char kCrosBatterySaverAlwaysOnDescription[] = |
| 5451 | "Turns on ChomeOS Battery Saver all the time, even when charging or fully " |
| 5452 | "charged. Used for testing ChromeOS Battery Saver Mode."; |
| 5453 | |
Charles William Dick | c35c069 | 2023-06-07 09:15:02 | [diff] [blame] | 5454 | const char kCrosBatterySaverName[] = |
| 5455 | "Enable ChromeOS Battery Saver Mode Support"; |
| 5456 | const char kCrosBatterySaverDescription[] = |
| 5457 | "Enables the ability to turn on battery saver mode in the ChromeOS Power " |
| 5458 | "Settings"; |
| 5459 | |
Richard Chui | 1b614177 | 2022-03-04 01:28:58 | [diff] [blame] | 5460 | const char kDesksTemplatesName[] = "Desk Templates"; |
Richard Chui | f823bf6 | 2021-10-29 21:06:01 | [diff] [blame] | 5461 | const char kDesksTemplatesDescription[] = |
| 5462 | "Streamline workflows by saving a group of applications and windows as a " |
Richard Chui | 1b614177 | 2022-03-04 01:28:58 | [diff] [blame] | 5463 | "launchable template in a new desk"; |
Richard Chui | f823bf6 | 2021-10-29 21:06:01 | [diff] [blame] | 5464 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 5465 | const char kDnsOverHttpsWithIdentifiersReuseOldPolicyName[] = |
Andreea Costinas | 81bed8a | 2022-11-23 16:03:38 | [diff] [blame] | 5466 | "Experiment: Allows using identifiers in the DoH template URI"; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 5467 | const char kDnsOverHttpsWithIdentifiersReuseOldPolicyDescription[] = |
Andreea Costinas | 81bed8a | 2022-11-23 16:03:38 | [diff] [blame] | 5468 | "Enables early testing of the DoH template URI with identifiers by " |
| 5469 | "evaluating user identifiers in the existing policy DnsOverHttpsTemplates " |
| 5470 | "and hashing them using a hardcoded salt."; |
| 5471 | |
Wei Lee | 4fe8718 | 2020-12-22 09:32:44 | [diff] [blame] | 5472 | const char kPreferConstantFrameRateName[] = "Prefer Constant Frame Rate"; |
| 5473 | const char kPreferConstantFrameRateDescription[] = |
| 5474 | "Enables this flag to prefer using constant frame rate for camera when " |
| 5475 | "streaming"; |
| 5476 | |
Wei Lee | 585fa1b | 2022-05-15 20:26:25 | [diff] [blame] | 5477 | const char kMoreVideoCaptureBuffersName[] = "More Video Capture Buffers"; |
| 5478 | const char kMoreVideoCaptureBuffersDescription[] = |
| 5479 | "This flag enables using a larger amount Chrome-allocated buffers for " |
| 5480 | "video capture. This larger amount is needed for deeper pipelines, e.g. " |
| 5481 | "sophisticated camera effects."; |
| 5482 | |
mojahsu | 3144bf3 | 2021-05-26 10:14:46 | [diff] [blame] | 5483 | const char kForceControlFaceAeName[] = "Force control face AE"; |
| 5484 | const char kForceControlFaceAeDescription[] = |
| 5485 | "Control this flag to force enable or disable face AE for camera"; |
mojahsu | 11ea38ae | 2021-05-06 03:30:11 | [diff] [blame] | 5486 | |
Jason Zhang | 9ec87775 | 2021-10-29 18:10:50 | [diff] [blame] | 5487 | const char kCellularBypassESimInstallationConnectivityCheckName[] = |
| 5488 | "Bypass eSIM installation connectivity check"; |
| 5489 | const char kCellularBypassESimInstallationConnectivityCheckDescription[] = |
| 5490 | "Bypass the non-cellular internet connectivity check during eSIM " |
| 5491 | "installation."; |
| 5492 | |
Jason Zhang | 26cacea | 2022-04-04 18:55:04 | [diff] [blame] | 5493 | const char kCellularUseSecondEuiccName[] = "Use second Euicc"; |
| 5494 | const char kCellularUseSecondEuiccDescription[] = |
| 5495 | "When enabled Cellular Setup and Settings UI will use the second available " |
| 5496 | "Euicc that's exposed by Hermes."; |
Azeem Arshad | 43b191b | 2021-01-15 23:59:56 | [diff] [blame] | 5497 | |
Colin Kincaid | fdf4661 | 2023-03-23 01:23:23 | [diff] [blame] | 5498 | const char kClipboardHistoryLongpressName[] = |
| 5499 | "Hold Ctrl+V to paste an item from clipboard history"; |
| 5500 | const char kClipboardHistoryLongpressDescription[] = |
| 5501 | "Enables an experimental behavior change where long-pressing Ctrl+V shows " |
| 5502 | "the clipboard history menu. If an item is selected to paste, it replaces " |
| 5503 | "the content initially pasted by Ctrl+V."; |
| 5504 | |
Colin Kincaid | b78ba32 | 2023-06-22 02:25:37 | [diff] [blame] | 5505 | const char kClipboardHistoryRefreshName[] = "Clipboard history refresh"; |
| 5506 | const char kClipboardHistoryRefreshDescription[] = |
| 5507 | "Enables the following updates to the clipboard history feature: a new " |
| 5508 | "educational nudge, refreshed menu UI, and a clipboard history submenu " |
| 5509 | "embedded in context menus."; |
| 5510 | |
Roman Arora | 595d571 | 2021-09-24 18:06:05 | [diff] [blame] | 5511 | const char kComponentUpdaterTestRequestName[] = |
| 5512 | "Enable the component updater check 'test-request' parameter"; |
| 5513 | const char kComponentUpdaterTestRequestDescription[] = |
| 5514 | "Enables the 'test-request' parameter for component updater check requests." |
| 5515 | " Overrides any other component updater check request parameters that may " |
| 5516 | "have been specified."; |
| 5517 | |
Yulun Wu | 1e35513 | 2020-02-11 20:12:22 | [diff] [blame] | 5518 | const char kContextualNudgesName[] = |
| 5519 | "Contextual nudges for user gesture education"; |
| 5520 | const char kContextualNudgesDescription[] = |
| 5521 | "Enables contextual nudges, periodically showing the user a label " |
| 5522 | "explaining how to interact with a particular UI element using gestures."; |
| 5523 | |
Jing Wang | 859fb1a | 2020-11-27 00:26:48 | [diff] [blame] | 5524 | const char kCrosOnDeviceGrammarCheckName[] = "On-device Grammar Check"; |
| 5525 | const char kCrosOnDeviceGrammarCheckDescription[] = |
| 5526 | "Enable new on-device grammar check component."; |
| 5527 | |
Richard Chui | a9ed7be1 | 2022-04-13 21:30:35 | [diff] [blame] | 5528 | const char kSystemExtensionsName[] = "ChromeOS System Extensions"; |
Christopher Lam | d8708c3 | 2021-10-29 04:31:47 | [diff] [blame] | 5529 | const char kSystemExtensionsDescription[] = |
Richard Chui | a9ed7be1 | 2022-04-13 21:30:35 | [diff] [blame] | 5530 | "Enable the ChromeOS System Extension platform."; |
Christopher Lam | d8708c3 | 2021-10-29 04:31:47 | [diff] [blame] | 5531 | |
Giovanni Ortuño Urquidi | feb77d2 | 2022-04-08 05:40:23 | [diff] [blame] | 5532 | const char kEnableServiceWorkersForChromeUntrustedName[] = |
| 5533 | "Enable chrome-untrusted:// Service Workers"; |
| 5534 | const char kEnableServiceWorkersForChromeUntrustedDescription[] = |
| 5535 | "When enabled, allows chrome-untrusted:// WebUIs to use service workers."; |
| 5536 | |
Tyler Garrett | 86f698b3 | 2023-01-25 22:01:41 | [diff] [blame] | 5537 | const char kEnterpriseReportingUIName[] = |
| 5538 | "Enable chrome://enterprise-reporting"; |
| 5539 | const char kEnterpriseReportingUIDescription[] = |
| 5540 | "When enabled, allows for chrome://enterprise-reporting to be visited"; |
| 5541 | |
maciek swiech | bb24493 | 2023-06-15 22:18:54 | [diff] [blame] | 5542 | const char kPermissiveUsbPassthroughName[] = |
| 5543 | "Enable more permissive passthrough for USB Devices"; |
| 5544 | const char kPermissiveUsbPassthroughDescription[] = |
| 5545 | "When enabled, applies more permissive rules passthrough of USB devices."; |
| 5546 | |
Fergus Dall | 9d0e95a | 2021-07-30 08:10:11 | [diff] [blame] | 5547 | const char kCrostiniContainerInstallName[] = |
| 5548 | "Debian version for new Crostini containers"; |
| 5549 | const char kCrostiniContainerInstallDescription[] = |
| 5550 | "New Crostini containers will use this debian version"; |
David Munro | 3728ef7 | 2019-10-30 07:22:15 | [diff] [blame] | 5551 | |
Ben Wells | 7238dd0 | 2019-05-02 08:20:32 | [diff] [blame] | 5552 | const char kCrostiniGpuSupportName[] = "Crostini GPU Support"; |
| 5553 | const char kCrostiniGpuSupportDescription[] = "Enable Crostini GPU support."; |
| 5554 | |
David Munro | 9fce777c | 2020-10-07 03:55:54 | [diff] [blame] | 5555 | const char kCrostiniResetLxdDbName[] = "Crostini Reset LXD DB on launch"; |
| 5556 | const char kCrostiniResetLxdDbDescription[] = |
| 5557 | "Recreates the LXD database every time we launch it"; |
| 5558 | |
Nicholas Verne | 6eb340a8 | 2021-10-19 05:55:38 | [diff] [blame] | 5559 | const char kCrostiniMultiContainerName[] = "Allow multiple Crostini containers"; |
| 5560 | const char kCrostiniMultiContainerDescription[] = |
| 5561 | "Experimental UI for creating and managing multiple Crostini containers"; |
| 5562 | |
Timothy Loh | 05b4d59f | 2021-11-08 05:05:52 | [diff] [blame] | 5563 | const char kCrostiniImeSupportName[] = "Crostini IME support"; |
| 5564 | const char kCrostiniImeSupportDescription[] = |
Timothy Loh | e9cb1af | 2023-05-22 06:26:53 | [diff] [blame] | 5565 | "Support for IMEs (excluding VK) in Crostini for applications built with " |
| 5566 | "GTK3 or Electron."; |
| 5567 | |
| 5568 | const char kCrostiniQtImeSupportName[] = |
| 5569 | "Crostini IME support for Qt applications"; |
| 5570 | const char kCrostiniQtImeSupportDescription[] = |
| 5571 | "Experimental support for IMEs (excluding VK) in Crostini for applications " |
| 5572 | "built with Qt. Requires #crostini-ime-support to be enabled."; |
Timothy Loh | 05b4d59f | 2021-11-08 05:05:52 | [diff] [blame] | 5573 | |
| 5574 | const char kCrostiniVirtualKeyboardSupportName[] = |
| 5575 | "Crostini Virtual Keyboard Support"; |
| 5576 | const char kCrostiniVirtualKeyboardSupportDescription[] = |
| 5577 | "Experimental support for the Virtual Keyboard on Crostini."; |
| 5578 | |
Nicholas Verne | 6df17e6 | 2023-06-07 02:19:09 | [diff] [blame] | 5579 | const char kCrostiniUseLxd5Name[] = |
| 5580 | "Use LXD 5 instead of the default - Irreversible"; |
| 5581 | const char kCrostiniUseLxd5Description[] = |
| 5582 | "Uses LXD version 5 instead of the default version. WARNING: Once this is " |
| 5583 | "set you can't unset it without deleting your entire container"; |
| 5584 | |
David Munro | 762bf32 | 2022-02-03 02:21:46 | [diff] [blame] | 5585 | const char kBruschettaName[] = "Enable the third party VMs feature"; |
| 5586 | const char kBruschettaDescription[] = |
| 5587 | "Enables UI support for third party/generic VMs"; |
| 5588 | |
Fergus Dall | db66df3 | 2022-08-19 02:54:44 | [diff] [blame] | 5589 | const char kBruschettaAlphaMigrateName[] = "Migration for Bruschetta Alpha"; |
| 5590 | const char kBruschettaAlphaMigrateDescription[] = |
| 5591 | "Enable this flag to migrate a Bruschetta installed during the alpha. " |
| 5592 | "Requires the bruschetta flag to be enabled."; |
| 5593 | |
Kam Kwankajornkiet | bc6eb78 | 2023-03-16 04:40:08 | [diff] [blame] | 5594 | const char kCameraAppTimeLapseName[] = "Camera App Time-lapse Recording"; |
| 5595 | const char kCameraAppTimeLapseDescription[] = |
| 5596 | "Enable this flag to record time-lapse video in Camera app."; |
| 5597 | |
Pilar Molina Lopez | d5b78751 | 2020-11-19 00:21:48 | [diff] [blame] | 5598 | const char kDisableBufferBWCompressionName[] = |
| 5599 | "Disable buffer bandwidth compression"; |
| 5600 | const char kDisableBufferBWCompressionDescription[] = |
| 5601 | "Disable bandwidth compression when allocating buffers"; |
| 5602 | |
Ricky Liang | 8df4337 | 2020-07-09 09:41:09 | [diff] [blame] | 5603 | const char kDisableCameraFrameRotationAtSourceName[] = |
| 5604 | "Disable camera frame rotation at source"; |
| 5605 | const char kDisableCameraFrameRotationAtSourceDescription[] = |
| 5606 | "Disable camera frame rotation to the upright display orientation in the " |
| 5607 | "video capture device"; |
| 5608 | |
Thanh Nguyen | a4c93344 | 2019-05-11 03:43:55 | [diff] [blame] | 5609 | const char kDisableCancelAllTouchesName[] = "Disable CancelAllTouches()"; |
| 5610 | const char kDisableCancelAllTouchesDescription[] = |
| 5611 | "If enabled, a canceled touch will not force all other touches to be " |
| 5612 | "canceled."; |
| 5613 | |
Daniele Castagna | 893d822e | 2019-03-08 21:37:11 | [diff] [blame] | 5614 | const char kDisableExplicitDmaFencesName[] = "Disable explicit dma-fences"; |
| 5615 | const char kDisableExplicitDmaFencesDescription[] = |
| 5616 | "Always rely on implicit syncrhonization between GPU and display " |
| 5617 | "controller instead of using dma-fences explcitily when available."; |
| 5618 | |
Bailey Berro | 01f0974 | 2020-07-21 05:40:59 | [diff] [blame] | 5619 | const char kDisplayAlignmentAssistanceName[] = |
| 5620 | "Enable Display Alignment Assistance"; |
| 5621 | const char kDisplayAlignmentAssistanceDescription[] = |
| 5622 | "Show indicators on shared edges of the displays when user is " |
| 5623 | "attempting to move their mouse over to another display. Show preview " |
| 5624 | "indicators when the user is moving a display in display layouts."; |
| 5625 | |
Harry Cutts | 932c80a | 2021-10-07 15:00:38 | [diff] [blame] | 5626 | const char kEnableLibinputToHandleTouchpadName[] = |
| 5627 | "Enable libinput to handle touchpad."; |
| 5628 | const char kEnableLibinputToHandleTouchpadDescription[] = |
| 5629 | "Use libinput instead of the gestures library to handle touchpad." |
| 5630 | "Libgesures works very well on modern devices but fails on legacy" |
| 5631 | "devices. Use libinput if an input device doesn't work or is not working" |
| 5632 | "well."; |
| 5633 | |
William Mahon | 9d1605f | 2022-04-22 23:54:59 | [diff] [blame] | 5634 | const char kEnableFakeKeyboardHeuristicName[] = |
| 5635 | "Enable Fake Keyboard Heuristic"; |
| 5636 | const char kEnableFakeKeyboardHeuristicDescription[] = |
| 5637 | "Enable heuristic to prevent non-keyboard devices from pretending " |
| 5638 | "to be keyboards. Primarily assists in preventing the virtual keyboard " |
| 5639 | "from being disabled unintentionally."; |
| 5640 | |
Jon Mann | 8e44814 | 2021-07-29 19:31:30 | [diff] [blame] | 5641 | const char kFastPairName[] = "Enable Fast Pair"; |
| 5642 | const char kFastPairDescription[] = |
| 5643 | "Enables Google Fast Pair service which uses BLE to discover supported " |
Josh Graydus | 84ef1a37 | 2022-05-10 21:40:51 | [diff] [blame] | 5644 | "nearby Bluetooth devices and surfaces a notification for quick pairing."; |
Jon Mann | 8e44814 | 2021-07-29 19:31:30 | [diff] [blame] | 5645 | |
Alex Kingsborough | 31acba6e | 2023-01-17 21:47:45 | [diff] [blame] | 5646 | const char kFastPairHandshakeRefactorName[] = |
| 5647 | "Enable Fast Pair Handshake Refactor"; |
| 5648 | const char kFastPairHandshakeRefactorDescription[] = |
| 5649 | "Enables refactored handshake logic for Google Fast Pair service."; |
| 5650 | |
Daniel Classon | 1def707 | 2023-03-30 17:16:39 | [diff] [blame] | 5651 | const char kFastPairHIDName[] = "Enable Fast Pair HID"; |
| 5652 | const char kFastPairHIDDescription[] = |
| 5653 | "Enables prototype support for Fast Pair HID."; |
| 5654 | |
Shane Fitzpatrick | ea88229 | 2022-01-24 20:30:15 | [diff] [blame] | 5655 | const char kFastPairLowPowerName[] = "Enable Fast Pair Low Power mode"; |
| 5656 | const char kFastPairLowPowerDescription[] = |
| 5657 | "Enables Fast Pair Low Power mode, which doesn't scan for devices " |
| 5658 | "continously. This results in lower power usage, but also higher latency " |
| 5659 | "for device discovery."; |
| 5660 | |
Jon Mann | 022bd352 | 2022-01-19 22:11:51 | [diff] [blame] | 5661 | const char kFastPairSoftwareScanningName[] = |
| 5662 | "Enable Fast Pair Software Scanning"; |
| 5663 | const char kFastPairSoftwareScanningDescription[] = |
| 5664 | "Allow using Fast Pair on devices which don't support hardware offloading " |
| 5665 | "of BLE scans. For development use."; |
| 5666 | |
Juliet Levesque | aa230e0 | 2022-04-19 18:11:14 | [diff] [blame] | 5667 | const char kFastPairSavedDevicesName[] = "Enable Fast Pair Saved Devices"; |
| 5668 | const char kFastPairSavedDevicesDescription[] = |
| 5669 | "Enables the Fast Pair \"Saved Devices\" page to display a list of the " |
| 5670 | "user's devices and provide the option to opt in or out of saving devices " |
| 5671 | "to their account."; |
| 5672 | |
Paola Lacouture | 9708496 | 2023-07-06 22:27:27 | [diff] [blame] | 5673 | const char kFastPairDevicesBluetoothSettingsName[] = |
| 5674 | "Enable Fast Pair Devices in Bluetooth Settings"; |
| 5675 | const char kFastPairDevicesBluetoothSettingsDescription[] = |
| 5676 | "Enables the Fast Pair Bluetooth Settings page to display a list of the " |
| 5677 | "user's devices available for Subsequent Pairing."; |
| 5678 | |
Ashutosh Singhal | ab30b18e | 2022-06-24 15:09:27 | [diff] [blame] | 5679 | const char kFrameSinkDesktopCapturerInCrdName[] = |
| 5680 | "Enable FrameSinkDesktopCapturer in CRD"; |
| 5681 | const char kFrameSinkDesktopCapturerInCrdDescription[] = |
| 5682 | "Enables the use of FrameSinkDesktopCapturer in the video streaming for " |
| 5683 | "CRD, " |
| 5684 | "replacing the use of AuraDesktopCapturer"; |
| 5685 | |
Miguel Casas | 8821b098 | 2020-07-02 12:28:49 | [diff] [blame] | 5686 | const char kUseHDRTransferFunctionName[] = |
| 5687 | "Monitor/Display HDR transfer function"; |
| 5688 | const char kUseHDRTransferFunctionDescription[] = |
| 5689 | "Allows using the HDR transfer functions of any connected monitor that " |
| 5690 | "supports it"; |
Ahmed Fakhry | 4f567e69 | 2018-10-16 15:51:08 | [diff] [blame] | 5691 | const char kDoubleTapToZoomInTabletModeName[] = |
| 5692 | "Double-tap to zoom in tablet mode"; |
| 5693 | const char kDoubleTapToZoomInTabletModeDescription[] = |
| 5694 | "If Enabled, double tapping in webpages while in tablet mode will zoom the " |
| 5695 | "page."; |
| 5696 | |
Yulun Wu | b88a920 | 2021-07-13 19:44:56 | [diff] [blame] | 5697 | const char kQuickSettingsPWANotificationsName[] = |
| 5698 | "Enable setting of PWA notification permissions in quick settings "; |
| 5699 | const char kQuickSettingsPWANotificationsDescription[] = |
| 5700 | "Replace website notification permissions with PWA notification " |
| 5701 | "permissions in the quick settings menu. Website notification permissions " |
| 5702 | "settings will be migrated to the lacros - chrome browser."; |
| 5703 | |
Travis Lane | 636a4ac | 2022-05-24 16:28:55 | [diff] [blame] | 5704 | const char kDriveFsChromeNetworkingName[] = |
| 5705 | "Enable the DriveFS / Chrome Network Service bridge"; |
| 5706 | const char kDriveFsChromeNetworkingDescription[] = |
| 5707 | "Enable the bridge bewteen DriveFS and the Chrome Network Service for " |
| 5708 | "communication with the Drive backend."; |
| 5709 | |
Oleg Davydov | 5f3716c | 2023-06-15 15:43:47 | [diff] [blame] | 5710 | const char kDriveFsShowCSEFilesName[] = "Enable listing of CSE files"; |
| 5711 | const char kDriveFsShowCSEFilesDescription[] = |
| 5712 | "Enable listing of CSE files in DriveFS, which will result in these files " |
| 5713 | "being visible in the Files App's Google Drive item."; |
| 5714 | |
Alex Newcomer | e5a362c | 2019-05-02 19:31:35 | [diff] [blame] | 5715 | const char kEnableBackgroundBlurName[] = "Enable background blur."; |
| 5716 | const char kEnableBackgroundBlurDescription[] = |
minch | ab2ded5ce | 2019-09-06 18:32:28 | [diff] [blame] | 5717 | "Enables background blur for the Launcher, Shelf, Unified System Tray etc."; |
Alex Newcomer | e5a362c | 2019-05-02 19:31:35 | [diff] [blame] | 5718 | |
Garrick Evans | e6f9f25 | 2023-01-19 05:43:08 | [diff] [blame] | 5719 | const char kDisableDnsProxyName[] = "Disable DNS proxy service for ChromeOS"; |
| 5720 | const char kDisableDnsProxyDescription[] = |
| 5721 | "Turns off DNS proxying and SecureDNS for ChromeOS (only). Does not impact " |
| 5722 | "Chrome browser."; |
| 5723 | |
Taoyu Li | b19cd58 | 2023-03-30 01:13:38 | [diff] [blame] | 5724 | const char kEnableRFC8925Name[] = |
| 5725 | "Enable RFC8925 (prefer IPv6-only on IPv6-only-capable network)"; |
| 5726 | const char kEnableRFC8925Description[] = |
| 5727 | "Let ChromeOS DHCPv4 client voluntarily drop DHCPv4 lease and prefer to" |
| 5728 | "operate IPv6-only, if the network is also IPv6-only capable."; |
| 5729 | |
Jason Jeremy Iman | 516f072 | 2023-03-03 02:15:45 | [diff] [blame] | 5730 | const char kPasspointARCSupportName[] = "Enable Passpoint ARC support"; |
Jason Jeremy Iman | ee9104eb5 | 2023-03-01 04:11:04 | [diff] [blame] | 5731 | const char kPasspointARCSupportDescription[] = |
Jason Jeremy Iman | 516f072 | 2023-03-03 02:15:45 | [diff] [blame] | 5732 | "Feature to allow Android apps (running on ARC) to provision WiFi networks " |
| 5733 | "through Passpoint."; |
Jason Jeremy Iman | ee9104eb5 | 2023-03-01 04:11:04 | [diff] [blame] | 5734 | |
Damien Dejean | 837a7f0 | 2023-04-10 08:39:30 | [diff] [blame] | 5735 | const char kPasspointSettingsName[] = "Enable Passpoint settings"; |
| 5736 | const char kPasspointSettingsDescription[] = |
| 5737 | "Enables displaying Passpoint subscription information in network " |
| 5738 | "settings."; |
| 5739 | |
Gil Dekel | 43a1458 | 2022-12-02 05:50:28 | [diff] [blame] | 5740 | const char kEnableEdidBasedDisplayIdsName[] = "Enable EDID-based display IDs"; |
| 5741 | const char kEnableEdidBasedDisplayIdsDescription[] = |
| 5742 | "When enabled, a display's ID will be produced by hashing certain values " |
| 5743 | "in the display's EDID blob. EDID-based display IDs allow ChromeOS to " |
| 5744 | "consistently identify previously connected displays, regardless of the " |
| 5745 | "physical port they were connected to, and load user display layouts more " |
| 5746 | "accurately."; |
| 5747 | |
Harry Cutts | 6deecd8 | 2022-04-08 01:30:23 | [diff] [blame] | 5748 | const char kEnableExternalKeyboardsInDiagnosticsAppName[] = |
| 5749 | "Enable external keyboards in the Diagnostics App"; |
| 5750 | const char kEnableExternalKeyboardsInDiagnosticsAppDescription[] = |
| 5751 | "Shows external keyboards in the Diagnostics App's input section. Requires " |
| 5752 | "#enable-input-in-diagnostics-app to be enabled."; |
| 5753 | |
xiangdong kong | 7348a656 | 2023-02-15 18:10:05 | [diff] [blame] | 5754 | const char kEnableGetDebugdLogsInParallelName[] = |
| 5755 | "Enable getting debug daemon logs in parallel for feedback"; |
| 5756 | const char kEnableGetDebugdLogsInParallelDescription[] = |
| 5757 | "When enabled, the feedback app will use a new debug daemon method to get " |
| 5758 | "logs. The method collects different pieces of logs in parallel."; |
| 5759 | |
James Hawkins | a9fefa8d | 2020-10-08 00:24:03 | [diff] [blame] | 5760 | const char kEnableHostnameSettingName[] = "Enable setting the device hostname"; |
| 5761 | const char kEnableHostnameSettingDescription[] = |
Richard Chui | a9ed7be1 | 2022-04-13 21:30:35 | [diff] [blame] | 5762 | "Enables the ability to set the ChromeOS hostname, the name of the device " |
James Hawkins | a9fefa8d | 2020-10-08 00:24:03 | [diff] [blame] | 5763 | "that is exposed to the local network"; |
| 5764 | |
Harry Cutts | cfe6d934f | 2019-06-05 21:45:55 | [diff] [blame] | 5765 | const char kEnableGesturePropertiesDBusServiceName[] = |
| 5766 | "Enable gesture properties D-Bus service"; |
| 5767 | const char kEnableGesturePropertiesDBusServiceDescription[] = |
| 5768 | "Enable a D-Bus service for accessing gesture properties, which are used " |
| 5769 | "to configure input devices."; |
| 5770 | |
Xiaohui Chen | f4283f3 | 2018-11-26 20:02:50 | [diff] [blame] | 5771 | const char kEnableGoogleAssistantDspName[] = |
| 5772 | "Enable Google Assistant with hardware-based hotword"; |
| 5773 | const char kEnableGoogleAssistantDspDescription[] = |
| 5774 | "Enable an experimental feature that uses hardware-based hotword detection " |
| 5775 | "for Assistant. Only a limited number of devices have this type of " |
| 5776 | "hardware support."; |
| 5777 | |
Xiaohui Chen | c3baca4 | 2018-11-30 19:29:37 | [diff] [blame] | 5778 | const char kEnableGoogleAssistantStereoInputName[] = |
| 5779 | "Enable Google Assistant with stereo audio input"; |
| 5780 | const char kEnableGoogleAssistantStereoInputDescription[] = |
| 5781 | "Enable an experimental feature that uses stereo audio input for hotword " |
| 5782 | "and voice to text detection in Google Assistant."; |
| 5783 | |
Xiaohui Chen | 3f3a5bf1 | 2019-09-28 00:29:45 | [diff] [blame] | 5784 | const char kEnableGoogleAssistantAecName[] = "Enable Google Assistant AEC"; |
| 5785 | const char kEnableGoogleAssistantAecDescription[] = |
| 5786 | "Enable an experimental feature that removes local feedback from audio " |
| 5787 | "input to help hotword and ASR when background audio is playing."; |
| 5788 | |
Harry Cutts | 8b445de | 2021-06-10 02:25:55 | [diff] [blame] | 5789 | const char kEnableInputEventLoggingName[] = "Enable input event logging"; |
| 5790 | const char kEnableInputEventLoggingDescription[] = |
| 5791 | "Enable detailed logging of input events from touchscreens, touchpads, and " |
| 5792 | "mice. These events include the locations of all touches as well as " |
| 5793 | "relative pointer movements, and so may disclose sensitive data. They " |
| 5794 | "will be included in feedback reports and system logs, so DO NOT ENTER " |
| 5795 | "SENSITIVE INFORMATION with this flag enabled."; |
| 5796 | |
Ashley Prasad | aeff6938 | 2023-03-31 22:50:43 | [diff] [blame] | 5797 | const char kDiagnosticsAppJellyName[] = |
| 5798 | "Enable jelly colors for the Diagnostics App"; |
| 5799 | const char kDiagnosticsAppJellyDescription[] = |
| 5800 | "Enable jelly colors for the Diagnostics App. Requires " |
| 5801 | "jelly-colors flag to be enabled."; |
| 5802 | |
Roger Tinkoff | 6c1bed2 | 2022-01-07 14:52:01 | [diff] [blame] | 5803 | const char kEnableKeyboardBacklightToggleName[] = |
| 5804 | "Enable Keyboard Backlight Toggle."; |
| 5805 | const char kEnableKeyboardBacklightToggleDescription[] = |
| 5806 | "Enable toggling of the keyboard backlight. By " |
| 5807 | "default, this flag is enabled."; |
| 5808 | |
alanlxl | 43ddc208 | 2022-02-01 00:24:16 | [diff] [blame] | 5809 | const char kEnableNeuralPalmAdaptiveHoldName[] = "Palm Rejection Adaptive Hold"; |
| 5810 | const char kEnableNeuralPalmAdaptiveHoldDescription[] = |
| 5811 | "Enable adaptive hold in palm rejection. Not compatible with all devices."; |
| 5812 | |
Rob Schonberger | c258473f | 2019-11-08 05:09:35 | [diff] [blame] | 5813 | const char kEnableNeuralStylusPalmRejectionName[] = |
| 5814 | "Enable Neural Palm Detection"; |
| 5815 | const char kEnableNeuralStylusPalmRejectionDescription[] = |
| 5816 | "Experimental: Enable Neural Palm detection. Not compatible with all " |
| 5817 | "devices."; |
| 5818 | |
Xiangdong Kong | ec5a077 | 2021-05-03 21:53:01 | [diff] [blame] | 5819 | const char kEnableOsFeedbackName[] = "Enable updated Feedback Tool App"; |
| 5820 | const char kEnableOsFeedbackDescription[] = |
| 5821 | "Enable the feedback tool with new UX design that helps users mitigate " |
| 5822 | "the issues while writing feedback and makes the UI easier to use."; |
| 5823 | |
Mitsuru Oshima | daf5457 | 2020-04-07 14:47:59 | [diff] [blame] | 5824 | const char kEnableNewShortcutMappingName[] = "Enable New Shortcut Mapping"; |
| 5825 | const char kEnableNewShortcutMappingDescription[] = |
| 5826 | "Enables experimental new shortcut mapping"; |
| 5827 | |
Rob Schonberger | e0a8e3c | 2020-04-21 03:04:39 | [diff] [blame] | 5828 | const char kEnablePalmSuppressionName[] = |
| 5829 | "Enable Palm Suppression with Stylus."; |
| 5830 | const char kEnablePalmSuppressionDescription[] = |
| 5831 | "If enabled, suppresses touch when a stylus is on a touchscreen."; |
| 5832 | |
Catherine Zhang | 9df0c47 | 2023-03-09 07:33:21 | [diff] [blame] | 5833 | const char kEnableEdgeDetectionName[] = "Enable Edge Detection."; |
| 5834 | const char kEnableEdgeDetectionDescription[] = |
| 5835 | "If enabled, suppresses edge touch based on sensors' info."; |
| 5836 | |
Daniel Andersson | 3a71e98 | 2022-11-17 02:34:07 | [diff] [blame] | 5837 | const char kEnablePerDeskZOrderName[] = |
| 5838 | "Enable per-desk Z-order for all-desk windows."; |
| 5839 | const char kEnablePerDeskZOrderDescription[] = |
| 5840 | "The Z-order of all-desk windows is maintained on a per-desk basis. This " |
| 5841 | "means that all-desk windows will not keep popping to the front when " |
| 5842 | "switching desks."; |
| 5843 | |
Drew Davenport | ef72571 | 2022-07-13 21:05:08 | [diff] [blame] | 5844 | const char kEnableSeamlessRefreshRateSwitchingName[] = |
| 5845 | "Seamless Refresh Rate Switching"; |
| 5846 | const char kEnableSeamlessRefreshRateSwitchingDescription[] = |
| 5847 | "This option enables seamlessly changing the refresh rate based on power " |
| 5848 | "state on devices with supported hardware and drivers."; |
| 5849 | |
Harry Cutts | bc694180 | 2022-04-07 22:57:47 | [diff] [blame] | 5850 | const char kEnableTouchpadsInDiagnosticsAppName[] = |
| 5851 | "Enable touchpad cards in the Diagnostics App"; |
| 5852 | const char kEnableTouchpadsInDiagnosticsAppDescription[] = |
| 5853 | "Shows touchpad cards in the Diagnostics App's input section. Requires " |
| 5854 | "#enable-input-in-diagnostics-app to be enabled."; |
| 5855 | |
| 5856 | const char kEnableTouchscreensInDiagnosticsAppName[] = |
| 5857 | "Enable touchscreen cards in the Diagnostics App"; |
| 5858 | const char kEnableTouchscreensInDiagnosticsAppDescription[] = |
| 5859 | "Shows touchscreen cards in the Diagnostics App's input section. Requires " |
| 5860 | "#enable-input-in-diagnostics-app to be enabled."; |
| 5861 | |
Brian Geffon | 297843f | 2022-06-27 16:33:43 | [diff] [blame] | 5862 | const char kEnableZramWriteback[] = "Enable Zram Writeback"; |
| 5863 | const char kEnableZramWritebackDescription[] = |
| 5864 | "If enabled zram swap will be able to write back to disk increasing " |
| 5865 | "overall swap capacity"; |
| 5866 | |
Brian Geffon | 1c24556a | 2023-06-12 17:10:44 | [diff] [blame] | 5867 | const char kEnableSuspendToDisk[] = "Enable Suspend to Disk"; |
| 5868 | const char kEnableSuspendToDiskDescription[] = |
| 5869 | "If enabled the system will attempt to suspend to disk (hibernate) " |
| 5870 | "after 6 hours or more hours. This is a best effort and might fail, in " |
| 5871 | "which case the legacy suspend or shutdown behavior will remain"; |
| 5872 | |
Andrew Wolfers | a051f74 | 2022-03-03 21:08:22 | [diff] [blame] | 5873 | const char kEnableVariableRefreshRateName[] = "Enable Variable Refresh Rate"; |
| 5874 | const char kEnableVariableRefreshRateDescription[] = |
| 5875 | "Enable the variable refresh rate (Adaptive Sync) setting for capable " |
| 5876 | "displays."; |
| 5877 | |
Kyle Horimoto | 2d3b6b4 | 2022-05-13 02:12:16 | [diff] [blame] | 5878 | const char kEapGtcWifiAuthenticationName[] = "EAP-GTC WiFi Authentication"; |
| 5879 | const char kEapGtcWifiAuthenticationDescription[] = |
| 5880 | "Allows configuration of WiFi networks using EAP-GTC authentication"; |
| 5881 | |
whalechang | f06b6ea7 | 2022-08-26 01:13:11 | [diff] [blame] | 5882 | const char kAudioPeripheralVolumeGranularityName[] = |
| 5883 | "Audio Peripheral Volume Granularity"; |
| 5884 | const char kAudioPeripheralVolumeGranularityDescription[] = |
| 5885 | "Change audio peripheral volume granularity as close as peripheral " |
| 5886 | "reported. " |
| 5887 | "If the reported volume granularity are too small or too big. use 25 steps " |
| 5888 | "instead."; |
| 5889 | |
Abbas Nayebi | 6263f19 | 2022-05-13 21:10:41 | [diff] [blame] | 5890 | const char kEcheSWAName[] = "Enable Eche feature"; |
| 5891 | const char kEcheSWADescription[] = "This is the main flag for enabling Eche."; |
paulzhchen | 26343e9 | 2021-02-09 05:43:05 | [diff] [blame] | 5892 | |
Jon Mann | df97fa5 | 2022-11-28 23:01:16 | [diff] [blame] | 5893 | const char kEcheLauncherName[] = "Enable the Eche launcher"; |
| 5894 | const char kEcheLauncherDescription[] = |
| 5895 | "Enables the launcher for all apps for Eche."; |
| 5896 | |
Pu Shi | 9379343 | 2022-12-20 20:34:57 | [diff] [blame] | 5897 | const char kEcheLauncherListViewName[] = "Enable Eche launcher list view"; |
| 5898 | const char kEcheLauncherListViewDescription[] = |
| 5899 | "Convert Eche launcher from grid view to list view"; |
| 5900 | |
Joe Antonetti | b56b820 | 2023-01-18 20:42:08 | [diff] [blame] | 5901 | const char kEcheLauncherIconsInMoreAppsButtonName[] = |
| 5902 | "Enable app icons in the Eche launcher more apps button"; |
| 5903 | const char kEcheLauncherIconsInMoreAppsButtonDescription[] = |
| 5904 | "Show app icons in the Eche launcher more apps button"; |
| 5905 | |
Crisrael Lucero | 264086d | 2023-03-07 02:30:06 | [diff] [blame] | 5906 | const char kEcheNetworkConnectionStateName[] = |
| 5907 | "Enable loading and error states for Eche."; |
| 5908 | const char kEcheNetworkConnectionStateDescription[] = |
| 5909 | "Shows loading and error states in Phone Hub's recent apps section based " |
| 5910 | "on the connection state with the Phone."; |
| 5911 | |
paulzhchen | fac2819 | 2021-10-08 08:14:18 | [diff] [blame] | 5912 | const char kEcheSWADebugModeName[] = "Enable Eche Debug Mode"; |
Abbas Nayebi | 6263f19 | 2022-05-13 21:10:41 | [diff] [blame] | 5913 | const char kEcheSWADebugModeDescription[] = |
paulzhchen | 7c5907f5 | 2022-09-03 17:46:48 | [diff] [blame] | 5914 | "Save console logs of Eche in the system log"; |
| 5915 | |
| 5916 | const char kEcheSWAMeasureLatencyName[] = "Measure Eche E2E Latency"; |
| 5917 | const char kEcheSWAMeasureLatencyDescription[] = |
| 5918 | "Measure Eche E2E Latency and print all E2E latency logs of Eche in " |
| 5919 | "Console"; |
paulzhchen | fac2819 | 2021-10-08 08:14:18 | [diff] [blame] | 5920 | |
mavishsu | c3dcafaac | 2022-09-28 06:27:42 | [diff] [blame] | 5921 | const char kEcheSWASendStartSignalingName[] = |
| 5922 | "Enable Eche Send Start Signaling"; |
| 5923 | const char kEcheSWASendStartSignalingDescription[] = |
| 5924 | "Allows sending start signaling action to establish Eche's WebRTC " |
| 5925 | "connection"; |
| 5926 | |
mavishsu | 1ebe64a | 2022-09-29 12:52:24 | [diff] [blame] | 5927 | const char kEcheSWADisableStunServerName[] = "Disable Eche STUN server"; |
| 5928 | const char kEcheSWADisableStunServerDescription[] = |
| 5929 | "Allows disabling the stun servers when establishing a WebRTC connection " |
| 5930 | "to Eche"; |
| 5931 | |
Denalex Orakwue | 44a47a4 | 2022-12-07 08:56:08 | [diff] [blame] | 5932 | const char kEcheSWACheckAndroidNetworkInfoName[] = "Check Android network info"; |
| 5933 | const char kEcheSWACheckAndroidNetworkInfoDescription[] = |
| 5934 | "Allows CrOS to analyze Android network information to provide more " |
| 5935 | "context on connection errors"; |
| 5936 | |
Denalex Orakwue | f2ea70a | 2023-02-22 20:48:26 | [diff] [blame] | 5937 | const char kEcheSWAProcessAndroidAccessibilityTreeName[] = |
| 5938 | "Process Android Application Accessibility Tree"; |
| 5939 | const char kEcheSWAProcessAndroidAccessibilityTreeDescription[] = |
| 5940 | "Allows CrOS to process the Android accessibility tree information of the " |
| 5941 | "currently streaming app."; |
| 5942 | |
andrewxu | 6396d65 | 2023-02-20 17:58:54 | [diff] [blame] | 5943 | const char kEnableNotificationImageDragName[] = |
| 5944 | "Enable notification image drag"; |
| 5945 | const char kEnableNotificationImageDragDescription[] = |
| 5946 | "Enable users to drag the image shown on the notification and drop it to " |
| 5947 | "directly paste or share"; |
| 5948 | |
Pranav Batra | 96b8eba | 2021-07-02 21:17:21 | [diff] [blame] | 5949 | const char kEnableOAuthIppName[] = |
| 5950 | "Enable OAuth when printing via the IPP protocol"; |
| 5951 | const char kEnableOAuthIppDescription[] = |
| 5952 | "Enable OAuth when printing via the IPP protocol"; |
| 5953 | |
Jenny Zhang | 0c298e4 | 2022-01-12 03:09:26 | [diff] [blame] | 5954 | const char kEnforceAshExtensionKeeplistName[] = |
| 5955 | "Enforce Ash extension keeplist"; |
| 5956 | const char kEnforceAshExtensionKeeplistDescription[] = |
| 5957 | "Enforce the Ash extension keeplist. Only the extensions and Chrome apps on" |
| 5958 | " the keeplist are enabled in Ash."; |
| 5959 | |
Matthew Mourgos | 6f663a4 | 2023-03-14 20:58:08 | [diff] [blame] | 5960 | const char kEolResetDismissedPrefsName[] = |
| 5961 | "Reset end of life notification prefs"; |
| 5962 | const char kEolResetDismissedPrefsDescription[] = |
| 5963 | "Reset the end of life notification prefs to their default value, at the " |
| 5964 | "start of the user session. This is meant to make manual testing easier."; |
| 5965 | |
Matthew Mourgos | 0f79f50 | 2023-03-17 21:22:40 | [diff] [blame] | 5966 | const char kEolIncentiveName[] = "Enable end of life incentives"; |
| 5967 | const char kEolIncentiveDescription[] = |
| 5968 | "Allows end of life incentives to be shown within the system ui."; |
| 5969 | |
Hidehiko Abe | 826511f | 2023-03-24 06:58:43 | [diff] [blame] | 5970 | const char kExoConsumedByImeByFlagName[] = |
| 5971 | "Use the consumed bit from IME in exo"; |
| 5972 | const char kExoConsumedByImeByFlagDescription[] = |
| 5973 | "To see whether a key event is consumed or not, this let exo to use a bit" |
| 5974 | " from IME directly, instead of using heuristics based on key code etc."; |
| 5975 | |
Prabir Pradhan | 67677e8 | 2020-09-11 18:26:52 | [diff] [blame] | 5976 | const char kExoGamepadVibrationName[] = "Gamepad Vibration for Exo Clients"; |
| 5977 | const char kExoGamepadVibrationDescription[] = |
| 5978 | "Allow Exo clients like Android to request vibration events for gamepads " |
| 5979 | "that support it."; |
| 5980 | |
Nicholas Hollingum | 4cbff26 | 2020-09-08 04:02:15 | [diff] [blame] | 5981 | const char kExoOrdinalMotionName[] = |
| 5982 | "Raw (unaccelerated) motion for Linux applications"; |
| 5983 | const char kExoOrdinalMotionDescription[] = |
| 5984 | "Send unaccelerated values as raw motion events to linux applications."; |
| 5985 | |
Hidehiko Abe | 03ab732 | 2023-05-17 10:22:18 | [diff] [blame] | 5986 | const char kExoSurroundingTextOffsetName[] = |
| 5987 | "Supports offset of surrounding_text in exosphere"; |
| 5988 | const char kExoSurroundingTextOffsetDescription[] = |
| 5989 | "On wayland protocol, surrounding text may be trimmed. Enabling this " |
| 5990 | "supports the cases."; |
| 5991 | |
Akihiro Ota | 888750d | 2023-06-29 14:36:03 | [diff] [blame] | 5992 | const char kExperimentalAccessibilityChromeVoxOobeDialogImprovementsName[] = |
| 5993 | "Experimental accessibility ChromeVox OOBE dialog improvements."; |
| 5994 | |
| 5995 | const char |
| 5996 | kExperimentalAccessibilityChromeVoxOobeDialogImprovementsDescription[] = |
| 5997 | "Enables experimental UI improvements for the ChromeVox OOBE dialog."; |
| 5998 | |
Jeeva Murugan | 0c7d43a8 | 2022-11-07 01:10:27 | [diff] [blame] | 5999 | const char kExperimentalAccessibilityDictationContextCheckingName[] = |
| 6000 | "Experimental accessibility dictation using context checking."; |
| 6001 | const char kExperimentalAccessibilityDictationContextCheckingDescription[] = |
| 6002 | "Enables experimental dictation context checking."; |
| 6003 | |
Josiah K | cb91cd1 | 2022-03-22 19:27:06 | [diff] [blame] | 6004 | const char kExperimentalAccessibilityGoogleTtsLanguagePacksName[] = |
| 6005 | "Experimental accessibility Google TTS Langauge Packs."; |
| 6006 | const char kExperimentalAccessibilityGoogleTtsLanguagePacksDescription[] = |
| 6007 | "Enables downloading Google TTS voices using Langauge Packs."; |
| 6008 | |
Rose Garcia | 26e2ae3 | 2019-06-25 00:57:54 | [diff] [blame] | 6009 | const char kExperimentalAccessibilitySwitchAccessTextName[] = |
| 6010 | "Enable enhanced Switch Access text input."; |
| 6011 | const char kExperimentalAccessibilitySwitchAccessTextDescription[] = |
| 6012 | "Enable experimental or in-progress Switch Access features for improved " |
| 6013 | "text input"; |
| 6014 | |
Andres Calderon Jaramillo | a55fccb | 2023-03-24 19:22:11 | [diff] [blame] | 6015 | const char kExposeOutOfProcessVideoDecodingToLacrosName[] = |
| 6016 | "Expose out-of-process video decoding (OOP-VD) to LaCrOS."; |
| 6017 | const char kExposeOutOfProcessVideoDecodingToLacrosDescription[] = |
| 6018 | "Accept media.stable.mojom.StableVideoDecoderFactory connection requests " |
| 6019 | "from LaCrOS and host said factories in utility processes."; |
| 6020 | |
Xinglong Luan | ff7dec5 | 2023-05-30 01:07:50 | [diff] [blame] | 6021 | const char kFederatedServiceName[] = |
| 6022 | "Enable Federated Service on ChromeOS login"; |
| 6023 | const char kFederatedServiceDescription[] = |
| 6024 | "If disalbed, all federated service activities are stopped."; |
| 6025 | |
Steffen Seckler | c95470d | 2022-08-12 07:26:00 | [diff] [blame] | 6026 | const char kFileTransferEnterpriseConnectorName[] = |
| 6027 | "Enable Files Transfer Enterprise Connector."; |
| 6028 | const char kFileTransferEnterpriseConnectorDescription[] = |
| 6029 | "Enable the File Transfer Enterprise Connector."; |
| 6030 | |
Luciano Pacheco | a2f314ee | 2022-06-02 14:22:14 | [diff] [blame] | 6031 | const char kFilesAppExperimentalName[] = |
| 6032 | "Experimental UI features for Files app"; |
| 6033 | const char kFilesAppExperimentalDescription[] = |
| 6034 | "Enable experimental UI features for Files app. Experimental features are " |
| 6035 | "expected to be non functional to end users."; |
| 6036 | |
Noel Gordon | 5c5a49e6 | 2023-01-16 06:14:00 | [diff] [blame] | 6037 | const char kFilesConflictDialogName[] = "Files app conflict dialog"; |
| 6038 | const char kFilesConflictDialogDescription[] = |
| 6039 | "When enabled, the conflict dialog will be shown during file transfers " |
| 6040 | "if a file entry in the transfer exists at the destination."; |
| 6041 | |
Ben Reich | 2caaccf | 2023-02-06 23:17:50 | [diff] [blame] | 6042 | const char kFilesDriveShortcutsName[] = "Files app Google Drive shortcut icons"; |
| 6043 | const char kFilesDriveShortcutsDescription[] = |
| 6044 | "When enabled, shows an icon for files in Google Drive that are shortcuts"; |
| 6045 | |
Alex Danilo | 22b6b9c | 2021-11-18 06:44:44 | [diff] [blame] | 6046 | const char kFilesExtractArchiveName[] = "Extract archive in Files app"; |
| 6047 | const char kFilesExtractArchiveDescription[] = |
| 6048 | "Enable the simplified archive extraction feature in Files app"; |
| 6049 | |
Marcello Salomao | dd0e6de | 2022-09-14 00:28:47 | [diff] [blame] | 6050 | const char kFilesInlineSyncStatusName[] = |
| 6051 | "Enable inline sync status in Files app."; |
| 6052 | const char kFilesInlineSyncStatusDescription[] = |
| 6053 | "Enable displaying the sync status of each file next to its name in Files " |
| 6054 | "app."; |
| 6055 | |
Marcello Salomao | c517be5 | 2023-05-18 06:43:36 | [diff] [blame] | 6056 | const char kFilesInlineSyncStatusProgressEventsName[] = |
| 6057 | "Enable inline sync status in Files app to work with a new source of " |
| 6058 | "progress events."; |
| 6059 | const char kFilesInlineSyncStatusProgressEventsDescription[] = |
| 6060 | "An improvement for inline sync status that will eventually allow it to " |
| 6061 | "display progress for downsyncing operations."; |
| 6062 | |
Bo Majewski | 24757cb | 2022-09-20 06:42:18 | [diff] [blame] | 6063 | const char kFilesSearchV2Name[] = "V2 generation of file search."; |
| 6064 | const char kFilesSearchV2Description[] = "Enable V2 generation of file search."; |
| 6065 | |
Omid Tourzan | bf2a0dcf | 2020-09-10 08:53:55 | [diff] [blame] | 6066 | const char kFilesSinglePartitionFormatName[] = |
| 6067 | "Enable Partitioning of Removable Disks."; |
| 6068 | const char kFilesSinglePartitionFormatDescription[] = |
| 6069 | "Enable partitioning of removable disks into single partition."; |
| 6070 | |
Joel Hockey | 487b679b | 2023-03-15 04:10:29 | [diff] [blame] | 6071 | const char kFilesTrashDriveName[] = "Enable Files Trash for Drive."; |
| 6072 | const char kFilesTrashDriveDescription[] = |
| 6073 | "Enable trash for Drive volume in Files App."; |
| 6074 | |
Ashley Prasad | be89bd2 | 2023-04-03 21:26:12 | [diff] [blame] | 6075 | const char kFirmwareUpdateJellyName[] = |
| 6076 | "Enable jelly colors for the Firmware Update App"; |
| 6077 | const char kFirmwareUpdateJellyDescription[] = |
| 6078 | "Enable jelly colors for the Firmware Update App. Requires " |
| 6079 | "jelly-colors flag to be enabled."; |
| 6080 | |
Ricky Liang | 3bd2754b5 | 2020-10-07 02:50:32 | [diff] [blame] | 6081 | const char kForceSpectreVariant2MitigationName[] = |
| 6082 | "Force Spectre variant 2 mitigagtion"; |
| 6083 | const char kForceSpectreVariant2MitigationDescription[] = |
| 6084 | "Forces Spectre variant 2 mitigation. Setting this to enabled will " |
| 6085 | "override #spectre-variant2-mitigation and any system-level setting that " |
| 6086 | "disables Spectre variant 2 mitigation."; |
| 6087 | |
jhtin | c1f43aa | 2022-11-10 03:27:04 | [diff] [blame] | 6088 | const char kFirstPartyVietnameseInputName[] = |
| 6089 | "First party Vietnamese Input Method"; |
| 6090 | const char kFirstPartyVietnameseInputDescription[] = |
| 6091 | "Use first party input method for Vietnamese VNI and Telex"; |
| 6092 | |
Daniel Andersson | a36c4bc | 2021-06-04 22:09:43 | [diff] [blame] | 6093 | const char kFocusFollowsCursorName[] = "Focus follows cursor"; |
| 6094 | const char kFocusFollowsCursorDescription[] = |
| 6095 | "Enable window focusing by moving the cursor."; |
| 6096 | |
Cassy Chun-Crogan | 26d8e14 | 2023-01-25 02:00:53 | [diff] [blame] | 6097 | const char kForceReSyncDriveName[] = "Force resync drive"; |
| 6098 | const char kForceReSyncDriveDescription[] = |
| 6099 | "Enable Drive to forcibly resync office files."; |
| 6100 | |
yjliu | 8f78e8b | 2020-07-22 20:51:21 | [diff] [blame] | 6101 | const char kFrameThrottleFpsName[] = "Set frame throttling fps."; |
| 6102 | const char kFrameThrottleFpsDescription[] = |
| 6103 | "Set the throttle fps for compositor frame submission."; |
| 6104 | const char kFrameThrottleFpsDefault[] = "Default"; |
| 6105 | const char kFrameThrottleFps5[] = "5 fps"; |
| 6106 | const char kFrameThrottleFps10[] = "10 fps"; |
| 6107 | const char kFrameThrottleFps15[] = "15 fps"; |
| 6108 | const char kFrameThrottleFps20[] = "20 fps"; |
| 6109 | const char kFrameThrottleFps25[] = "25 fps"; |
| 6110 | const char kFrameThrottleFps30[] = "30 fps"; |
| 6111 | |
Nigel Tao | 03c6903 | 2022-04-23 03:10:47 | [diff] [blame] | 6112 | const char kFuseBoxDebugName[] = "Debugging UI for ChromeOS FuseBox service"; |
| 6113 | const char kFuseBoxDebugDescription[] = |
| 6114 | "Show additional debugging UI for ChromeOS FuseBox service."; |
| 6115 | |
Callistus | d4ba8b0d | 2023-04-03 05:34:59 | [diff] [blame] | 6116 | const char kHelpAppAppsDiscoveryName[] = "Help App Apps Discovery"; |
| 6117 | const char kHelpAppAppsDiscoveryDescription[] = |
| 6118 | "Enables the ChromeOS Apps Discovery experience in the Help App."; |
| 6119 | |
Callistus | 3b86227 | 2023-05-09 02:34:08 | [diff] [blame] | 6120 | const char kHelpAppAutoTriggerInstallDialogName[] = |
| 6121 | "Help App Auto Trigger Install Dialog"; |
| 6122 | const char kHelpAppAutoTriggerInstallDialogDescription[] = |
| 6123 | "Enables the logic that auto triggers the install dialog during the web " |
| 6124 | "app install flow initiated from the Help App."; |
| 6125 | |
Zufeng Wang | 9d3362eb82 | 2021-03-11 00:23:29 | [diff] [blame] | 6126 | const char kHelpAppLauncherSearchName[] = "Help App launcher search"; |
| 6127 | const char kHelpAppLauncherSearchDescription[] = |
| 6128 | "Enables showing search results from the help app in the launcher."; |
| 6129 | |
Angela Xiao | 6436074 | 2023-06-15 21:35:07 | [diff] [blame] | 6130 | const char kHelpAppWelcomeTipsName[] = "Help App Welcome Tips"; |
| 6131 | const char kHelpAppWelcomeTipsDescription[] = |
| 6132 | "Enables showing the welcome tips page in the help app. This feature " |
| 6133 | "is dependent on the #scalable-iph feature being enabled as well."; |
| 6134 | |
jhtin | 2c880810 | 2022-02-21 08:53:35 | [diff] [blame] | 6135 | const char kDiacriticsOnPhysicalKeyboardLongpressName[] = |
| 6136 | "Enable diacritics and variant character selection on PK longpress."; |
| 6137 | const char kDiacriticsOnPhysicalKeyboardLongpressDescription[] = |
| 6138 | "Enable diacritics and other varient character selection on physical " |
| 6139 | "keyboard longpress."; |
| 6140 | |
John Palmer | 8cbc27b | 2023-04-19 00:53:01 | [diff] [blame] | 6141 | const char kDiacriticsOnPhysicalKeyboardLongpressDefaultOnName[] = |
| 6142 | "Enable diacritics and variant character selection on PK longpress by " |
| 6143 | "default."; |
| 6144 | const char kDiacriticsOnPhysicalKeyboardLongpressDefaultOnDescription[] = |
| 6145 | "Enable diacritics and other varient character selection on physical " |
| 6146 | "keyboard longpress by default."; |
| 6147 | |
Darren Shen | 1c21e1e4 | 2023-05-11 00:03:39 | [diff] [blame] | 6148 | const char kDiacriticsUseReplaceSurroundingTextName[] = |
| 6149 | "Use ReplaceSurroundingText API for longpress diacritics."; |
| 6150 | const char kDiacriticsUseReplaceSurroundingTextDescription[] = |
| 6151 | "When longpress diacritics is enabled, use the ReplaceSurroundingText API " |
| 6152 | "for better app compatibility."; |
| 6153 | |
David Black | 6fca0bc | 2022-10-08 00:35:17 | [diff] [blame] | 6154 | const char kHoldingSpacePredictabilityName[] = |
| 6155 | "Enable holding space predictability"; |
| 6156 | const char kHoldingSpacePredictabilityDescription[] = |
| 6157 | "Increases predictability of holding space by being ever present in the " |
| 6158 | "shelf and always reserving space for downloads and screen captures."; |
| 6159 | |
| 6160 | const char kHoldingSpaceRefreshName[] = "Enable holding space refresh"; |
| 6161 | const char kHoldingSpaceRefreshDescription[] = |
| 6162 | "Enables a refresh of holding space which better conveys the relationship " |
| 6163 | "with the Files app."; |
| 6164 | |
| 6165 | const char kHoldingSpaceSuggestionsName[] = "Enable holding space suggestions"; |
| 6166 | const char kHoldingSpaceSuggestionsDescription[] = |
| 6167 | "Enables pinned file suggestions in holding space to help the user " |
| 6168 | "understand and discover the ability to pin."; |
| 6169 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 6170 | const char kHotspotName[] = "Hotspot"; |
| 6171 | const char kHotspotDescription[] = |
| 6172 | "Enables the Chromebook to share its cellular internet connection to other " |
| 6173 | "devices through WiFi. While this feature is under development, enabling " |
| 6174 | "this flag may cause your device's non-tethering traffic to use a " |
| 6175 | "tethering APN, which can result in carrier limits or fees."; |
| 6176 | |
Curtis McMullan | a190006 | 2021-06-28 01:13:25 | [diff] [blame] | 6177 | const char kImeAssistEmojiEnhancedName[] = "Enable enhanced assistive emojis"; |
| 6178 | const char kImeAssistEmojiEnhancedDescription[] = |
| 6179 | "Enable enhanced assistive emoji suggestion features for native IME"; |
| 6180 | |
Curtis McMullan | 35800d2 | 2020-11-26 06:45:19 | [diff] [blame] | 6181 | const char kImeAssistMultiWordName[] = |
| 6182 | "Enable assistive multi word suggestions"; |
| 6183 | const char kImeAssistMultiWordDescription[] = |
| 6184 | "Enable assistive multi word suggestions for native IME"; |
| 6185 | |
Curtis McMullan | 6f6526d | 2021-07-09 04:22:45 | [diff] [blame] | 6186 | const char kImeAssistMultiWordExpandedName[] = |
| 6187 | "Enable expanded assistive multi word suggestions"; |
| 6188 | const char kImeAssistMultiWordExpandedDescription[] = |
| 6189 | "Enable expanded assistive multi word suggestions for native IME"; |
| 6190 | |
Chuong Ho | 0db3d5d2 | 2023-02-27 02:18:33 | [diff] [blame] | 6191 | const char kImeFstDecoderParamsUpdateName[] = |
| 6192 | "Enable FST Decoder parameters update"; |
| 6193 | const char kImeFstDecoderParamsUpdateDescription[] = |
| 6194 | "Enable updated parameters for the FST decoder."; |
| 6195 | |
Grey Wang | 8896c88 | 2022-09-02 00:21:55 | [diff] [blame] | 6196 | const char kImeTrayHideVoiceButtonName[] = |
| 6197 | "Hides redudant voice button in IME tray"; |
| 6198 | const char kImeTrayHideVoiceButtonDescription[] = |
| 6199 | "Hides voice button in IME tray when mic icon is shown in the shelf"; |
| 6200 | |
John Palmer | b4e42c0 | 2022-02-11 07:25:16 | [diff] [blame] | 6201 | const char kVirtualKeyboardNewHeaderName[] = |
| 6202 | "Enable new header for virtual keyboard"; |
| 6203 | const char kVirtualKeyboardNewHeaderDescription[] = |
| 6204 | "Enable new header for virtual keyboard to improve navigation."; |
| 6205 | |
John Palmer | 77ce928 | 2021-07-15 09:23:09 | [diff] [blame] | 6206 | const char kImeSystemEmojiPickerClipboardName[] = |
| 6207 | "System emoji picker clipboard"; |
| 6208 | const char kImeSystemEmojiPickerClipboardDescription[] = |
| 6209 | "Emoji picker will insert emoji into clipboard if they can't be inserted " |
| 6210 | "into a text field"; |
Chuong Ho | a3217d5 | 2021-12-08 06:36:14 | [diff] [blame] | 6211 | |
| 6212 | const char kImeSystemEmojiPickerExtensionName[] = |
| 6213 | "System emoji picker extension"; |
| 6214 | const char kImeSystemEmojiPickerExtensionDescription[] = |
| 6215 | "Emoji picker extension allows users to select emoticons and symbols to " |
| 6216 | "input."; |
| 6217 | |
Kaiqi Liang | 5ddd91b | 2022-12-01 23:14:53 | [diff] [blame] | 6218 | const char kImeSystemEmojiPickerGIFSupportName[] = |
| 6219 | "System emoji picker gif support"; |
| 6220 | const char kImeSystemEmojiPickerGIFSupportDescription[] = |
| 6221 | "Emoji picker gif support allows users to select gifs to input."; |
| 6222 | |
Chuong Ho | 7a578183 | 2022-02-09 06:47:26 | [diff] [blame] | 6223 | const char kImeSystemEmojiPickerSearchExtensionName[] = |
| 6224 | "System emoji picker search extension"; |
| 6225 | const char kImeSystemEmojiPickerSearchExtensionDescription[] = |
| 6226 | "Emoji picker search extension enhances current emoji search by " |
| 6227 | "introducing multi-word prefix search."; |
| 6228 | |
John Palmer | 90a3221 | 2021-08-03 08:49:13 | [diff] [blame] | 6229 | const char kImeStylusHandwritingName[] = "Stylus Handwriting"; |
| 6230 | const char kImeStylusHandwritingDescription[] = |
| 6231 | "Enable VK UI for stylus in text fields"; |
John Palmer | 77ce928 | 2021-07-15 09:23:09 | [diff] [blame] | 6232 | |
Curtis McMullan | 6011fe7f | 2023-02-23 01:22:20 | [diff] [blame] | 6233 | const char kImeUsEnglishModelUpdateName[] = |
| 6234 | "Enable US English IME model update"; |
| 6235 | const char kImeUsEnglishModelUpdateDescription[] = |
| 6236 | "Enable updated US English IME language models for native IME"; |
| 6237 | |
Sean Kau | d5d0fc7 | 2023-01-30 19:08:26 | [diff] [blame] | 6238 | const char kJellyColorsName[] = "Jelly Colors"; |
| 6239 | const char kJellyColorsDescription[] = "Enable Jelly coloring"; |
| 6240 | |
Erik Chen | d7082ec | 2021-06-25 01:04:12 | [diff] [blame] | 6241 | const char kLacrosAvailabilityIgnoreName[] = |
| 6242 | "Ignore lacros-availability policy"; |
| 6243 | const char kLacrosAvailabilityIgnoreDescription[] = |
| 6244 | "Makes the lacros-availability policy have no effect. Instead Lacros " |
| 6245 | "availability will be controlled by experiment and/or user flags."; |
| 6246 | |
Hidehiko Abe | a7217c9 | 2022-02-01 05:54:57 | [diff] [blame] | 6247 | const char kLacrosOnlyName[] = "Lacros is the only browser"; |
| 6248 | const char kLacrosOnlyDescription[] = |
Richard Chui | a9ed7be1 | 2022-04-13 21:30:35 | [diff] [blame] | 6249 | "Use Lacros-chrome as the only web browser on ChromeOS. " |
Hidehiko Abe | a7217c9 | 2022-02-01 05:54:57 | [diff] [blame] | 6250 | "This flag is ignored if Lacros support or primary is disabled."; |
| 6251 | |
Hidehiko Abe | 9f190d1 | 2021-03-18 12:55:20 | [diff] [blame] | 6252 | const char kLacrosPrimaryName[] = "Lacros as the primary browser"; |
| 6253 | const char kLacrosPrimaryDescription[] = |
Richard Chui | a9ed7be1 | 2022-04-13 21:30:35 | [diff] [blame] | 6254 | "Use Lacros-chrome as the primary web browser on ChromeOS. " |
Hidehiko Abe | 9f190d1 | 2021-03-18 12:55:20 | [diff] [blame] | 6255 | "This flag is ignored if Lacros support is disabled."; |
| 6256 | |
Erik Chen | 601a5d6 | 2020-12-07 20:05:12 | [diff] [blame] | 6257 | const char kLacrosStabilityName[] = "Lacros stability"; |
Roman Arora | c36aeeb9 | 2021-10-04 20:35:58 | [diff] [blame] | 6258 | const char kLacrosStabilityDescription[] = "Lacros update channel."; |
Erik Chen | 601a5d6 | 2020-12-07 20:05:12 | [diff] [blame] | 6259 | |
Jae Hoon Kim | 94e1cfd | 2021-05-19 20:52:52 | [diff] [blame] | 6260 | const char kLacrosSelectionName[] = "Lacros selection"; |
| 6261 | const char kLacrosSelectionDescription[] = |
| 6262 | "Choosing between rootfs or stateful Lacros."; |
| 6263 | |
| 6264 | const char kLacrosSelectionRootfsDescription[] = "Rootfs"; |
| 6265 | const char kLacrosSelectionStatefulDescription[] = "Stateful"; |
| 6266 | |
Artem Sumaneev | 1f3555a | 2023-01-30 12:48:27 | [diff] [blame] | 6267 | const char kLacrosSelectionPolicyIgnoreName[] = |
| 6268 | "Ignore lacros-selection policy"; |
| 6269 | const char kLacrosSelectionPolicyIgnoreDescription[] = |
| 6270 | "Makes the lacros-selection policy have no effect. Instead Lacros " |
| 6271 | "selection will be controlled by experiment and/or user flags."; |
| 6272 | |
James Cook | 2fe5ca7b | 2020-10-09 02:54:17 | [diff] [blame] | 6273 | const char kLacrosSupportName[] = "Lacros support"; |
James Cook | ac2473be | 2020-04-28 00:54:18 | [diff] [blame] | 6274 | const char kLacrosSupportDescription[] = |
Yuta Hijikata | 45214bc | 2021-04-27 16:36:38 | [diff] [blame] | 6275 | "Support for the experimental lacros-chrome browser. Please note that the " |
| 6276 | "first restart can take some time to setup lacros-chrome. Please DO NOT " |
| 6277 | "attempt to turn off the device during the restart."; |
James Cook | ac2473be | 2020-04-28 00:54:18 | [diff] [blame] | 6278 | |
Erik Chen | 5d686e2a0 | 2022-11-01 23:11:31 | [diff] [blame] | 6279 | const char kLacrosWaylandLoggingName[] = "Lacros wayland logging"; |
| 6280 | const char kLacrosWaylandLoggingDescription[] = |
| 6281 | "Enables wayland logging for Lacros. This generates a significant amount " |
| 6282 | "of logs on disk. Logs are cleared after two restarts."; |
| 6283 | |
Yuta Hijikata | ad79442 | 2022-04-15 17:33:12 | [diff] [blame] | 6284 | const char kLacrosMoveProfileMigrationName[] = "Enforce profile move migration"; |
| 6285 | const char kLacrosMoveProfileMigrationDescription[] = |
| 6286 | "Enforce Lacros profile move migration which moves files from Ash profile " |
| 6287 | "directory to Lacros profile directory instead of copying. Please note " |
| 6288 | "that disabling Lacros and falling back to Ash after move migration is not " |
| 6289 | "supported."; |
| 6290 | |
Yuta Hijikata | 6a575d4 | 2022-01-11 04:09:07 | [diff] [blame] | 6291 | const char kLacrosProfileMigrationForceOffName[] = "Disable profile migration"; |
| 6292 | const char kLacrosProfileMigrationForceOffDescription[] = |
| 6293 | "Disables lacros profile migration. Lacros profile migration is being " |
| 6294 | "rolled out to internal users first. Once lacros profile migration becomes " |
| 6295 | "available to the user, the completion of profile migration becomes a " |
| 6296 | "requirement to use lacros i.e. if profile migration gets rolled out to " |
| 6297 | "the user and the migration fails, then lacros becomes unavailable until " |
| 6298 | "the migration is completed. By enabling this flag, even if profile " |
| 6299 | "migration is rolled out to the user, the migration will not run and the " |
| 6300 | "user can continue to use lacros without profile migration."; |
| 6301 | |
Jana Grill | 661e475 | 2023-06-21 12:27:21 | [diff] [blame] | 6302 | const char kLacrosProfileBackwardMigrationName[] = |
| 6303 | "Trigger Lacros profile backward migration"; |
| 6304 | const char kLacrosProfileBackwardMigrationDescription[] = |
| 6305 | "Trigger data migration back from the Lacros profile directory to the Ash " |
| 6306 | "profile directory on next restart. Set this flag only together with " |
| 6307 | "disabling the Lacros availability flag, otherwise it has no effect."; |
| 6308 | |
Claudio M | f930363 | 2023-06-28 04:33:15 | [diff] [blame] | 6309 | const char kLanguagePacksInSettingsName[] = "Language Packs in Settings"; |
| 6310 | const char kLanguagePacksInSettingsDescription[] = |
| 6311 | "Enables the UI and logic to manage Language Packs in Settings. This is " |
| 6312 | "used for languages and input methods."; |
| 6313 | |
Rachel Wong | bde90d7 | 2022-07-11 06:18:27 | [diff] [blame] | 6314 | const char kLauncherItemSuggestName[] = "Launcher ItemSuggest"; |
| 6315 | const char kLauncherItemSuggestDescription[] = |
| 6316 | "Allows configuration of experiment parameters for ItemSuggest in the " |
| 6317 | "launcher."; |
| 6318 | |
Ahmed Fakhry | 039882f | 2020-06-16 21:56:21 | [diff] [blame] | 6319 | const char kLimitShelfItemsToActiveDeskName[] = |
| 6320 | "Limit Shelf items to active desk"; |
| 6321 | const char kLimitShelfItemsToActiveDeskDescription[] = |
| 6322 | "Limits items on the shelf to the ones associated with windows on the " |
| 6323 | "active desk"; |
| 6324 | |
Ahmed Fakhry | 15d707e | 2019-02-22 23:54:21 | [diff] [blame] | 6325 | const char kListAllDisplayModesName[] = "List all display modes"; |
| 6326 | const char kListAllDisplayModesDescription[] = |
| 6327 | "Enables listing all external displays' modes in the display settings."; |
| 6328 | |
Gil Dekel | 11cbdfb | 2020-12-23 21:43:27 | [diff] [blame] | 6329 | const char kEnableHardwareMirrorModeName[] = "Enable Hardware Mirror Mode"; |
| 6330 | const char kEnableHardwareMirrorModeDescription[] = |
| 6331 | "Enables hardware support when multiple displays are set to mirror mode."; |
| 6332 | |
Jungshik Shin | 1c8c488 | 2022-09-14 05:35:26 | [diff] [blame] | 6333 | const char kHindiInscriptLayoutName[] = "Hindi Inscript Layout on CrOS"; |
| 6334 | const char kHindiInscriptLayoutDescription[] = |
| 6335 | "Enables Hindi Inscript Layout on ChromeOS."; |
| 6336 | |
Megumi Hattori | 5a0d418 | 2018-03-06 11:09:50 | [diff] [blame] | 6337 | const char kLockScreenNotificationName[] = "Lock screen notification"; |
| 6338 | const char kLockScreenNotificationDescription[] = |
| 6339 | "Enable notifications on the lock screen."; |
| 6340 | |
Patti | d12c5eb | 2023-04-03 01:37:00 | [diff] [blame] | 6341 | const char kMediaAppPdfSignatureName[] = "Media App PDF Signature"; |
| 6342 | const char kMediaAppPdfSignatureDescription[] = |
| 6343 | "Enable signature and element selection feature for PDFs in Gallery app."; |
| 6344 | |
Steven Bennetts | 66bc354 | 2020-06-25 23:05:28 | [diff] [blame] | 6345 | const char kMeteredShowToggleName[] = "Show Metered Toggle"; |
| 6346 | const char kMeteredShowToggleDescription[] = |
| 6347 | "Shows a Metered toggle in the Network settings UI for WiFI and Cellular. " |
| 6348 | "The toggle allows users to set whether a network should be considered " |
| 6349 | "metered for purposes of bandwith usage (e.g. for automatic updates)."; |
| 6350 | |
Toni Barzic | 5cf7da9 | 2021-05-19 21:07:40 | [diff] [blame] | 6351 | const char kMicrophoneMuteNotificationsName[] = "Microphone Mute Notifications"; |
| 6352 | const char kMicrophoneMuteNotificationsDescription[] = |
| 6353 | "Enables notifications that are shown when an app tries to use microphone " |
| 6354 | "while audio input is muted."; |
| 6355 | |
| 6356 | const char kMicrophoneMuteSwitchDeviceName[] = "Microphone Mute Switch Device"; |
| 6357 | const char kMicrophoneMuteSwitchDeviceDescription[] = |
| 6358 | "Support for detecting the state of hardware microphone mute toggle. Only " |
| 6359 | "effective on devices that have a microphone mute toggle. Enabling the " |
| 6360 | "flag does not affect the toggle functionality, it only affects how the " |
| 6361 | "System UI handles the mute toggle state."; |
| 6362 | |
Jason Thai | 7036e64e | 2023-01-23 23:14:39 | [diff] [blame] | 6363 | const char kMultiZoneRgbKeyboardName[] = |
| 6364 | "Enable multi-zone RGB keyboard customization"; |
| 6365 | const char kMultiZoneRgbKeyboardDescription[] = |
| 6366 | "Enable multi-zone RGB keyboard customization on supported devices."; |
| 6367 | |
Bao-Duy Tran | aa329d6 | 2020-11-27 05:40:58 | [diff] [blame] | 6368 | const char kMultilingualTypingName[] = "Multilingual typing on CrOS"; |
| 6369 | const char kMultilingualTypingDescription[] = |
Richard Chui | a9ed7be1 | 2022-04-13 21:30:35 | [diff] [blame] | 6370 | "Enables support for multilingual assistive typing on ChromeOS."; |
Bao-Duy Tran | aa329d6 | 2020-11-27 05:40:58 | [diff] [blame] | 6371 | |
Brando | 51a6f88 | 2023-05-26 19:02:44 | [diff] [blame] | 6372 | const char kNearbySharingSelfShareName[] = "Nearby Sharing Self Share"; |
| 6373 | const char kNearbySharingSelfShareDescription[] = |
| 6374 | "Enables Self Share auto-accept and UI features to allow seamless sharing " |
| 6375 | "between a user's own devices."; |
Michael Hansen | f59f974b | 2022-01-14 17:40:02 | [diff] [blame] | 6376 | |
Gordon Seto | 2c79d044 | 2022-02-22 22:33:06 | [diff] [blame] | 6377 | const char kOobeHidDetectionRevampName[] = "OOBE HID Detection Revamp"; |
| 6378 | const char kOobeHidDetectionRevampDescription[] = |
Richard Chui | a9ed7be1 | 2022-04-13 21:30:35 | [diff] [blame] | 6379 | "Enables the ChromeOS HID Detection Revamp, which updates OOBE HID " |
Gordon Seto | 2c79d044 | 2022-02-22 22:33:06 | [diff] [blame] | 6380 | "detection screen UI and related infrastructure."; |
| 6381 | |
Ashley Prasad | 26ebba5d | 2023-03-31 16:47:46 | [diff] [blame] | 6382 | const char kOsFeedbackJellyName[] = |
| 6383 | "Enable jelly colors for the OS Feedback app"; |
| 6384 | const char kOsFeedbackJellyDescription[] = |
| 6385 | "Enable jelly colors for the OS Feedback app. Requires jelly-colors flag " |
| 6386 | "to be enabled."; |
| 6387 | |
Wes Okuhara | 7237367 | 2022-10-14 16:38:19 | [diff] [blame] | 6388 | const char kOsSettingsAppBadgingToggleName[] = |
| 6389 | "ChromeOS Settings App Badging Toggle"; |
| 6390 | const char kOsSettingsAppBadgingToggleDescription[] = |
| 6391 | "Enables app badging toggle to be displayed in app notification page in" |
| 6392 | "ChromeOS Settings."; |
| 6393 | |
Xiaohui Chen | cd2db09e | 2023-06-12 18:20:26 | [diff] [blame] | 6394 | const char kOsSettingsDeprecateSyncMetricsToggleName[] = |
| 6395 | "ChromeOS Settings Deprecate Sync Metrics Toggle"; |
| 6396 | const char kOsSettingsDeprecateSyncMetricsToggleDescription[] = |
| 6397 | "If enabled, deprecate the metrics in sync settings page in " |
| 6398 | "ChromeOS Settings."; |
| 6399 | |
Xiaohui Chen | a6d5945 | 2023-07-07 00:26:54 | [diff] [blame] | 6400 | const char kOsSettingsTestChromeRefreshName[] = |
| 6401 | "ChromeOS Settings Test Chrome Refresh Components"; |
| 6402 | const char kOsSettingsTestChromeRefreshDescription[] = |
| 6403 | "If enabled, uses new Chrome Refresh web components in " |
| 6404 | "ChromeOS Settings."; |
| 6405 | |
Wes Okuhara | d71d73df | 2023-05-17 23:33:38 | [diff] [blame] | 6406 | const char kOsSettingsRevampWayfindingName[] = |
| 6407 | "ChromeOS Settings Revamp: Wayfinding Improvements"; |
| 6408 | const char kOsSettingsRevampWayfindingDescription[] = |
| 6409 | "Enables wayfinding improvements in the ChromeOS Settings UI."; |
| 6410 | |
Jimmy Gong | 3509448 | 2021-10-06 23:14:28 | [diff] [blame] | 6411 | const char kPcieBillboardNotificationName[] = "Pcie billboard notification"; |
| 6412 | const char kPcieBillboardNotificationDescription[] = |
| 6413 | "Enable Pcie peripheral billboard notification."; |
| 6414 | |
Daniel Andersson | 9bfdde4 | 2021-07-15 20:59:14 | [diff] [blame] | 6415 | const char kPerformantSplitViewResizing[] = "Performant Split View Resizing"; |
| 6416 | const char kPerformantSplitViewResizingDescription[] = |
| 6417 | "If enabled, windows may be moved instead of scaled when resizing split " |
| 6418 | "view in tablet mode."; |
| 6419 | |
Sam Chiu | 1dee4a1 | 2021-10-12 18:21:27 | [diff] [blame] | 6420 | const char kPhoneHubCallNotificationName[] = |
| 6421 | "Incoming call notification in Phone Hub"; |
| 6422 | const char kPhoneHubCallNotificationDescription[] = |
| 6423 | "Enables the incoming/ongoing call feature in Phone Hub."; |
| 6424 | |
Jennifer Serrano | f65bc54 | 2023-01-11 01:00:56 | [diff] [blame] | 6425 | const char kPhoneHubNudgeName[] = "Phone Hub nudge"; |
| 6426 | const char kPhoneHubNudgeDescription[] = |
| 6427 | "Enables a nudge to direct eligible users to open Phone Hub."; |
| 6428 | |
Andreea Costinas | 478d1ca2 | 2023-02-23 11:49:50 | [diff] [blame] | 6429 | const char kPolicyProvidedTrustAnchorsAllowedAtLockScreenName[] = |
| 6430 | "Policy-provided trust anchors at lock screen"; |
| 6431 | const char kPolicyProvidedTrustAnchorsAllowedAtLockScreenDescription[] = |
| 6432 | "Enables using the policy-provided trust anchors at lock screen"; |
| 6433 | |
Peter Boström | 6324b79 | 2022-09-28 23:15:56 | [diff] [blame] | 6434 | const char kPreferDcheckName[] = "Prefer DCHECK-enabled build"; |
| 6435 | const char kPreferDcheckDescription[] = |
| 6436 | "Use a DCHECK-enabled build when available."; |
| 6437 | |
Gavin Williams | f92f1496 | 2023-05-01 23:19:41 | [diff] [blame] | 6438 | const char kPrinterSettingsPrinterStatusName[] = |
| 6439 | "Enable Printer Settings printer statuses"; |
| 6440 | const char kPrinterSettingsPrinterStatusDescription[] = |
| 6441 | "Enables printer status querying and displaying from the OS Printer " |
| 6442 | "settings page."; |
| 6443 | |
Gavin Williams | 4d4ab131 | 2023-04-18 18:30:38 | [diff] [blame] | 6444 | const char kPrinterSettingsRevampName[] = "Enable Printer Settings Revamped UI"; |
| 6445 | const char kPrinterSettingsRevampDescription[] = |
| 6446 | "Show the enhanced UI for the OS Printer settings page."; |
| 6447 | |
Gavin Williams | 2e687bf | 2023-06-01 17:25:03 | [diff] [blame] | 6448 | const char kPrintPreviewDiscoveredPrintersName[] = |
| 6449 | "Enables showing discovered printers in the Print Preview dialog."; |
| 6450 | const char kPrintPreviewDiscoveredPrintersDescription[] = |
| 6451 | "Shows discovered printers in the Print Preview dialog that get set up " |
| 6452 | "once selected."; |
| 6453 | |
Piotr Pawliczek | 49732c9 | 2022-12-12 18:10:58 | [diff] [blame] | 6454 | const char kPrintingPpdChannelName[] = "Printing PPD channel"; |
| 6455 | const char kPrintingPpdChannelDescription[] = |
| 6456 | "The channel from which PPD index " |
| 6457 | "is loaded when matching PPD files during printer setup."; |
| 6458 | |
Ashley Prasad | 9363e83 | 2023-04-04 15:59:56 | [diff] [blame] | 6459 | const char kPrintManagementJellyName[] = |
| 6460 | "Enable jelly colors for the Print Management App"; |
| 6461 | const char kPrintManagementJellyDescription[] = |
| 6462 | "Enable jelly colors for the Print Management App. Requires " |
| 6463 | "jelly-colors flag to be enabled."; |
| 6464 | |
Ashley Prasad | 7909321b | 2023-05-18 16:27:44 | [diff] [blame] | 6465 | const char kPrintManagementSetupAssistanceName[] = |
| 6466 | "Enable improved printer setup experience for the Print Management App"; |
| 6467 | const char kPrintManagementSetupAssistanceDescription[] = |
| 6468 | "Enable improved printer setup experience for the Print Management App."; |
| 6469 | |
James Cook | b661f380 | 2021-09-30 21:43:20 | [diff] [blame] | 6470 | const char kProductivityLauncherName[] = |
| 6471 | "Productivity experiment: App Launcher"; |
| 6472 | const char kProductivityLauncherDescription[] = |
| 6473 | "To evaluate an enhanced Launcher experience that aims to improve app " |
| 6474 | "workflows by optimizing access to apps, app content, and app actions."; |
| 6475 | |
Yulun Wu | 2f559799 | 2022-08-12 23:57:20 | [diff] [blame] | 6476 | const char kProductivityLauncherImageSearchName[] = |
| 6477 | "Productivity Launcher experiment: Launcher Image Search"; |
| 6478 | const char kProductivityLauncherImageSearchDescription[] = |
| 6479 | "To evaluate the viability of image search as part of Productivity " |
| 6480 | "Launcher Search."; |
| 6481 | |
Ana Salazar | bb287bcc4 | 2023-01-11 00:34:20 | [diff] [blame] | 6482 | const char kAppListDragAndDropRefactorName[] = |
| 6483 | "Drag and drop refactor in launcher"; |
| 6484 | const char kAppListDragAndDropRefactorDescription[] = |
| 6485 | "Enables app list drag and drop refactor to use views drag and drop APIs. " |
| 6486 | "No user visible changes are expected."; |
| 6487 | |
Toby Huang | 6a77193f2 | 2022-08-12 18:07:30 | [diff] [blame] | 6488 | const char kProjectorAppDebugName[] = "Enable Projector app debug"; |
| 6489 | const char kProjectorAppDebugDescription[] = |
| 6490 | "Adds more informative error messages to the Projector app for debugging"; |
Li Lin | 122b785 | 2022-03-10 02:46:39 | [diff] [blame] | 6491 | |
Yilkal | 2bc6531 | 2023-02-23 21:27:12 | [diff] [blame] | 6492 | const char kProjectorServerSideSpeechRecognitionName[] = |
| 6493 | "Enable server side speech recognition for Projector"; |
| 6494 | const char kProjectorServerSideSpeechRecognitionDescription[] = |
| 6495 | "Adds server side speech recognition capability to Projector."; |
| 6496 | |
Jiaming Cheng | e04b3b5 | 2022-08-09 02:46:59 | [diff] [blame] | 6497 | const char kQsRevampName[] = "Quick Settings Revamp"; |
| 6498 | const char kQsRevampDescription[] = |
| 6499 | "Enable QS UI revamp with separated message center."; |
| 6500 | |
Rachel Carpenter | 57c8523c | 2020-09-23 01:11:22 | [diff] [blame] | 6501 | const char kReleaseNotesNotificationAllChannelsName[] = |
| 6502 | "Release Notes Notification All Channels"; |
| 6503 | const char kReleaseNotesNotificationAllChannelsDescription[] = |
Richard Chui | a9ed7be1 | 2022-04-13 21:30:35 | [diff] [blame] | 6504 | "Enables the release notes notification for all ChromeOS channels"; |
Rachel Carpenter | 57c8523c | 2020-09-23 01:11:22 | [diff] [blame] | 6505 | |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 6506 | const char kRenderArcNotificationsByChromeName[] = |
Shuming Hao | 42af3d7 | 2023-03-30 20:06:10 | [diff] [blame] | 6507 | "Render ARC notifications by ChromeOS"; |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 6508 | const char kRenderArcNotificationsByChromeDescription[] = |
Shuming Hao | 42af3d7 | 2023-03-30 20:06:10 | [diff] [blame] | 6509 | "Enables rendering ARC notifications using ChromeOS notification framework " |
| 6510 | "if supported"; |
| 6511 | |
Lei Zhang | 44abd5d2 | 2022-01-11 00:32:34 | [diff] [blame] | 6512 | const char kArcWindowPredictorName[] = "Enable ARC window predictor"; |
| 6513 | const char kArcWindowPredictorDescription[] = |
Shengsong Tan | 8133897 | 2021-12-22 05:27:50 | [diff] [blame] | 6514 | "Enables the window state and bounds predictor for ARC task windows"; |
| 6515 | |
Cici Ruan | 846b671 | 2022-08-12 21:08:18 | [diff] [blame] | 6516 | const char kArcInputOverlayNameBeta[] = "Enable ARC Input Overlay Beta"; |
| 6517 | const char kArcInputOverlayDescriptionBeta[] = |
Cici Ruan | 2374f1b0 | 2022-12-07 01:19:58 | [diff] [blame] | 6518 | "Enable full editor feature for Gaming Input Overlay including features in " |
| 6519 | "Alpha V2, so users can add and remove actions."; |
Joseph Pang | a61e7db | 2022-11-29 21:23:38 | [diff] [blame] | 6520 | |
Cici Ruan | 2374f1b0 | 2022-12-07 01:19:58 | [diff] [blame] | 6521 | const char kArcInputOverlayNameAlphaV2[] = "Enable ARC Input Overlay Alpha V2"; |
| 6522 | const char kArcInputOverlayDescriptionAlphaV2[] = |
Joseph Pang | a61e7db | 2022-11-29 21:23:38 | [diff] [blame] | 6523 | "Enable menu and action reposition feature for Gaming Input Overlay based " |
| 6524 | "on Alpha."; |
Cici Ruan | 846b671 | 2022-08-12 21:08:18 | [diff] [blame] | 6525 | |
Angela Xiao | 69e8fc2 | 2023-06-01 22:05:22 | [diff] [blame] | 6526 | const char kScalableIphName[] = "Enable ChromeOS scalable IPH."; |
| 6527 | const char kScalableIphDescription[] = |
| 6528 | "Enable scalable IPH. In addition to this flag, each respective IPH " |
| 6529 | "trigger condition needs to be met before an IPH notifier is shown."; |
| 6530 | |
Ashley Prasad | 0b9fb608 | 2023-04-05 17:36:19 | [diff] [blame] | 6531 | const char kScanningAppJellyName[] = |
| 6532 | "Enable jelly colors for the Scanning App."; |
| 6533 | const char kScanningAppJellyDescription[] = |
| 6534 | "Enable jelly colors for the Scanning App. Requires " |
| 6535 | "jelly-colors flag to be enabled."; |
| 6536 | |
Elliot Tuck | 5551fdd | 2022-07-25 21:10:14 | [diff] [blame] | 6537 | const char kShelfAutoHideSeparationName[] = |
| 6538 | "Enable separate shelf auto-hide preferences."; |
| 6539 | const char kShelfAutoHideSeparationDescription[] = |
| 6540 | "Allows for the shelf's auto-hide preference to be specified separately " |
| 6541 | "for clamshell and tablet mode."; |
| 6542 | |
Anton Swifton | 1917b87 | 2022-05-26 06:27:43 | [diff] [blame] | 6543 | const char kShimlessRMAOsUpdateName[] = "Enable OS updates in shimless RMA"; |
| 6544 | const char kShimlessRMAOsUpdateDescription[] = |
| 6545 | "Turns on OS updating in Shimless RMA"; |
| 6546 | |
wenyu zhang | 9800016 | 2022-06-16 17:02:53 | [diff] [blame] | 6547 | const char kShimlessRMADisableDarkModeName[] = |
| 6548 | "Disable dark mode in Shimless RMA"; |
| 6549 | const char kShimlessRMADisableDarkModeDescription[] = |
| 6550 | "Disable dark mode and only allow light mode in Shimless RMA"; |
| 6551 | |
Gavin Williams | 1a14b921 | 2023-03-22 19:42:29 | [diff] [blame] | 6552 | const char kShimlessRMADiagnosticPageName[] = |
| 6553 | "Enable diagnostic page in Shimless RMA"; |
| 6554 | const char kShimlessRMADiagnosticPageDescription[] = |
| 6555 | "Enable the diagnostic page in Shimless RMA for showing detailed device " |
| 6556 | "information"; |
| 6557 | |
Cam Bickel | a829746 | 2023-06-15 19:36:52 | [diff] [blame] | 6558 | const char kShimlessRMAComplianceCheckName[] = |
| 6559 | "Enable compliance check in Shimless RMA"; |
| 6560 | const char kShimlessRMAComplianceCheckDescription[] = |
| 6561 | "Enable device compliance check in the Shimless RMA flow"; |
| 6562 | |
Ashley Prasad | a370c060 | 2023-04-04 20:54:05 | [diff] [blame] | 6563 | const char kShortcutCustomizationJellyName[] = |
| 6564 | "Enable jelly colors for the Shortcut Customization App"; |
| 6565 | const char kShortcutCustomizationJellyDescription[] = |
| 6566 | "Enable jelly colors for the Shortcut Customization App. Requires " |
| 6567 | "jelly-colors flag to be enabled."; |
| 6568 | |
Andrew Moylan | 9758527 | 2019-02-19 19:01:22 | [diff] [blame] | 6569 | const char kSchedulerConfigurationName[] = "Scheduler Configuration"; |
| 6570 | const char kSchedulerConfigurationDescription[] = |
| 6571 | "Instructs the OS to use a specific scheduler configuration setting."; |
Greg Kerr | 33cd466 | 2019-06-17 07:03:01 | [diff] [blame] | 6572 | const char kSchedulerConfigurationConservative[] = |
| 6573 | "Disables Hyper-Threading on relevant CPUs."; |
| 6574 | const char kSchedulerConfigurationPerformance[] = |
| 6575 | "Enables Hyper-Threading on relevant CPUs."; |
Andrew Moylan | 9758527 | 2019-02-19 19:01:22 | [diff] [blame] | 6576 | |
Erin Park | bbb5decc | 2022-07-21 21:37:13 | [diff] [blame] | 6577 | const char kMediaDynamicCgroupName[] = "Media Dynamic Cgroup"; |
| 6578 | const char kMediaDynamicCgroupDescription[] = |
| 6579 | "Dynamic Cgroup allows tasks from media workload to be consolidated on " |
| 6580 | "limited cpuset"; |
| 6581 | |
Leonid Baraz | c904d47 | 2023-05-09 23:53:44 | [diff] [blame] | 6582 | const char kMissiveStorageName[] = "Missive Daemon Storage Configuration"; |
| 6583 | const char kMissiveStorageDescription[] = |
| 6584 | "Provides missive daemon with custom storage configuration parameters"; |
| 6585 | |
Kyle Horimoto | 63a6bd4 | 2019-09-16 23:47:52 | [diff] [blame] | 6586 | const char kShowBluetoothDebugLogToggleName[] = |
| 6587 | "Show Bluetooth debug log toggle"; |
| 6588 | const char kShowBluetoothDebugLogToggleDescription[] = |
| 6589 | "Enables a toggle which can enable debug (i.e., verbose) logs for " |
| 6590 | "Bluetooth"; |
| 6591 | |
Yu Liu | 9d01d34 | 2021-03-12 20:05:16 | [diff] [blame] | 6592 | const char kBluetoothSessionizedMetricsName[] = |
| 6593 | "Enable Bluetooth sessionized metrics"; |
| 6594 | const char kBluetoothSessionizedMetricsDescription[] = |
| 6595 | "Enables collecting and processing Bluetooth sessionized metrics."; |
| 6596 | |
James Cook | 0ba192bf | 2017-12-01 20:53:11 | [diff] [blame] | 6597 | const char kShowTapsName[] = "Show taps"; |
| 6598 | const char kShowTapsDescription[] = |
| 6599 | "Draws a circle at each touch point, which makes touch points more obvious " |
| 6600 | "when projecting or mirroring the display. Similar to the Android OS " |
| 6601 | "developer option."; |
| 6602 | |
| 6603 | const char kShowTouchHudName[] = "Show HUD for touch points"; |
| 6604 | const char kShowTouchHudDescription[] = |
| 6605 | "Shows a trail of colored dots for the last few touch points. Pressing " |
| 6606 | "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps " |
| 6607 | "debug hardware issues that generate spurious touch events."; |
| 6608 | |
Kevin Radtke | cb7f1d48 | 2023-06-20 21:10:48 | [diff] [blame] | 6609 | const char kSpeakOnMuteOptInNudgePrefsResetName[] = |
| 6610 | "Reset Speak-on-mute detection opt-in nudge prefs"; |
| 6611 | const char kSpeakOnMuteOptInNudgePrefsResetDescription[] = |
| 6612 | "Resets the prefs that prevent the speak-on-mute opt-in nudge from " |
| 6613 | "showing, so it can be shown again for debugging purposes. With this flag " |
| 6614 | "enabled, the speak-on-mute nudge will show after every login."; |
| 6615 | |
Ricky Liang | 3bd2754b5 | 2020-10-07 02:50:32 | [diff] [blame] | 6616 | const char kSpectreVariant2MitigationName[] = "Spectre variant 2 mitigation"; |
| 6617 | const char kSpectreVariant2MitigationDescription[] = |
| 6618 | "Controls whether Spectre variant 2 mitigation is enabled when " |
| 6619 | "bootstrapping the Seccomp BPF sandbox. Can be overridden by " |
| 6620 | "#force-spectre-variant2-mitigation."; |
| 6621 | |
Keith Lee | 8b2131fe | 2021-10-11 05:11:06 | [diff] [blame] | 6622 | const char kSystemJapanesePhysicalTypingName[] = |
| 6623 | "Use system IME for Japanese typing"; |
| 6624 | const char kSystemJapanesePhysicalTypingDescription[] = |
| 6625 | "Use the system input engine instead of the Chrome extension for physical " |
Keith Lee | 6dfc28e | 2022-10-25 07:20:46 | [diff] [blame] | 6626 | "typing in Japanese. This also replaces the Japanese extension settings " |
| 6627 | "page with one built into the UI and migrates the data to a new location."; |
Keith Lee | 8b2131fe | 2021-10-11 05:11:06 | [diff] [blame] | 6628 | |
Michael Martis | d3a46a87 | 2023-02-08 05:27:50 | [diff] [blame] | 6629 | const char kSystemLiveCaptionName[] = "System Live Caption"; |
| 6630 | const char kSystemLiveCaptionDescription[] = |
| 6631 | "Enables the live caption feature for non-Chrome (e.g. Android, linux) " |
| 6632 | "audio."; |
| 6633 | |
Pu Shi | 12b1d04 | 2023-06-15 22:18:40 | [diff] [blame] | 6634 | const char kSystemNudgeV2Name[] = "New System Nudges"; |
| 6635 | const char kSystemNudgeV2Description[] = |
| 6636 | "Enables the use of the new System Nudges"; |
| 6637 | |
Steven Bennetts | 2038c6c | 2022-12-02 20:06:09 | [diff] [blame] | 6638 | const char kCaptivePortalErrorPageName[] = |
| 6639 | "Enables Captive Portal error page suggestions."; |
| 6640 | const char kCaptivePortalErrorPageDescription[] = |
| 6641 | "Enables Captive Portal error page suggestions when a page fails to load " |
| 6642 | "and ChromeOS has detected a captive portal."; |
| 6643 | |
Jason Lin | 30ea2619c | 2022-07-27 06:40:29 | [diff] [blame] | 6644 | const char kTerminalAlternativeEmulatorName[] = "Terminal alternative emulator"; |
| 6645 | const char kTerminalAlternativeEmulatorDescription[] = |
| 6646 | "Enable the alternative emulator for the Terminal app. You will also get " |
| 6647 | "an option in Terminal settings to change the default emulator."; |
Jason Lin | 193ef78 | 2022-06-21 02:12:03 | [diff] [blame] | 6648 | |
Joel Hockey | 6bc7d9b | 2022-04-28 00:36:05 | [diff] [blame] | 6649 | const char kTerminalDevName[] = "Terminal dev"; |
| 6650 | const char kTerminalDevDescription[] = |
| 6651 | "Enables Terminal System App to load from Downloads for developer testing. " |
| 6652 | "Only works in dev and canary channels."; |
| 6653 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 6654 | const char kTetherName[] = "Instant Tethering"; |
| 6655 | const char kTetherDescription[] = |
| 6656 | "Enables Instant Tethering. Instant Tethering allows your nearby Google " |
| 6657 | "phone to share its Internet connection with this device."; |
stanisc | 14bed0b13 | 2017-05-10 17:46:37 | [diff] [blame] | 6658 | |
Jason Thai | e13aa82 | 2023-02-24 04:09:23 | [diff] [blame] | 6659 | const char kTimeOfDayScreenSaverName[] = "Time of Day Screen Saver"; |
| 6660 | const char kTimeOfDayScreenSaverDescription[] = |
| 6661 | "Enables Time of Day Screen Saver feature on supported devices. Requires " |
| 6662 | "Time Of Day Wallpaper feature to be enabled."; |
| 6663 | |
Jason Thai | 5af7e8d | 2023-02-24 00:13:05 | [diff] [blame] | 6664 | const char kTimeOfDayWallpaperName[] = "Time of Day Wallpaper"; |
| 6665 | const char kTimeOfDayWallpaperDescription[] = |
| 6666 | "Enables Time of Day Wallpaper feature on supported devices."; |
| 6667 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 6668 | const char kTouchscreenCalibrationName[] = |
| 6669 | "Enable/disable touchscreen calibration option in material design settings"; |
| 6670 | const char kTouchscreenCalibrationDescription[] = |
| 6671 | "If enabled, the user can calibrate the touch screen displays in " |
| 6672 | "chrome://settings/display."; |
yhanada | c5bff5b | 2017-05-18 06:37:09 | [diff] [blame] | 6673 | |
Steven Bennetts | 9b695dc | 2022-04-12 17:10:27 | [diff] [blame] | 6674 | const char kTrafficCountersEnabledName[] = "Traffic counters enabled"; |
| 6675 | const char kTrafficCountersEnabledDescription[] = |
| 6676 | "If enabled, data usage will be visible in the Cellular Settings UI and " |
| 6677 | "traffic counters will be automatically reset if that setting is enabled."; |
Kartik Hegde | 5af7093 | 2021-08-12 23:04:20 | [diff] [blame] | 6678 | |
Jérémie Boulic | 8c1c3fc | 2022-06-20 05:35:55 | [diff] [blame] | 6679 | const char kUploadOfficeToCloudName[] = "Enable Office files upload workflow."; |
| 6680 | const char kUploadOfficeToCloudDescription[] = |
| 6681 | "Some file handlers for Microsoft Office files are only available on the " |
| 6682 | "the cloud. Enables the cloud upload workflow for Office file handling."; |
| 6683 | |
Miguel Casas-Sanchez | dcd6915 | 2019-09-04 21:22:36 | [diff] [blame] | 6684 | const char kUseFakeDeviceForMediaStreamName[] = "Use fake video capture device"; |
| 6685 | const char kUseFakeDeviceForMediaStreamDescription[] = |
| 6686 | "Forces Chrome to use a fake video capture device (a rolling pacman with a " |
| 6687 | "timestamp) instead of the system audio/video devices, for debugging " |
| 6688 | "purposes."; |
| 6689 | |
Erik Chen | 366873d6 | 2022-03-08 23:11:38 | [diff] [blame] | 6690 | const char kUXStudy1Name[] = "UX Study 1"; |
| 6691 | const char kUXStudy1Description[] = "Opt into a group for UX Study"; |
| 6692 | |
Qiang Xu | 045aff22 | 2018-05-21 23:21:01 | [diff] [blame] | 6693 | const char kUiDevToolsName[] = "Enable native UI inspection"; |
| 6694 | const char kUiDevToolsDescription[] = |
| 6695 | "Enables inspection of native UI elements. For local inspection use " |
| 6696 | "chrome://inspect#other"; |
| 6697 | |
Andrew Moylan | 9758527 | 2019-02-19 19:01:22 | [diff] [blame] | 6698 | const char kUiSlowAnimationsName[] = "Slow UI animations"; |
| 6699 | const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow."; |
Mattias Nissler | 6bb633f | 2019-02-13 23:41:46 | [diff] [blame] | 6700 | |
Andres Calderon Jaramillo | 43c0e8a | 2018-08-21 02:46:23 | [diff] [blame] | 6701 | const char kVaapiJpegImageDecodeAccelerationName[] = |
| 6702 | "VA-API JPEG decode acceleration for images"; |
| 6703 | const char kVaapiJpegImageDecodeAccelerationDescription[] = |
| 6704 | "Enable or disable decode acceleration of JPEG images (as opposed to camera" |
| 6705 | " captures) using the VA-API."; |
| 6706 | |
Gil Dekel | 8f4b564 | 2019-07-27 05:27:40 | [diff] [blame] | 6707 | const char kVaapiWebPImageDecodeAccelerationName[] = |
| 6708 | "VA-API WebP decode acceleration for images"; |
| 6709 | const char kVaapiWebPImageDecodeAccelerationDescription[] = |
| 6710 | "Enable or disable decode acceleration of WebP images using the VA-API."; |
| 6711 | |
Jing Wang | 1293e3a | 2021-02-17 00:56:44 | [diff] [blame] | 6712 | const char kVirtualKeyboardName[] = "Virtual Keyboard"; |
| 6713 | const char kVirtualKeyboardDescription[] = |
| 6714 | "Always show virtual keyboard regardless of having a physical keyboard " |
| 6715 | "present"; |
| 6716 | |
My Nguyen | 0bc9add | 2020-12-03 21:21:25 | [diff] [blame] | 6717 | const char kVirtualKeyboardDisabledName[] = "Disable Virtual Keyboard"; |
| 6718 | const char kVirtualKeyboardDisabledDescription[] = |
| 6719 | "Always disable virtual keyboard regardless of device mode. Workaround for " |
| 6720 | "virtual keyboard showing with some external keyboards."; |
| 6721 | |
Michelle | 1569cf3 | 2022-03-24 06:34:48 | [diff] [blame] | 6722 | const char kVirtualKeyboardMultitouchName[] = "Virtual Keyboard Multitouch"; |
| 6723 | const char kVirtualKeyboardMultitouchDescription[] = |
| 6724 | "Enables multitouch on the virtual keyboard."; |
| 6725 | |
John Palmer | 489eda92 | 2022-05-13 05:40:41 | [diff] [blame] | 6726 | const char kVirtualKeyboardRoundCornersName[] = |
| 6727 | "Virtual Keyboard Round Corners"; |
| 6728 | const char kVirtualKeyboardRoundCornersDescription[] = |
| 6729 | "Enables round corners on the virtual keyboard."; |
| 6730 | |
Yen-lin Lai | f458f801 | 2021-03-29 10:18:20 | [diff] [blame] | 6731 | const char kWakeOnWifiAllowedName[] = "Allow enabling wake on WiFi features"; |
| 6732 | const char kWakeOnWifiAllowedDescription[] = |
| 6733 | "Allows wake on WiFi features in shill to be enabled."; |
| 6734 | |
James Cook | 49358cc | 2022-08-30 20:30:26 | [diff] [blame] | 6735 | const char kWelcomeScreenName[] = |
| 6736 | "Productivity Experiment: Reorient with welcome screen"; |
| 6737 | const char kWelcomeScreenDescription[] = |
| 6738 | "When a user is about to start a new task, provide them with relevant " |
| 6739 | "information and tools to help them orient and get started."; |
| 6740 | |
Jacek Siuda | 7ed81c9 | 2021-11-24 10:39:44 | [diff] [blame] | 6741 | const char kWifiConnectMacAddressRandomizationName[] = |
| 6742 | "MAC address randomization"; |
| 6743 | const char kWifiConnectMacAddressRandomizationDescription[] = |
| 6744 | "Randomize MAC address when connecting to unmanaged (non-enterprise) " |
| 6745 | "WiFi networks."; |
| 6746 | |
tby | e50bce9a | 2022-03-31 03:32:54 | [diff] [blame] | 6747 | const char kLauncherGameSearchName[] = "Enable launcher game search"; |
| 6748 | const char kLauncherGameSearchDescription[] = |
| 6749 | "Enables cloud game search results in the launcher."; |
| 6750 | |
Rebecca Hsu | 1d63391 | 2022-12-14 06:09:33 | [diff] [blame] | 6751 | const char kLauncherKeywordExtractionScoring[] = |
| 6752 | "Query keyword extraction and scoring in launcher"; |
| 6753 | const char kLauncherKeywordExtractionScoringDescription[] = |
| 6754 | "Enables extraction of keywords from query then calculate score from " |
| 6755 | "extracted keyword in the launcher."; |
| 6756 | |
Dmitry Grebenyuk | 462003b | 2023-03-26 23:42:26 | [diff] [blame] | 6757 | const char kLauncherLocalImageSearchName[] = |
| 6758 | "Enable launcher local image search"; |
| 6759 | const char kLauncherLocalImageSearchDescription[] = |
| 6760 | "Enables on-device local image search in the launcher."; |
| 6761 | |
Dmitry Grebenyuk | 5f388ac2 | 2023-05-22 03:24:39 | [diff] [blame] | 6762 | const char kLauncherLocalImageSearchOcrName[] = |
| 6763 | "Enable OCR for local image search"; |
| 6764 | const char kLauncherLocalImageSearchOcrDescription[] = |
| 6765 | "Enables on-device Optical Character Recognition for local image search in " |
| 6766 | "the launcher."; |
| 6767 | |
| 6768 | const char kLauncherLocalImageSearchIcaName[] = |
| 6769 | "Enable ICA for local image search"; |
| 6770 | const char kLauncherLocalImageSearchIcaDescription[] = |
| 6771 | "Enables on-device Image Content-based Annotation for local image search " |
| 6772 | "in the launcher."; |
| 6773 | |
Lauren Commeignes | 9c601fe3 | 2023-06-05 02:47:30 | [diff] [blame] | 6774 | const char kLauncherFuzzyMatchAcrossProvidersName[] = |
| 6775 | "Enable fuzzy match for relevance scores"; |
| 6776 | const char kLauncherFuzzyMatchAcrossProvidersDescription[] = |
| 6777 | "Change relevance score in Drive Files, Local Files, Help App, Keyboard " |
| 6778 | "shortcuts, OS Settings and personalization app to all be based on a fuzzy " |
| 6779 | "match"; |
| 6780 | |
Lauren Commeignes | 9f0db8f | 2022-12-21 00:03:47 | [diff] [blame] | 6781 | const char kLauncherFuzzyMatchForOmniboxName[] = |
| 6782 | "Omnibox Results Fuzzy match experiment"; |
| 6783 | const char kLauncherFuzzyMatchForOmniboxDescription[] = |
| 6784 | "To evaluate the viability of a Fuzzy match on Omnibox results to " |
| 6785 | "downweight search sugestions"; |
| 6786 | |
Lauren Commeignes | 33aea8b | 2023-01-03 02:38:28 | [diff] [blame] | 6787 | const char kLauncherSystemInfoAnswerCardsName[] = |
| 6788 | "System Info Answer Cards in launcher"; |
| 6789 | const char kLauncherSystemInfoAnswerCardsDescription[] = |
| 6790 | "Enables System info answer cards in the launcher to provide system " |
| 6791 | "performance metrics"; |
| 6792 | |
Chad Duffin | cdab936 | 2022-07-29 18:31:38 | [diff] [blame] | 6793 | const char kMacAddressRandomizationName[] = "MAC address randomization"; |
| 6794 | const char kMacAddressRandomizationDescription[] = |
| 6795 | "Feature to allow MAC address randomization to be enabled for WiFi " |
| 6796 | "networks."; |
| 6797 | |
Chad Duffin | ea47d50 | 2023-04-12 23:25:37 | [diff] [blame] | 6798 | const char kSmdsSupportName[] = "SM-DS Support"; |
| 6799 | const char kSmdsSupportDescription[] = |
| 6800 | "Feature to enable the consumer and enterprise support for provisioning " |
| 6801 | "eSIM profiles using Subscription Manager Discovery Service (SM-DS). This " |
Chad Duffin | ceb4285a | 2023-05-24 21:58:28 | [diff] [blame] | 6802 | "flag is a no-op unless the smds-dbus-migration and " |
| 6803 | "smds-support-euicc-upload flags are enabled."; |
Chad Duffin | ea47d50 | 2023-04-12 23:25:37 | [diff] [blame] | 6804 | |
Chad Duffin | e34312d | 2023-04-13 00:17:10 | [diff] [blame] | 6805 | const char kSmdsSupportEuiccUploadName[] = "SM-DS Support EUICC Upload"; |
| 6806 | const char kSmdsSupportEuiccUploadDescription[] = |
| 6807 | "Feature to enable tracking when a policy-defined cellular network " |
| 6808 | "configured to use SM-DS has already been applied and an eSIM profile for " |
Chad Duffin | ceb4285a | 2023-05-24 21:58:28 | [diff] [blame] | 6809 | "the network was installed."; |
Chad Duffin | e34312d | 2023-04-13 00:17:10 | [diff] [blame] | 6810 | |
Chad Duffin | c8c3708 | 2023-03-07 17:04:05 | [diff] [blame] | 6811 | const char kSmdsDbusMigrationName[] = "SM-DS DBus Migration"; |
| 6812 | const char kSmdsDbusMigrationDescription[] = |
| 6813 | "Feature to enable the usage of DBus APIs that improve the stability" |
| 6814 | "around performing SM-DS scans."; |
| 6815 | |
Simon Ziegltrum | 55f69bc | 2022-12-22 16:05:51 | [diff] [blame] | 6816 | const char kOobeJellyName[] = "Jelly design for OOBE"; |
| 6817 | const char kOobeJellyDescription[] = |
| 6818 | "Feature to enable the Jelly design in out of box experience."; |
Simon Ziegltrum | c23cb6c5 | 2022-09-22 19:43:44 | [diff] [blame] | 6819 | |
Simon Ziegltrum | ffe92cee8 | 2023-06-30 19:44:34 | [diff] [blame] | 6820 | const char kOobeJellyModalName[] = "Jelly modal feature for OOBE"; |
| 6821 | const char kOobeJellyModalDescription[] = |
| 6822 | "Feature to enable the Jelly modal feature in out of box experience."; |
| 6823 | |
Simon Ziegltrum | f02c98af | 2023-03-16 23:03:28 | [diff] [blame] | 6824 | const char kOobeSimonName[] = "Simon features for OOBE"; |
| 6825 | const char kOobeSimonDescription[] = |
| 6826 | "Feature to enable the Simon features in out of box experience."; |
| 6827 | |
Tao Wu | 4b5d816 | 2022-11-10 19:58:07 | [diff] [blame] | 6828 | const char kLibAssistantV2MigrationName[] = "LibAssistant V2 migration"; |
| 6829 | const char kLibAssistantV2MigrationDescription[] = |
| 6830 | "Enables loading LibAssistant V2 for Assistant on ChromeOS."; |
| 6831 | |
Markus Handell | abf6c781 | 2020-12-15 18:14:35 | [diff] [blame] | 6832 | // Prefer keeping this section sorted to adding new definitions down here. |
| 6833 | |
| 6834 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 6835 | |
Simon Hangl | 05d1f6a | 2023-01-13 15:33:59 | [diff] [blame] | 6836 | #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) |
Simon Hangl | cfe153b | 2023-04-03 14:38:40 | [diff] [blame] | 6837 | const char kGetAllScreensMediaName[] = "GetAllScreensMedia API"; |
| 6838 | const char kGetAllScreensMediaDescription[] = |
| 6839 | "When enabled, the getAllScreensMedia API for capturing multiple screens " |
| 6840 | "at once, is available."; |
Simon Hangl | 05d1f6a | 2023-01-13 15:33:59 | [diff] [blame] | 6841 | #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) |
| 6842 | |
Sebastian Fiß | 8f6d9a8 | 2023-03-07 09:04:25 | [diff] [blame] | 6843 | #if BUILDFLAG(IS_CHROMEOS) |
| 6844 | const char kRunOnOsLoginName[] = "Run on OS login"; |
| 6845 | const char kRunOnOsLoginDescription[] = |
| 6846 | "When enabled, allows PWAs to be automatically run on OS login."; |
Simon Hangl | 39e525b | 2023-04-14 17:19:38 | [diff] [blame] | 6847 | |
| 6848 | const char kPreventCloseName[] = "Prevent close"; |
| 6849 | const char kPreventCloseDescription[] = |
| 6850 | "When enabled, allow-listed PWAs cannot be closed manually."; |
Sebastian Fiß | 8f6d9a8 | 2023-03-07 09:04:25 | [diff] [blame] | 6851 | #endif // BUILDFLAG(IS_CHROMEOS) |
| 6852 | |
Jan Krcal | d11ad89 | 2022-01-17 12:37:02 | [diff] [blame] | 6853 | #if BUILDFLAG(IS_CHROMEOS_LACROS) |
Jason Lin | 288a01a | 2023-04-03 01:50:47 | [diff] [blame] | 6854 | const char kExperimentalWebAppProfileIsolationName[] = |
| 6855 | "Enable experimental web app profile isolation"; |
| 6856 | const char kExperimentalWebAppProfileIsolationDescription[] = |
| 6857 | "This is a highly experimental feature to isolate a web app with a " |
Jason Lin | c8bb215f | 2023-05-01 03:10:29 | [diff] [blame] | 6858 | "dedicated profile. ExperimentalWebAppStoragePartitionIsolation is ignored " |
| 6859 | "if this flag is on. Enabling this flag could break things. And a factory " |
Jason Lin | 288a01a | 2023-04-03 01:50:47 | [diff] [blame] | 6860 | "reset might be needed to fully recover the state."; |
| 6861 | |
Jason Lin | e4862b0 | 2023-03-21 04:38:13 | [diff] [blame] | 6862 | const char kExperimentalWebAppStoragePartitionIsolationName[] = |
| 6863 | "Enable experimental web app stroage partition isolation"; |
| 6864 | const char kExperimentalWebAppStoragePartitionIsolationDescription[] = |
Jason Lin | c8bb215f | 2023-05-01 03:10:29 | [diff] [blame] | 6865 | "Ignored if ExperimentalWebAppProfileIsolation is on. This is highly " |
| 6866 | "experimental. Enabling this flag could break things. And a factory reset" |
| 6867 | "might be needed to fully recover the state."; |
Jason Lin | e4862b0 | 2023-03-21 04:38:13 | [diff] [blame] | 6868 | |
Alex Cooper | dad8fb69 | 2022-10-03 22:42:41 | [diff] [blame] | 6869 | const char kLacrosAuraCaptureName[] = "Enable Lacros Aura Capture"; |
| 6870 | const char kLacrosAuraCaptureDescription[] = |
| 6871 | "Enables LaCrOS to perform an in-process capture of it's own windows " |
| 6872 | "rather than needing to delegate the capture to Ash"; |
| 6873 | |
Andrea Orru | e14d8fd8 | 2022-02-24 16:47:51 | [diff] [blame] | 6874 | const char kLacrosMergeIcuDataFileName[] = |
| 6875 | "Enable merging of icudtl.dat in Lacros"; |
| 6876 | const char kLacrosMergeIcuDataFileDescription[] = |
| 6877 | "Enables sharing common areas of icudtl.dat between Ash and Lacros."; |
Jan Krcal | d11ad89 | 2022-01-17 12:37:02 | [diff] [blame] | 6878 | #endif // #if BUILDFLAG(IS_CHROMEOS_LACROS) |
| 6879 | |
Eric Willigers | 02f80aa | 2022-04-29 01:29:32 | [diff] [blame] | 6880 | #if BUILDFLAG(IS_CHROMEOS) |
Hsin-Yu Chao | e46eb599 | 2022-03-18 13:34:27 | [diff] [blame] | 6881 | const char kCrOSDspBasedAecAllowedName[] = |
| 6882 | "Allow CRAS to use a DSP-based AEC if available"; |
| 6883 | const char kCrOSDspBasedAecAllowedDescription[] = |
| 6884 | "Allows the system variant of the AEC in CRAS to be run on DSP "; |
| 6885 | |
| 6886 | const char kCrOSDspBasedNsAllowedName[] = |
| 6887 | "Allow CRAS to use a DSP-based NS if available"; |
| 6888 | const char kCrOSDspBasedNsAllowedDescription[] = |
| 6889 | "Allows the system variant of the NS in CRAS to be run on DSP "; |
| 6890 | |
| 6891 | const char kCrOSDspBasedAgcAllowedName[] = |
| 6892 | "Allow CRAS to use a DSP-based AGC if available"; |
| 6893 | const char kCrOSDspBasedAgcAllowedDescription[] = |
| 6894 | "Allows the system variant of the AGC in CRAS to be run on DSP "; |
| 6895 | |
| 6896 | const char kCrOSEnforceSystemAecName[] = "Enforce using the system AEC in CrAS"; |
| 6897 | const char kCrOSEnforceSystemAecDescription[] = |
| 6898 | "Enforces using the system variant in CrAS of the AEC"; |
| 6899 | |
| 6900 | const char kCrOSEnforceSystemAecAgcName[] = |
| 6901 | "Enforce using the system AEC and AGC in CrAS"; |
| 6902 | const char kCrOSEnforceSystemAecAgcDescription[] = |
| 6903 | "Enforces using the system variants in CrAS of the AEC and AGC."; |
| 6904 | |
| 6905 | const char kCrOSEnforceSystemAecNsName[] = |
| 6906 | "Enforce using the system AEC and NS in CrAS"; |
| 6907 | const char kCrOSEnforceSystemAecNsDescription[] = |
| 6908 | "Enforces using the system variants in CrAS of the AEC and NS."; |
| 6909 | |
| 6910 | const char kCrOSEnforceSystemAecNsAgcName[] = |
| 6911 | "Enforce using the system AEC, NS and AGC in CrAS"; |
| 6912 | const char kCrOSEnforceSystemAecNsAgcDescription[] = |
| 6913 | "Enforces using the system variants in CrAS of the AEC, NS and AGC."; |
| 6914 | |
Eddy Hsu | 26abc1ce | 2023-05-31 01:00:58 | [diff] [blame] | 6915 | const char kIgnoreUiGainsName[] = "Ignore UI Gains in system mic gain setting"; |
| 6916 | const char kIgnoreUiGainsDescription[] = |
| 6917 | "Ignore UI Gains in system mic gain setting"; |
| 6918 | |
Eddy Hsu | 03885a0 | 2023-06-05 20:29:57 | [diff] [blame] | 6919 | const char kShowForceRespectUiGainsToggleName[] = |
| 6920 | "Enable a setting toggle to force respect UI gains"; |
| 6921 | const char kShowForceRespectUiGainsToggleDescription[] = |
| 6922 | "Enable a setting toggle to force respect UI gains."; |
| 6923 | |
Eddy Hsu | 817c7d4 | 2023-07-13 20:07:25 | [diff] [blame] | 6924 | const char kCrOSSystemVoiceIsolationOptionName[] = |
| 6925 | "Enable the options of setting system voice isolation per stream"; |
| 6926 | const char kCrOSSystemVoiceIsolationOptionDescription[] = |
| 6927 | "Enable the options of setting system voice isolation per stream."; |
| 6928 | |
Jan Lanik | 1812e688 | 2022-05-24 18:43:35 | [diff] [blame] | 6929 | const char kCrosPrivacyHubName[] = "Enable ChromeOS Privacy Hub"; |
| 6930 | const char kCrosPrivacyHubDescription[] = "Enables ChromeOS Privacy Hub."; |
| 6931 | |
Jan Lanik | 3f59233 | 2022-10-06 21:08:00 | [diff] [blame] | 6932 | const char kCrosPrivacyHubV0Name[] = |
| 6933 | "Enable ChromeOS Privacy Hub without the location switch."; |
| 6934 | const char kCrosPrivacyHubV0Description[] = |
| 6935 | "Enables ChromeOS Privacy Hub without the location switch."; |
Jan Lanik | 4aa0d0f1 | 2022-08-08 20:50:47 | [diff] [blame] | 6936 | |
Pavol Marko | 798ffdb4 | 2022-06-23 13:22:42 | [diff] [blame] | 6937 | const char kDisableIdleSocketsCloseOnMemoryPressureName[] = |
| 6938 | "Disable closing idle sockets on memory pressure"; |
| 6939 | const char kDisableIdleSocketsCloseOnMemoryPressureDescription[] = |
| 6940 | "If enabled, idle sockets will not be closed when chrome detects memory " |
| 6941 | "pressure. This applies to web pages only and not to internal requests."; |
| 6942 | |
Jenny Zhang | 0f8cb4fc | 2022-05-27 00:03:50 | [diff] [blame] | 6943 | const char kDisableOfficeEditingComponentAppName[] = |
| 6944 | "Disable Office Editing for Docs, Sheets & Slides"; |
| 6945 | const char kDisableOfficeEditingComponentAppDescription[] = |
| 6946 | "Disables Office Editing for Docs, Sheets & Slides component app so " |
| 6947 | "handlers won't be registered, making it possible to install another " |
| 6948 | "version for testing."; |
| 6949 | |
Bryan Cain | d277a9f | 2023-06-23 20:37:02 | [diff] [blame] | 6950 | const char kEnableBorderlessPrintingName[] = "Borderless printing"; |
| 6951 | const char kEnableBorderlessPrintingDescription[] = |
| 6952 | "Enable borderless printing and paper type selection in the print preview " |
| 6953 | "dialog."; |
| 6954 | |
Yi Xie | ac082b4 | 2022-08-03 09:58:37 | [diff] [blame] | 6955 | const char kKioskEnableAppServiceName[] = "Enable App Service in Kiosk."; |
| 6956 | const char kKioskEnableAppServiceDescription[] = |
| 6957 | "Uses App Service to install web apps and launch both Chrome apps and web " |
| 6958 | "apps in Kiosk sessions."; |
| 6959 | |
Femi Adegunloye | c22dc3e | 2022-09-08 15:25:58 | [diff] [blame] | 6960 | const char kLacrosColorManagementName[] = "Enable Chrome Color Management."; |
| 6961 | const char kLacrosColorManagementDescription[] = |
Femi Adegunloye | 65a0707 | 2023-05-31 00:53:01 | [diff] [blame] | 6962 | "Uses chrome-color-management wayland protocol to manage color spaces " |
Femi Adegunloye | 35d7974 | 2023-06-14 21:40:38 | [diff] [blame] | 6963 | "for lacros. This is necessary for enabling HDR on compatible devices."; |
Femi Adegunloye | c22dc3e | 2022-09-08 15:25:58 | [diff] [blame] | 6964 | |
Jon Mann | f67d2fb | 2022-02-28 06:26:22 | [diff] [blame] | 6965 | const char kMessagesPreinstallName[] = "Preinstall Messages PWA"; |
| 6966 | const char kMessagesPreinstallDescription[] = |
| 6967 | "Enables preinstallation of the Messages for Web PWA for unmanaged users."; |
Maksim Moskvitin | 70a77cb | 2022-04-06 12:26:40 | [diff] [blame] | 6968 | |
Youssef Esmat | c732bf8 | 2022-05-27 00:47:19 | [diff] [blame] | 6969 | const char kOneGroupPerRendererName[] = |
| 6970 | "Use one cgroup for each foreground renderer"; |
| 6971 | const char kOneGroupPerRendererDescription[] = |
| 6972 | "Places each Chrome foreground renderer into its own cgroup"; |
| 6973 | |
Glen Robertson | 371a2df | 2023-02-15 04:18:19 | [diff] [blame] | 6974 | const char kPreinstalledWebAppWindowExperimentName[] = |
| 6975 | "Preinstalled web app window experiment."; |
| 6976 | const char kPreinstalledWebAppWindowExperimentDescription[] = |
| 6977 | "A ChromeOS experiment for new users that makes all preinstalled web apps " |
| 6978 | "open in windows with link capturing enabled, or tabs, instead of the " |
| 6979 | "default behavior."; |
| 6980 | |
Ashley Prasad | 55deb36 | 2023-06-22 23:55:33 | [diff] [blame] | 6981 | const char kPrintPreviewSetupAssistanceName[] = |
| 6982 | "Enable improved printer status and error messaging in Print Preview."; |
| 6983 | const char kPrintPreviewSetupAssistanceDescription[] = |
| 6984 | "Enable improved printer status and error messaging in Print Preview."; |
| 6985 | |
Yue Li | 806e5d8 | 2022-09-14 00:16:02 | [diff] [blame] | 6986 | const char kDisableQuickAnswersV2TranslationName[] = |
| 6987 | "Disable Quick Answers Translation"; |
| 6988 | const char kDisableQuickAnswersV2TranslationDescription[] = |
| 6989 | "Disable translation services of the Quick Answers."; |
| 6990 | |
Angela Xiao | 34964f7 | 2023-04-19 20:19:20 | [diff] [blame] | 6991 | const char kQuickAnswersRichCardName[] = "Enable Quick Answers Rich Card"; |
| 6992 | const char kQuickAnswersRichCardDescription[] = |
| 6993 | "Enable rich card views of the Quick Answers feature."; |
| 6994 | |
Maksim Moskvitin | 70a77cb | 2022-04-06 12:26:40 | [diff] [blame] | 6995 | const char kSyncChromeOSExplicitPassphraseSharingName[] = |
| 6996 | "Sync passphrase sharing"; |
| 6997 | const char kSyncChromeOSExplicitPassphraseSharingDescription[] = |
| 6998 | "Allows sharing custom sync passphrase between OS and Browser on ChromeOS"; |
Michelle | 724c6bfb2 | 2022-12-15 04:55:38 | [diff] [blame] | 6999 | |
| 7000 | const char kTouchTextEditingRedesignName[] = "Touch Text Editing Redesign"; |
| 7001 | const char kTouchTextEditingRedesignDescription[] = |
| 7002 | "Enables new touch text editing features."; |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 7003 | #endif // BUILDFLAG(IS_CHROMEOS) |
Pilar Molina Lopez | 40a3e2d | 2021-03-04 21:01:08 | [diff] [blame] | 7004 | |
Pilar Molina Lopez | ae61dfc | 2022-01-21 21:04:45 | [diff] [blame] | 7005 | #if defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS) |
Miguel Casas | b93a0e35 | 2021-07-16 04:07:21 | [diff] [blame] | 7006 | const char kVaapiVP9kSVCEncoderName[] = |
| 7007 | "VA-API encode acceleration for k-SVC VP9"; |
| 7008 | const char kVaapiVP9kSVCEncoderDescription[] = |
| 7009 | "Enable or disable k-SVC VP9 encode acceleration using VA-API."; |
Pilar Molina Lopez | ae61dfc | 2022-01-21 21:04:45 | [diff] [blame] | 7010 | #endif // defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS) |
Miguel Casas | b93a0e35 | 2021-07-16 04:07:21 | [diff] [blame] | 7011 | |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 7012 | #if BUILDFLAG(IS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION) |
Pilar Molina Lopez | fb5103b7 | 2021-02-26 23:35:52 | [diff] [blame] | 7013 | const char kChromeOSDirectVideoDecoderName[] = "ChromeOS Direct Video Decoder"; |
| 7014 | const char kChromeOSDirectVideoDecoderDescription[] = |
| 7015 | "Enables the hardware-accelerated ChromeOS direct media::VideoDecoder " |
| 7016 | "implementation. Note that this might be entirely disallowed by the " |
| 7017 | "--platform-disallows-chromeos-direct-video-decoder command line switch " |
| 7018 | "which is added for platforms where said direct VideoDecoder does not work " |
| 7019 | "or is not well tested (see the disable_cros_video_decoder USE flag in " |
Richard Chui | a9ed7be1 | 2022-04-13 21:30:35 | [diff] [blame] | 7020 | "ChromeOS)"; |
Hirokazu Honda | 5a3450c | 2022-06-17 14:16:25 | [diff] [blame] | 7021 | const char kChromeOSHWVBREncodingName[] = |
| 7022 | "ChromeOS Hardware Variable Bitrate Encoding"; |
| 7023 | const char kChromeOSHWVBREncodingDescription[] = |
| 7024 | "Enables the hardware-accelerated variable bitrate (VBR) encoding on " |
| 7025 | "ChromeOS. If the hardware encoder supports VBR for a specified codec, a " |
| 7026 | "video is recorded in VBR encoding in MediaRecoder API automatically and " |
| 7027 | "WebCodecs API if configured so."; |
Fritz Koenig | a0770f5c | 2022-04-06 18:17:55 | [diff] [blame] | 7028 | #if defined(ARCH_CPU_ARM_FAMILY) |
Justin Green | 0b5c4899 | 2022-10-10 22:16:04 | [diff] [blame] | 7029 | const char kPreferGLImageProcessorName[] = "Prefer GL image processor"; |
| 7030 | const char kPreferGLImageProcessorDescription[] = |
| 7031 | "Prefers the GL image processor for format conversion of video frames over" |
| 7032 | " both the libYUV and hardware implementations"; |
Justin Green | ac2364ee | 2023-07-14 18:39:59 | [diff] [blame] | 7033 | const char kPreferSoftwareMT21Name[] = "Prefer software MT21 conversion"; |
| 7034 | const char kPreferSoftwareMT21Description[] = |
| 7035 | "Prefer using the software MT21 conversion instead of the MDP hardware " |
| 7036 | "conversion on MT8173 devices."; |
Fritz Koenig | a0770f5c | 2022-04-06 18:17:55 | [diff] [blame] | 7037 | #endif // defined(ARCH_CPU_ARM_FAMILY) |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 7038 | #endif // BUILDFLAG(IS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION) |
Pilar Molina Lopez | fb5103b7 | 2021-02-26 23:35:52 | [diff] [blame] | 7039 | |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 7040 | #if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) |
Hirokazu Honda | 8ef07cd | 2020-04-17 03:36:38 | [diff] [blame] | 7041 | const char kZeroCopyVideoCaptureName[] = "Enable Zero-Copy Video Capture"; |
| 7042 | const char kZeroCopyVideoCaptureDescription[] = |
| 7043 | "Camera produces a gpu friendly buffer on capture and, if there is, " |
| 7044 | "hardware accelerated video encoder consumes the buffer"; |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 7045 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) |
yhanada | c5bff5b | 2017-05-18 06:37:09 | [diff] [blame] | 7046 | |
Collin Baker | 75a2946 | 2019-03-13 19:57:31 | [diff] [blame] | 7047 | // All views-based platforms -------------------------------------------------- |
| 7048 | |
| 7049 | #if defined(TOOLKIT_VIEWS) |
| 7050 | |
Mohamed Amir Yosef | 4d5d526b | 2022-11-10 11:05:25 | [diff] [blame] | 7051 | const char kRevampedPasswordManagementBubbleName[] = |
| 7052 | "Revamped Password Managment Bubble (Desktop)"; |
| 7053 | const char kRevampedPasswordManagementBubbleDescription[] = |
| 7054 | "Enable the new password managment bubble triggered by clicking the key " |
| 7055 | "icon in the omnibox."; |
| 7056 | |
Michael Crouse | b56427f | 2023-04-12 00:47:49 | [diff] [blame] | 7057 | const char kSideSearchName[] = "Side search"; |
| 7058 | const char kSideSearchDescription[] = |
| 7059 | "Enables an easily accessible way to access your most recent Google search " |
| 7060 | "results page embedded in a browser side panel"; |
| 7061 | |
Pengchao Cai | 74b3379d | 2022-09-09 18:55:18 | [diff] [blame] | 7062 | const char kSearchWebInSidePanelName[] = "Search web in side panel"; |
| 7063 | const char kSearchWebInSidePanelDescription[] = |
| 7064 | "Displays right-click search results of a highlighted text in side panel"; |
| 7065 | |
Collin Baker | 75a2946 | 2019-03-13 19:57:31 | [diff] [blame] | 7066 | #endif // defined(TOOLKIT_VIEWS) |
| 7067 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 7068 | // Random platform combinations ----------------------------------------------- |
| 7069 | |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 7070 | #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 7071 | BUILDFLAG(IS_FUCHSIA) |
Leonard Grey | e2b8fe9 | 2022-03-04 20:36:01 | [diff] [blame] | 7072 | const char kQuickCommandsName[] = "Quick Commands"; |
| 7073 | const char kQuickCommandsDescription[] = |
| 7074 | "Enable a text interface to browser features. Invoke with Ctrl-Space."; |
| 7075 | |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 7076 | #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || |
| 7077 | // BUILDFLAG(IS_FUCHSIA) |
Josh Santana | 0863d704 | 2021-02-04 20:56:45 | [diff] [blame] | 7078 | |
Jonathan Freed | 4d92f28 | 2022-08-12 19:01:05 | [diff] [blame] | 7079 | #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ |
| 7080 | BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_CHROMEOS) |
| 7081 | const char kFollowingFeedSidepanelName[] = "Following feed in the sidepanel"; |
| 7082 | const char kFollowingFeedSidepanelDescription[] = |
| 7083 | "Enables the following feed in the sidepanel."; |
| 7084 | #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || |
| 7085 | // BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_CHROMEOS) |
| 7086 | |
Tomasz Jurkiewicz | 6a32bda | 2023-04-06 17:27:50 | [diff] [blame] | 7087 | #if BUILDFLAG(ENABLE_SUPERVISED_USERS) |
| 7088 | const char kEnableProtoApiForClassifyUrlName[] = |
| 7089 | "Enable Proto API for Classify URL"; |
| 7090 | const char kEnableProtoApiForClassifyUrlDescription[] = |
| 7091 | "Calls to Classify URL RPC will use Protocol Buffer format in resposnes, " |
| 7092 | "instead of JSON."; |
| 7093 | #endif |
| 7094 | |
Andres Calderon Jaramillo | a55fccb | 2023-03-24 19:22:11 | [diff] [blame] | 7095 | #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) |
| 7096 | const char kUseOutOfProcessVideoDecodingName[] = |
| 7097 | "Use out-of-process video decoding (OOP-VD)"; |
| 7098 | const char kUseOutOfProcessVideoDecodingDescription[] = |
| 7099 | "Start utility processes to do hardware video decoding. Note: on LaCrOS, " |
| 7100 | "this task is delegated to ash-chrome by requesting a " |
| 7101 | "media.stable.mojom.StableVideoDecoderFactory through the crosapi (so " |
| 7102 | "chrome://flags#expose-out-of-process-video-decoding-to-lacros must be " |
| 7103 | "enabled in ash-chrome)."; |
| 7104 | #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) |
| 7105 | |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 7106 | #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) |
Hoch Hochkeppel | 6695ffa | 2020-08-17 18:10:27 | [diff] [blame] | 7107 | const char kWebShareName[] = "Web Share"; |
| 7108 | const char kWebShareDescription[] = |
| 7109 | "Enables the Web Share (navigator.share) APIs on experimentally supported " |
| 7110 | "platforms."; |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 7111 | #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) |
Hoch Hochkeppel | 6695ffa | 2020-08-17 18:10:27 | [diff] [blame] | 7112 | |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 7113 | #if BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) |
Alexander Dunaev | 43cfb2f | 2021-10-19 06:08:06 | [diff] [blame] | 7114 | const char kOzonePlatformHintChoiceDefault[] = "Default"; |
| 7115 | const char kOzonePlatformHintChoiceAuto[] = "Auto"; |
| 7116 | const char kOzonePlatformHintChoiceX11[] = "X11"; |
| 7117 | const char kOzonePlatformHintChoiceWayland[] = "Wayland"; |
| 7118 | |
| 7119 | const char kOzonePlatformHintName[] = "Preferred Ozone platform"; |
| 7120 | const char kOzonePlatformHintDescription[] = |
| 7121 | "Selects the preferred platform backend used on Linux. The default one is " |
| 7122 | "\"X11\". \"Auto\" selects Wayland if possible, X11 otherwise. "; |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 7123 | #endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) |
Alexander Dunaev | 43cfb2f | 2021-10-19 06:08:06 | [diff] [blame] | 7124 | |
Alvin Ji | 3443b9b | 2022-06-17 19:57:47 | [diff] [blame] | 7125 | #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) |
| 7126 | const char kWebBluetoothConfirmPairingSupportName[] = |
| 7127 | "Web Bluetooth confirm pairing support"; |
| 7128 | const char kWebBluetoothConfirmPairingSupportDescription[] = |
| 7129 | "Enable confirm-only and confirm-pin pairing mode support for Web " |
| 7130 | "Bluetooth"; |
| 7131 | #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) |
| 7132 | |
Adem Derinel | 64bdf05 | 2022-02-02 08:14:23 | [diff] [blame] | 7133 | #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) |
| 7134 | const char kSkipUndecryptablePasswordsName[] = |
| 7135 | "Skip undecryptable passwords to use the available decryptable " |
| 7136 | "passwords."; |
| 7137 | const char kSkipUndecryptablePasswordsDescription[] = |
| 7138 | "Makes the decryptable passwords available in the password manager when " |
| 7139 | "there are undecryptable ones."; |
Adem Derinel | 7237657 | 2022-12-06 10:42:54 | [diff] [blame] | 7140 | const char kForcePasswordInitialSyncWhenDecryptionFailsName[] = |
| 7141 | "Force initial sync to clean local undecryptable passwords during startup"; |
| 7142 | const char kForcePasswordInitialSyncWhenDecryptionFailsDescription[] = |
| 7143 | "During startup checks if there are undecryptable passwords in the local " |
| 7144 | "storage and requests initial sync."; |
Adem Derinel | 64bdf05 | 2022-02-02 08:14:23 | [diff] [blame] | 7145 | #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) |
| 7146 | |
David Benjamin | 371481f | 2022-06-15 15:57:40 | [diff] [blame] | 7147 | #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) |
| 7148 | const char kAsyncDnsName[] = "Async DNS resolver"; |
| 7149 | const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver."; |
| 7150 | #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) |
| 7151 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 7152 | // Feature flags -------------------------------------------------------------- |
| 7153 | |
Sam Zackrisson | b49345a | 2022-03-25 11:15:04 | [diff] [blame] | 7154 | #if BUILDFLAG(CHROME_WIDE_ECHO_CANCELLATION) |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 7155 | const char kChromeWideEchoCancellationName[] = "Chrome-wide echo cancellation"; |
| 7156 | const char kChromeWideEchoCancellationDescription[] = |
Sam Zackrisson | b49345a | 2022-03-25 11:15:04 | [diff] [blame] | 7157 | "Run WebRTC capture audio processing in the audio process instead of the " |
| 7158 | "renderer processes, thereby cancelling echoes from more audio sources."; |
| 7159 | #endif // BUILDFLAG(CHROME_WIDE_ECHO_CANCELLATION) |
| 7160 | |
Wez | 02cedeba | 2022-07-26 12:48:38 | [diff] [blame] | 7161 | #if BUILDFLAG(DCHECK_IS_CONFIGURABLE) |
Lei Zhang | 0a318af | 2018-11-14 02:19:46 | [diff] [blame] | 7162 | const char kDcheckIsFatalName[] = "DCHECKs are fatal"; |
| 7163 | const char kDcheckIsFatalDescription[] = |
| 7164 | "By default Chrome will evaluate in this build, but only log failures, " |
| 7165 | "rather than crashing. If enabled, DCHECKs will crash the calling process."; |
Wez | 02cedeba | 2022-07-26 12:48:38 | [diff] [blame] | 7166 | #endif // BUILDFLAG(DCHECK_IS_CONFIGURABLE) |
Lei Zhang | 0a318af | 2018-11-14 02:19:46 | [diff] [blame] | 7167 | |
Alex Cooper | bdd9a76 | 2023-01-24 23:29:54 | [diff] [blame] | 7168 | #if BUILDFLAG(ENABLE_CARDBOARD) |
Lei Zhang | e52be991 | 2023-06-23 17:29:13 | [diff] [blame] | 7169 | const char kEnableCardboardName[] = "Enable Cardboard VR WebXR Runtime"; |
| 7170 | const char kEnableCardboardDescription[] = |
Alex Cooper | bdd9a76 | 2023-01-24 23:29:54 | [diff] [blame] | 7171 | "Enables the use of the Cardboard SDK runtime for WebXR instead of the" |
| 7172 | "Google VR Services (or GVR) runtime to start a WebXR-based immersive-vr" |
| 7173 | "session."; |
| 7174 | #endif // ENABLE_CARDBOARD |
| 7175 | |
Derek Schuff | 71d9a92 | 2019-04-24 21:36:00 | [diff] [blame] | 7176 | #if BUILDFLAG(ENABLE_NACL) |
| 7177 | const char kNaclName[] = "Native Client"; |
| 7178 | const char kNaclDescription[] = |
| 7179 | "Support Native Client for all web applications, even those that were not " |
| 7180 | "installed from the Chrome Web Store."; |
Fabian Sommer | 0d6568b | 2022-01-05 16:58:34 | [diff] [blame] | 7181 | const char kVerboseLoggingInNaclName[] = "Verbose logging in Native Client"; |
| 7182 | const char kVerboseLoggingInNaclDescription[] = |
| 7183 | "Control the level of verbose logging in Native Client modules for " |
| 7184 | "debugging purposes."; |
| 7185 | const char kVerboseLoggingInNaclChoiceDefault[] = "Default"; |
| 7186 | const char kVerboseLoggingInNaclChoiceLow[] = "Low"; |
| 7187 | const char kVerboseLoggingInNaclChoiceMedium[] = "Medium"; |
| 7188 | const char kVerboseLoggingInNaclChoiceHigh[] = "High"; |
| 7189 | const char kVerboseLoggingInNaclChoiceHighest[] = "Highest"; |
| 7190 | const char kVerboseLoggingInNaclChoiceDisabled[] = "Disabled"; |
Derek Schuff | 71d9a92 | 2019-04-24 21:36:00 | [diff] [blame] | 7191 | #endif // ENABLE_NACL |
| 7192 | |
Alan Screen | ed2fdda | 2021-09-15 17:24:46 | [diff] [blame] | 7193 | #if BUILDFLAG(ENABLE_OOP_PRINTING) |
| 7194 | const char kEnableOopPrintDriversName[] = |
| 7195 | "Enables Out-of-Process Printer Drivers"; |
| 7196 | const char kEnableOopPrintDriversDescription[] = |
| 7197 | "Enables printing interactions with the operating system to be performed " |
| 7198 | "out-of-process."; |
| 7199 | #endif // BUILDFLAG(ENABLE_OOP_PRINTING) |
| 7200 | |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 7201 | #if BUILDFLAG(ENABLE_PAINT_PREVIEW) && BUILDFLAG(IS_ANDROID) |
Mehran Mahmoudi | b8d0b7c | 2020-03-14 18:10:56 | [diff] [blame] | 7202 | const char kPaintPreviewDemoName[] = "Paint Preview Demo"; |
| 7203 | const char kPaintPreviewDemoDescription[] = |
| 7204 | "If enabled a menu item is added to the Android main menu to demo paint " |
ckitagawa | 8dad53d | 2020-01-07 16:03:35 | [diff] [blame] | 7205 | "previews."; |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 7206 | #endif // ENABLE_PAINT_PREVIEW && BUILDFLAG(IS_ANDROID) |
ckitagawa | 8dad53d | 2020-01-07 16:03:35 | [diff] [blame] | 7207 | |
Lei Zhang | c05af2a | 2020-05-15 20:54:05 | [diff] [blame] | 7208 | #if BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) |
Yuheng Huang | 4d0b941fc | 2021-10-12 05:30:36 | [diff] [blame] | 7209 | const char kWebUITabStripFlagId[] = "webui-tab-strip"; |
Lei Zhang | c05af2a | 2020-05-15 20:54:05 | [diff] [blame] | 7210 | const char kWebUITabStripName[] = "WebUI tab strip"; |
| 7211 | const char kWebUITabStripDescription[] = |
| 7212 | "When enabled makes use of a WebUI-based tab strip."; |
Tom | bae38894 | 2021-08-17 02:44:00 | [diff] [blame] | 7213 | |
| 7214 | const char kWebUITabStripContextMenuAfterTapName[] = |
| 7215 | "WebUI tab strip context menu after tap"; |
| 7216 | const char kWebUITabStripContextMenuAfterTapDescription[] = |
| 7217 | "Enables the context menu to appear after a tap gesture rather than " |
| 7218 | "following a press gesture."; |
Lei Zhang | c05af2a | 2020-05-15 20:54:05 | [diff] [blame] | 7219 | #endif // BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) |
| 7220 | |
Yuta Hijikata | 235fc62b | 2020-12-08 03:48:32 | [diff] [blame] | 7221 | #if BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) && BUILDFLAG(IS_CHROMEOS_ASH) |
Collin Baker | 0b940c8e | 2020-08-07 18:53:48 | [diff] [blame] | 7222 | const char kWebUITabStripTabDragIntegrationName[] = |
| 7223 | "ChromeOS drag-drop extensions for WebUI tab strip"; |
| 7224 | const char kWebUITabStripTabDragIntegrationDescription[] = |
| 7225 | "Enables special handling in ash for WebUI tab strip tab drags. Allows " |
| 7226 | "dragging tabs out to new windows."; |
Yuta Hijikata | 235fc62b | 2020-12-08 03:48:32 | [diff] [blame] | 7227 | #endif // BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) && BUILDFLAG(IS_CHROMEOS_ASH) |
Collin Baker | 0b940c8e | 2020-08-07 18:53:48 | [diff] [blame] | 7228 | |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 7229 | #if defined(TOOLKIT_VIEWS) || BUILDFLAG(IS_ANDROID) |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 7230 | |
| 7231 | const char kAutofillCreditCardUploadName[] = |
| 7232 | "Enable offering upload of Autofilled credit cards"; |
| 7233 | const char kAutofillCreditCardUploadDescription[] = |
| 7234 | "Enables a new option to upload credit cards to Google Payments for sync " |
| 7235 | "to all Chrome devices."; |
| 7236 | |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 7237 | #endif // defined(TOOLKIT_VIEWS) || BUILDFLAG(IS_ANDROID) |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 7238 | |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 7239 | #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID) |
Robert Flack | d69659f | 2021-06-02 22:32:33 | [diff] [blame] | 7240 | const char kElasticOverscrollName[] = "Elastic Overscroll"; |
| 7241 | const char kElasticOverscrollDescription[] = |
| 7242 | "Enables Elastic Overscrolling on touchscreens and precision touchpads."; |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 7243 | #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID) |
Robert Flack | d69659f | 2021-06-02 22:32:33 | [diff] [blame] | 7244 | |
Xiaohan Wang | 55ae2c01 | 2022-01-20 21:49:11 | [diff] [blame] | 7245 | #if BUILDFLAG(IS_WIN) || \ |
| 7246 | (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \ |
| 7247 | BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA) |
Wei Li | 51e9c16 | 2021-02-01 19:53:35 | [diff] [blame] | 7248 | const char kUIDebugToolsName[] = "Debugging tools for UI"; |
| 7249 | const char kUIDebugToolsDescription[] = |
| 7250 | "Enables additional keyboard shortcuts to help debugging."; |
Andrea Gomez | 6536254b | 2022-08-03 09:07:59 | [diff] [blame] | 7251 | |
Tibor Goldschwendt | f9501a6 | 2023-03-23 03:11:19 | [diff] [blame] | 7252 | const char kSyncPollImmediatelyOnEveryStartupName[] = |
| 7253 | "Sync Poll Immediately On Every Startup"; |
| 7254 | const char kSyncPollImmediatelyOnEveryStartupDescription[] = |
| 7255 | "Sends a poll GetUpdates request on every browser startup."; |
Wei Li | 51e9c16 | 2021-02-01 19:53:35 | [diff] [blame] | 7256 | #endif |
| 7257 | |
Salma Elmahallawy | 65cafa5 | 2023-04-18 16:34:34 | [diff] [blame] | 7258 | #if BUILDFLAG(IS_WIN) || (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) || \ |
| 7259 | BUILDFLAG(IS_MAC) || BUILDFLAG(IS_ANDROID) |
| 7260 | const char kDataRetentionPoliciesDisableSyncTypesNeededName[] = |
| 7261 | "Data Retention Policies Disable Sync Types"; |
| 7262 | const char kDataRetentionPoliciesDisableSyncTypesNeededDescription[] = |
| 7263 | "Relaxes the requirements for setting BrowsingDataLifetime, " |
| 7264 | "ClearBrowsingDataOnExit and IdleTimeout. Setting any of these will " |
| 7265 | "disable sync for the respective browsing data types that need to be " |
| 7266 | "cleared if neither sync nor browser sign in is disabled by policy."; |
| 7267 | #endif |
| 7268 | |
Tomas Popela | 253a583 | 2019-01-14 17:22:10 | [diff] [blame] | 7269 | #if defined(WEBRTC_USE_PIPEWIRE) |
Lei Zhang | 507fffd | 2020-01-29 23:47:54 | [diff] [blame] | 7270 | const char kWebrtcPipeWireCapturerName[] = "WebRTC PipeWire support"; |
| 7271 | const char kWebrtcPipeWireCapturerDescription[] = |
Tomas Popela | 253a583 | 2019-01-14 17:22:10 | [diff] [blame] | 7272 | "When enabled the WebRTC will use the PipeWire multimedia server for " |
| 7273 | "capturing the desktop content on the Wayland display server."; |
Tomas Popela | 253a583 | 2019-01-14 17:22:10 | [diff] [blame] | 7274 | #endif // #if defined(WEBRTC_USE_PIPEWIRE) |
| 7275 | |
ananubis | ff476b0 | 2021-07-27 07:09:58 | [diff] [blame] | 7276 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
Ben Franz | 441a84c | 2022-04-05 08:44:55 | [diff] [blame] | 7277 | const char kChromeKioskEnableLacrosName[] = |
| 7278 | "Enables Lacros in the chrome app Kiosk"; |
| 7279 | const char kChromeKioskEnableLacrosDescription[] = |
| 7280 | "Uses Lacros-chrome as the web browser in the chrome app Kiosk session on " |
Richard Chui | a9ed7be1 | 2022-04-13 21:30:35 | [diff] [blame] | 7281 | "ChromeOS. When disabled, the Ash-chrome will be used"; |
Ben Franz | 441a84c | 2022-04-05 08:44:55 | [diff] [blame] | 7282 | |
ananubis | ff476b0 | 2021-07-27 07:09:58 | [diff] [blame] | 7283 | const char kWebKioskEnableLacrosName[] = |
| 7284 | "Enables Lacros in the web (PWA) Kiosk"; |
| 7285 | const char kWebKioskEnableLacrosDescription[] = |
| 7286 | "Uses Lacros-chrome as the web browser in the web (PWA) Kiosk session on " |
Richard Chui | a9ed7be1 | 2022-04-13 21:30:35 | [diff] [blame] | 7287 | "ChromeOS. When disabled, the Ash-chrome will be used"; |
Jenny Zhang | 6bdaa16 | 2022-07-14 01:22:30 | [diff] [blame] | 7288 | |
| 7289 | const char kDisableLacrosTtsSupportName[] = "Disable lacros tts support"; |
| 7290 | const char kDisableLacrosTtsSupportDescription[] = |
| 7291 | "Disable lacros support for text to speech."; |
| 7292 | |
Vivian Pao | fc22288b | 2022-12-07 03:00:11 | [diff] [blame] | 7293 | const char kPromiseIconsName[] = "Promise Icons"; |
| 7294 | const char kPromiseIconsDescription[] = |
| 7295 | "Enables promise icons in the Launcher and Shelf (if the app is pinned) " |
| 7296 | "for app installations."; |
| 7297 | |
Frank Liberato | 98173be0 | 2023-06-06 17:11:09 | [diff] [blame] | 7298 | const char kEnableAudioFocusEnforcementName[] = "Audio Focus Enforcement"; |
| 7299 | const char kEnableAudioFocusEnforcementDescription[] = |
| 7300 | "Enables enforcement of a single media session having audio focus at " |
| 7301 | "any one time. Requires #enable-media-session-service to be enabled too."; |
ananubis | ff476b0 | 2021-07-27 07:09:58 | [diff] [blame] | 7302 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 7303 | |
Brett Wilson | 7b44537e | 2017-08-18 01:38:28 | [diff] [blame] | 7304 | // ============================================================================ |
| 7305 | // Don't just add flags to the end, put them in the right section in |
| 7306 | // alphabetical order just like the header file. |
| 7307 | // ============================================================================ |
| 7308 | |
vabr | 0215a8e | 2017-03-28 12:47:34 | [diff] [blame] | 7309 | } // namespace flag_descriptions |