blob: 0df7d119a7b8d777b4ab0f72cecc9aee58823173 [file] [log] [blame]
vabr0215a8e2017-03-28 12:47:341// Copyright 2017 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "chrome/browser/flag_descriptions.h"
6
7namespace flag_descriptions {
8
Brett Wilsonf27ff602017-07-07 22:28:479const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas";
10const char kAccelerated2dCanvasDescription[] =
11 "Enables the use of the GPU to perform 2d canvas rendering instead of "
12 "using software rendering.";
horodb71a5a2017-06-09 16:08:2413
Brett Wilsonf27ff602017-07-07 22:28:4714const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode";
15const char kAcceleratedVideoDecodeDescription[] =
16 "Hardware-accelerated video decode where available.";
17
18const char kAffiliationBasedMatchingName[] =
19 "Affiliation based matching in password manager";
20const char kAffiliationBasedMatchingDescription[] =
21 "Allow credentials stored for Android applications to be filled into "
22 "corresponding websites.";
23
24const char kAllowInsecureLocalhostName[] =
25 "Allow invalid certificates for resources loaded from localhost.";
26const char kAllowInsecureLocalhostDescription[] =
27 "Allows requests to localhost over HTTPS even when an invalid certificate "
28 "is presented.";
29
30const char kAllowNaclSocketApiName[] = "NaCl Socket API.";
31const char kAllowNaclSocketApiDescription[] =
32 "Allows applications to use NaCl Socket API. Use only to test NaCl "
33 "plugins.";
34
35const char kAppBannersName[] = "App Banners";
36const char kAppBannersDescription[] =
37 "Enable the display of Progressive Web App banners, which prompt a user to "
38 "add a web app to their shelf, or other platform-specific equivalent.";
39
Khushalba202212017-07-12 19:53:4940const char kAsyncImageDecodingName[] = "AsyncImageDecoding";
41const char kAsyncImageDecodingDescription[] =
42 "Enables asynchronous decoding of images from raster for web content";
43
Brett Wilsonf27ff602017-07-07 22:28:4744const char kAutoplayPolicyName[] = "Autoplay policy";
45const char kAutoplayPolicyDescription[] =
46 "Policy used when deciding if audio or video is allowed to autoplay.";
47
48const char kAutoplayPolicyUserGestureRequiredForCrossOrigin[] =
49 "User gesture is required for cross-origin iframes.";
50const char kAutoplayPolicyNoUserGestureRequired[] =
51 "No user gesture is required.";
52const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required.";
53const char kAutoplayPolicyDocumentUserActivation[] =
54 "Document user activation is required.";
55
56const char kBackgroundVideoTrackOptimizationName[] =
57 "Optimize background video playback.";
58const char kBackgroundVideoTrackOptimizationDescription[] =
59 "Disable video tracks when the video is played in the background to "
60 "optimize performance.";
61
62const char kBleAdvertisingInExtensionsName[] = "BLE Advertising in Chrome Apps";
63const char kBleAdvertisingInExtensionsDescription[] =
64 "Enables BLE Advertising in Chrome Apps. BLE Advertising might interfere "
65 "with regular use of Bluetooth Low Energy features.";
66
67const char kBrowserSideNavigationName[] = "Enable browser side navigation";
horodb71a5a2017-06-09 16:08:2468const char kBrowserSideNavigationDescription[] =
horo3beccfb2017-06-19 14:47:0169 "Enable browser side navigation (aka PlzNavigate).";
horodb71a5a2017-06-09 16:08:2470
Brett Wilsonf27ff602017-07-07 22:28:4771const char kBrowserTaskSchedulerName[] = "Task Scheduler";
72const char kBrowserTaskSchedulerDescription[] =
73 "Enables redirection of some task posting APIs to the task scheduler.";
74
75const char kBypassAppBannerEngagementChecksName[] =
76 "Bypass user engagement checks";
77const char kBypassAppBannerEngagementChecksDescription[] =
78 "Bypasses user engagement checks for displaying app banners, such as "
79 "requiring that users have visited the site before and that the banner "
80 "hasn't been shown recently. This allows developers to test that other "
81 "eligibility requirements for showing app banners, such as having a "
82 "manifest, are met.";
83
84const char kCaptureThumbnailOnLoadFinishedName[] =
85 "Capture page thumbnail on load finished";
86const char kCaptureThumbnailOnLoadFinishedDescription[] =
87 "Capture a page thumbnail (for use on the New Tab page) when the page load "
88 "finishes, in addition to other times a thumbnail may be captured.";
89
Marc Treibe3651be2017-07-14 11:05:4090const char kCaptureThumbnailOnNavigatingAwayName[] =
91 "Capture page thumbnail on navigating away";
92const char kCaptureThumbnailOnNavigatingAwayDescription[] =
93 "Capture a page thumbnail (for use on the New Tab page) when navigating "
94 "away from the current page, in addition to other times a thumbnail may be "
95 "captured.";
96
Brett Wilsonf27ff602017-07-07 22:28:4797const char kCastStreamingHwEncodingName[] =
98 "Cast Streaming hardware video encoding";
99const char kCastStreamingHwEncodingDescription[] =
100 "This option enables support in Cast Streaming for encoding video streams "
101 "using platform hardware.";
102
103const char kCloudImportName[] = "Cloud Import";
104const char kCloudImportDescription[] = "Allows the cloud-import feature.";
105
106const char kColorCorrectRenderingName[] = "Color correct rendering";
107const char kColorCorrectRenderingDescription[] =
108 "Enables color correct rendering of web content.";
109
110const char kCompositedLayerBordersName[] = "Composited render layer borders";
111const char kCompositedLayerBordersDescription[] =
112 "Renders a border around composited Render Layers to help debug and study "
113 "layer compositing.";
114
115const char kContextualSuggestionsCarouselName[] =
116 "Enable Contextual Suggestions";
117const char kContextualSuggestionsCarouselDescription[] =
118 "If enabled, shows contextual suggestions in a horizontal carousel in "
119 "bottom sheet content.";
120
121const char kCreditCardAssistName[] = "Credit Card Assisted Filling";
122const char kCreditCardAssistDescription[] =
123 "Enable assisted credit card filling on certain sites.";
124
125const char kCrossProcessGuestViewIsolationName[] =
126 "Cross process frames for guests";
127const char kCrossProcessGuestViewIsolationDescription[] =
128 "Highly experimental where guests such as <webview> are implemented on "
129 "the out-of-process iframe infrastructure.";
130
Brett Wilsonf27ff602017-07-07 22:28:47131const char kDataReductionProxyLoFiName[] = "Data Saver Lo-Fi mode";
132const char kDataReductionProxyLoFiDescription[] =
133 "Forces Data Saver Lo-Fi mode to be always enabled, enabled only on "
134 "cellular connections, or disabled. Data Saver must be enabled for Lo-Fi "
135 "mode to be used.";
136const char kDataReductionProxyLoFiAlwaysOn[] = "Always on";
137const char kDataReductionProxyLoFiCellularOnly[] = "Cellular only";
138const char kDataReductionProxyLoFiDisabled[] = "Disable";
139const char kDataReductionProxyLoFiSlowConnectionsOnly[] =
140 "Slow connections only";
141
142const char kDatasaverPromptName[] = "Cellular Data Saver Prompt";
143const char kDatasaverPromptDescription[] =
144 "Enables a prompt, which appears when a cellular network connection is "
145 "detected, to take the user to the Data Saver extension page on Chrome Web "
146 "Store.";
147const char kDatasaverPromptDemoMode[] = "Demo mode";
148
149const char kDebugPackedAppName[] = "Debugging for packed apps";
150const char kDebugPackedAppDescription[] =
151 "Enables debugging context menu options such as Inspect Element for packed "
152 "applications.";
153
154const char kDefaultTileHeightName[] = "Default tile height";
155const char kDefaultTileHeightDescription[] = "Specify the default tile height.";
156const char kDefaultTileHeightShort[] = "128";
157const char kDefaultTileHeightTall[] = "256";
158const char kDefaultTileHeightGrande[] = "512";
159const char kDefaultTileHeightVenti[] = "1024";
160
161const char kDefaultTileWidthName[] = "Default tile width";
162const char kDefaultTileWidthDescription[] = "Specify the default tile width.";
163const char kDefaultTileWidthShort[] = "128";
164const char kDefaultTileWidthTall[] = "256";
165const char kDefaultTileWidthGrande[] = "512";
166const char kDefaultTileWidthVenti[] = "1024";
167
168const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
169const char kDebugShortcutsDescription[] =
170 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
171
172const char kDeviceDiscoveryNotificationsName[] =
173 "Device Discovery Notifications";
174const char kDeviceDiscoveryNotificationsDescription[] =
175 "Device discovery notifications on local network.";
176
177const char kDevtoolsExperimentsName[] = "Developer Tools experiments";
178const char kDevtoolsExperimentsDescription[] =
179 "Enables Developer Tools experiments. Use Settings panel in Developer "
180 "Tools to toggle individual experiments.";
181
182const char kDisableAudioForDesktopShareName[] =
183 "Disable Audio For Desktop Share";
184const char kDisableAudioForDesktopShareDescription[] =
185 "With this flag on, desktop share picker window will not let the user "
186 "choose whether to share audio.";
187
Brett Wilsonf27ff602017-07-07 22:28:47188const char kDisableTabForDesktopShareName[] =
189 "Disable Desktop Share with tab source";
190const char kDisableTabForDesktopShareDescription[] =
191 "This flag controls whether users can choose a tab for desktop share.";
192
193const char kDisallowDocWrittenScriptsUiName[] =
194 "Block scripts loaded via document.write";
195const char kDisallowDocWrittenScriptsUiDescription[] =
196 "Disallows fetches for third-party parser-blocking scripts inserted into "
197 "the main frame via document.write.";
198
199const char kDisplayList2dCanvasName[] = "Display list 2D canvas";
200const char kDisplayList2dCanvasDescription[] =
201 "Enables the use of display lists to record 2D canvas commands. This "
202 "allows 2D canvas rasterization to be performed on separate thread.";
203
204const char kDistanceFieldTextName[] = "Distance field text";
205const char kDistanceFieldTextDescription[] =
206 "Text is rendered with signed distance fields rather than bitmap alpha "
207 "masks.";
208
209const char kDriveSearchInChromeLauncherName[] =
210 "Drive Search in Chrome App Launcher";
211const char kDriveSearchInChromeLauncherDescription[] =
212 "Files from Drive will show up when searching the Chrome App Launcher.";
213
214const char kDropSyncCredentialName[] =
215 "Drop sync credentials from password manager";
216const char kDropSyncCredentialDescription[] =
217 "The password manager will not offer to save the credential used to sync.";
218
219const char kEasyUnlockBluetoothLowEnergyDiscoveryName[] =
220 "Smart Lock Bluetooth Low Energy Discovery";
221const char kEasyUnlockBluetoothLowEnergyDiscoveryDescription[] =
Tim Song52c142c62017-07-20 03:29:07222 "Disables a Smart Lock setting that allows Chromebook to discover phones "
Brett Wilsonf27ff602017-07-07 22:28:47223 "over Bluetooth Low Energy in order to unlock the Chromebook when the "
224 "phone is in its proximity.";
225
Gustavo Sacomotofb11164f2017-07-21 12:56:18226const char kEasyUnlockPromotionsName[] = "Smart Lock Promotions";
227const char kEasyUnlockPromotionsDescription[] =
228 "Enables Smart Lock promotions. Promotions will be periodically display "
229 "if the user is eligible.";
230
Brett Wilsonf27ff602017-07-07 22:28:47231const char kEmbeddedExtensionOptionsName[] = "Embedded extension options";
232const char kEmbeddedExtensionOptionsDescription[] =
233 "Display extension options as an embedded element in chrome://extensions "
234 "rather than opening a new tab.";
235
236const char kEnableAsmWasmName[] =
237 "Experimental Validate Asm.js and convert to WebAssembly when valid.";
238const char kEnableAsmWasmDescription[] =
239 R"*(Validate Asm.js when "use asm" is present and then convert to )*"
240 R"*(WebAssembly.)*";
241
242const char kEnableAutofillCreditCardBankNameDisplayName[] =
243 "Display the issuer bank name of a credit card in autofill.";
244const char kEnableAutofillCreditCardBankNameDisplayDescription[] =
245 "If enabled, displays the issuer bank name of a credit card in autofill.";
246
247const char kEnableAutofillCreditCardLastUsedDateDisplayName[] =
248 "Display the last used date of a credit card in autofill.";
249const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
250 "If enabled, display the last used date of a credit card in autofill.";
251
252const char kEnableAutofillCreditCardUploadCvcPromptName[] =
253 "Enable requesting missing CVC during Autofill credit card upload";
254const char kEnableAutofillCreditCardUploadCvcPromptDescription[] =
255 "If enabled, requests missing CVC when offering to upload credit cards to "
256 "Google Payments.";
257
jsaul19ef81c2017-08-09 18:53:40258const char kEnableAutofillCreditCardUploadNewUiName[] =
259 "Enable updated UI for Autofill credit card upload";
260const char kEnableAutofillCreditCardUploadNewUiDescription[] =
261 "If enabled, displays a new save card bubble/infobar design when offering "
262 "to upload credit cards to Google Payments.";
263
Vitalii Iarko4f9834ce2017-08-04 07:05:19264const char kEnableBreakingNewsPushName[] = "Breaking News Push";
265const char kEnableBreakingNewsPushDescription[] =
266 "Listen for breaking news content suggestions (e.g. for New Tab Page) "
267 "through Google Cloud Messaging.";
268
Brett Wilsonf27ff602017-07-07 22:28:47269const char kEnableBrotliName[] = "Brotli Content-Encoding.";
270const char kEnableBrotliDescription[] =
271 "Enable Brotli Content-Encoding support.";
272
273const char kEnableClearBrowsingDataCountersName[] =
274 "Enable Clear browsing data counters.";
275const char kEnableClearBrowsingDataCountersDescription[] =
276 "Shows data volume counters in the Clear browsing data dialog.";
277
sclittle50e4bb92017-07-08 02:23:03278const char kEnableClientLoFiName[] = "Client-side Lo-Fi previews";
279
280const char kEnableClientLoFiDescription[] =
281 "Enable showing low fidelity images on some pages on slow networks.";
282
Brett Wilsonf27ff602017-07-07 22:28:47283const char kEnableDataReductionProxyLitePageName[] =
284 "Lite pages for Data Saver Lo-Fi mode";
285const char kEnableDataReductionProxyLitePageDescription[] =
286 "Enable lite pages in Data Saver Lo-Fi mode. Previews of pages will be "
287 "shown instead of image placeholders when Lo-Fi is on. Data Saver and "
288 "Lo-Fi must be enabled for lite pages to be shown.";
289
290const char kDataReductionProxyServerAlternative[] =
291 "Use alternative server configuration";
292const char kEnableDataReductionProxyServerExperimentName[] =
293 "Use an alternative Data Saver back end configuration.";
294const char kEnableDataReductionProxyServerExperimentDescription[] =
295 "Enable a different approach to saving data by configuring the back end "
296 "server";
297
298const char kEnableDataReductionProxySavingsPromoName[] =
299 "Data Saver 1 MB Savings Promo";
300const char kEnableDataReductionProxySavingsPromoDescription[] =
301 "Enable a Data Saver promo for 1 MB of savings. If Data Saver has already "
302 "saved 1 MB of data, then the promo will not be shown. Data Saver must be "
303 "enabled for the promo to be shown.";
304
Giovanni Ortuño Urquidi45020e232017-07-12 06:10:17305const char kEnableDesktopPWAWindowingName[] =
306 "Windowing related features for desktop PWAs.";
307const char kEnableDesktopPWAWindowingDescription[] =
308 "Enable experimental windowing features for desktop PWAs.";
309
Brett Wilsonf27ff602017-07-07 22:28:47310const char kEnableEnumeratingAudioDevicesName[] =
311 "Experimentally enable enumerating audio devices.";
312const char kEnableEnumeratingAudioDevicesDescription[] =
313 "Experimentally enable the use of enumerating audio devices.";
314
315const char kEnableGenericSensorName[] = "Generic Sensor";
316const char kEnableGenericSensorDescription[] =
317 "Enable sensor APIs based on Generic Sensor API.";
318
Brett Wilsonf27ff602017-07-07 22:28:47319const char kEnableHDRName[] = "HDR mode";
320const char kEnableHDRDescription[] =
321 "Enables HDR support on compatible displays.";
322
323const char kEnableHeapProfilingName[] = "Heap profiling";
324const char kEnableHeapProfilingDescription[] = "Enables heap profiling.";
325const char kEnableHeapProfilingModePseudo[] = "Enabled (pseudo mode)";
326const char kEnableHeapProfilingModeNative[] = "Enabled (native mode)";
327const char kEnableHeapProfilingTaskProfiler[] = "Enabled (task mode)";
328
329const char kEnableHttpFormWarningName[] =
330 "Show in-form warnings for sensitive fields when the top-level page is not "
331 "not HTTPS";
332const char kEnableHttpFormWarningDescription[] =
333 "Attaches a warning UI to any password or credit card fields detected when "
334 "the top-level page is not HTTPS";
335
336const char kEnableIdleTimeSpellCheckingName[] =
337 "Enable idle time spell checker";
338const char kEnableIdleTimeSpellCheckingDescription[] =
339 "Make spell-checking code run only when the browser is idle, so that input "
340 "latency is reduced, especially when editing long articles, emails, etc.";
vabr0215a8e2017-03-28 12:47:34341
Tatiana Gornakafb40452017-07-31 13:50:04342const char kEnableManualFallbacksFillingName[] =
343 "Manual fallbacks for password manager forms filling";
344const char kEnableManualFallbacksFillingDescription[] =
345 "If enabled, then if user clicks on the password field on a form, popup "
346 "might contain generation fallbacks or 'Show all saved passwords' "
347 "fallback.";
348
vabr0215a8e2017-03-28 12:47:34349const char kEnableMaterialDesignBookmarksName[] =
350 "Enable Material Design bookmarks";
vabr0215a8e2017-03-28 12:47:34351const char kEnableMaterialDesignBookmarksDescription[] =
352 "If enabled, the chrome://bookmarks/ URL loads the Material Design "
353 "bookmarks page.";
354
vabr0215a8e2017-03-28 12:47:34355const char kEnableMaterialDesignExtensionsName[] =
356 "Enable Material Design extensions";
vabr0215a8e2017-03-28 12:47:34357const char kEnableMaterialDesignExtensionsDescription[] =
358 "If enabled, the chrome://extensions/ URL loads the Material Design "
359 "extensions page.";
360
vabr0215a8e2017-03-28 12:47:34361const char kEnableMaterialDesignFeedbackName[] =
362 "Enable Material Design feedback";
vabr0215a8e2017-03-28 12:47:34363const char kEnableMaterialDesignFeedbackDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:19364 "If enabled, reporting an issue will load the Material Design feedback UI.";
vabr0215a8e2017-03-28 12:47:34365
Brett Wilsonf27ff602017-07-07 22:28:47366const char kEnableMidiManagerDynamicInstantiationName[] =
367 "MIDIManager dynamic instantiation for Web MIDI.";
368const char kEnableMidiManagerDynamicInstantiationDescription[] =
369 "Enable MIDIManager dynamic instantiation for Web MIDI.";
370
371const char kEnableNavigationTracingName[] = "Enable navigation tracing";
372const char kEnableNavigationTracingDescription[] =
373 "This is to be used in conjunction with the trace-upload-url flag. "
374 "WARNING: When enabled, Chrome will record performance data for every "
375 "navigation and upload it to the URL specified by the trace-upload-url "
376 "flag. The trace may include personally identifiable information (PII) "
377 "such as the titles and URLs of websites you visit.";
378
379const char kEnableNetworkServiceName[] = "Enable network service";
380const char kEnableNetworkServiceDescription[] =
381 "Enables the network service, which makes network requests through a "
382 "separate service. Note: most features don't work with this yet.";
383
Ahmed Fakhry2fd8fc82017-07-28 16:31:12384const char kEnableNightLightName[] = "Enable Night Light";
385const char kEnableNightLightDescription[] =
386 "Enable the Night Light feature which controls the color temperature of "
387 "the screen.";
388
Yutaka Hirano98be3272017-08-07 17:55:39389const char kEnableOutOfBlinkCORSName[] = "Out of blink CORS";
390const char kEnableOutOfBlinkCORSDescription[] =
391 "CORS handling logic is moved out of blink.";
392
Brett Wilsonf27ff602017-07-07 22:28:47393const char kEnablePictureInPictureName[] = "Enable picture in picture.";
394const char kEnablePictureInPictureDescription[] =
395 "Enable the picture in picture feature for videos.";
396
397const char kEnableTokenBindingName[] = "Token Binding.";
398const char kEnableTokenBindingDescription[] = "Enable Token Binding support.";
399
Irmak Kavasoglu7e16af02017-07-19 09:52:47400const char kEnableUsernameCorrectionName[] = "Enable username correction";
401const char kEnableUsernameCorrectionDescription[] =
402 "While on the pending password state, add an edit button to the bubble so "
403 "that user can edit the username.";
404
Brett Wilsonf27ff602017-07-07 22:28:47405const char kEnableUseZoomForDsfName[] =
406 "Use Blink's zoom for device scale factor.";
407const char kEnableUseZoomForDsfDescription[] =
408 "If enabled, Blink uses its zooming mechanism to scale content for device "
409 "scale factor.";
410const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
411const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
412const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
413
414const char kEnableScrollAnchoringName[] = "Scroll Anchoring";
415const char kEnableScrollAnchoringDescription[] =
416 "Adjusts scroll position to prevent visible jumps when offscreen content "
417 "changes.";
418
419const char kEnableSharedArrayBufferName[] =
420 "Experimental enabled SharedArrayBuffer support in JavaScript.";
421const char kEnableSharedArrayBufferDescription[] =
422 "Enable SharedArrayBuffer support in JavaScript.";
423
424const char kEnableWasmName[] = "WebAssembly structured cloning support.";
425const char kEnableWasmDescription[] =
426 "Enable web pages to use WebAssembly structured cloning.";
427
428const char kEnableWebUsbName[] = "WebUSB";
429const char kEnableWebUsbDescription[] = "Enable WebUSB support.";
430
431const char kEnableImageCaptureAPIName[] = "Image Capture API";
432const char kEnableImageCaptureAPIDescription[] =
433 "Enables the Web Platform Image Capture API: takePhoto(), "
434 "getPhotoCapabilities(), etc.";
435
436const char kEnableZeroSuggestRedirectToChromeName[] =
437 "Experimental contextual omnibox suggestion";
438const char kEnableZeroSuggestRedirectToChromeDescription[] =
439 "Change omnibox contextual suggestions to an experimental source. Note "
440 "that this is not an on/off switch for contextual omnibox and it only "
441 "applies to suggestions provided before the user starts typing a URL or a "
442 "search query (i.e. zero suggest).";
443
444const char kEnableWasmStreamingName[] =
445 "WebAssembly streaming compile/instantiate support.";
446const char kEnableWasmStreamingDescription[] =
447 "WebAssembly.{compile|instantiate} taking a Response as parameter.";
448
449const char kEnableWebfontsInterventionName[] =
450 "New version of User Agent Intervention for WebFonts loading.";
451const char kEnableWebfontsInterventionDescription[] =
452 "Enable New version of User Agent Intervention for WebFonts loading.";
453const char kEnableWebfontsInterventionV2ChoiceDefault[] = "Default";
454const char kEnableWebfontsInterventionV2ChoiceEnabledWith2g[] = "Enabled: 2G";
455const char kEnableWebfontsInterventionV2ChoiceEnabledWith3g[] = "Enabled: 3G";
456const char kEnableWebfontsInterventionV2ChoiceEnabledWithSlow2g[] =
457 "Enabled: Slow 2G";
458const char kEnableWebfontsInterventionV2ChoiceDisabled[] = "Disabled";
459
460const char kEnableWebfontsInterventionTriggerName[] =
461 "Trigger User Agent Intervention for WebFonts loading always.";
462const char kEnableWebfontsInterventionTriggerDescription[] =
463 "Enable to trigger User Agent Intervention for WebFonts loading always. "
464 "This flag affects only when the intervention is enabled.";
465
466const char kEnableWebNotificationCustomLayoutsName[] =
467 "Enable custom layouts for Web Notifications.";
468const char kEnableWebNotificationCustomLayoutsDescription[] =
469 "Enable custom layouts for Web Notifications. They will have subtle layout "
470 "improvements that are otherwise not possible.";
471
472const char kExpensiveBackgroundTimerThrottlingName[] =
473 "Throttle expensive background timers";
474const char kExpensiveBackgroundTimerThrottlingDescription[] =
475 "Enables intervention to limit CPU usage of background timers to 1%.";
476
477const char kExperimentalAppBannersName[] = "Experimental app banners";
478const char kExperimentalAppBannersDescription[] =
479 "Enables a new experimental app banner flow and UI";
480
481const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features";
482const char kExperimentalCanvasFeaturesDescription[] =
483 "Enables the use of experimental canvas features which are still in "
484 "development.";
485
486const char kExperimentalExtensionApisName[] = "Experimental Extension APIs";
487const char kExperimentalExtensionApisDescription[] =
488 "Enables experimental extension APIs. Note that the extension gallery "
489 "doesn't allow you to upload extensions that use experimental APIs.";
490
491const char kExperimentalFullscreenExitUIName[] =
492 "Experimental fullscreen exit UI";
493const char kExperimentalFullscreenExitUIDescription[] =
494 "Displays experimental UI to allow mouse and touch input methods to exit "
495 "fullscreen mode.";
496
497const char kExperimentalHotwordHardwareName[] =
498 "Simulated hardware 'Ok Google' features";
499const char kExperimentalHotwordHardwareDescription[] =
500 "Enables an experimental version of 'Ok Google' hotword detection features "
501 "that have a hardware dependency.";
502
503const char kExperimentalKeyboardLockUiName[] = "Experimental keyboard lock UI.";
504const char kExperimentalKeyboardLockUiDescription[] =
505 "An experimental full screen with keyboard lock mode requiring users to "
506 "hold Esc to exit.";
507
508const char kExperimentalSecurityFeaturesName[] =
509 "Potentially annoying security features";
510const char kExperimentalSecurityFeaturesDescription[] =
511 "Enables several security features that will likely break one or more "
512 "pages that you visit on a daily basis. Strict mixed content checking, for "
513 "example. And locking powerful features to secure contexts. This flag will "
514 "probably annoy you.";
515
516const char kExperimentalWebPlatformFeaturesName[] =
517 "Experimental Web Platform features";
518const char kExperimentalWebPlatformFeaturesDescription[] =
519 "Enables experimental Web Platform features that are in development.";
520
521const char kExtensionContentVerificationName[] =
522 "Extension Content Verification";
523const char kExtensionContentVerificationDescription[] =
524 "This flag can be used to turn on verification that the contents of the "
525 "files on disk for extensions from the webstore match what they're "
526 "expected to be. This can be used to turn on this feature if it would not "
527 "otherwise have been turned on, but cannot be used to turn it off (because "
528 "this setting can be tampered with by malware).";
529const char kExtensionContentVerificationBootstrap[] =
530 "Bootstrap (get expected hashes, but do not enforce them)";
531const char kExtensionContentVerificationEnforce[] =
532 "Enforce (try to get hashes, and enforce them if successful)";
533const char kExtensionContentVerificationEnforceStrict[] =
534 "Enforce strict (hard fail if we can't get hashes)";
535
536const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
537const char kExtensionsOnChromeUrlsDescription[] =
538 "Enables running extensions on chrome:// URLs, where extensions explicitly "
539 "request this permission.";
galinapae72e152017-05-12 13:12:28540
Brett Wilsonecb80982017-07-12 20:34:51541const char kFastUnloadName[] = "Fast tab/window close";
542const char kFastUnloadDescription[] =
543 "Enables fast tab/window closing - runs a tab's onunload js handler "
544 "independently of the GUI.";
vabr0215a8e2017-03-28 12:47:34545
Brett Wilsonecb80982017-07-12 20:34:51546const char kFeaturePolicyName[] = "Feature Policy";
547const char kFeaturePolicyDescription[] =
548 "Enables granting and removing access to features through the "
549 "Feature-Policy HTTP header.";
vabr0215a8e2017-03-28 12:47:34550
Brett Wilsonecb80982017-07-12 20:34:51551const char kFetchKeepaliveTimeoutSettingName[] =
552 "Fetch API keepalive timeout setting";
553const char kFetchKeepaliveTimeoutSettingDescription[] =
554 "This is for setting the timeout value for Fetch API with keepalive option "
555 "and SendBeacon";
556
557const char kFontCacheScalingName[] = "FontCache scaling";
558const char kFontCacheScalingDescription[] =
559 "Reuse a cached font in the renderer to serve different sizes of font for "
560 "faster layout.";
561
562const char kForceEffectiveConnectionTypeName[] =
563 "Override effective connection type";
564const char kForceEffectiveConnectionTypeDescription[] =
565 "Overrides the effective connection type of the current connection "
566 "returned by the network quality estimator.";
567const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
568const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
569const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
570const char kEffectiveConnectionType2GDescription[] = "2G";
571const char kEffectiveConnectionType3GDescription[] = "3G";
572const char kEffectiveConnectionType4GDescription[] = "4G";
573
574const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
575const char kFillOnAccountSelectDescription[] =
576 "Filling of passwords when an account is explicitly selected by the user "
577 "rather than autofilling credentials on page load.";
578
579const char kForceTabletModeName[] = "Force Tablet Mode";
580const char kForceTabletModeDescription[] =
581 R"*(This flag can be used to force a certain mode on to a chromebook, )*"
582 R"*(despite its current orientation. "TouchView" means that the )*"
583 R"*(chromebook will act as if it were in touch view mode. "Clamshell" )*"
584 R"*(means that the chromebook will act as if it were in clamshell )*"
585 R"*(mode . "Auto" means that the chromebook will alternate between )*"
586 R"*(the two, based on its orientation.)*";
587const char kForceTabletModeTouchview[] = "TouchView";
588const char kForceTabletModeClamshell[] = "Clamshell";
589const char kForceTabletModeAuto[] = "Auto (default)";
590
591const char kForceTextDirectionName[] = "Force text direction";
592const char kForceTextDirectionDescription[] =
593 "Explicitly force the per-character directionality of UI text to "
594 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
595 "direction of the character language.";
596const char kForceDirectionLtr[] = "Left-to-right";
597const char kForceDirectionRtl[] = "Right-to-left";
598
599const char kForceUiDirectionName[] = "Force UI direction";
600const char kForceUiDirectionDescription[] =
601 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
602 "mode, overriding the default direction of the UI language.";
603
604const char kFramebustingName[] =
605 "Framebusting requires same-origin or a user gesture";
606const char kFramebustingDescription[] =
607 "Don't permit an iframe to navigate the top level browsing context unless "
608 "they are same-origin or the iframe is processing a user gesture.";
609
610const char kGamepadExtensionsName[] = "Gamepad Extensions";
611const char kGamepadExtensionsDescription[] =
612 "Enabling this option allows web applications to access experimental "
613 "extensions to the Gamepad APIs.";
614
sohan3f00ffc2017-07-14 22:28:08615const char kGlCompositedOverlayCandidateQuadBordersName[] =
616 "GL composited overlay candidate quad borders";
617const char kGlCompositedOverlayCandidateQuadBordersDescription[] =
Alex Newcomer43cb7f12017-07-28 17:37:39618 "Renders a border around GL composited overlay candidate quads to help "
619 "debug and study overlay support.";
Brett Wilsonecb80982017-07-12 20:34:51620
621const char kGpuRasterizationMsaaSampleCountName[] =
622 "GPU rasterization MSAA sample count.";
623const char kGpuRasterizationMsaaSampleCountDescription[] =
624 "Specify the number of MSAA samples for GPU rasterization.";
625const char kGpuRasterizationMsaaSampleCountZero[] = "0";
626const char kGpuRasterizationMsaaSampleCountTwo[] = "2";
627const char kGpuRasterizationMsaaSampleCountFour[] = "4";
628const char kGpuRasterizationMsaaSampleCountEight[] = "8";
629const char kGpuRasterizationMsaaSampleCountSixteen[] = "16";
630
631const char kGpuRasterizationName[] = "GPU rasterization";
632const char kGpuRasterizationDescription[] =
633 "Use GPU to rasterize web content. Requires impl-side painting.";
634
635const char kGoogleProfileInfoName[] = "Google profile name and icon";
636const char kGoogleProfileInfoDescription[] =
637 "Enables using Google information to populate the profile name and icon in "
638 "the avatar menu.";
639
640const char kHarfbuzzRendertextName[] = "HarfBuzz for UI text";
641const char kHarfbuzzRendertextDescription[] =
642 "Enable cross-platform HarfBuzz layout engine for UI text. Doesn't affect "
643 "web content.";
644
645const char kHistoryRequiresUserGestureName[] =
646 "New history entries require a user gesture.";
647const char kHistoryRequiresUserGestureDescription[] =
648 "Require a user gesture to add a history entry.";
649const char kHyperlinkAuditingName[] = "Hyperlink auditing";
650const char kHyperlinkAuditingDescription[] = "Sends hyperlink auditing pings.";
651
652const char kHostedAppQuitNotificationName[] =
653 "Quit notification for hosted apps";
654const char kHostedAppQuitNotificationDescription[] =
655 "Display a notification when quitting Chrome if hosted apps are currently "
656 "running.";
657
658const char kHostedAppShimCreationName[] =
659 "Creation of app shims for hosted apps on Mac";
660const char kHostedAppShimCreationDescription[] =
661 "Create app shims on Mac when creating a hosted app.";
662
663const char kIconNtpName[] = "Large icons on the New Tab page";
664const char kIconNtpDescription[] =
665 "Enable the experimental New Tab page using large icons.";
666
667const char kIgnoreGpuBlacklistName[] = "Override software rendering list";
668const char kIgnoreGpuBlacklistDescription[] =
669 "Overrides the built-in software rendering list and enables "
670 "GPU-acceleration on unsupported system configurations.";
671
672const char kImportantSitesInCbdName[] =
673 "Important sites options in clear browsing data dialog";
674const char kImportantSitesInCbdDescription[] =
675 "Include the option to whitelist important sites in the clear browsing "
676 "data dialog.";
677
678const char kInertVisualViewportName[] = "Inert visual viewport.";
679const char kInertVisualViewportDescription[] =
680 "Experiment to have all APIs reflect the layout viewport. This will make "
681 "window.scroll properties relative to the layout viewport.";
682
683const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
684const char kInProductHelpDemoModeChoiceDescription[] =
685 "Selects the In-Product Help demo mode.";
686
687const char kJavascriptHarmonyName[] = "Experimental JavaScript";
688const char kJavascriptHarmonyDescription[] =
689 "Enable web pages to use experimental JavaScript features.";
690
691const char kJavascriptHarmonyShippingName[] =
692 "Latest stable JavaScript features";
693const char kJavascriptHarmonyShippingDescription[] =
694 "Some web pages use legacy or non-standard JavaScript extensions that may "
695 "conflict with the latest JavaScript features. This flag allows disabling "
696 "support of those features for compatibility with such pages.";
697
698const char kLcdTextName[] = "LCD text antialiasing";
699const char kLcdTextDescription[] =
700 "If disabled, text is rendered with grayscale antialiasing instead of LCD "
701 "(subpixel) when doing accelerated compositing.";
702
703const char kLoadMediaRouterComponentExtensionName[] =
704 "Load Media Router Component Extension";
705const char kLoadMediaRouterComponentExtensionDescription[] =
706 "Loads the Media Router component extension at startup.";
707
708const char kManualPasswordGenerationName[] = "Manual password generation.";
709const char kManualPasswordGenerationDescription[] =
710 "Show a 'Generate Password' option on the context menu for all password "
711 "fields.";
712
713const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure";
714const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages";
715const char kMarkHttpAsDangerous[] = "Always mark HTTP as actively dangerous";
716const char kMarkHttpAsNonSecureAfterEditing[] =
717 "Warn on HTTP after editing forms";
718const char kMarkHttpAsNonSecureWhileIncognito[] =
719 "Warn on HTTP while in Incognito mode";
720const char kMarkHttpAsNonSecureWhileIncognitoOrEditing[] =
721 "Warn on HTTP while in Incognito mode or after editing forms";
722
723extern const char kMaterialDesignIncognitoNTPName[] =
724 "Material Design Incognito NTP.";
725extern const char kMaterialDesignIncognitoNTPDescription[] =
726 "If enabled, the Incognito New Tab page uses the new material design with "
727 "a better readable text.";
728
729const char kMediaRemotingName[] = "Media Remoting during Cast Tab Mirroring";
730const char kMediaRemotingDescription[] =
731 "When Casting a tab to a remote device, enabling this turns on an "
732 "optimization that forwards the content bitstream directly to the remote "
733 "device when a video is fullscreened.";
734
735const char kMemoryAblationName[] = "Memory ablation experiment";
736const char kMemoryAblationDescription[] =
737 "Allocates extra memory in the browser process.";
738
739const char kMemoryCoordinatorName[] = "Memory coordinator";
740const char kMemoryCoordinatorDescription[] =
741 "Enable memory coordinator instead of memory pressure listeners.";
742
743const char kMessageCenterNewStyleNotificationName[] = "New style notification";
744const char kMessageCenterNewStyleNotificationDescription[] =
745 "Enables the experiment style of material-design notification";
746
747const char kMessageCenterAlwaysScrollUpUponRemovalName[] =
748 "Experiments that message center always scroll up upon notification "
749 "removal";
750const char kMessageCenterAlwaysScrollUpUponRemovalDescription[] =
751 "Enables experiment that message center always scroll up when a "
752 "notification is removed.";
753
754const char kMhtmlGeneratorOptionName[] = "MHTML Generation Option";
755const char kMhtmlGeneratorOptionDescription[] =
756 "Provides experimental options for MHTML file generator.";
757const char kMhtmlSkipNostoreMain[] = "Skips no-store main frame.";
758const char kMhtmlSkipNostoreAll[] = "Skips all no-store resources.";
759
760const char kMojoLoadingName[] = "Use Mojo IPC for resource loading";
761const char kMojoLoadingDescription[] =
762 "Use Mojo IPC instead of traditional Chrome IPC for resource loading.";
763
Miguel Casas-Sanchez10769c82017-07-27 23:52:04764const char kMojoVideoEncodeAcceleratorName[] =
765 "Hardware-accelerated video encoder accessed using Mojo IPC";
766const char kMojoVideoEncodeAcceleratorDescription[] =
767 "Use new Mojo IPC to access hardware-accelerated video encoder, where "
768 "available.";
769
Brett Wilsonecb80982017-07-12 20:34:51770const char kModuleScriptsName[] = "Enable ECMAScript 6 modules";
771const char kModuleScriptsDescription[] =
772 "Enables ECMAScript 6 modules support in Blink.";
773
774const char kNewAudioRenderingMixingStrategyName[] =
775 "New audio rendering mixing strategy";
776const char kNewAudioRenderingMixingStrategyDescription[] =
777 "Use the new audio rendering mixing strategy.";
778
779const char kNewBookmarkAppsName[] = "The new bookmark app system";
780const char kNewBookmarkAppsDescription[] =
781 "Enables the new system for creating bookmark apps.";
782
783const char kNewOmniboxAnswerTypesName[] =
784 "New omnibox answers in suggest types";
785const char kNewOmniboxAnswerTypesDescription[] =
786 "Enables new types of answers in the omnibox suggest drop-down: currency "
787 "conversions, dictionary definitions, sports scores, translations, and "
788 "when is.";
789
790const char kNewRemotePlaybackPipelineName[] =
791 "Enable the new remote playback pipeline.";
792const char kNewRemotePlaybackPipelineDescription[] =
793 "Enable the new pipeline for playing media element remotely via "
794 "RemotePlayback API or native controls.";
795
796const char kNewUsbBackendName[] = "Enable new USB backend";
797const char kNewUsbBackendDescription[] =
798 "Enables the new experimental USB backend for Windows.";
vabr0215a8e2017-03-28 12:47:34799
brettw5f9c1642017-05-14 17:12:48800const char kNostatePrefetchName[] = "No-State Prefetch";
vabr0215a8e2017-03-28 12:47:34801const char kNostatePrefetchDescription[] =
802 R"*("No-State Prefetch" pre-downloads resources to improve load )*"
803 R"*(times. "Prerender" does a full pre-rendering of the page, to )*"
804 R"*(improve load times even more. "Simple Load" does nothing and is )*"
805 R"*(similar to disabling the feature, but collects more metrics for )*"
806 R"*(comparison purposes.)*";
807
Brett Wilsonecb80982017-07-12 20:34:51808const char kNotificationsNativeFlagName[] = "Enable native notifications.";
809const char kNotificationsNativeFlagDescription[] =
810 "Enable support for using the native notification toasts and notification "
811 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:34812
Brett Wilsonecb80982017-07-12 20:34:51813const char kNumRasterThreadsName[] = "Number of raster threads";
814const char kNumRasterThreadsDescription[] =
815 "Specify the number of raster threads.";
816const char kNumRasterThreadsOne[] = "1";
817const char kNumRasterThreadsTwo[] = "2";
818const char kNumRasterThreadsThree[] = "3";
819const char kNumRasterThreadsFour[] = "4";
820
821const char kOfferStoreUnmaskedWalletCardsName[] =
822 "Google Payments card saving checkbox";
823const char kOfferStoreUnmaskedWalletCardsDescription[] =
824 "Show the checkbox to offer local saving of a credit card downloaded from "
825 "the server.";
826
827const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode";
828const char kOfflineAutoReloadDescription[] =
829 "Pages that fail to load while the browser is offline will be "
830 "auto-reloaded when the browser is online again.";
831
832const char kOfflineAutoReloadVisibleOnlyName[] =
833 "Only Auto-Reload Visible Tabs";
834const char kOfflineAutoReloadVisibleOnlyDescription[] =
835 "Pages that fail to load while the browser is offline will only be "
836 "auto-reloaded if their tab is visible.";
837
838const char kOffMainThreadFetchName[] = "Off-main-thread fetch for Web Workers";
839const char kOffMainThreadFetchDescription[] =
840 "If enabled, the resource fetches from worker threads will not be blocked "
841 "by the busy main thread.";
842
843const char kOmniboxDisplayTitleForCurrentUrlName[] =
844 "Include title for the current URL in the omnibox";
845const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
846 "In the event that the omnibox provides suggestions on-focus, the URL of "
847 "the current page is provided as the first suggestion without a title. "
848 "Enabling this flag causes the title to be displayed.";
849
850const char kOmniboxUIElideSuggestionUrlAfterHostName[] =
851 "Omnibox UI Elide Suggestion URL After Host";
852const char kOmniboxUIElideSuggestionUrlAfterHostDescription[] =
853 "Elides the path, query, and ref of suggested URLs in the Omnibox "
854 "dropdown.";
855
Benoit Lizeab08362c2017-07-19 14:50:54856const char kOmniboxSpareRendererName[] =
857 "Start spare renderer on omnibox focus";
858const char kOmniboxSpareRendererDescription[] =
859 "When the omnibox is focused, start an empty spare renderer. This can "
860 "speed up the load of the navigation from the omnibox.";
861
Brett Wilsonecb80982017-07-12 20:34:51862const char kOmniboxUIHideSuggestionUrlSchemeName[] =
863 "Omnibox UI Hide Suggestion URL Scheme";
864const char kOmniboxUIHideSuggestionUrlSchemeDescription[] =
865 "Elides the schemes of suggested URLs in the Omnibox dropdown.";
866
867const char kOmniboxUIHideSuggestionUrlTrivialSubdomainsName[] =
868 "Omnibox UI Hide Suggestion URL Trivial Subdomains";
869const char kOmniboxUIHideSuggestionUrlTrivialSubdomainsDescription[] =
870 "Elides trivially informative subdomains from suggested URLs in the "
871 "Omnibox dropdown (e.g. www. and m.).";
872
873const char kOmniboxUIMaxAutocompleteMatchesName[] =
874 "Omnibox UI Max Autocomplete Matches";
875
876const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
877 "Changes the maximum number of autocomplete matches displayed in the "
878 "Omnibox UI.";
879
880const char kOmniboxUINarrowDropdownName[] = "Omnibox UI Narrow Dropdown";
881const char kOmniboxUINarrowDropdownDescription[] =
882 "Makes the suggestions dropdown width match the omnibox width.";
883
884const char kOmniboxUIVerticalLayoutName[] = "Omnibox UI Vertical Layout";
885const char kOmniboxUIVerticalLayoutDescription[] =
886 "Displays Omnibox sugestions in 2 lines - title over origin.";
887
888const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin";
889const char kOmniboxUIVerticalMarginDescription[] =
890 "Changes the vertical margin in the Omnibox UI.";
891
892const char kOriginTrialsName[] = "Origin Trials";
893const char kOriginTrialsDescription[] =
894 "Enables origin trials for controlling access to feature/API experiments.";
895
896const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
897const char kOverlayScrollbarsDescription[] =
898 "Enable the experimental overlay scrollbars implementation. You must also "
899 "enable threaded compositing to have the scrollbars animate.";
900
901const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
902const char kOverscrollHistoryNavigationDescription[] =
903 "Experimental history navigation in response to horizontal overscroll.";
904const char kOverscrollHistoryNavigationSimpleUi[] = "Simple";
905
906const char kOverscrollStartThresholdName[] = "Overscroll start threshold";
907const char kOverscrollStartThresholdDescription[] =
908 "Changes overscroll start threshold relative to the default value.";
909const char kOverscrollStartThreshold133Percent[] = "133%";
910const char kOverscrollStartThreshold166Percent[] = "166%";
911const char kOverscrollStartThreshold200Percent[] = "200%";
912
913const char kPassiveEventListenerDefaultName[] =
914 "Passive Event Listener Override";
915const char kPassiveEventListenerDefaultDescription[] =
916 "Forces touchstart, touchmove, mousewheel and wheel event listeners (which "
917 "haven't requested otherwise) to be treated as passive. This will break "
918 "touch/wheel behavior on some websites but is useful for demonstrating the "
919 "potential performance benefits of adopting passive event listeners.";
920const char kPassiveEventListenerTrue[] = "True (when unspecified)";
921const char kPassiveEventListenerForceAllTrue[] = "Force All True";
922
923const char kPassiveEventListenersDueToFlingName[] =
924 "Touch Event Listeners Passive Default During Fling";
925const char kPassiveEventListenersDueToFlingDescription[] =
926 "Forces touchstart, and first touchmove per scroll event listeners during "
927 "fling to be treated as passive.";
928
929const char kPassiveDocumentEventListenersName[] =
930 "Document Level Event Listeners Passive Default";
931const char kPassiveDocumentEventListenersDescription[] =
932 "Forces touchstart, and touchmove event listeners on document level "
933 "targets (which haven't requested otherwise) to be treated as passive.";
934
935const char kPasswordForceSavingName[] = "Force-saving of passwords";
936const char kPasswordForceSavingDescription[] =
937 "Allow the user to manually enforce password saving instead of relying on "
938 "password manager's heuristics.";
939
940const char kPasswordGenerationName[] = "Password generation";
941const char kPasswordGenerationDescription[] =
942 "Allow the user to have Chrome generate passwords when it detects account "
943 "creation pages.";
944
945const char kPasswordImportExportName[] = "Password import and export";
946const char kPasswordImportExportDescription[] =
947 "Import and Export functionality in password settings.";
948
949const char kPermissionActionReportingName[] = "Permission Action Reporting";
950const char kPermissionActionReportingDescription[] =
951 "Enables permission action reporting to Safe Browsing servers for opted in "
952 "users.";
953
954const char kPermissionsBlacklistName[] = "Permissions Blacklist";
955const char kPermissionsBlacklistDescription[] =
956 "Enables the Permissions Blacklist, which blocks permissions for "
957 "blacklisted sites for Safe Browsing users.";
958
959const char kPinchScaleName[] = "Pinch scale";
960const char kPinchScaleDescription[] =
961 "Enables experimental support for scale using pinch.";
962
Brett Wilsonecb80982017-07-12 20:34:51963const char kPrintPdfAsImageName[] = "Print Pdf as Image";
964const char kPrintPdfAsImageDescription[] =
965 "If enabled, an option to print PDF files as images will be available in "
966 "print preview.";
967
968const char kPrintPreviewRegisterPromosName[] =
969 "Print Preview Registration Promos";
970const char kPrintPreviewRegisterPromosDescription[] =
971 "Enable registering unregistered cloud printers from print preview.";
972
973const char kProtectSyncCredentialName[] = "Autofill sync credential";
974const char kProtectSyncCredentialDescription[] =
975 "How the password manager handles autofill for the sync credential.";
976
977const char kProtectSyncCredentialOnReauthName[] =
978 "Autofill sync credential only for transactional reauth pages";
979const char kProtectSyncCredentialOnReauthDescription[] =
980 "How the password manager handles autofill for the sync credential only "
981 "for transactional reauth pages.";
982
Mohsen Izadi93faac12017-07-29 04:45:15983const char kPullToRefreshName[] = "Pull-to-refresh gesture";
984const char kPullToRefreshDescription[] =
985 "Pull-to-refresh gesture in response to vertical overscroll.";
986
Brett Wilsonecb80982017-07-12 20:34:51987const char kPushApiBackgroundModeName[] = "Enable Push API background mode";
988const char kPushApiBackgroundModeDescription[] =
989 "Enable background mode for the Push API. This allows Chrome to continue "
990 "running after the last window is closed, and to launch at OS startup, if "
991 "the Push API needs it.";
992
Piotr Swigon46929d12017-08-11 07:16:33993const char kPwaMinimalUiName[] = "Minimal-UI display mode for PWAs";
994const char kPwaMinimalUiDescription[] =
995 "Enables support for Minimal-UI display mode for installed PWAs";
996
Brett Wilsonecb80982017-07-12 20:34:51997const char kQuicName[] = "Experimental QUIC protocol";
998const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
999
1000const char kReducedReferrerGranularityName[] =
1001 "Reduce default 'referer' header granularity.";
1002const char kReducedReferrerGranularityDescription[] =
1003 "If a page hasn't set an explicit referrer policy, setting this flag will "
1004 "reduce the amount of information in the 'referer' header for cross-origin "
1005 "requests.";
1006
1007const char kRequestTabletSiteName[] =
1008 "Request tablet site option in the settings menu";
1009const char kRequestTabletSiteDescription[] =
1010 "Allows the user to request tablet site. Web content is often optimized "
1011 "for tablet devices. When this option is selected the user agent string is "
1012 "changed to indicate a tablet device. Web content optimized for tablets is "
1013 "received there after for the current tab.";
1014
1015const char kResetAppListInstallStateName[] =
1016 "Reset the App Launcher install state on every restart.";
1017const char kResetAppListInstallStateDescription[] =
1018 "Reset the App Launcher install state on every restart. While this flag is "
1019 "set, Chrome will forget the launcher has been installed each time it "
1020 "starts. This is used for testing the App Launcher install flow.";
1021
1022const char kResourceLoadSchedulerName[] = "Use the resource load scheduler";
1023const char kResourceLoadSchedulerDescription[] =
1024 "Uses the resource load scheduler in blink to schedule and throttle "
1025 "resource load requests.";
1026
Brett Wilsonecb80982017-07-12 20:34:511027const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting.";
1028const char kSafeSearchUrlReportingDescription[] =
1029 "If enabled, inappropriate URLs can be reported back to SafeSearch.";
1030
1031const char kSaveasMenuLabelExperimentName[] =
1032 "Switch 'Save as' menu labels to 'Download'";
1033const char kSaveasMenuLabelExperimentDescription[] =
1034 "Enables an experiment to switch menu labels that use 'Save as...' to "
1035 "'Download'.";
1036
1037const char kSavePageAsMhtmlName[] = "Save Page as MHTML";
1038const char kSavePageAsMhtmlDescription[] =
1039 "Enables saving pages as MHTML: a single text file containing HTML and all "
1040 "sub-resources.";
1041
Brett Wilsonecb80982017-07-12 20:34:511042const char kScrollPredictionName[] = "Scroll prediction";
1043const char kScrollPredictionDescription[] =
1044 "Predicts the finger's future position during scrolls allowing time to "
1045 "render the frame before the finger is there.";
1046
1047const char kSecondaryUiMd[] =
1048 "Material Design in the rest of the browser's native UI";
1049const char kSecondaryUiMdDescription[] =
1050 "Extends the --top-chrome-md setting to secondary UI (bubbles, dialogs, "
1051 "etc.). On Mac, this enables MacViews, which uses toolkit-views for native "
1052 "browser dialogs.";
1053
1054const char kServiceWorkerNavigationPreloadName[] =
1055 "Service worker navigation preload.";
1056const char kServiceWorkerNavigationPreloadDescription[] =
1057 "Enable web pages to use the experimental service worker navigation "
1058 "preload API.";
1059
Makoto Shimazud9f333c2017-08-08 07:23:171060const char kServiceWorkerScriptStreamingName[] =
1061 "Service worker script streaming.";
1062const char kServiceWorkerScriptStreamingDescription[] =
1063 "Installed scripts for a service worker are sent over a dedicated "
1064 "message pipe and data pipes, and that is never be blocked on the main "
1065 "thread.";
1066
Brett Wilsonecb80982017-07-12 20:34:511067const char kSettingsWindowName[] = "Show settings in a window";
1068const char kSettingsWindowDescription[] =
1069 "Settings will be shown in a dedicated window instead of as a browser tab.";
1070
1071const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
1072const char kShowAutofillSignaturesDescription[] =
1073 "Annotates web forms with Autofill signatures as HTML attributes.";
1074
1075const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
1076const char kShowAutofillTypePredictionsDescription[] =
1077 "Annotates web forms with Autofill field type predictions as placeholder "
1078 "text.";
1079
1080const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
1081const char kShowOverdrawFeedbackDescription[] =
1082 "Visualize overdraw by color-coding elements based on if they have other "
1083 "elements drawn underneath.";
1084
1085const char kShowSavedCopyName[] = "Show Saved Copy Button";
1086const char kShowSavedCopyDescription[] =
1087 "When a page fails to load, if a stale copy of the page exists in the "
1088 "browser cache, a button will be presented to allow the user to load that "
1089 "stale copy. The primary enabling choice puts the button in the most "
1090 "salient position on the error page; the secondary enabling choice puts it "
1091 "secondary to the reload button.";
1092const char kEnableShowSavedCopyPrimary[] = "Enable: Primary";
1093const char kEnableShowSavedCopySecondary[] = "Enable: Secondary";
1094const char kDisableShowSavedCopy[] = "Disable";
1095
1096const char kShowTouchHudName[] = "Show HUD for touch points";
1097const char kShowTouchHudDescription[] =
1098 "Enables a heads-up display at the top-left corner of the screen that "
1099 "lists information about the touch-points on the screen.";
1100
1101const char kSilentDebuggerExtensionApiName[] = "Silent Debugging";
1102const char kSilentDebuggerExtensionApiDescription[] =
1103 "Do not show the infobar when an extension attaches to a page via "
1104 "chrome.debugger API. This is required to debug extension background "
1105 "pages.";
1106
1107const char kSimpleCacheBackendName[] = "Simple Cache for HTTP";
1108const char kSimpleCacheBackendDescription[] =
1109 "The Simple Cache for HTTP is a new cache. It relies on the filesystem for "
1110 "disk space allocation.";
1111
1112const char kSimplifiedFullscreenUiName[] =
1113 "Simplified full screen / mouse lock UI.";
1114const char kSimplifiedFullscreenUiDescription[] =
1115 "A simplified new user experience when entering page-triggered full screen "
1116 "or mouse pointer lock states.";
1117
1118const char kSingleClickAutofillName[] = "Single-click autofill";
1119const char kSingleClickAutofillDescription[] =
1120 "Make autofill suggestions on initial mouse click on a form element.";
1121
1122const char kSiteDetails[] = "Site Details";
1123const char kSiteDetailsDescription[] =
1124 "Adds UI in MD Settings to view all content settings for a specific "
1125 "origin.";
1126
1127const char kSitePerProcessName[] = "Strict site isolation";
1128const char kSitePerProcessDescription[] =
1129 "Highly experimental security mode that ensures each renderer process "
1130 "contains pages from at most one site. In this mode, out-of-process "
1131 "iframes will be used whenever an iframe is cross-site.";
1132
1133const char kSiteSettings[] = "Site settings with All sites and Site details";
1134const char kSiteSettingsDescription[] =
1135 "Adds new ways of viewing Site settings.";
1136
1137const char kSlimmingPaintInvalidationName[] = "Slimming paint invalidation.";
1138const char kSlimmingPaintInvalidationDescription[] =
1139 "Whether to enable a new paint invalidation system.";
1140
1141const char kSmoothScrollingName[] = "Smooth Scrolling";
1142const char kSmoothScrollingDescription[] =
1143 "Animate smoothly when scrolling page content.";
1144
1145const char kSoftwareRasterizerName[] = "3D software rasterizer";
1146const char kSoftwareRasterizerDescription[] =
1147 "Fall back to a 3D software rasterizer when the GPU cannot be used.";
1148
1149const char kSpeculativePrefetchName[] = "Speculative Prefetch";
vabr0215a8e2017-03-28 12:47:341150const char kSpeculativePrefetchDescription[] =
1151 R"*("Speculative Prefetch" fetches likely resources early to improve )*"
1152 R"*(load times, based on a local database (see chrome://predictors). )*"
1153 R"*("Learning" means that only the database construction is enabled, )*"
1154 R"*("Prefetching" that learning and prefetching are enabled.)*";
1155
Justin Donnelly4e448cb2017-07-07 21:32:131156const char kSpeculativeServiceWorkerStartOnQueryInputName[] =
1157 "Enable speculative start of a service worker when a search is predicted.";
Justin Donnelly4e448cb2017-07-07 21:32:131158const char kSpeculativeServiceWorkerStartOnQueryInputDescription[] =
1159 "If enabled, when the user enters text in the omnibox that looks like a "
1160 "a query, any service worker associated with the search engine the query "
1161 "will be sent to is started early.";
1162
Brett Wilsonecb80982017-07-12 20:34:511163const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial";
1164const char kSpellingFeedbackFieldTrialDescription[] =
1165 "Enable the field trial for sending user feedback to spelling service.";
horo201d49492017-05-19 05:31:401166
Brett Wilsonecb80982017-07-12 20:34:511167const char kSuggestionsWithSubStringMatchName[] =
1168 "Substring matching for Autofill suggestions";
1169const char kSuggestionsWithSubStringMatchDescription[] =
1170 "Match Autofill suggestions based on substrings (token prefixes) rather "
1171 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:341172
Brett Wilsonecb80982017-07-12 20:34:511173const char kSupervisedUserManagedBookmarksFolderName[] =
1174 "Managed bookmarks for supervised users";
1175const char kSupervisedUserManagedBookmarksFolderDescription[] =
1176 "Enable the managed bookmarks folder for supervised users.";
vabr0215a8e2017-03-28 12:47:341177
Brett Wilsonecb80982017-07-12 20:34:511178const char kSyncAppListName[] = "App Launcher sync";
1179const char kSyncAppListDescription[] =
1180 "Enable App Launcher sync. This also enables Folders where available (non "
1181 "OSX).";
vabr0215a8e2017-03-28 12:47:341182
Brett Wilsonecb80982017-07-12 20:34:511183const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
1184const char kSyncSandboxDescription[] =
1185 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:341186
Brett Wilsonecb80982017-07-12 20:34:511187const char kTabAudioMutingName[] = "Tab audio muting UI control";
1188const char kTabAudioMutingDescription[] =
1189 "When enabled, the audio indicators in the tab strip double as tab audio "
1190 "mute controls. This also adds commands in the tab context menu for "
1191 "quickly muting multiple selected tabs.";
vabr0215a8e2017-03-28 12:47:341192
Brett Wilsonecb80982017-07-12 20:34:511193const char kTcpFastOpenName[] = "TCP Fast Open";
1194const char kTcpFastOpenDescription[] =
1195 "Enable the option to send extra authentication information in the initial "
1196 "SYN packet for a previously connected client, allowing faster data send "
1197 "start.";
vabr0215a8e2017-03-28 12:47:341198
Brett Wilsonecb80982017-07-12 20:34:511199const char kTopChromeMd[] = "UI Layout for the browser's top chrome";
1200const char kTopChromeMdDescription[] =
1201 R"*(Toggles between normal and touch (formerly "hybrid") layouts.)*";
1202const char kTopChromeMdMaterial[] = "Normal";
1203const char kTopChromeMdMaterialHybrid[] = "Touch";
vabr0215a8e2017-03-28 12:47:341204
Brett Wilsonecb80982017-07-12 20:34:511205const char kThreadedScrollingName[] = "Threaded scrolling";
1206const char kThreadedScrollingDescription[] =
1207 "Threaded handling of scroll-related input events. Disabling this will "
1208 "force all such scroll events to be handled on the main thread. Note that "
1209 "this can dramatically hurt scrolling performance of most websites and is "
1210 "intended for testing purposes only.";
1211
Steven Valdez4584b2482017-07-14 01:11:571212const char kTLS13VariantName[] = "TLS 1.3";
1213const char kTLS13VariantDescription[] = "Sets the TLS 1.3 variant used.";
1214const char kTLS13VariantDisabled[] = "Disabled";
1215const char kTLS13VariantDraft[] = "Enabled (Draft)";
1216const char kTLS13VariantExperiment[] = "Enabled (Experiment)";
Steven Valdez2d7b4e82017-07-17 22:22:091217const char kTLS13VariantRecordTypeExperiment[] =
1218 "Enabled (Record Type Experiment)";
Steven Valdez2ee1c4a22017-07-19 20:39:311219const char kTLS13VariantNoSessionIDExperiment[] =
1220 "Enabled (No Session ID Experiment)";
Steven Valdez4584b2482017-07-14 01:11:571221
Brett Wilsonecb80982017-07-12 20:34:511222const char kTopDocumentIsolationName[] = "Top document isolation";
1223const char kTopDocumentIsolationDescription[] =
1224 "Highly experimental performance mode where cross-site iframes are kept in "
1225 "a separate process from the top document. In this mode, iframes from "
1226 "different third-party sites will be allowed to share a process.";
1227
1228const char kTouchAdjustmentName[] = "Touch adjustment";
1229const char kTouchAdjustmentDescription[] =
1230 "Refine the position of a touch gesture in order to compensate for touches "
1231 "having poor resolution compared to a mouse.";
1232
1233const char kTouchDragDropName[] = "Touch initiated drag and drop";
1234const char kTouchDragDropDescription[] =
1235 "Touch drag and drop can be initiated through long press on a draggable "
1236 "element.";
1237
1238const char kTouchEventsName[] = "Touch Events API";
1239const char kTouchEventsDescription[] =
1240 "Force Touch Events API feature detection to always be enabled or "
1241 "disabled, or to be enabled when a touchscreen is detected on startup "
1242 "(Automatic, the default).";
1243
1244const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
1245const char kTouchSelectionStrategyDescription[] =
1246 "Controls how text selection granularity changes when touch text selection "
1247 "handles are dragged. Non-default behavior is experimental.";
1248const char kTouchSelectionStrategyCharacter[] = "Character";
1249const char kTouchSelectionStrategyDirection[] = "Direction";
1250
1251const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
1252const char kTraceUploadUrlDescription[] =
1253 "This is to be used in conjunction with the enable-navigation-tracing "
1254 "flag. Please select the label that best describes the recorded traces. "
1255 "This will choose the destination the traces are uploaded to. If you are "
1256 "not sure, select other. If left empty, no traces will be uploaded.";
1257const char kTraceUploadUrlChoiceOther[] = "Other";
1258const char kTraceUploadUrlChoiceEmloading[] = "emloading";
1259const char kTraceUploadUrlChoiceQa[] = "QA";
1260const char kTraceUploadUrlChoiceTesting[] = "Testing";
1261
1262const char kTranslate2016q2UiName[] = "Translate 2016Q2 UI";
1263const char kTranslate2016q2UiDescription[] =
1264 "Improved triggering logic and look for Translate Bubble UI";
1265
1266const char kTranslateLanguageByUlpName[] = "Translate Language by ULP";
1267const char kTranslateLanguageByUlpDescription[] =
1268 "Improved translate target language and triggering logic by considering "
1269 "information from User Language Profile (ULP).";
1270
1271const char kTrySupportedChannelLayoutsName[] =
1272 "Causes audio output streams to check if channel layouts other than the "
1273 "default hardware layout are available.";
1274const char kTrySupportedChannelLayoutsDescription[] =
1275 "Causes audio output streams to check if channel layouts other than the "
1276 "default hardware layout are available. Turning this on will allow the OS "
1277 "to do stereo to surround expansion if supported. May expose third party "
1278 "driver bugs, use with caution.";
1279
1280const char kUiPartialSwapName[] = "Partial swap";
1281const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
1282
1283const char kUserConsentForExtensionScriptsName[] =
1284 "User consent for extension scripts";
1285const char kUserConsentForExtensionScriptsDescription[] =
1286 "Require user consent for an extension running a script on the page, if "
1287 "the extension requested permission to run on all urls.";
1288
1289const char kUseSuggestionsEvenIfFewFeatureName[] =
1290 "Disable minimum for server-side tile suggestions on NTP.";
1291const char kUseSuggestionsEvenIfFewFeatureDescription[] =
1292 "Request server-side suggestions even if there are only very few of them "
1293 "and use them for tiles on the New Tab Page.";
1294
1295const char kV8CacheOptionsName[] = "V8 caching mode.";
1296const char kV8CacheOptionsDescription[] =
1297 "Caching mode for the V8 JavaScript engine.";
1298const char kV8CacheOptionsParse[] = "Cache V8 parser data.";
1299const char kV8CacheOptionsCode[] = "Cache V8 compiler data.";
1300
1301const char kV8CacheStrategiesForCacheStorageName[] =
1302 "V8 caching strategy for CacheStorage.";
1303const char kV8CacheStrategiesForCacheStorageDescription[] =
1304 "Caching strategy of scripts in CacheStorage for the V8 JavaScript engine.";
1305const char kV8CacheStrategiesForCacheStorageNormal[] = "Normal";
1306const char kV8CacheStrategiesForCacheStorageAggressive[] = "Aggressive";
1307
1308const char kVibrateRequiresUserGestureName[] =
1309 "Requiring user gesture for the Vibration API";
1310const char kVibrateRequiresUserGestureDescription[] =
1311 "Block the Vibration API if no user gesture has been received on the frame "
1312 "or any embedded frame.";
1313
1314const char kVideoFullscreenOrientationLockName[] =
1315 "Lock screen orientation when playing a video fullscreen.";
1316const char kVideoFullscreenOrientationLockDescription[] =
1317 "Lock the screen orientation of the device to match video orientation when "
1318 "a video goes fullscreen. Only on phones.";
1319
1320const char kVideoRotateToFullscreenName[] =
1321 "Rotate-to-fullscreen gesture for videos.";
1322const char kVideoRotateToFullscreenDescription[] =
1323 "Enter/exit fullscreen when device is rotated to/from the orientation of "
1324 "the video. Only on phones.";
1325
1326const char kWalletServiceUseSandboxName[] =
1327 "Use Google Payments sandbox servers";
1328const char kWalletServiceUseSandboxDescription[] =
1329 "For developers: use the sandbox service for Google Payments API calls.";
1330
1331const char kWebgl2Name[] = "WebGL 2.0";
1332const char kWebgl2Description[] = "Allow web applications to access WebGL 2.0.";
1333
1334const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
1335const char kWebglDraftExtensionsDescription[] =
1336 "Enabling this option allows web applications to access the WebGL "
1337 "Extensions that are still in draft status.";
1338
1339const char kWebMidiName[] = "Web MIDI API";
1340const char kWebMidiDescription[] = "Enable Web MIDI API experimental support.";
1341
1342const char kWebPaymentsName[] = "Web Payments";
1343const char kWebPaymentsDescription[] =
1344 "Enable Web Payments API integration, a JavaScript API for merchants.";
1345
Mathieu Perreault51339b82017-07-20 17:06:051346const char kWebPaymentsModifiersName[] = "Enable web payment modifiers";
1347const char kWebPaymentsModifiersDescription[] =
1348 "If the website provides modifiers in the payment request, show the custom "
1349 "total for each payment instrument, update the shopping cart when "
1350 "instruments are switched, and send modified payment method specific data "
1351 "to the payment app.";
1352
Brett Wilsonecb80982017-07-12 20:34:511353const char kWebrtcEchoCanceller3Name[] = "WebRTC Echo Canceller 3.";
1354const char kWebrtcEchoCanceller3Description[] =
1355 "Experimental WebRTC echo canceller (AEC3).";
1356
1357const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
1358const char kWebrtcHwDecodingDescription[] =
1359 "Support in WebRTC for decoding video streams using platform hardware.";
1360
1361const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
1362const char kWebrtcHwEncodingDescription[] =
1363 "Support in WebRTC for encoding video streams using platform hardware.";
1364
1365const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding";
1366const char kWebrtcHwH264EncodingDescription[] =
1367 "Support in WebRTC for encoding h264 video streams using platform "
1368 "hardware.";
1369
1370const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding";
1371const char kWebrtcHwVP8EncodingDescription[] =
1372 "Support in WebRTC for encoding vp8 video streams using platform hardware.";
1373
1374const char kWebrtcSrtpAesGcmName[] =
1375 "Negotiation with GCM cipher suites for SRTP in WebRTC";
1376const char kWebrtcSrtpAesGcmDescription[] =
1377 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
1378
1379const char kWebrtcStunOriginName[] = "WebRTC Stun origin header";
1380const char kWebrtcStunOriginDescription[] =
1381 "When enabled, Stun messages generated by WebRTC will contain the Origin "
1382 "header.";
1383
1384const char kWebvrName[] = "WebVR";
1385const char kWebvrDescription[] =
1386 "Enabling this option allows web applications to access experimental "
1387 "Virtual Reality APIs.";
1388
1389const char kWifiCredentialSyncName[] = "WiFi credential sync";
1390const char kWifiCredentialSyncDescription[] =
1391 "Enables synchronizing WiFi network settings across devices. When enabled, "
1392 "the WiFi credential datatype is registered with Chrome Sync, and WiFi "
1393 "credentials are synchronized subject to user preferences. (See also, "
1394 "chrome://settings/syncSetup.)";
1395
1396const char kZeroCopyName[] = "Zero-copy rasterizer";
1397const char kZeroCopyDescription[] =
1398 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:341399
Brett Wilsonff596952017-07-14 01:06:551400// Android ---------------------------------------------------------------------
1401
1402#if defined(OS_ANDROID)
1403
1404const char kAiaFetchingName[] = "Intermediate Certificate Fetching";
1405const char kAiaFetchingDescription[] =
1406 "Enable intermediate certificate fetching when a server does not provide "
1407 "sufficient certificates to build a chain to a trusted root.";
1408
1409const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher";
1410const char kAccessibilityTabSwitcherDescription[] =
1411 "Enable the accessibility tab switcher for Android.";
1412
1413const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility";
1414const char kAndroidAutofillAccessibilityDescription[] =
1415 "Enable accessibility for autofill popup.";
1416
1417const char kAndroidPaymentAppsName[] = "Android payment apps";
1418const char kAndroidPaymentAppsDescription[] =
1419 "Enable third party Android apps to integrate as payment apps";
1420
Iulia Harasim0b5a4312017-07-21 16:20:501421const char kAndroidSigninPromosName[] = "Signin promos for Android.";
1422const char kAndroidSigninPromosDescription[] =
1423 "New signin promos for Android which will be displayed in content "
1424 "suggestions, Settings, Bookmarks and Recent Tabs.";
1425
Tatiana Gornak38ab3562017-07-28 11:04:181426const char kAndroidViewPasswordsName[] = "Copy and view passwords for Android";
1427const char kAndroidViewPasswordsDescription[] =
1428 "Enables copying and viewing passwords in settings.";
1429
Brett Wilsonff596952017-07-14 01:06:551430const char kAutofillAccessoryViewName[] =
1431 "Autofill suggestions as keyboard accessory view";
1432const char kAutofillAccessoryViewDescription[] =
1433 "Shows Autofill suggestions on top of the keyboard rather than in a "
1434 "dropdown.";
1435
1436const char kBackgroundLoaderForDownloadsName[] =
1437 "Enables background downloading of pages.";
1438const char kBackgroundLoaderForDownloadsDescription[] =
1439 "Enables downloading pages in the background in case page is not yet "
1440 "loaded in current tab.";
1441
1442const char kChromeHomeExpandButtonName[] = "Chrome Home Expand Button";
1443const char kChromeHomeExpandButtonDescription[] =
1444 "Enables the expand button for Chrome Home.";
1445
Michael van Ouwerkerk66e45322017-08-04 17:25:241446const char kChromeHomeModernLayoutName[] = "Modern layout for Chrome Home.";
1447const char kChromeHomeModernLayoutDescription[] =
1448 "Enables the modern layout for Chrome Home.";
1449
Brett Wilsonff596952017-07-14 01:06:551450const char kChromeHomeSwipeLogicName[] = "Chrome Home Swipe Logic";
1451const char kChromeHomeSwipeLogicDescription[] =
1452 "Various swipe logic options for Chrome Home for sheet expansion.";
1453const char kChromeHomeSwipeLogicRestrictArea[] = "Restrict swipable area";
1454const char kChromeHomeSwipeLogicButtonOnly[] = "Swipe on expand button";
1455
1456const char kChromeHomeName[] = "Chrome Home";
1457const char kChromeHomeDescription[] =
1458 "Enables Chrome Home on Android. You must restart the browser"
1459 " twice for changes to take effect.";
1460
1461const char kContentSuggestionsCategoryOrderName[] =
1462 "Default content suggestions category order (e.g. on NTP)";
1463const char kContentSuggestionsCategoryOrderDescription[] =
1464 "Set default order of content suggestion categories (e.g. on the NTP).";
1465
1466const char kContentSuggestionsCategoryRankerName[] =
1467 "Content suggestions category ranker (e.g. on NTP)";
1468const char kContentSuggestionsCategoryRankerDescription[] =
1469 "Set category ranker to order categories of content suggestions (e.g. on "
1470 "the NTP).";
1471
1472const char kContextualSearchContextualCardsBarIntegration[] =
1473 "Contextual Search - Contextual Cards Integration";
1474const char kContextualSearchContextualCardsBarIntegrationDescription[] =
1475 "Whether or not integration of Contextual Cards data in the Contextual "
1476 "Search Bar is enabled.";
1477
1478const char kContextualSearchSingleActionsName[] =
1479 "Contextual Search - Single Actions";
1480const char kContextualSearchSingleActionsDescription[] =
1481 "Whether or not single actions using Contextual Cards data in the "
1482 "Contextual Search Bar is enabled.";
1483
1484const char kContextualSearchUrlActionsName[] =
1485 "Contextual Search - URL Actions";
1486const char kContextualSearchUrlActionsDescription[] =
1487 "Whether or not URL actions using Contextual Cards data in the Contextual "
1488 "Search Bar is enabled.";
1489
1490const char kContextualSearchName[] = "Contextual Search";
1491const char kContextualSearchDescription[] =
1492 "Whether or not Contextual Search is enabled.";
1493
Dmitry Skiba9c3efa72017-07-20 22:01:141494const char kDontPrefetchLibrariesName[] = "Don't Prefetch Libraries";
1495const char kDontPrefetchLibrariesDescription[] =
1496 "Don't prefetch libraries after loading.";
1497
Brett Wilsonff596952017-07-14 01:06:551498const char kEnableAndroidPayIntegrationV1Name[] = "Enable Android Pay v1";
1499const char kEnableAndroidPayIntegrationV1Description[] =
1500 "Enable integration with Android Pay using the first version of the API";
1501
1502const char kEnableAndroidPayIntegrationV2Name[] = "Enable Android Pay v2";
1503const char kEnableAndroidPayIntegrationV2Description[] =
1504 "Enable integration with Android Pay using the second version of the API";
1505
1506const char kEnableAndroidSpellcheckerDescription[] =
1507 "Enables use of the Android spellchecker.";
1508const char kEnableAndroidSpellcheckerName[] = "Enable spell checking";
1509
1510const char kEnableConsistentOmniboxGeolocationName[] =
1511 "Have consistent omnibox geolocation access.";
1512const char kEnableConsistentOmniboxGeolocationDescription[] =
1513 "Have consistent geolocation access between the omnibox and default search "
1514 "engine.";
1515
1516const char kEnableContentSuggestionsNewFaviconServerName[] =
1517 "Get favicons for content suggestions from a new server.";
1518const char kEnableContentSuggestionsNewFaviconServerDescription[] =
1519 "If enabled, the content suggestions (on the NTP) will get favicons from a "
1520 "new favicon server.";
1521
1522const char kEnableContentSuggestionsLargeThumbnailName[] =
1523 "Large thumbnails layout for content suggestions cards.";
1524const char kEnableContentSuggestionsLargeThumbnailDescription[] =
1525 "If enabled, the content suggestions cards will use large thumbnails and "
1526 "some related adjustments.";
1527
1528const char kEnableContentSuggestionsVideoOverlayName[] =
1529 "Video icon overlay on thumbnails for content suggestions cards.";
1530const char kEnableContentSuggestionsVideoOverlayDescription[] =
1531 "If enabled, the content suggestions cards for suggestions with a video "
1532 "will show a video play icon overlay on the thumbnail.";
1533
1534const char kEnableContentSuggestionsSettingsName[] =
1535 "Show content suggestions settings.";
1536const char kEnableContentSuggestionsSettingsDescription[] =
1537 "If enabled, the content suggestions settings will be available from the "
1538 "main settings menu.";
1539
1540const char kEnableContentSuggestionsShowSummaryName[] =
1541 "Show content suggestions summaries.";
1542const char kEnableContentSuggestionsShowSummaryDescription[] =
1543 "If enabled, the content suggestions summaries will be shown.";
1544
1545const char kEnableCopylessPasteName[] = "App Indexing (Copyless Paste)";
1546const char kEnableCopylessPasteDescription[] =
1547 "Provide suggestions for text input, based on your recent context. For "
1548 "example, if you looked at a restaurant website and switched to the Maps "
1549 "app, the keyboard would offer the name of that restaurant as a suggestion "
1550 "to enter into the search bar. The data is indexed locally, and never sent "
1551 "to the server. It's disabled in incognito mode.";
1552
1553const char kEnableCustomContextMenuName[] = "Enable custom context menu";
1554const char kEnableCustomContextMenuDescription[] =
1555 "Enables a new context menu when a link, image, or video is pressed within "
1556 "Chrome.";
1557
1558const char kEnableCustomFeedbackUiName[] = "Enable Custom Feedback UI";
1559const char kEnableCustomFeedbackUiDescription[] =
1560 "Enables a custom feedback UI when submitting feedback through Google "
1561 "Feedback. Works with Google Play Services v10.2+";
1562
1563const char kEnableDataReductionProxyMainMenuName[] =
1564 "Enable Data Saver main menu footer";
1565const char kEnableDataReductionProxyMainMenuDescription[] =
1566 "Enables the Data Saver footer in the main menu";
1567
1568const char kEnableDataReductionProxySiteBreakdownName[] =
1569 "Data Saver Site Breakdown";
1570const char kEnableDataReductionProxySiteBreakdownDescription[] =
1571 "Enable the site breakdown on the Data Saver settings page.";
1572
1573const char kEnableOmniboxClipboardProviderName[] =
1574 "Omnibox clipboard URL suggestions";
1575const char kEnableOmniboxClipboardProviderDescription[] =
1576 "Provide a suggestion of the URL stored in the clipboard (if any) upon "
1577 "focus in the omnibox.";
1578
1579const char kEnableExpandedAutofillCreditCardPopupLayoutName[] =
1580 "Use expanded autofill credit card popup layout.";
1581const char kEnableExpandedAutofillCreditCardPopupLayoutDescription[] =
1582 "If enabled, displays autofill credit card popup using expanded layout.";
1583
1584const char kEnableFaviconsFromWebManifestName[] =
1585 "Load favicons from Web Manifests";
1586const char kEnableFaviconsFromWebManifestDescription[] =
1587 "Fetch Web Manifests on page load to read favicons from them.";
1588
1589const char kEnableNtpAssetDownloadSuggestionsName[] =
1590 "Show asset downloads on the New Tab page";
1591const char kEnableNtpAssetDownloadSuggestionsDescription[] =
1592 "If enabled, the list of content suggestions on the New Tab page will "
1593 "contain assets (e.g. books, pictures, audio) that the user downloaded for "
1594 "later use.";
1595
1596const char kEnableNtpBookmarkSuggestionsName[] =
1597 "Show recently visited bookmarks on the New Tab page";
1598const char kEnableNtpBookmarkSuggestionsDescription[] =
1599 "If enabled, the list of content suggestions on the New Tab page will "
1600 "contain recently visited bookmarks.";
1601
1602const char kEnableNtpForeignSessionsSuggestionsName[] =
1603 "Show recent foreign tabs on the New Tab page";
1604const char kEnableNtpForeignSessionsSuggestionsDescription[] =
1605 "If enabled, the list of content suggestions on the New Tab page will "
1606 "contain recent foreign tabs.";
1607
1608const char kEnableNtpMostLikelyFaviconsFromServerName[] =
1609 "Download favicons for NTP tiles from Google.";
1610const char kEnableNtpMostLikelyFaviconsFromServerDescription[] =
1611 "If enabled, missing favicons for NTP tiles get downloaded from Google. "
1612 "This only applies to tiles that originate from synced history.";
1613
Jan Krcal7fadbd32017-08-04 10:49:211614const char kNtpTilesLowerResolutionFaviconsName[] =
1615 "Show also lower resolution favicons in NTP tiles.";
1616const char kNtpTilesLowerResolutionFaviconsDescription[] =
1617 "If enabled, the size limit for a favicon to get displayed in an NTP tile "
1618 "decreases. Tiles where the largest available favicon is below this limit "
1619 "get displayed as colored tiles.";
1620
Brett Wilsonff596952017-07-14 01:06:551621const char kEnableNtpOfflinePageDownloadSuggestionsName[] =
1622 "Show offline page downloads on the New Tab page";
1623const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] =
1624 "If enabled, the list of content suggestions on the New Tab page will "
1625 "contain pages that the user downloaded for later use.";
1626
1627const char kEnableNtpRemoteSuggestionsName[] =
1628 "Show server-side suggestions on the New Tab page";
1629const char kEnableNtpRemoteSuggestionsDescription[] =
1630 "If enabled, the list of content suggestions on the New Tab page will "
1631 "contain server-side suggestions (e.g., Articles for you). Furthermore, it "
1632 "allows to override the source used to retrieve these server-side "
1633 "suggestions.";
1634
1635const char kEnableNtpSnippetsVisibilityName[] =
1636 "Make New Tab Page Snippets more visible.";
1637const char kEnableNtpSnippetsVisibilityDescription[] =
1638 "If enabled, the NTP snippets will become more discoverable with a larger "
1639 "portion of the first card above the fold.";
1640
1641const char kEnableNtpSuggestionsNotificationsName[] =
1642 "Notify about new content suggestions available at the New Tab page";
1643const char kEnableNtpSuggestionsNotificationsDescription[] =
1644 "If enabled, notifications will inform about new content suggestions on "
1645 "the New Tab page.";
1646
1647const char kEnablePhysicalWebName[] = "Enable the Physical Web.";
1648const char kEnablePhysicalWebDescription[] =
1649 "Enable scanning for URLs from Physical Web objects.";
1650
1651const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
1652const char kEnableOfflinePreviewsDescription[] =
1653 "Enable showing offline page previews on slow networks.";
1654
1655const char kEnableOskOverscrollName[] = "Enable OSK Overscroll";
1656const char kEnableOskOverscrollDescription[] =
1657 "Enable OSK overscroll support. With this flag on, the OSK will only "
1658 "resize the visual viewport.";
1659
1660const char kEnableSpecialLocaleName[] =
1661 "Enable custom logic for special locales.";
1662const char kEnableSpecialLocaleDescription[] =
1663 "Enable custom logic for special locales. In this mode, Chrome might "
1664 "behave differently in some locales.";
1665
1666const char kEnableWebapk[] = "Enable improved add to Home screen";
1667const char kEnableWebapkDescription[] =
1668 R"*(Packages "Progressive Web Apps" so that they can integrate more )*"
1669 R"*(deeply with Android. A Chrome server is used to package sites. In )*"
1670 R"*(Chrome Canary and Chrome Dev, this requires “Untrusted )*"
1671 R"*(sources” to be enabled in Android security settings.)*";
1672
1673const char kEnableWebNfcName[] = "WebNFC";
1674const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
1675
gogeraldf3cbb422017-07-26 14:37:121676const char kEnableWebPaymentsMethodSectionOrderV2Name[] =
1677 "Enable Web Payments method section order V2.";
1678const char kEnableWebPaymentsMethodSectionOrderV2Description[] =
1679 "Enable this option to display payment method section above address "
1680 "section instead of below it.";
1681
Brett Wilsonff596952017-07-14 01:06:551682const char kEnableWebPaymentsSingleAppUiSkipName[] =
1683 "Enable Web Payments single app UI skip";
1684const char kEnableWebPaymentsSingleAppUiSkipDescription[] =
1685 "Enable Web Payments to skip showing its UI if the developer specifies a "
1686 "single app.";
1687
1688const char kHerbPrototypeChoicesName[] = "Switch preferred flavor of Herb";
1689const char kHerbPrototypeChoicesDescription[] =
1690 "Switching this option changes which tab management prototype is being "
1691 "tested.";
1692const char kHerbPrototypeFlavorElderberry[] =
1693 "ELDERBERRY: All View Intents in CCT v2";
1694
1695const char kKeepPrefetchedContentSuggestionsName[] =
1696 "Keep prefetched content suggestions";
1697const char kKeepPrefetchedContentSuggestionsDescription[] =
1698 "If enabled, some of prefetched content suggestions are not replaced by "
1699 "the new fetched suggestions.";
1700
1701const char kLsdPermissionPromptName[] =
1702 "Location Settings Dialog Permission Prompt";
1703const char kLsdPermissionPromptDescription[] =
1704 "Whether to use the Google Play Services Location Settings Dialog "
1705 "permission dialog.";
1706
1707const char kMediaDocumentDownloadButtonName[] =
1708 "Download button when opening a page with media url.";
1709const char kMediaDocumentDownloadButtonDescription[] =
1710 "Allow a download button to show up when opening a page with media url.";
1711
1712const char kMediaScreenCaptureName[] = "Experimental ScreenCapture.";
1713const char kMediaScreenCaptureDescription[] =
1714 "Enable this option for experimental ScreenCapture feature on Android.";
1715
1716const char kModalPermissionPromptsName[] = "Modal Permission Prompts";
1717const char kModalPermissionPromptsDescription[] =
1718 "Whether to use permission dialogs in place of permission infobars.";
1719
1720const char kNewBackgroundLoaderName[] =
1721 "Use background loader instead of prerenderer to load pages.";
1722const char kNewBackgroundLoaderDescription[] =
1723 "Use background loader instead of prerenderer to asynchronously download "
1724 "pages.";
1725
1726const char kNewPhotoPickerName[] = "Enable new Photopicker";
1727const char kNewPhotoPickerDescription[] =
1728 "Activates the new picker for selecting photos.";
1729
1730const char kNoCreditCardAbort[] = "No Credit Card Abort";
1731const char kNoCreditCardAbortDescription[] =
1732 "Whether or not the No Credit Card Abort is enabled.";
1733
1734const char kNtpCondensedLayoutName[] = "Condensed NTP layout";
1735const char kNtpCondensedLayoutDescription[] =
1736 "Show a condensed layout on the New Tab Page.";
1737
1738const char kNtpCondensedTileLayoutName[] = "Condensed NTP tile layout";
1739const char kNtpCondensedTileLayoutDescription[] =
1740 "Show a condensed tile layout on the New Tab Page.";
1741
Nicolas Dossou-gbete56f37dc2017-08-10 16:14:041742const char kSiteExplorationUiName[] = "Site Exploration UI";
1743const char kSiteExplorationUiDescription[] =
1744 "Show site suggestions in the Exploration UI";
1745
Brett Wilsonff596952017-07-14 01:06:551746const char kNtpGoogleGInOmniboxName[] = "Google G in New Tab Page omnibox";
1747const char kNtpGoogleGInOmniboxDescription[] =
1748 "Show a Google G in the omnibox on the New Tab Page.";
1749
1750const char kNtpOfflinePagesName[] = "Enable NTP offline pages";
1751const char kNtpOfflinePagesDescription[] =
1752 "Enables badging of offline pages on the New Tab page. Only relevant if "
1753 "offline pages are enabled.";
1754
1755const char kNtpPopularSitesName[] = "Show popular sites on the New Tab page";
1756const char kNtpPopularSitesDescription[] =
1757 "Pre-populate the New Tab page with popular sites.";
1758
1759const char kNtpSwitchToExistingTabName[] =
1760 "Switch to an existing tab for New Tab Page suggestions.";
1761const char kNtpSwitchToExistingTabDescription[] =
1762 "When opening a suggested webpage from the New Tab Page, if a tab is "
1763 "already open for the suggestion, switch to that one instead of loading "
1764 "the suggestion in the new tab.";
1765const char kNtpSwitchToExistingTabMatchUrl[] = "Match by URL";
1766const char kNtpSwitchToExistingTabMatchHost[] = "Match by Hostname";
1767
1768const char kOfflineBookmarksName[] = "Enable offline bookmarks";
1769const char kOfflineBookmarksDescription[] =
1770 "Enable saving bookmarked pages for offline viewing.";
1771
1772const char kOfflinePagesAsyncDownloadName[] =
1773 R"*(Enables showing "DOWNLOAD WHEN ONLINE" button in error pages.)*";
1774const char kOfflinePagesAsyncDownloadDescription[] =
1775 R"*(Enables showing "DOWNLOAD WHEN ONLINE" button in error pages such )*"
1776 R"*(that the user can click on it to download the page later.)*";
1777
1778const char kOfflinePagesCtName[] = "Enable Offline Pages CT features.";
1779const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features.";
1780
1781const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features.";
1782const char kOfflinePagesCtV2Description[] =
1783 "V2 features include attributing pages to the app that initiated the "
1784 "custom tabs, and being able to query for pages by page attribution.";
1785
1786const char kOfflinePagesLoadSignalCollectingName[] =
1787 "Enables collecting load timing data for offline page snapshots.";
1788const char kOfflinePagesLoadSignalCollectingDescription[] =
1789 "Enables loading completeness data collection while writing an offline "
1790 "page. This data is collected in the snapshotted offline page to allow "
1791 "data analysis to improve deciding when to make the offline snapshot.";
1792
1793const char kOfflinePagesPrefetchingName[] =
1794 "Enables suggested offline pages to be prefetched.";
1795const char kOfflinePagesPrefetchingDescription[] =
1796 "Enables suggested offline pages to be prefetched, so useful content is "
1797 "available while offline.";
1798
Collin Baker17f92a52017-07-19 21:41:251799const char kOfflinePagesRenovationsName[] = "Enables offline page renovations.";
1800const char kOfflinePagesRenovationsDescription[] =
1801 "Enables offline page renovations which correct issues with dynamic "
1802 "content that occur when offlining pages that use JavaScript.";
1803
Brett Wilsonff596952017-07-14 01:06:551804const char kOfflinePagesSharingName[] = "Enables offline pages to be shared.";
1805const char kOfflinePagesSharingDescription[] =
1806 "Enables the saved offline pages to be shared via other applications.";
1807
1808const char kOfflinePagesSvelteConcurrentLoadingName[] =
1809 "Enables concurrent background loading on svelte.";
1810const char kOfflinePagesSvelteConcurrentLoadingDescription[] =
1811 "Enables concurrent background loading (or downloading) of pages on "
1812 "Android svelte (512MB RAM) devices. Otherwise, background loading will "
1813 "happen when the svelte device is idle.";
1814
1815const char kOffliningRecentPagesName[] =
1816 "Enable offlining of recently visited pages";
1817const char kOffliningRecentPagesDescription[] =
1818 "Enable storing recently visited pages locally for offline use. Requires "
1819 "Offline Pages to be enabled.";
1820
1821extern const char kPayWithGoogleV1Name[] = "Pay with Google v1";
1822extern const char kPayWithGoogleV1Description[] =
1823 "Enable Pay with Google integration into Web Payments with API version "
1824 "'1'.";
1825
1826const char kProgressBarAnimationName[] =
1827 "Android phone page loading progress bar animation";
1828const char kProgressBarAnimationDescription[] =
1829 "Configures Android phone page loading progress bar animation.";
1830const char kProgressBarAnimationLinear[] = "Linear";
1831const char kProgressBarAnimationSmooth[] = "Smooth";
1832const char kProgressBarAnimationSmoothIndeterminate[] = "Smooth indeterminate";
1833const char kProgressBarAnimationFastStart[] = "Fast start";
1834
1835const char kProgressBarCompletionName[] =
1836 "Android phone page load progress bar completion time.";
1837const char kProgressBarCompletionDescription[] =
1838 "Configures Android phone page loading progress bar completion time.";
1839const char kProgressBarCompletionLoadEvent[] =
1840 R"*(Top loading frame's onload event ("everything" is done in the )*"
1841 R"*(page, historical behavior).)*";
1842const char kProgressBarCompletionResourcesBeforeDcl[] =
1843 "Main frame's domContentLoaded and all resources loads started before "
1844 "domContentLoaded (iframes ignored).";
1845const char kProgressBarCompletionDomContentLoaded[] =
1846 "Main frame's domContentLoaded (iframes ignored).";
1847const char kProgressBarCompletionResourcesBeforeDclAndSameOriginIframes[] =
1848 "domContentLoaded and all resources loads started before domContentLoaded "
1849 "(main frame and same origin iframes).";
1850
1851const char kPullToRefreshEffectName[] = "The pull-to-refresh effect";
1852const char kPullToRefreshEffectDescription[] =
1853 "Page reloads triggered by vertically overscrolling content.";
1854
Piotr Swigon9f630b32017-07-26 09:42:491855const char kPwaPersistentNotificationName[] =
1856 "Persistent notification in standalone PWA";
1857const char kPwaPersistentNotificationDescription[] =
1858 "Enables a persistent Android notification for standalone PWAs";
1859
Brett Wilsonff596952017-07-14 01:06:551860const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
1861const char kReaderModeHeuristicsDescription[] =
1862 "Determines what pages the Reader Mode infobar is shown on.";
1863const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
1864const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
1865const char kReaderModeHeuristicsAllArticles[] = "All articles";
1866const char kReaderModeHeuristicsAlwaysOff[] = "Never";
1867const char kReaderModeHeuristicsAlwaysOn[] = "Always";
1868
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:181869const char kReaderModeInCCTName[] = "Reader Mode in CCT";
1870const char kReaderModeInCCTDescription[] =
1871 "Open Reader Mode in Chrome Custom Tabs.";
1872
Brett Wilsonff596952017-07-14 01:06:551873const char kServiceWorkerPaymentAppsName[] = "Service Worker payment apps";
1874const char kServiceWorkerPaymentAppsDescription[] =
1875 "Enable Service Worker applications to integrate as payment apps";
1876
1877const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
1878const char kSetMarketUrlForTestingDescription[] =
1879 "When enabled, sets the market URL for use in testing the update menu "
1880 "item.";
1881
1882const char kSpannableInlineAutocompleteName[] = "Spannable inline autocomplete";
1883const char kSpannableInlineAutocompleteDescription[] =
1884 "A new type of inline autocomplete for the omnibox that works with "
1885 "keyboards that compose text.";
1886
1887const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog.";
1888const char kTabsInCbdDescription[] =
1889 "Enables a basic and an advanced tab for the Clear Browsing Data dialog.";
1890
1891const char kTranslateCompactUIName[] = "New Translate Infobar";
1892const char kTranslateCompactUIDescription[] =
1893 "Enable the new Translate compact infobar UI.";
1894
1895const char kUpdateMenuBadgeName[] = "Force show update menu badge";
1896const char kUpdateMenuBadgeDescription[] =
1897 "When enabled, an update badge will be shown on the app menu button.";
1898
1899const char kUpdateMenuItemCustomSummaryDescription[] =
1900 "When this flag and the force show update menu item flag are enabled, a "
1901 "custom summary string will be displayed below the update menu item.";
1902const char kUpdateMenuItemCustomSummaryName[] =
1903 "Update menu item custom summary";
1904
1905const char kUpdateMenuItemName[] = "Force show update menu item";
1906const char kUpdateMenuItemDescription[] =
1907 R"*(When enabled, an "Update Chrome" item will be shown in the app )*"
1908 R"*(menu.)*";
1909
1910const char kUseAndroidMidiApiName[] = "Use Android Midi API";
1911const char kUseAndroidMidiApiDescription[] =
1912 "Use Android Midi API for WebMIDI (effective only with Android M+ "
1913 "devices).";
1914
1915const char kUseDdljsonApiName[] = "Use new ddljson API for Doodles";
1916const char kUseDdljsonApiDescription[] =
1917 "Enables the new ddljson API to fetch Doodles for the NTP.";
1918
Brett Wilsonff596952017-07-14 01:06:551919const char kXGEOVisibleNetworksName[] = "Enable XGEO Visible Networks";
1920const char kXGEOVisibleNetworksDescription[] =
1921 "If location permissions are granted, include visible networks in the XGEO "
1922 "Header for omnibox queries. This will only happen if location is not "
1923 "fresh or not available (for example, due to a cold start).";
1924
1925#endif // OS_ANDROID
1926
brettw5f9c1642017-05-14 17:12:481927#if !defined(DISABLE_NACL)
1928
vabr0215a8e2017-03-28 12:47:341929const char kNaclName[] = "Native Client";
vabr0215a8e2017-03-28 12:47:341930const char kNaclDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:191931 "Support Native Client for all web applications, even those that were not "
1932 "installed from the Chrome Web Store.";
vabr0215a8e2017-03-28 12:47:341933
vabr0215a8e2017-03-28 12:47:341934const char kNaclDebugName[] = "Native Client GDB-based debugging";
vabr0215a8e2017-03-28 12:47:341935const char kNaclDebugDescription[] =
1936 "Enable GDB debug stub. This will stop a Native Client application on "
1937 "startup and wait for nacl-gdb (from the NaCl SDK) to attach to it.";
1938
vabr0215a8e2017-03-28 12:47:341939const char kPnaclSubzeroName[] = "Force PNaCl Subzero";
vabr0215a8e2017-03-28 12:47:341940const char kPnaclSubzeroDescription[] =
1941 "Force the use of PNaCl's fast Subzero translator for all pexe files.";
1942
vabr0215a8e2017-03-28 12:47:341943const char kNaclDebugMaskName[] =
1944 "Restrict Native Client GDB-based debugging by pattern";
vabr0215a8e2017-03-28 12:47:341945const char kNaclDebugMaskDescription[] =
1946 "Restricts Native Client application GDB-based debugging by URL of "
Vitalii Iarko7df520142017-07-07 12:53:191947 "manifest file. Native Client GDB-based debugging must be enabled for this "
1948 "option to work.";
vabr0215a8e2017-03-28 12:47:341949const char kNaclDebugMaskChoiceDebugAll[] = "Debug everything.";
vabr0215a8e2017-03-28 12:47:341950const char kNaclDebugMaskChoiceExcludeUtilsPnacl[] =
1951 "Debug everything except secure shell and the PNaCl translator.";
vabr0215a8e2017-03-28 12:47:341952const char kNaclDebugMaskChoiceIncludeDebug[] =
1953 "Debug only if manifest URL ends with debug.nmf.";
1954
brettw5f9c1642017-05-14 17:12:481955#endif
1956
vabr0215a8e2017-03-28 12:47:341957#if defined(OS_WIN)
1958
1959const char kCloudPrintXpsName[] = "XPS in Google Cloud Print";
1960
1961const char kCloudPrintXpsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:191962 "XPS enables advanced options for classic printers connected to the Cloud "
1963 "Print with Chrome. Printers must be re-connected after changing this "
1964 "flag.";
vabr0215a8e2017-03-28 12:47:341965
1966#endif // defined(OS_WIN)
1967
vabr0215a8e2017-03-28 12:47:341968#if BUILDFLAG(ENABLE_WEBRTC)
1969
1970const char kWebrtcH264WithOpenh264FfmpegName[] =
1971 "WebRTC H.264 software video encoder/decoder";
1972
1973const char kWebrtcH264WithOpenh264FfmpegDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:191974 "When enabled, an H.264 software video encoder/decoder pair is included. "
1975 "If a hardware encoder/decoder is also available it may be used instead of "
1976 "this encoder/decoder.";
vabr0215a8e2017-03-28 12:47:341977
1978#endif // BUILDFLAG(ENABLE_WEBRTC)
1979
vabr0215a8e2017-03-28 12:47:341980#if defined(USE_ASH)
1981
brettw81668cf2017-05-15 22:57:341982const char kAshShelfColorName[] = "Shelf color in Chrome OS system UI";
vabr0215a8e2017-03-28 12:47:341983
1984const char kAshShelfColorDescription[] =
bruthigd8b95962017-03-31 19:38:341985 "Enables/disables the shelf color to be a derived from the wallpaper. The "
1986 "--ash-shelf-color-scheme flag defines how that color is derived.";
vabr0215a8e2017-03-28 12:47:341987
bruthigd8b95962017-03-31 19:38:341988const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI";
vabr0215a8e2017-03-28 12:47:341989
bruthigd8b95962017-03-31 19:38:341990const char kAshShelfColorSchemeDescription[] =
1991 "Specify how the color is derived from the wallpaper. This flag is only "
1992 "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted";
vabr0215a8e2017-03-28 12:47:341993
bruthigd8b95962017-03-31 19:38:341994const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant";
vabr0215a8e2017-03-28 12:47:341995
bruthigd8b95962017-03-31 19:38:341996const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant";
vabr0215a8e2017-03-28 12:47:341997
bruthigd8b95962017-03-31 19:38:341998const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant";
vabr0215a8e2017-03-28 12:47:341999
bruthigd8b95962017-03-31 19:38:342000const char kAshShelfColorSchemeLightMuted[] = "Light & Muted";
2001
2002const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted";
2003
2004const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted";
vabr0215a8e2017-03-28 12:47:342005
vabr0215a8e2017-03-28 12:47:342006const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode.";
2007
2008const char kAshEnableMirroredScreenDescription[] =
2009 "Enable the mirrored screen mode. This mode flips the screen image "
2010 "horizontally.";
2011
wutaob161bf22017-04-26 16:55:032012const char kAshDisableSmoothScreenRotationName[] =
2013 "Disable smooth rotation animations.";
wutao2c0ca182017-04-06 22:40:542014
wutaob161bf22017-04-26 16:55:032015const char kAshDisableSmoothScreenRotationDescription[] =
2016 "Disable smooth rotation animations.";
wutao2c0ca182017-04-06 22:40:542017
vabr0215a8e2017-03-28 12:47:342018const char kMaterialDesignInkDropAnimationFast[] = "Fast";
2019
2020const char kMaterialDesignInkDropAnimationSlow[] = "Slow";
2021
2022const char kMaterialDesignInkDropAnimationSpeedName[] =
2023 "Material Design Ink Drop Animation Speed";
2024
2025const char kMaterialDesignInkDropAnimationSpeedDescription[] =
2026 "Sets the speed of the experimental visual feedback animations for "
2027 "material design.";
2028
2029const char kUiSlowAnimationsName[] = "Slow UI animations";
2030
2031const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
2032
reveman5be07ac82017-04-14 01:06:052033const char kUiShowCompositedLayerBordersName[] =
2034 "Show UI composited layer borders";
2035
2036const char kUiShowCompositedLayerBordersDescription[] =
2037 "Show border around composited layers created by UI.";
2038
2039const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
2040
2041const char kUiShowCompositedLayerBordersSurface[] = "Surface";
2042
2043const char kUiShowCompositedLayerBordersLayer[] = "Layer";
2044
2045const char kUiShowCompositedLayerBordersAll[] = "All";
2046
vabr0215a8e2017-03-28 12:47:342047#endif // defined(USE_ASH)
2048
vabr0215a8e2017-03-28 12:47:342049const char kForceGpuRasterization[] = "Force-enabled for all layers";
2050
vabr0215a8e2017-03-28 12:47:342051#if defined(OS_CHROMEOS)
2052
sky527bea52017-05-15 19:15:142053const char kUseMusDescription[] = "Enable the Mojo UI service.";
vabr0215a8e2017-03-28 12:47:342054
sky527bea52017-05-15 19:15:142055const char kUseMusName[] = "Mus";
2056
2057const char kEnableMashDescription[] =
2058 "Mash (UI, Chrome and ash in separate services)";
2059
2060const char kEnableMusDescription[] =
2061 "Mus (UI in separate service, Chrome and ash in same service)";
vabr0215a8e2017-03-28 12:47:342062
2063const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click";
2064
2065const char kAllowTouchpadThreeFingerClickDescription[] =
2066 "Enables touchpad three-finger-click as middle button.";
2067
2068const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
2069
2070const char kAshEnableUnifiedDesktopDescription[] =
2071 "Enable unified desktop mode which allows a window to span multiple "
2072 "displays.";
2073
brettw5f9c1642017-05-14 17:12:482074const char kBootAnimationName[] = "Boot animation";
vabr0215a8e2017-03-28 12:47:342075
2076const char kBootAnimationDescription[] =
2077 "Wallpaper boot animation (except for OOBE case).";
2078
hansberryc147785f2017-05-02 23:36:272079const char kTetherName[] = "Instant Tethering";
2080
2081const char kTetherDescription[] =
2082 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
2083 "phone to share its Internet connection with this device.";
2084
alemate2cb0d752017-08-11 05:22:162085const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences.";
2086const char kEnablePerUserTimezoneDescription[] =
2087 "Chrome OS system timezone preference is stored and handled for each user "
2088 "individually.";
2089
vabr0215a8e2017-03-28 12:47:342090#endif // defined(OS_CHROMEOS)
2091
vabr0215a8e2017-03-28 12:47:342092#if defined(OS_CHROMEOS)
2093
2094const char kFirstRunUiTransitionsName[] =
2095 "Animated transitions in the first-run tutorial";
2096
2097const char kFirstRunUiTransitionsDescription[] =
2098 "Transitions during first-run tutorial are animated.";
2099
2100#endif // defined(OS_CHROMEOS)
2101
vabr0215a8e2017-03-28 12:47:342102#if defined(OS_MACOSX)
2103
2104const char kHostedAppsInWindowsName[] =
2105 "Allow hosted apps to be opened in windows";
2106
2107const char kHostedAppsInWindowsDescription[] =
2108 "Allows hosted apps to be opened in windows instead of being limited to "
2109 "tabs.";
2110
2111const char kTabDetachingInFullscreenName[] =
2112 "Allow tab detaching in fullscreen";
2113
2114const char kTabDetachingInFullscreenDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192115 "Allow tabs to detach from the tabstrip when in fullscreen mode on Mac.";
vabr0215a8e2017-03-28 12:47:342116
2117const char kFullscreenToolbarRevealName[] =
2118 "Enables the toolbar in fullscreen to reveal itself.";
2119
2120const char kFullscreenToolbarRevealDescription[] =
2121 "Reveal the toolbar in fullscreen for a short period when the tab strip "
2122 "has changed.";
2123
Luis Rabasabe8c6f82017-08-03 01:25:162124const char kContentFullscreenName[] = "Improved Content Fullscreen";
2125
2126const char kContentFullscreenDescription[] =
2127 "Fullscreen content window detaches from main browser window and goes to "
2128 "a new space without moving or changing the original browser window.";
2129
vabr0215a8e2017-03-28 12:47:342130const char kTabStripKeyboardFocusName[] = "Tab Strip Keyboard Focus";
2131
2132const char kTabStripKeyboardFocusDescription[] =
2133 "Enable keyboard focus for the tabs in the tab strip.";
2134
2135#endif // defined(OS_MACOSX)
2136
vabr0215a8e2017-03-28 12:47:342137#if defined(OS_MACOSX)
2138
2139const char kTranslateNewUxName[] = "New Translate UX";
2140
2141const char kTranslateNewUxDescription[] =
2142 "Enable the new Translate bubble UX is offered instead of the infobar.";
2143
2144#endif // defined(OS_MACOSX)
2145
vabr0215a8e2017-03-28 12:47:342146#if defined(OS_MACOSX)
2147
2148const char kAppInfoDialogName[] = "Toolkit-Views App Info Dialog.";
2149
2150const char kAppInfoDialogDescription[] =
2151 "Makes the Toolkit-Views based App Info dialog accessible from "
2152 "chrome://apps or chrome://extensions in place of the native extension "
2153 "permissions dialog, or the details link (which is a link to the Web "
2154 "Store).";
2155
kerrnel7e4f7a7f2017-06-28 21:28:282156const char kMacV2SandboxName[] = "Mac V2 Sandbox";
2157
2158const char kMacV2SandboxDescription[] =
2159 "Eliminates the unsandboxed warmup phase and sandboxes processes for their "
2160 "entire life cycle.";
2161
vabr0215a8e2017-03-28 12:47:342162const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows.";
2163
2164const char kMacViewsNativeAppWindowsDescription[] =
2165 "Controls whether to use Toolkit-Views based Chrome App windows.";
2166
2167const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager.";
2168
2169const char kMacViewsTaskManagerDescription[] =
2170 "Controls whether to use the Toolkit-Views based Task Manager.";
2171
2172const char kAppWindowCyclingName[] = "Custom Window Cycling for Chrome Apps.";
2173
2174const char kAppWindowCyclingDescription[] =
2175 "Changes the behavior of Cmd+` when a Chrome App becomes active. When "
2176 "enabled, Chrome Apps will not be cycled when Cmd+` is pressed from a "
Vitalii Iarko7df520142017-07-07 12:53:192177 "browser window, and browser windows will not be cycled when a Chrome App "
2178 "is active.";
vabr0215a8e2017-03-28 12:47:342179
2180#endif // defined(OS_MACOSX)
2181
2182#if defined(OS_CHROMEOS)
2183
2184const char kAcceleratedMjpegDecodeName[] =
2185 "Hardware-accelerated mjpeg decode for captured frame";
2186
2187const char kAcceleratedMjpegDecodeDescription[] =
2188 "Enable hardware-accelerated mjpeg decode for captured frame where "
2189 "available.";
2190
2191#endif // defined(OS_CHROMEOS)
2192
vabr0215a8e2017-03-28 12:47:342193#if defined(OS_WIN)
2194
2195const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown.";
2196
2197const char kEnableAppcontainerDescription[] =
2198 "Enables the use of an AppContainer on sandboxed processes to improve "
2199 "security.";
2200
2201#endif // defined(OS_WIN)
2202
thestig0c55ee32017-06-20 22:17:512203#if defined(TOOLKIT_VIEWS) || defined(OS_MACOSX)
elawrenced9978fc2017-05-02 02:45:192204
2205const char kShowCertLinkOnPageInfoName[] = "Show certificate link";
2206
2207const char kShowCertLinkOnPageInfoDescription[] =
2208 "Add a link from the Page Info bubble to the certificate viewer for HTTPS "
2209 "sites.";
2210
thestig0c55ee32017-06-20 22:17:512211#endif // defined(TOOLKIT_VIEWS) || defined(OS_MACOSX)
elawrenced9978fc2017-05-02 02:45:192212
vabr0215a8e2017-03-28 12:47:342213#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
2214
2215const char kAutofillCreditCardUploadName[] =
2216 "Enable offering upload of Autofilled credit cards";
2217
2218const char kAutofillCreditCardUploadDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192219 "Enables a new option to upload credit cards to Google Payments for sync "
2220 "to all Chrome devices.";
vabr0215a8e2017-03-28 12:47:342221
2222#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
2223
vabr0215a8e2017-03-28 12:47:342224#if defined(OS_WIN) || defined(OS_LINUX)
2225
2226const char kEnableInputImeApiName[] = "Enable Input IME API";
2227
2228const char kEnableInputImeApiDescription[] =
2229 "Enable the use of chrome.input.ime API.";
2230
2231#endif // defined(OS_WIN) || defined(OS_LINUX)
2232
vabr0215a8e2017-03-28 12:47:342233#if defined(OS_CHROMEOS)
2234
vabr0215a8e2017-03-28 12:47:342235const char kVirtualKeyboardName[] = "Virtual Keyboard";
2236
2237const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support.";
2238
2239const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll";
2240
2241const char kVirtualKeyboardOverscrollDescription[] =
2242 "Enables virtual keyboard overscroll support.";
2243
2244const char kInputViewName[] = "Input views";
2245
2246const char kInputViewDescription[] =
2247 "Enable IME extensions to supply custom views for user input such as "
2248 "virtual keyboards.";
2249
2250const char kNewKoreanImeName[] = "New Korean IME";
2251
2252const char kNewKoreanImeDescription[] =
2253 "New Korean IME, which is based on Google Input Tools' HMM engine.";
2254
2255const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect";
2256
2257const char kPhysicalKeyboardAutocorrectDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192258 "Enable physical keyboard autocorrect for US keyboard, which can provide "
2259 "suggestions as typing on physical keyboard.";
vabr0215a8e2017-03-28 12:47:342260
2261const char kVoiceInputName[] = "Voice input on virtual keyboard";
2262
2263const char kVoiceInputDescription[] =
2264 "Enables voice input on virtual keyboard.";
2265
2266const char kExperimentalInputViewFeaturesName[] =
2267 "Experimental input view features";
2268
2269const char kExperimentalInputViewFeaturesDescription[] =
2270 "Enable experimental features for IME input views.";
2271
2272const char kFloatingVirtualKeyboardName[] = "Floating virtual keyboard.";
2273
2274const char kFloatingVirtualKeyboardDescription[] =
2275 "Enable/Disable floating virtual keyboard.";
2276
2277const char kGestureTypingName[] = "Gesture typing for the virtual keyboard.";
2278
2279const char kGestureTypingDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192280 "Enable/Disable gesture typing option in the settings page for the virtual "
2281 "keyboard.";
vabr0215a8e2017-03-28 12:47:342282
2283const char kGestureEditingName[] = "Gesture editing for the virtual keyboard.";
2284
2285const char kGestureEditingDescription[] =
2286 "Enable/Disable gesture editing option in the settings page for the "
2287 "virtual keyboard.";
2288
2289const char kCaptivePortalBypassProxyName[] =
2290 "Bypass proxy for Captive Portal Authorization";
2291
2292const char kCaptivePortalBypassProxyDescription[] =
2293 "If proxy is configured, it usually prevents from authorization on "
2294 "different captive portals. This enables opening captive portal "
Vitalii Iarko7df520142017-07-07 12:53:192295 "authorization dialog in a separate window, which ignores proxy settings.";
vabr0215a8e2017-03-28 12:47:342296
2297const char kTouchscreenCalibrationName[] =
Vitalii Iarko7df520142017-07-07 12:53:192298 "Enable/disable touchscreen calibration option in material design settings";
vabr0215a8e2017-03-28 12:47:342299
2300const char kTouchscreenCalibrationDescription[] =
2301 "If enabled, the user can calibrate the touch screen displays in "
Dan Beame8db8412017-07-28 00:33:522302 "chrome://settings/display.";
vabr0215a8e2017-03-28 12:47:342303
yamaguchid99a64b2017-05-12 15:33:492304const char kTeamDrivesName[] = "Enable Team Drives Integration";
2305const char kTeamDrivesDescription[] =
2306 "If enabled, files under Team Drives will appear in the Files app.";
2307
vabr0215a8e2017-03-28 12:47:342308#endif // defined(OS_CHROMEOS)
2309
vabr0215a8e2017-03-28 12:47:342310#if defined(OS_WIN) || defined(OS_MACOSX)
2311
2312// Tab discarding
2313
2314const char kAutomaticTabDiscardingName[] = "Automatic tab discarding";
2315
2316const char kAutomaticTabDiscardingDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192317 "If enabled, tabs get automatically discarded from memory when the system "
2318 "memory is low. Discarded tabs are still visible on the tab strip and get "
2319 "reloaded when clicked on. Info about discarded tabs can be found at "
2320 "chrome://discards.";
vabr0215a8e2017-03-28 12:47:342321
2322#endif // defined(OS_WIN) || defined(OS_MACOSX)
2323
vabr0215a8e2017-03-28 12:47:342324#if defined(OS_WIN)
2325
2326// Exporting tracing events to ETW
2327
2328const char kTraceExportEventsToEtwName[] =
2329 "Enable exporting of tracing events to ETW.";
2330
2331const char kTraceExportEventsToEtwDesription[] =
2332 "If enabled, trace events will be exported to the Event Tracing for "
2333 "Windows (ETW) and can then be captured by tools such as UIForETW or "
2334 "Xperf.";
2335
2336const char kMergeKeyCharEventsName[] =
Vitalii Iarko7df520142017-07-07 12:53:192337 "Enable or disable merging merging the key event (WM_KEY*) with char event "
2338 "(WM_CHAR).";
vabr0215a8e2017-03-28 12:47:342339
2340const char kMergeKeyCharEventsDescription[] =
etienneb9a4b5302017-06-08 06:28:462341 "If disabled, Chrome will handle WM_KEY* and WM_CHAR separately.";
vabr0215a8e2017-03-28 12:47:342342
2343const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
2344
2345const char kUseWinrtMidiApiDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192346 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
2347 "later).";
vabr0215a8e2017-03-28 12:47:342348
2349#endif // defined(OS_WIN)
2350
vabr0215a8e2017-03-28 12:47:342351#if defined(OS_CHROMEOS)
2352
vabr0215a8e2017-03-28 12:47:342353const char kEnableAndroidWallpapersAppName[] = "Android Wallpapers App";
2354
2355const char kEnableAndroidWallpapersAppDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192356 "Enables the Android Wallpapers App as the default Wallpaper App on Chrome "
2357 "OS.";
vabr0215a8e2017-03-28 12:47:342358
2359const char kEnableTouchSupportForScreenMagnifierName[] =
2360 "Touch support for screen magnifier";
2361
2362const char kEnableTouchSupportForScreenMagnifierDescription[] =
2363 "Enables touch support for screen magnifier";
2364
Tatsuhisa Yamaguchi281eabf32017-07-19 21:55:522365const char kFileManagerTouchModeName[] = "Files App. touch mode";
2366const char kFileManagerTouchModeDescription[] =
2367 "Touchscreen-specific interactions of the Files app.";
2368
Rouslan Solomakhinbed1af22017-06-09 18:40:572369const char kEnableZipArchiverOnFileManagerName[] = "ZIP archiver for Drive";
takise183b8cb42017-04-07 05:12:082370
2371const char kEnableZipArchiverOnFileManagerDescription[] =
2372 "Enable the ability to archive and unpack files on Drive in the Files app";
2373
xiaochu32e9672a2017-05-04 04:15:082374const char kCrOSComponentName[] = "Chrome OS Component";
2375
2376const char kCrOSComponentDescription[] =
xiaochu169aadd2017-06-15 22:32:512377 "Enable the use of componentized escpr CUPS filter.";
xiaochu32e9672a2017-05-04 04:15:082378
vabr0215a8e2017-03-28 12:47:342379#endif // defined(OS_CHROMEOS)
2380
vabr0215a8e2017-03-28 12:47:342381#if !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
2382
2383const char kGoogleBrandedContextMenuName[] =
2384 "Google branding in the context menu";
2385
2386const char kGoogleBrandedContextMenuDescription[] =
2387 "Shows a Google icon next to context menu items powered by Google "
2388 "services.";
2389
2390#endif // !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
2391
mthiesse700b0b62017-05-19 01:37:312392#if BUILDFLAG(ENABLE_VR)
Brett Wilsonecb80982017-07-12 20:34:512393#if defined(OS_ANDROID)
vabr0215a8e2017-03-28 12:47:342394
Brett Wilsonecb80982017-07-12 20:34:512395const char kEnableVrShellName[] = "Enable Chrome VR.";
vabr0215a8e2017-03-28 12:47:342396const char kEnableVrShellDescription[] =
2397 "Allow browsing with a VR headset if available for this device.";
2398
mthiesse700b0b62017-05-19 01:37:312399const char kVrCustomTabBrowsingName[] = "Enable Custom Tab browsing in VR.";
mthiesse700b0b62017-05-19 01:37:312400const char kVrCustomTabBrowsingDescription[] =
2401 "Allow browsing with a VR headset in a Custom Tab if available for this "
2402 "device.";
ymalike78a83b2017-05-19 20:42:312403
2404const char kWebVrAutopresentName[] = "Enable WebVr auto presentation";
ymalike78a83b2017-05-19 20:42:312405const char kWebVrAutopresentDescription[] =
2406 "Allows auto presentation of WebVr content from trusted first-party apps";
Brett Wilsonecb80982017-07-12 20:34:512407
Klaus Weidnera4cf0fd2017-08-08 20:16:372408const char kWebVrVsyncAlignName[] = "Enable WebVR VSync-aligned timing";
2409const char kWebVrVsyncAlignDescription[] =
2410 "Enabling this option aligns WebVR application rendering with VSync "
2411 "for smoother animations.";
2412
vabr0215a8e2017-03-28 12:47:342413#endif // defined(OS_ANDROID)
2414
Brett Wilsonecb80982017-07-12 20:34:512415const char kWebvrExperimentalRenderingName[] =
2416 "WebVR experimental rendering optimizations";
2417const char kWebvrExperimentalRenderingDescription[] =
2418 "Enabling this option activates experimental rendering path optimizations "
2419 "for WebVR.";
vabr0215a8e2017-03-28 12:47:342420
Brett Wilsonecb80982017-07-12 20:34:512421#endif // BUILDFLAG(ENABLE_VR)
vabr0215a8e2017-03-28 12:47:342422
vabr0215a8e2017-03-28 12:47:342423#if !defined(OS_ANDROID)
2424
mlamouriff56c092017-05-11 15:31:392425const char kEnableAudioFocusName[] = "Manage audio focus across tabs";
vabr0215a8e2017-03-28 12:47:342426
mlamouriff56c092017-05-11 15:31:392427const char kEnableAudioFocusDescription[] =
vabr0215a8e2017-03-28 12:47:342428 "Manage audio focus across tabs to improve the audio mixing.";
2429
mlamouriff56c092017-05-11 15:31:392430const char kEnableAudioFocusDisabled[] = "Disabled";
vabr0215a8e2017-03-28 12:47:342431
mlamouriff56c092017-05-11 15:31:392432const char kEnableAudioFocusEnabled[] = "Enabled";
vabr0215a8e2017-03-28 12:47:342433
mlamouriff56c092017-05-11 15:31:392434const char kEnableAudioFocusEnabledDuckFlash[] =
vabr0215a8e2017-03-28 12:47:342435 "Enabled (Flash lowers volume when interrupted by other sound, "
2436 "experimental)";
2437
2438#endif // !defined(OS_ANDROID)
2439
2440#if defined(OS_WIN)
2441
2442const char kGdiTextPrinting[] = "GDI Text Printing";
2443
2444const char kGdiTextPrintingDescription[] =
2445 "Use GDI to print text as simply text";
2446
2447#endif // defined(OS_WIN)
2448
vabr0215a8e2017-03-28 12:47:342449#if !defined(OS_MACOSX)
2450
2451const char kPermissionPromptPersistenceToggleName[] =
2452 "Persistence Toggle in Permission Prompts";
2453
2454const char kPermissionPromptPersistenceToggleDescription[] =
2455 "Whether to display a persistence toggle in permission prompts.";
2456
2457#endif // !defined(OS_MACOSX)
2458
vabr0215a8e2017-03-28 12:47:342459#if defined(OS_WIN)
2460
2461// Custom draw the Windows 10 titlebar. crbug.com/505013
2462
2463const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar";
2464
2465const char kWindows10CustomTitlebarDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192466 "If enabled, Chrome will draw the titlebar and caption buttons instead of "
2467 "deferring to Windows.";
vabr0215a8e2017-03-28 12:47:342468
2469#endif // defined(OS_WIN)
2470
2471#if defined(OS_WIN)
2472
rbpotter556837e42017-05-01 18:49:042473const char kDisablePostscriptPrinting[] = "Disable PostScript Printing";
vabr0215a8e2017-03-28 12:47:342474
rbpotter556837e42017-05-01 18:49:042475const char kDisablePostscriptPrintingDescription[] =
2476 "Disables PostScript generation when printing to PostScript capable "
2477 "printers, and uses EMF generation in its place.";
vabr0215a8e2017-03-28 12:47:342478
2479#endif // defined(OS_WIN)
2480
vabr0215a8e2017-03-28 12:47:342481// Desktop iOS promotion chrome://flags strings
2482
2483#if defined(OS_WIN)
2484
2485const char kEnableDesktopIosPromotionsName[] = "Desktop to iOS promotions.";
2486
2487const char kEnableDesktopIosPromotionsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192488 "Enable Desktop to iOS promotions, and allow users to see them if they are "
2489 "eligible.";
vabr0215a8e2017-03-28 12:47:342490
2491#endif // defined(OS_WIN)
2492
Michael Giuffridadc8030c2017-08-02 13:22:442493#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_WIN)
vabr0215a8e2017-03-28 12:47:342494
2495const char kOmniboxEntitySuggestionsName[] = "Omnibox entity suggestions";
vabr0215a8e2017-03-28 12:47:342496const char kOmniboxEntitySuggestionsDescription[] =
krbcc621412017-06-01 19:40:282497 "Enable receiving entity suggestions - disambiguation descriptions - for "
2498 "Omnibox suggestions.";
2499
2500const char kOmniboxTailSuggestionsName[] = "Omnibox tail suggestions";
2501const char kOmniboxTailSuggestionsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192502 "Enable receiving tail suggestions, a type of search suggestion based on "
2503 "the last few words in the query, for the Omnibox.";
vabr0215a8e2017-03-28 12:47:342504
ojan38c678352017-04-11 20:27:552505const char kPauseBackgroundTabsName[] = "Pause background tabs";
2506const char kPauseBackgroundTabsDescription[] =
2507 "Pause timers in background tabs after 5 minutes on desktop.";
2508
spqchan6f9127a2017-04-29 03:42:022509const char kEnableNewAppMenuIconName[] = "Enable the New App Menu Icon";
2510const char kEnableNewAppMenuIconDescription[] =
2511 "Use the new app menu icon with update notification animations.";
spqchan064a8112017-04-18 16:46:322512
Michael Giuffridadc8030c2017-08-02 13:22:442513#endif // defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_WIN)
vabr0215a8e2017-03-28 12:47:342514
2515#if defined(OS_CHROMEOS)
2516
2517const char kEnableChromevoxArcSupportName[] = "ChromeVox ARC support";
2518
2519const char kEnableChromevoxArcSupportDescription[] =
2520 "Enable ChromeVox screen reader features in ARC";
2521
2522#endif // defined(OS_CHROMEOS)
2523
vabr0215a8e2017-03-28 12:47:342524#if defined(OS_CHROMEOS)
2525
2526// File Manager
2527
2528const char kVideoPlayerChromecastSupportName[] =
2529 "Experimental Chromecast support for Video Player";
2530
2531const char kVideoPlayerChromecastSupportDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192532 "This option enables experimental Chromecast support for Video Player app "
2533 "on ChromeOS.";
vabr0215a8e2017-03-28 12:47:342534
2535const char kNewZipUnpackerName[] = "New ZIP unpacker";
2536
2537const char kNewZipUnpackerDescription[] =
2538 "New ZIP unpacker flow, based on the File System Provider API.";
2539
vabr0215a8e2017-03-28 12:47:342540const char kOfficeEditingComponentAppName[] =
2541 "Office Editing for Docs, Sheets & Slides";
2542
2543const char kOfficeEditingComponentAppDescription[] =
2544 "Office Editing for Docs, Sheets & Slides for testing purposes.";
2545
2546const char kDisplayColorCalibrationName[] = "Color calibration of the display";
2547
2548const char kDisplayColorCalibrationDescription[] =
2549 "Allow color calibration of the display if the display supports the "
2550 "feature.";
2551
newcomer403ac142017-07-05 18:26:302552const char kEnableFullscreenAppListName[] = "Enable The Peeking Launcher";
2553
2554const char kEnableFullscreenAppListDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192555 "The peeking launcher UI supports touch and provides more space for "
2556 "upcoming features.";
newcomer403ac142017-07-05 18:26:302557
Alex Newcomer43cb7f12017-07-28 17:37:392558extern const char kEnableBackgroundBlurName[] = "Enable background blur.";
2559extern const char kEnableBackgroundBlurDescription[] =
2560 "Enables background blur for the Peeking Launcher, Lock Screen, and Tab "
2561 "Switcher.";
2562
vabr0215a8e2017-03-28 12:47:342563const char kMemoryPressureThresholdName[] =
2564 "Memory discard strategy for advanced pressure handling";
2565
2566const char kMemoryPressureThresholdDescription[] =
2567 "Memory discarding strategy to use";
2568
2569const char kConservativeThresholds[] =
2570 "Conservative memory pressure release strategy";
2571
2572const char kAggressiveCacheDiscardThresholds[] =
2573 "Aggressive cache release strategy";
2574
2575const char kAggressiveTabDiscardThresholds[] =
2576 "Aggressive tab release strategy";
2577
2578const char kAggressiveThresholds[] =
2579 "Aggressive tab and cache release strategy";
2580
2581const char kWakeOnPacketsName[] = "Wake On Packets";
2582
2583const char kWakeOnPacketsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192584 "Enables waking the device based on the receipt of some network packets.";
vabr0215a8e2017-03-28 12:47:342585
brettw5f9c1642017-05-14 17:12:482586const char kQuickUnlockPinName[] = "Quick Unlock (PIN)";
vabr0215a8e2017-03-28 12:47:342587
2588const char kQuickUnlockPinDescription[] =
jdufault74476492017-04-20 01:20:002589 "Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS "
2590 "device on the lock screen after you have signed into your device.";
2591
2592const char kQuickUnlockPinSignin[] = "Enable PIN when logging in.";
2593
2594const char kQuickUnlockPinSigninDescription[] =
2595 "Enabling PIN allows you to use a PIN to sign in and unlock your ChromeOS "
2596 "device. After changing this flag PIN needs to be set up again.";
vabr0215a8e2017-03-28 12:47:342597
2598const char kQuickUnlockFingerprint[] = "Quick Unlock (Fingerprint)";
2599
2600const char kQuickUnlockFingerprintDescription[] =
2601 "Enabling fingerprint quick unlock allows you to setup and use a "
Vitalii Iarko7df520142017-07-07 12:53:192602 "fingerprint to unlock your Chromebook on the lock screen after you have "
2603 "signed into your device.";
vabr0215a8e2017-03-28 12:47:342604
2605const char kExperimentalAccessibilityFeaturesName[] =
2606 "Experimental accessibility features";
2607
2608const char kExperimentalAccessibilityFeaturesDescription[] =
2609 "Enable additional accessibility features in the Settings page.";
2610
2611const char kDisableSystemTimezoneAutomaticDetectionName[] =
2612 "SystemTimezoneAutomaticDetection policy support";
2613
2614const char kDisableSystemTimezoneAutomaticDetectionDescription[] =
2615 "Disable system timezone automatic detection device policy.";
2616
2617const char kEolNotificationName[] = "Disable Device End of Life notification.";
2618
2619const char kEolNotificationDescription[] =
2620 "Disable Notifcation when Device is End of Life.";
2621
2622// Stylus strings
2623
2624const char kForceEnableStylusToolsName[] = "Force enable stylus features";
2625
2626const char kForceEnableStylusToolsDescription[] =
2627 "Forces display of the stylus tools menu in the shelf and the stylus "
2628 "section in settings, even if there is no attached stylus device.";
2629
Toni Barzic0f3440a62017-07-19 20:19:312630const char kEnableLockScreenAppsName[] = "Enable lock screen note taking";
2631
2632const char kEnableLockScreenAppsDescription[] =
2633 "Enable new-note action handler apps on the lock screen. The user will be "
2634 "able to launch the preferred note-taking action from the lock screen, "
2635 "provided that the app supports lock screen note taking.";
2636
vabr0215a8e2017-03-28 12:47:342637// Network portal notification
2638
2639const char kNetworkPortalNotificationName[] =
2640 "Notifications about captive portals";
2641
2642const char kNetworkPortalNotificationDescription[] =
2643 "If enabled, notification is displayed when device is connected to a "
2644 "network behind captive portal.";
2645
stevenjbe1d457382017-05-24 22:37:242646const char kNetworkSettingsConfigName[] =
2647 "Settings based Network Configuration";
2648
2649const char kNetworkSettingsConfigDescription[] =
2650 "Enables the Settings based network configuration UI instead of the Views "
2651 "based configuration dialog.";
2652
vabr0215a8e2017-03-28 12:47:342653const char kMtpWriteSupportName[] = "MTP write support";
2654
2655const char kMtpWriteSupportDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192656 "MTP write support in File System API (and file manager). In-place editing "
2657 "operations are not supported.";
vabr0215a8e2017-03-28 12:47:342658
2659const char kCrosRegionsModeName[] = "Cros-regions load mode";
2660
2661const char kCrosRegionsModeDescription[] =
2662 "This flag controls cros-regions load mode";
2663
2664const char kCrosRegionsModeDefault[] = "Default";
2665
2666const char kCrosRegionsModeOverride[] = "Override VPD values.";
2667
2668const char kCrosRegionsModeHide[] = "Hide VPD values.";
2669
2670const char kPrinterProviderSearchAppName[] =
2671 "Chrome Web Store Gallery app for printer drivers";
2672
2673const char kPrinterProviderSearchAppDescription[] =
2674 "Enables Chrome Web Store Gallery app for printer drivers. The app "
Vitalii Iarko7df520142017-07-07 12:53:192675 "searches Chrome Web Store for extensions that support printing to a USB "
2676 "printer with specific USB ID.";
vabr0215a8e2017-03-28 12:47:342677
2678const char kArcBootCompleted[] = "Load Android apps automatically";
2679
2680const char kArcBootCompletedDescription[] =
2681 "Allow Android apps to start automatically after signing in.";
2682
2683const char kEnableImeMenuName[] = "Enable opt-in IME menu";
2684
2685const char kEnableImeMenuDescription[] =
2686 "Enable access to the new IME menu in the Language Settings page.";
2687
2688const char kEnableEhvInputName[] =
2689 "Emoji, handwriting and voice input on opt-in IME menu";
2690
2691const char kEnableEhvInputDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192692 "Enable access to emoji, handwriting and voice input form opt-in IME menu.";
vabr0215a8e2017-03-28 12:47:342693
fukino1b5ebe952017-04-07 05:35:302694const char kEnableEncryptionMigrationName[] =
2695 "Enable encryption migration of user data";
2696
2697const char kEnableEncryptionMigrationDescription[] =
2698 "If enabled and the device supports ARC, the user will be asked to update "
2699 "the encryption of user data when the user signs in.";
2700
Daniel Erat33054b22017-06-27 16:18:072701// Spurious power button detection
2702
2703const char kSpuriousPowerButtonWindowName[] = "Spurious power button window";
2704const char kSpuriousPowerButtonWindowDescription[] =
2705 "Number of recent accelerometer samples to examine to determine if a power "
2706 "button event was spurious.";
2707
2708const char kSpuriousPowerButtonAccelCountName[] =
2709 "Spurious power button acceleration count";
2710const char kSpuriousPowerButtonAccelCountDescription[] =
2711 "Number of recent acceleration samples that must meet or exceed exceed the "
2712 "threshold in order for a power button event to be considered spurious.";
2713
2714const char kSpuriousPowerButtonScreenAccelName[] =
2715 "Spurious power button screen acceleration threshold";
2716const char kSpuriousPowerButtonScreenAccelDescription[] =
2717 "Threshold (in m/s^2, disregarding gravity) that screen acceleration must "
2718 "meet or exceed for a power button event to be considered spurious.";
2719
2720const char kSpuriousPowerButtonKeyboardAccelName[] =
2721 "Spurious power button keyboard acceleration threshold";
2722const char kSpuriousPowerButtonKeyboardAccelDescription[] =
2723 "Threshold (in m/s^2, disregarding gravity) that keyboard acceleration "
2724 "must meet or exceed for a power button event to be considered spurious.";
2725
2726const char kSpuriousPowerButtonLidAngleChangeName[] =
2727 "Spurious power button lid angle change threshold";
2728const char kSpuriousPowerButtonLidAngleChangeDescription[] =
2729 "Change in lid angle (i.e. hinge between keyboard and screen) that must be "
2730 "met or exceeded for a power button event to be considered spurious.";
2731
vabr0215a8e2017-03-28 12:47:342732#endif // #if defined(OS_CHROMEOS)
2733
stanisc14bed0b132017-05-10 17:46:372734#if defined(OS_WIN)
2735
2736// Name and description of the flag that enables D3D v-sync.
2737const char kEnableD3DVsync[] = "D3D v-sync";
2738const char kEnableD3DVsyncDescription[] =
2739 "Produces v-sync signal by having D3D wait for vertical blanking interval "
2740 "to occur.";
2741
2742#endif // defined(OS_WIN)
2743
thestig0c55ee32017-06-20 22:17:512744#if !defined(OS_ANDROID)
treib273e9db2017-05-11 14:02:262745
msarda6d4b3dc2017-06-02 15:39:472746const char kAccountConsistencyName[] =
2747 "Identity consistency between browser and cookie jar";
2748
2749const char kAccountConsistencyDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192750 "When enabled, the browser manages signing in and out of Google accounts.";
msarda6d4b3dc2017-06-02 15:39:472751
2752const char kAccountConsistencyChoiceMirror[] = "Mirror";
2753const char kAccountConsistencyChoiceDice[] = "Dice";
2754
treib273e9db2017-05-11 14:02:262755const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP";
2756const char kUseGoogleLocalNtpDescription[] =
2757 "Use the local New Tab page if Google is the default search engine.";
2758
2759const char kOneGoogleBarOnLocalNtpName[] =
2760 "Enable the OneGoogleBar on the local NTP";
2761const char kOneGoogleBarOnLocalNtpDescription[] =
2762 "Show a OneGoogleBar on the local New Tab page if Google is the default "
2763 "search engine.";
2764
Ondrej Skopek8e8e431c2017-08-07 14:03:072765const char kVoiceSearchOnLocalNtpName[] =
2766 "Enable Voice Search on the local NTP";
2767const char kVoiceSearchOnLocalNtpDescription[] =
2768 "Show a microphone for voice search on the local New Tab page "
2769 "if Google is the default search engine.";
2770
thestig0c55ee32017-06-20 22:17:512771#endif // !defined(OS_ANDROID)
treib273e9db2017-05-11 14:02:262772
lgreyc0b638e52017-05-11 19:10:172773#if defined(OS_MACOSX)
2774extern const char kMacRTLName[] = "Enable RTL";
2775extern const char kMacRTLDescription[] =
2776 "Mirrors the UI for RTL language users";
spqchand24dbd52017-07-21 00:57:062777extern const char kMacTouchBarName[] = "Hardware Touch Bar";
elawrence408bddb2017-06-15 16:07:382778extern const char kMacTouchBarDescription[] =
spqchand24dbd52017-07-21 00:57:062779 "Control the use of the Touch Bar.";
2780extern const char kCreditCardAutofillTouchBarName[] =
2781 "Credit Card Autofill Touch Bar";
2782extern const char kCreditCardAutofillTouchBarDescription[] =
2783 "Shows Credit Card Autofill Suggestions on the Touch Bar.";
lgreyc0b638e52017-05-11 19:10:172784#endif
2785
yhanadac5bff5b2017-05-18 06:37:092786#if defined(OS_CHROMEOS)
2787
2788const char kDisableNewVirtualKeyboardBehaviorName[] =
2789 "New window behavior for the accessibility keyboard";
2790const char kDisableNewVirtualKeyboardBehaviorDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192791 "Disable new window behavior for the accessibility keyboard in non-sticky "
2792 "mode (do not change work area in non-sticky mode).";
yhanadac5bff5b2017-05-18 06:37:092793
bruthigeafb0c02017-06-09 13:11:532794const char kUiDevToolsName[] = "Enable native UI inspection";
2795const char kUiDevToolsDescription[] =
2796 "Enables inspection of native UI elements. For local inspection use "
2797 "chrome://inspect#other";
2798
Takashi Toyoshima14f64f562017-07-19 08:38:202799const char kUseCrosMidiServiceName[] = "Use Chrome OS MIDI Service";
2800const char kUseCrosMidiServiceNameDescription[] =
2801 "Use Chrome OS MIDI Service for Web MIDI and allow ARC to support Android "
2802 "MIDI.";
2803
orenb21da031c2017-06-30 21:24:202804const char kMultideviceName[] = "Enable multidevice features";
2805const char kMultideviceDescription[] =
2806 "Enables UI for controlling multidevice features.";
2807
yhanadac5bff5b2017-05-18 06:37:092808#endif // defined(OS_CHROMEOS)
2809
vabr0215a8e2017-03-28 12:47:342810} // namespace flag_descriptions