blob: 2b9c6e63268bdc032f07b697989e11b6aef73ab0 [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
Jared Saule4446d12017-08-15 20:01:13258const char kEnableAutofillCreditCardUploadGoogleLogoName[] =
259 "Show Google Logo for Autofill credit card upload";
260const char kEnableAutofillCreditCardUploadGoogleLogoDescription[] =
261 "If enabled, displays the Google logo in the save prompt when offering to "
262 "upload credit cards to Google Payments.";
263
jsaul19ef81c2017-08-09 18:53:40264const char kEnableAutofillCreditCardUploadNewUiName[] =
265 "Enable updated UI for Autofill credit card upload";
266const char kEnableAutofillCreditCardUploadNewUiDescription[] =
267 "If enabled, displays a new save card bubble/infobar design when offering "
268 "to upload credit cards to Google Payments.";
269
Vitalii Iarko4f9834ce2017-08-04 07:05:19270const char kEnableBreakingNewsPushName[] = "Breaking News Push";
271const char kEnableBreakingNewsPushDescription[] =
272 "Listen for breaking news content suggestions (e.g. for New Tab Page) "
273 "through Google Cloud Messaging.";
274
Brett Wilsonf27ff602017-07-07 22:28:47275const char kEnableBrotliName[] = "Brotli Content-Encoding.";
276const char kEnableBrotliDescription[] =
277 "Enable Brotli Content-Encoding support.";
278
279const char kEnableClearBrowsingDataCountersName[] =
280 "Enable Clear browsing data counters.";
281const char kEnableClearBrowsingDataCountersDescription[] =
282 "Shows data volume counters in the Clear browsing data dialog.";
283
sclittle50e4bb92017-07-08 02:23:03284const char kEnableClientLoFiName[] = "Client-side Lo-Fi previews";
285
286const char kEnableClientLoFiDescription[] =
287 "Enable showing low fidelity images on some pages on slow networks.";
288
Brett Wilsonf27ff602017-07-07 22:28:47289const char kEnableDataReductionProxyLitePageName[] =
290 "Lite pages for Data Saver Lo-Fi mode";
291const char kEnableDataReductionProxyLitePageDescription[] =
292 "Enable lite pages in Data Saver Lo-Fi mode. Previews of pages will be "
293 "shown instead of image placeholders when Lo-Fi is on. Data Saver and "
294 "Lo-Fi must be enabled for lite pages to be shown.";
295
296const char kDataReductionProxyServerAlternative[] =
297 "Use alternative server configuration";
298const char kEnableDataReductionProxyServerExperimentName[] =
299 "Use an alternative Data Saver back end configuration.";
300const char kEnableDataReductionProxyServerExperimentDescription[] =
301 "Enable a different approach to saving data by configuring the back end "
302 "server";
303
304const char kEnableDataReductionProxySavingsPromoName[] =
305 "Data Saver 1 MB Savings Promo";
306const char kEnableDataReductionProxySavingsPromoDescription[] =
307 "Enable a Data Saver promo for 1 MB of savings. If Data Saver has already "
308 "saved 1 MB of data, then the promo will not be shown. Data Saver must be "
309 "enabled for the promo to be shown.";
310
Giovanni Ortuño Urquidi45020e232017-07-12 06:10:17311const char kEnableDesktopPWAWindowingName[] =
312 "Windowing related features for desktop PWAs.";
313const char kEnableDesktopPWAWindowingDescription[] =
314 "Enable experimental windowing features for desktop PWAs.";
315
Brett Wilsonf27ff602017-07-07 22:28:47316const char kEnableEnumeratingAudioDevicesName[] =
317 "Experimentally enable enumerating audio devices.";
318const char kEnableEnumeratingAudioDevicesDescription[] =
319 "Experimentally enable the use of enumerating audio devices.";
320
321const char kEnableGenericSensorName[] = "Generic Sensor";
322const char kEnableGenericSensorDescription[] =
323 "Enable sensor APIs based on Generic Sensor API.";
324
Brett Wilsonf27ff602017-07-07 22:28:47325const char kEnableHDRName[] = "HDR mode";
326const char kEnableHDRDescription[] =
327 "Enables HDR support on compatible displays.";
328
329const char kEnableHeapProfilingName[] = "Heap profiling";
330const char kEnableHeapProfilingDescription[] = "Enables heap profiling.";
331const char kEnableHeapProfilingModePseudo[] = "Enabled (pseudo mode)";
332const char kEnableHeapProfilingModeNative[] = "Enabled (native mode)";
333const char kEnableHeapProfilingTaskProfiler[] = "Enabled (task mode)";
334
335const char kEnableHttpFormWarningName[] =
336 "Show in-form warnings for sensitive fields when the top-level page is not "
337 "not HTTPS";
338const char kEnableHttpFormWarningDescription[] =
339 "Attaches a warning UI to any password or credit card fields detected when "
340 "the top-level page is not HTTPS";
341
342const char kEnableIdleTimeSpellCheckingName[] =
343 "Enable idle time spell checker";
344const char kEnableIdleTimeSpellCheckingDescription[] =
345 "Make spell-checking code run only when the browser is idle, so that input "
346 "latency is reduced, especially when editing long articles, emails, etc.";
vabr0215a8e2017-03-28 12:47:34347
Tatiana Gornakafb40452017-07-31 13:50:04348const char kEnableManualFallbacksFillingName[] =
349 "Manual fallbacks for password manager forms filling";
350const char kEnableManualFallbacksFillingDescription[] =
351 "If enabled, then if user clicks on the password field on a form, popup "
352 "might contain generation fallbacks or 'Show all saved passwords' "
353 "fallback.";
354
vabr0215a8e2017-03-28 12:47:34355const char kEnableMaterialDesignBookmarksName[] =
356 "Enable Material Design bookmarks";
vabr0215a8e2017-03-28 12:47:34357const char kEnableMaterialDesignBookmarksDescription[] =
358 "If enabled, the chrome://bookmarks/ URL loads the Material Design "
359 "bookmarks page.";
360
vabr0215a8e2017-03-28 12:47:34361const char kEnableMaterialDesignExtensionsName[] =
362 "Enable Material Design extensions";
vabr0215a8e2017-03-28 12:47:34363const char kEnableMaterialDesignExtensionsDescription[] =
364 "If enabled, the chrome://extensions/ URL loads the Material Design "
365 "extensions page.";
366
vabr0215a8e2017-03-28 12:47:34367const char kEnableMaterialDesignFeedbackName[] =
368 "Enable Material Design feedback";
vabr0215a8e2017-03-28 12:47:34369const char kEnableMaterialDesignFeedbackDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:19370 "If enabled, reporting an issue will load the Material Design feedback UI.";
vabr0215a8e2017-03-28 12:47:34371
Brett Wilsonf27ff602017-07-07 22:28:47372const char kEnableMidiManagerDynamicInstantiationName[] =
373 "MIDIManager dynamic instantiation for Web MIDI.";
374const char kEnableMidiManagerDynamicInstantiationDescription[] =
375 "Enable MIDIManager dynamic instantiation for Web MIDI.";
376
377const char kEnableNavigationTracingName[] = "Enable navigation tracing";
378const char kEnableNavigationTracingDescription[] =
379 "This is to be used in conjunction with the trace-upload-url flag. "
380 "WARNING: When enabled, Chrome will record performance data for every "
381 "navigation and upload it to the URL specified by the trace-upload-url "
382 "flag. The trace may include personally identifiable information (PII) "
383 "such as the titles and URLs of websites you visit.";
384
385const char kEnableNetworkServiceName[] = "Enable network service";
386const char kEnableNetworkServiceDescription[] =
387 "Enables the network service, which makes network requests through a "
388 "separate service. Note: most features don't work with this yet.";
389
Ahmed Fakhry2fd8fc82017-07-28 16:31:12390const char kEnableNightLightName[] = "Enable Night Light";
391const char kEnableNightLightDescription[] =
392 "Enable the Night Light feature which controls the color temperature of "
393 "the screen.";
394
Yutaka Hirano98be3272017-08-07 17:55:39395const char kEnableOutOfBlinkCORSName[] = "Out of blink CORS";
396const char kEnableOutOfBlinkCORSDescription[] =
397 "CORS handling logic is moved out of blink.";
398
Brett Wilsonf27ff602017-07-07 22:28:47399const char kEnablePictureInPictureName[] = "Enable picture in picture.";
400const char kEnablePictureInPictureDescription[] =
401 "Enable the picture in picture feature for videos.";
402
403const char kEnableTokenBindingName[] = "Token Binding.";
404const char kEnableTokenBindingDescription[] = "Enable Token Binding support.";
405
Irmak Kavasoglu7e16af02017-07-19 09:52:47406const char kEnableUsernameCorrectionName[] = "Enable username correction";
407const char kEnableUsernameCorrectionDescription[] =
408 "While on the pending password state, add an edit button to the bubble so "
409 "that user can edit the username.";
410
Brett Wilsonf27ff602017-07-07 22:28:47411const char kEnableUseZoomForDsfName[] =
412 "Use Blink's zoom for device scale factor.";
413const char kEnableUseZoomForDsfDescription[] =
414 "If enabled, Blink uses its zooming mechanism to scale content for device "
415 "scale factor.";
416const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
417const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
418const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
419
420const char kEnableScrollAnchoringName[] = "Scroll Anchoring";
421const char kEnableScrollAnchoringDescription[] =
422 "Adjusts scroll position to prevent visible jumps when offscreen content "
423 "changes.";
424
425const char kEnableSharedArrayBufferName[] =
426 "Experimental enabled SharedArrayBuffer support in JavaScript.";
427const char kEnableSharedArrayBufferDescription[] =
428 "Enable SharedArrayBuffer support in JavaScript.";
429
430const char kEnableWasmName[] = "WebAssembly structured cloning support.";
431const char kEnableWasmDescription[] =
432 "Enable web pages to use WebAssembly structured cloning.";
433
434const char kEnableWebUsbName[] = "WebUSB";
435const char kEnableWebUsbDescription[] = "Enable WebUSB support.";
436
437const char kEnableImageCaptureAPIName[] = "Image Capture API";
438const char kEnableImageCaptureAPIDescription[] =
439 "Enables the Web Platform Image Capture API: takePhoto(), "
440 "getPhotoCapabilities(), etc.";
441
442const char kEnableZeroSuggestRedirectToChromeName[] =
443 "Experimental contextual omnibox suggestion";
444const char kEnableZeroSuggestRedirectToChromeDescription[] =
445 "Change omnibox contextual suggestions to an experimental source. Note "
446 "that this is not an on/off switch for contextual omnibox and it only "
447 "applies to suggestions provided before the user starts typing a URL or a "
448 "search query (i.e. zero suggest).";
449
450const char kEnableWasmStreamingName[] =
451 "WebAssembly streaming compile/instantiate support.";
452const char kEnableWasmStreamingDescription[] =
453 "WebAssembly.{compile|instantiate} taking a Response as parameter.";
454
455const char kEnableWebfontsInterventionName[] =
456 "New version of User Agent Intervention for WebFonts loading.";
457const char kEnableWebfontsInterventionDescription[] =
458 "Enable New version of User Agent Intervention for WebFonts loading.";
459const char kEnableWebfontsInterventionV2ChoiceDefault[] = "Default";
460const char kEnableWebfontsInterventionV2ChoiceEnabledWith2g[] = "Enabled: 2G";
461const char kEnableWebfontsInterventionV2ChoiceEnabledWith3g[] = "Enabled: 3G";
462const char kEnableWebfontsInterventionV2ChoiceEnabledWithSlow2g[] =
463 "Enabled: Slow 2G";
464const char kEnableWebfontsInterventionV2ChoiceDisabled[] = "Disabled";
465
466const char kEnableWebfontsInterventionTriggerName[] =
467 "Trigger User Agent Intervention for WebFonts loading always.";
468const char kEnableWebfontsInterventionTriggerDescription[] =
469 "Enable to trigger User Agent Intervention for WebFonts loading always. "
470 "This flag affects only when the intervention is enabled.";
471
472const char kEnableWebNotificationCustomLayoutsName[] =
473 "Enable custom layouts for Web Notifications.";
474const char kEnableWebNotificationCustomLayoutsDescription[] =
475 "Enable custom layouts for Web Notifications. They will have subtle layout "
476 "improvements that are otherwise not possible.";
477
478const char kExpensiveBackgroundTimerThrottlingName[] =
479 "Throttle expensive background timers";
480const char kExpensiveBackgroundTimerThrottlingDescription[] =
481 "Enables intervention to limit CPU usage of background timers to 1%.";
482
483const char kExperimentalAppBannersName[] = "Experimental app banners";
484const char kExperimentalAppBannersDescription[] =
485 "Enables a new experimental app banner flow and UI";
486
487const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features";
488const char kExperimentalCanvasFeaturesDescription[] =
489 "Enables the use of experimental canvas features which are still in "
490 "development.";
491
492const char kExperimentalExtensionApisName[] = "Experimental Extension APIs";
493const char kExperimentalExtensionApisDescription[] =
494 "Enables experimental extension APIs. Note that the extension gallery "
495 "doesn't allow you to upload extensions that use experimental APIs.";
496
497const char kExperimentalFullscreenExitUIName[] =
498 "Experimental fullscreen exit UI";
499const char kExperimentalFullscreenExitUIDescription[] =
500 "Displays experimental UI to allow mouse and touch input methods to exit "
501 "fullscreen mode.";
502
503const char kExperimentalHotwordHardwareName[] =
504 "Simulated hardware 'Ok Google' features";
505const char kExperimentalHotwordHardwareDescription[] =
506 "Enables an experimental version of 'Ok Google' hotword detection features "
507 "that have a hardware dependency.";
508
509const char kExperimentalKeyboardLockUiName[] = "Experimental keyboard lock UI.";
510const char kExperimentalKeyboardLockUiDescription[] =
511 "An experimental full screen with keyboard lock mode requiring users to "
512 "hold Esc to exit.";
513
514const char kExperimentalSecurityFeaturesName[] =
515 "Potentially annoying security features";
516const char kExperimentalSecurityFeaturesDescription[] =
517 "Enables several security features that will likely break one or more "
518 "pages that you visit on a daily basis. Strict mixed content checking, for "
519 "example. And locking powerful features to secure contexts. This flag will "
520 "probably annoy you.";
521
522const char kExperimentalWebPlatformFeaturesName[] =
523 "Experimental Web Platform features";
524const char kExperimentalWebPlatformFeaturesDescription[] =
525 "Enables experimental Web Platform features that are in development.";
526
527const char kExtensionContentVerificationName[] =
528 "Extension Content Verification";
529const char kExtensionContentVerificationDescription[] =
530 "This flag can be used to turn on verification that the contents of the "
531 "files on disk for extensions from the webstore match what they're "
532 "expected to be. This can be used to turn on this feature if it would not "
533 "otherwise have been turned on, but cannot be used to turn it off (because "
534 "this setting can be tampered with by malware).";
535const char kExtensionContentVerificationBootstrap[] =
536 "Bootstrap (get expected hashes, but do not enforce them)";
537const char kExtensionContentVerificationEnforce[] =
538 "Enforce (try to get hashes, and enforce them if successful)";
539const char kExtensionContentVerificationEnforceStrict[] =
540 "Enforce strict (hard fail if we can't get hashes)";
541
542const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
543const char kExtensionsOnChromeUrlsDescription[] =
544 "Enables running extensions on chrome:// URLs, where extensions explicitly "
545 "request this permission.";
galinapae72e152017-05-12 13:12:28546
Brett Wilsonecb80982017-07-12 20:34:51547const char kFastUnloadName[] = "Fast tab/window close";
548const char kFastUnloadDescription[] =
549 "Enables fast tab/window closing - runs a tab's onunload js handler "
550 "independently of the GUI.";
vabr0215a8e2017-03-28 12:47:34551
Brett Wilsonecb80982017-07-12 20:34:51552const char kFeaturePolicyName[] = "Feature Policy";
553const char kFeaturePolicyDescription[] =
554 "Enables granting and removing access to features through the "
555 "Feature-Policy HTTP header.";
vabr0215a8e2017-03-28 12:47:34556
Brett Wilsonecb80982017-07-12 20:34:51557const char kFetchKeepaliveTimeoutSettingName[] =
558 "Fetch API keepalive timeout setting";
559const char kFetchKeepaliveTimeoutSettingDescription[] =
560 "This is for setting the timeout value for Fetch API with keepalive option "
561 "and SendBeacon";
562
563const char kFontCacheScalingName[] = "FontCache scaling";
564const char kFontCacheScalingDescription[] =
565 "Reuse a cached font in the renderer to serve different sizes of font for "
566 "faster layout.";
567
568const char kForceEffectiveConnectionTypeName[] =
569 "Override effective connection type";
570const char kForceEffectiveConnectionTypeDescription[] =
571 "Overrides the effective connection type of the current connection "
572 "returned by the network quality estimator.";
573const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
574const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
575const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
576const char kEffectiveConnectionType2GDescription[] = "2G";
577const char kEffectiveConnectionType3GDescription[] = "3G";
578const char kEffectiveConnectionType4GDescription[] = "4G";
579
580const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
581const char kFillOnAccountSelectDescription[] =
582 "Filling of passwords when an account is explicitly selected by the user "
583 "rather than autofilling credentials on page load.";
584
585const char kForceTabletModeName[] = "Force Tablet Mode";
586const char kForceTabletModeDescription[] =
587 R"*(This flag can be used to force a certain mode on to a chromebook, )*"
588 R"*(despite its current orientation. "TouchView" means that the )*"
589 R"*(chromebook will act as if it were in touch view mode. "Clamshell" )*"
590 R"*(means that the chromebook will act as if it were in clamshell )*"
591 R"*(mode . "Auto" means that the chromebook will alternate between )*"
592 R"*(the two, based on its orientation.)*";
593const char kForceTabletModeTouchview[] = "TouchView";
594const char kForceTabletModeClamshell[] = "Clamshell";
595const char kForceTabletModeAuto[] = "Auto (default)";
596
597const char kForceTextDirectionName[] = "Force text direction";
598const char kForceTextDirectionDescription[] =
599 "Explicitly force the per-character directionality of UI text to "
600 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
601 "direction of the character language.";
602const char kForceDirectionLtr[] = "Left-to-right";
603const char kForceDirectionRtl[] = "Right-to-left";
604
605const char kForceUiDirectionName[] = "Force UI direction";
606const char kForceUiDirectionDescription[] =
607 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
608 "mode, overriding the default direction of the UI language.";
609
610const char kFramebustingName[] =
611 "Framebusting requires same-origin or a user gesture";
612const char kFramebustingDescription[] =
613 "Don't permit an iframe to navigate the top level browsing context unless "
614 "they are same-origin or the iframe is processing a user gesture.";
615
616const char kGamepadExtensionsName[] = "Gamepad Extensions";
617const char kGamepadExtensionsDescription[] =
618 "Enabling this option allows web applications to access experimental "
619 "extensions to the Gamepad APIs.";
620
sohan3f00ffc2017-07-14 22:28:08621const char kGlCompositedOverlayCandidateQuadBordersName[] =
622 "GL composited overlay candidate quad borders";
623const char kGlCompositedOverlayCandidateQuadBordersDescription[] =
Alex Newcomer43cb7f12017-07-28 17:37:39624 "Renders a border around GL composited overlay candidate quads to help "
625 "debug and study overlay support.";
Brett Wilsonecb80982017-07-12 20:34:51626
627const char kGpuRasterizationMsaaSampleCountName[] =
628 "GPU rasterization MSAA sample count.";
629const char kGpuRasterizationMsaaSampleCountDescription[] =
630 "Specify the number of MSAA samples for GPU rasterization.";
631const char kGpuRasterizationMsaaSampleCountZero[] = "0";
632const char kGpuRasterizationMsaaSampleCountTwo[] = "2";
633const char kGpuRasterizationMsaaSampleCountFour[] = "4";
634const char kGpuRasterizationMsaaSampleCountEight[] = "8";
635const char kGpuRasterizationMsaaSampleCountSixteen[] = "16";
636
637const char kGpuRasterizationName[] = "GPU rasterization";
638const char kGpuRasterizationDescription[] =
639 "Use GPU to rasterize web content. Requires impl-side painting.";
640
641const char kGoogleProfileInfoName[] = "Google profile name and icon";
642const char kGoogleProfileInfoDescription[] =
643 "Enables using Google information to populate the profile name and icon in "
644 "the avatar menu.";
645
646const char kHarfbuzzRendertextName[] = "HarfBuzz for UI text";
647const char kHarfbuzzRendertextDescription[] =
648 "Enable cross-platform HarfBuzz layout engine for UI text. Doesn't affect "
649 "web content.";
650
651const char kHistoryRequiresUserGestureName[] =
652 "New history entries require a user gesture.";
653const char kHistoryRequiresUserGestureDescription[] =
654 "Require a user gesture to add a history entry.";
655const char kHyperlinkAuditingName[] = "Hyperlink auditing";
656const char kHyperlinkAuditingDescription[] = "Sends hyperlink auditing pings.";
657
658const char kHostedAppQuitNotificationName[] =
659 "Quit notification for hosted apps";
660const char kHostedAppQuitNotificationDescription[] =
661 "Display a notification when quitting Chrome if hosted apps are currently "
662 "running.";
663
664const char kHostedAppShimCreationName[] =
665 "Creation of app shims for hosted apps on Mac";
666const char kHostedAppShimCreationDescription[] =
667 "Create app shims on Mac when creating a hosted app.";
668
669const char kIconNtpName[] = "Large icons on the New Tab page";
670const char kIconNtpDescription[] =
671 "Enable the experimental New Tab page using large icons.";
672
673const char kIgnoreGpuBlacklistName[] = "Override software rendering list";
674const char kIgnoreGpuBlacklistDescription[] =
675 "Overrides the built-in software rendering list and enables "
676 "GPU-acceleration on unsupported system configurations.";
677
678const char kImportantSitesInCbdName[] =
679 "Important sites options in clear browsing data dialog";
680const char kImportantSitesInCbdDescription[] =
681 "Include the option to whitelist important sites in the clear browsing "
682 "data dialog.";
683
684const char kInertVisualViewportName[] = "Inert visual viewport.";
685const char kInertVisualViewportDescription[] =
686 "Experiment to have all APIs reflect the layout viewport. This will make "
687 "window.scroll properties relative to the layout viewport.";
688
689const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
690const char kInProductHelpDemoModeChoiceDescription[] =
691 "Selects the In-Product Help demo mode.";
692
693const char kJavascriptHarmonyName[] = "Experimental JavaScript";
694const char kJavascriptHarmonyDescription[] =
695 "Enable web pages to use experimental JavaScript features.";
696
697const char kJavascriptHarmonyShippingName[] =
698 "Latest stable JavaScript features";
699const char kJavascriptHarmonyShippingDescription[] =
700 "Some web pages use legacy or non-standard JavaScript extensions that may "
701 "conflict with the latest JavaScript features. This flag allows disabling "
702 "support of those features for compatibility with such pages.";
703
704const char kLcdTextName[] = "LCD text antialiasing";
705const char kLcdTextDescription[] =
706 "If disabled, text is rendered with grayscale antialiasing instead of LCD "
707 "(subpixel) when doing accelerated compositing.";
708
709const char kLoadMediaRouterComponentExtensionName[] =
710 "Load Media Router Component Extension";
711const char kLoadMediaRouterComponentExtensionDescription[] =
712 "Loads the Media Router component extension at startup.";
713
714const char kManualPasswordGenerationName[] = "Manual password generation.";
715const char kManualPasswordGenerationDescription[] =
716 "Show a 'Generate Password' option on the context menu for all password "
717 "fields.";
718
719const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure";
720const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages";
721const char kMarkHttpAsDangerous[] = "Always mark HTTP as actively dangerous";
722const char kMarkHttpAsNonSecureAfterEditing[] =
723 "Warn on HTTP after editing forms";
724const char kMarkHttpAsNonSecureWhileIncognito[] =
725 "Warn on HTTP while in Incognito mode";
726const char kMarkHttpAsNonSecureWhileIncognitoOrEditing[] =
727 "Warn on HTTP while in Incognito mode or after editing forms";
728
729extern const char kMaterialDesignIncognitoNTPName[] =
730 "Material Design Incognito NTP.";
731extern const char kMaterialDesignIncognitoNTPDescription[] =
732 "If enabled, the Incognito New Tab page uses the new material design with "
733 "a better readable text.";
734
735const char kMediaRemotingName[] = "Media Remoting during Cast Tab Mirroring";
736const char kMediaRemotingDescription[] =
737 "When Casting a tab to a remote device, enabling this turns on an "
738 "optimization that forwards the content bitstream directly to the remote "
739 "device when a video is fullscreened.";
740
741const char kMemoryAblationName[] = "Memory ablation experiment";
742const char kMemoryAblationDescription[] =
743 "Allocates extra memory in the browser process.";
744
745const char kMemoryCoordinatorName[] = "Memory coordinator";
746const char kMemoryCoordinatorDescription[] =
747 "Enable memory coordinator instead of memory pressure listeners.";
748
749const char kMessageCenterNewStyleNotificationName[] = "New style notification";
750const char kMessageCenterNewStyleNotificationDescription[] =
751 "Enables the experiment style of material-design notification";
752
753const char kMessageCenterAlwaysScrollUpUponRemovalName[] =
754 "Experiments that message center always scroll up upon notification "
755 "removal";
756const char kMessageCenterAlwaysScrollUpUponRemovalDescription[] =
757 "Enables experiment that message center always scroll up when a "
758 "notification is removed.";
759
760const char kMhtmlGeneratorOptionName[] = "MHTML Generation Option";
761const char kMhtmlGeneratorOptionDescription[] =
762 "Provides experimental options for MHTML file generator.";
763const char kMhtmlSkipNostoreMain[] = "Skips no-store main frame.";
764const char kMhtmlSkipNostoreAll[] = "Skips all no-store resources.";
765
766const char kMojoLoadingName[] = "Use Mojo IPC for resource loading";
767const char kMojoLoadingDescription[] =
768 "Use Mojo IPC instead of traditional Chrome IPC for resource loading.";
769
Miguel Casas-Sanchez10769c82017-07-27 23:52:04770const char kMojoVideoEncodeAcceleratorName[] =
771 "Hardware-accelerated video encoder accessed using Mojo IPC";
772const char kMojoVideoEncodeAcceleratorDescription[] =
773 "Use new Mojo IPC to access hardware-accelerated video encoder, where "
774 "available.";
775
Brett Wilsonecb80982017-07-12 20:34:51776const char kModuleScriptsName[] = "Enable ECMAScript 6 modules";
777const char kModuleScriptsDescription[] =
778 "Enables ECMAScript 6 modules support in Blink.";
779
780const char kNewAudioRenderingMixingStrategyName[] =
781 "New audio rendering mixing strategy";
782const char kNewAudioRenderingMixingStrategyDescription[] =
783 "Use the new audio rendering mixing strategy.";
784
785const char kNewBookmarkAppsName[] = "The new bookmark app system";
786const char kNewBookmarkAppsDescription[] =
787 "Enables the new system for creating bookmark apps.";
788
789const char kNewOmniboxAnswerTypesName[] =
790 "New omnibox answers in suggest types";
791const char kNewOmniboxAnswerTypesDescription[] =
792 "Enables new types of answers in the omnibox suggest drop-down: currency "
793 "conversions, dictionary definitions, sports scores, translations, and "
794 "when is.";
795
796const char kNewRemotePlaybackPipelineName[] =
797 "Enable the new remote playback pipeline.";
798const char kNewRemotePlaybackPipelineDescription[] =
799 "Enable the new pipeline for playing media element remotely via "
800 "RemotePlayback API or native controls.";
801
802const char kNewUsbBackendName[] = "Enable new USB backend";
803const char kNewUsbBackendDescription[] =
804 "Enables the new experimental USB backend for Windows.";
vabr0215a8e2017-03-28 12:47:34805
brettw5f9c1642017-05-14 17:12:48806const char kNostatePrefetchName[] = "No-State Prefetch";
vabr0215a8e2017-03-28 12:47:34807const char kNostatePrefetchDescription[] =
808 R"*("No-State Prefetch" pre-downloads resources to improve load )*"
809 R"*(times. "Prerender" does a full pre-rendering of the page, to )*"
810 R"*(improve load times even more. "Simple Load" does nothing and is )*"
811 R"*(similar to disabling the feature, but collects more metrics for )*"
812 R"*(comparison purposes.)*";
813
Brett Wilsonecb80982017-07-12 20:34:51814const char kNotificationsNativeFlagName[] = "Enable native notifications.";
815const char kNotificationsNativeFlagDescription[] =
816 "Enable support for using the native notification toasts and notification "
817 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:34818
Brett Wilsonecb80982017-07-12 20:34:51819const char kNumRasterThreadsName[] = "Number of raster threads";
820const char kNumRasterThreadsDescription[] =
821 "Specify the number of raster threads.";
822const char kNumRasterThreadsOne[] = "1";
823const char kNumRasterThreadsTwo[] = "2";
824const char kNumRasterThreadsThree[] = "3";
825const char kNumRasterThreadsFour[] = "4";
826
827const char kOfferStoreUnmaskedWalletCardsName[] =
828 "Google Payments card saving checkbox";
829const char kOfferStoreUnmaskedWalletCardsDescription[] =
830 "Show the checkbox to offer local saving of a credit card downloaded from "
831 "the server.";
832
833const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode";
834const char kOfflineAutoReloadDescription[] =
835 "Pages that fail to load while the browser is offline will be "
836 "auto-reloaded when the browser is online again.";
837
838const char kOfflineAutoReloadVisibleOnlyName[] =
839 "Only Auto-Reload Visible Tabs";
840const char kOfflineAutoReloadVisibleOnlyDescription[] =
841 "Pages that fail to load while the browser is offline will only be "
842 "auto-reloaded if their tab is visible.";
843
844const char kOffMainThreadFetchName[] = "Off-main-thread fetch for Web Workers";
845const char kOffMainThreadFetchDescription[] =
846 "If enabled, the resource fetches from worker threads will not be blocked "
847 "by the busy main thread.";
848
849const char kOmniboxDisplayTitleForCurrentUrlName[] =
850 "Include title for the current URL in the omnibox";
851const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
852 "In the event that the omnibox provides suggestions on-focus, the URL of "
853 "the current page is provided as the first suggestion without a title. "
854 "Enabling this flag causes the title to be displayed.";
855
856const char kOmniboxUIElideSuggestionUrlAfterHostName[] =
857 "Omnibox UI Elide Suggestion URL After Host";
858const char kOmniboxUIElideSuggestionUrlAfterHostDescription[] =
859 "Elides the path, query, and ref of suggested URLs in the Omnibox "
860 "dropdown.";
861
Benoit Lizeab08362c2017-07-19 14:50:54862const char kOmniboxSpareRendererName[] =
863 "Start spare renderer on omnibox focus";
864const char kOmniboxSpareRendererDescription[] =
865 "When the omnibox is focused, start an empty spare renderer. This can "
866 "speed up the load of the navigation from the omnibox.";
867
Brett Wilsonecb80982017-07-12 20:34:51868const char kOmniboxUIHideSuggestionUrlSchemeName[] =
869 "Omnibox UI Hide Suggestion URL Scheme";
870const char kOmniboxUIHideSuggestionUrlSchemeDescription[] =
871 "Elides the schemes of suggested URLs in the Omnibox dropdown.";
872
873const char kOmniboxUIHideSuggestionUrlTrivialSubdomainsName[] =
874 "Omnibox UI Hide Suggestion URL Trivial Subdomains";
875const char kOmniboxUIHideSuggestionUrlTrivialSubdomainsDescription[] =
876 "Elides trivially informative subdomains from suggested URLs in the "
877 "Omnibox dropdown (e.g. www. and m.).";
878
879const char kOmniboxUIMaxAutocompleteMatchesName[] =
880 "Omnibox UI Max Autocomplete Matches";
881
882const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
883 "Changes the maximum number of autocomplete matches displayed in the "
884 "Omnibox UI.";
885
886const char kOmniboxUINarrowDropdownName[] = "Omnibox UI Narrow Dropdown";
887const char kOmniboxUINarrowDropdownDescription[] =
888 "Makes the suggestions dropdown width match the omnibox width.";
889
890const char kOmniboxUIVerticalLayoutName[] = "Omnibox UI Vertical Layout";
891const char kOmniboxUIVerticalLayoutDescription[] =
892 "Displays Omnibox sugestions in 2 lines - title over origin.";
893
894const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin";
895const char kOmniboxUIVerticalMarginDescription[] =
896 "Changes the vertical margin in the Omnibox UI.";
897
898const char kOriginTrialsName[] = "Origin Trials";
899const char kOriginTrialsDescription[] =
900 "Enables origin trials for controlling access to feature/API experiments.";
901
902const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
903const char kOverlayScrollbarsDescription[] =
904 "Enable the experimental overlay scrollbars implementation. You must also "
905 "enable threaded compositing to have the scrollbars animate.";
906
907const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
908const char kOverscrollHistoryNavigationDescription[] =
909 "Experimental history navigation in response to horizontal overscroll.";
910const char kOverscrollHistoryNavigationSimpleUi[] = "Simple";
911
912const char kOverscrollStartThresholdName[] = "Overscroll start threshold";
913const char kOverscrollStartThresholdDescription[] =
914 "Changes overscroll start threshold relative to the default value.";
915const char kOverscrollStartThreshold133Percent[] = "133%";
916const char kOverscrollStartThreshold166Percent[] = "166%";
917const char kOverscrollStartThreshold200Percent[] = "200%";
918
919const char kPassiveEventListenerDefaultName[] =
920 "Passive Event Listener Override";
921const char kPassiveEventListenerDefaultDescription[] =
922 "Forces touchstart, touchmove, mousewheel and wheel event listeners (which "
923 "haven't requested otherwise) to be treated as passive. This will break "
924 "touch/wheel behavior on some websites but is useful for demonstrating the "
925 "potential performance benefits of adopting passive event listeners.";
926const char kPassiveEventListenerTrue[] = "True (when unspecified)";
927const char kPassiveEventListenerForceAllTrue[] = "Force All True";
928
929const char kPassiveEventListenersDueToFlingName[] =
930 "Touch Event Listeners Passive Default During Fling";
931const char kPassiveEventListenersDueToFlingDescription[] =
932 "Forces touchstart, and first touchmove per scroll event listeners during "
933 "fling to be treated as passive.";
934
935const char kPassiveDocumentEventListenersName[] =
936 "Document Level Event Listeners Passive Default";
937const char kPassiveDocumentEventListenersDescription[] =
938 "Forces touchstart, and touchmove event listeners on document level "
939 "targets (which haven't requested otherwise) to be treated as passive.";
940
941const char kPasswordForceSavingName[] = "Force-saving of passwords";
942const char kPasswordForceSavingDescription[] =
943 "Allow the user to manually enforce password saving instead of relying on "
944 "password manager's heuristics.";
945
946const char kPasswordGenerationName[] = "Password generation";
947const char kPasswordGenerationDescription[] =
948 "Allow the user to have Chrome generate passwords when it detects account "
949 "creation pages.";
950
951const char kPasswordImportExportName[] = "Password import and export";
952const char kPasswordImportExportDescription[] =
953 "Import and Export functionality in password settings.";
954
955const char kPermissionActionReportingName[] = "Permission Action Reporting";
956const char kPermissionActionReportingDescription[] =
957 "Enables permission action reporting to Safe Browsing servers for opted in "
958 "users.";
959
960const char kPermissionsBlacklistName[] = "Permissions Blacklist";
961const char kPermissionsBlacklistDescription[] =
962 "Enables the Permissions Blacklist, which blocks permissions for "
963 "blacklisted sites for Safe Browsing users.";
964
965const char kPinchScaleName[] = "Pinch scale";
966const char kPinchScaleDescription[] =
967 "Enables experimental support for scale using pinch.";
968
Brett Wilsonecb80982017-07-12 20:34:51969const char kPrintPdfAsImageName[] = "Print Pdf as Image";
970const char kPrintPdfAsImageDescription[] =
971 "If enabled, an option to print PDF files as images will be available in "
972 "print preview.";
973
974const char kPrintPreviewRegisterPromosName[] =
975 "Print Preview Registration Promos";
976const char kPrintPreviewRegisterPromosDescription[] =
977 "Enable registering unregistered cloud printers from print preview.";
978
979const char kProtectSyncCredentialName[] = "Autofill sync credential";
980const char kProtectSyncCredentialDescription[] =
981 "How the password manager handles autofill for the sync credential.";
982
983const char kProtectSyncCredentialOnReauthName[] =
984 "Autofill sync credential only for transactional reauth pages";
985const char kProtectSyncCredentialOnReauthDescription[] =
986 "How the password manager handles autofill for the sync credential only "
987 "for transactional reauth pages.";
988
Mohsen Izadi93faac12017-07-29 04:45:15989const char kPullToRefreshName[] = "Pull-to-refresh gesture";
990const char kPullToRefreshDescription[] =
991 "Pull-to-refresh gesture in response to vertical overscroll.";
992
Brett Wilsonecb80982017-07-12 20:34:51993const char kPushApiBackgroundModeName[] = "Enable Push API background mode";
994const char kPushApiBackgroundModeDescription[] =
995 "Enable background mode for the Push API. This allows Chrome to continue "
996 "running after the last window is closed, and to launch at OS startup, if "
997 "the Push API needs it.";
998
Piotr Swigon46929d12017-08-11 07:16:33999const char kPwaMinimalUiName[] = "Minimal-UI display mode for PWAs";
1000const char kPwaMinimalUiDescription[] =
1001 "Enables support for Minimal-UI display mode for installed PWAs";
1002
Brett Wilsonecb80982017-07-12 20:34:511003const char kQuicName[] = "Experimental QUIC protocol";
1004const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
1005
1006const char kReducedReferrerGranularityName[] =
1007 "Reduce default 'referer' header granularity.";
1008const char kReducedReferrerGranularityDescription[] =
1009 "If a page hasn't set an explicit referrer policy, setting this flag will "
1010 "reduce the amount of information in the 'referer' header for cross-origin "
1011 "requests.";
1012
1013const char kRequestTabletSiteName[] =
1014 "Request tablet site option in the settings menu";
1015const char kRequestTabletSiteDescription[] =
1016 "Allows the user to request tablet site. Web content is often optimized "
1017 "for tablet devices. When this option is selected the user agent string is "
1018 "changed to indicate a tablet device. Web content optimized for tablets is "
1019 "received there after for the current tab.";
1020
1021const char kResetAppListInstallStateName[] =
1022 "Reset the App Launcher install state on every restart.";
1023const char kResetAppListInstallStateDescription[] =
1024 "Reset the App Launcher install state on every restart. While this flag is "
1025 "set, Chrome will forget the launcher has been installed each time it "
1026 "starts. This is used for testing the App Launcher install flow.";
1027
1028const char kResourceLoadSchedulerName[] = "Use the resource load scheduler";
1029const char kResourceLoadSchedulerDescription[] =
1030 "Uses the resource load scheduler in blink to schedule and throttle "
1031 "resource load requests.";
1032
Brett Wilsonecb80982017-07-12 20:34:511033const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting.";
1034const char kSafeSearchUrlReportingDescription[] =
1035 "If enabled, inappropriate URLs can be reported back to SafeSearch.";
1036
1037const char kSaveasMenuLabelExperimentName[] =
1038 "Switch 'Save as' menu labels to 'Download'";
1039const char kSaveasMenuLabelExperimentDescription[] =
1040 "Enables an experiment to switch menu labels that use 'Save as...' to "
1041 "'Download'.";
1042
1043const char kSavePageAsMhtmlName[] = "Save Page as MHTML";
1044const char kSavePageAsMhtmlDescription[] =
1045 "Enables saving pages as MHTML: a single text file containing HTML and all "
1046 "sub-resources.";
1047
Brett Wilsonecb80982017-07-12 20:34:511048const char kScrollPredictionName[] = "Scroll prediction";
1049const char kScrollPredictionDescription[] =
1050 "Predicts the finger's future position during scrolls allowing time to "
1051 "render the frame before the finger is there.";
1052
1053const char kSecondaryUiMd[] =
1054 "Material Design in the rest of the browser's native UI";
1055const char kSecondaryUiMdDescription[] =
1056 "Extends the --top-chrome-md setting to secondary UI (bubbles, dialogs, "
1057 "etc.). On Mac, this enables MacViews, which uses toolkit-views for native "
1058 "browser dialogs.";
1059
1060const char kServiceWorkerNavigationPreloadName[] =
1061 "Service worker navigation preload.";
1062const char kServiceWorkerNavigationPreloadDescription[] =
1063 "Enable web pages to use the experimental service worker navigation "
1064 "preload API.";
1065
Makoto Shimazud9f333c2017-08-08 07:23:171066const char kServiceWorkerScriptStreamingName[] =
1067 "Service worker script streaming.";
1068const char kServiceWorkerScriptStreamingDescription[] =
1069 "Installed scripts for a service worker are sent over a dedicated "
1070 "message pipe and data pipes, and that is never be blocked on the main "
1071 "thread.";
1072
Brett Wilsonecb80982017-07-12 20:34:511073const char kSettingsWindowName[] = "Show settings in a window";
1074const char kSettingsWindowDescription[] =
1075 "Settings will be shown in a dedicated window instead of as a browser tab.";
1076
1077const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
1078const char kShowAutofillSignaturesDescription[] =
1079 "Annotates web forms with Autofill signatures as HTML attributes.";
1080
1081const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
1082const char kShowAutofillTypePredictionsDescription[] =
1083 "Annotates web forms with Autofill field type predictions as placeholder "
1084 "text.";
1085
1086const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
1087const char kShowOverdrawFeedbackDescription[] =
1088 "Visualize overdraw by color-coding elements based on if they have other "
1089 "elements drawn underneath.";
1090
1091const char kShowSavedCopyName[] = "Show Saved Copy Button";
1092const char kShowSavedCopyDescription[] =
1093 "When a page fails to load, if a stale copy of the page exists in the "
1094 "browser cache, a button will be presented to allow the user to load that "
1095 "stale copy. The primary enabling choice puts the button in the most "
1096 "salient position on the error page; the secondary enabling choice puts it "
1097 "secondary to the reload button.";
1098const char kEnableShowSavedCopyPrimary[] = "Enable: Primary";
1099const char kEnableShowSavedCopySecondary[] = "Enable: Secondary";
1100const char kDisableShowSavedCopy[] = "Disable";
1101
1102const char kShowTouchHudName[] = "Show HUD for touch points";
1103const char kShowTouchHudDescription[] =
1104 "Enables a heads-up display at the top-left corner of the screen that "
1105 "lists information about the touch-points on the screen.";
1106
1107const char kSilentDebuggerExtensionApiName[] = "Silent Debugging";
1108const char kSilentDebuggerExtensionApiDescription[] =
1109 "Do not show the infobar when an extension attaches to a page via "
1110 "chrome.debugger API. This is required to debug extension background "
1111 "pages.";
1112
1113const char kSimpleCacheBackendName[] = "Simple Cache for HTTP";
1114const char kSimpleCacheBackendDescription[] =
1115 "The Simple Cache for HTTP is a new cache. It relies on the filesystem for "
1116 "disk space allocation.";
1117
1118const char kSimplifiedFullscreenUiName[] =
1119 "Simplified full screen / mouse lock UI.";
1120const char kSimplifiedFullscreenUiDescription[] =
1121 "A simplified new user experience when entering page-triggered full screen "
1122 "or mouse pointer lock states.";
1123
1124const char kSingleClickAutofillName[] = "Single-click autofill";
1125const char kSingleClickAutofillDescription[] =
1126 "Make autofill suggestions on initial mouse click on a form element.";
1127
1128const char kSiteDetails[] = "Site Details";
1129const char kSiteDetailsDescription[] =
1130 "Adds UI in MD Settings to view all content settings for a specific "
1131 "origin.";
1132
1133const char kSitePerProcessName[] = "Strict site isolation";
1134const char kSitePerProcessDescription[] =
1135 "Highly experimental security mode that ensures each renderer process "
1136 "contains pages from at most one site. In this mode, out-of-process "
1137 "iframes will be used whenever an iframe is cross-site.";
1138
1139const char kSiteSettings[] = "Site settings with All sites and Site details";
1140const char kSiteSettingsDescription[] =
1141 "Adds new ways of viewing Site settings.";
1142
1143const char kSlimmingPaintInvalidationName[] = "Slimming paint invalidation.";
1144const char kSlimmingPaintInvalidationDescription[] =
1145 "Whether to enable a new paint invalidation system.";
1146
1147const char kSmoothScrollingName[] = "Smooth Scrolling";
1148const char kSmoothScrollingDescription[] =
1149 "Animate smoothly when scrolling page content.";
1150
1151const char kSoftwareRasterizerName[] = "3D software rasterizer";
1152const char kSoftwareRasterizerDescription[] =
1153 "Fall back to a 3D software rasterizer when the GPU cannot be used.";
1154
1155const char kSpeculativePrefetchName[] = "Speculative Prefetch";
vabr0215a8e2017-03-28 12:47:341156const char kSpeculativePrefetchDescription[] =
1157 R"*("Speculative Prefetch" fetches likely resources early to improve )*"
1158 R"*(load times, based on a local database (see chrome://predictors). )*"
1159 R"*("Learning" means that only the database construction is enabled, )*"
1160 R"*("Prefetching" that learning and prefetching are enabled.)*";
1161
Justin Donnelly4e448cb2017-07-07 21:32:131162const char kSpeculativeServiceWorkerStartOnQueryInputName[] =
1163 "Enable speculative start of a service worker when a search is predicted.";
Justin Donnelly4e448cb2017-07-07 21:32:131164const char kSpeculativeServiceWorkerStartOnQueryInputDescription[] =
1165 "If enabled, when the user enters text in the omnibox that looks like a "
1166 "a query, any service worker associated with the search engine the query "
1167 "will be sent to is started early.";
1168
Brett Wilsonecb80982017-07-12 20:34:511169const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial";
1170const char kSpellingFeedbackFieldTrialDescription[] =
1171 "Enable the field trial for sending user feedback to spelling service.";
horo201d49492017-05-19 05:31:401172
Brett Wilsonecb80982017-07-12 20:34:511173const char kSuggestionsWithSubStringMatchName[] =
1174 "Substring matching for Autofill suggestions";
1175const char kSuggestionsWithSubStringMatchDescription[] =
1176 "Match Autofill suggestions based on substrings (token prefixes) rather "
1177 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:341178
Brett Wilsonecb80982017-07-12 20:34:511179const char kSupervisedUserManagedBookmarksFolderName[] =
1180 "Managed bookmarks for supervised users";
1181const char kSupervisedUserManagedBookmarksFolderDescription[] =
1182 "Enable the managed bookmarks folder for supervised users.";
vabr0215a8e2017-03-28 12:47:341183
Brett Wilsonecb80982017-07-12 20:34:511184const char kSyncAppListName[] = "App Launcher sync";
1185const char kSyncAppListDescription[] =
1186 "Enable App Launcher sync. This also enables Folders where available (non "
1187 "OSX).";
vabr0215a8e2017-03-28 12:47:341188
Brett Wilsonecb80982017-07-12 20:34:511189const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
1190const char kSyncSandboxDescription[] =
1191 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:341192
Brett Wilsonecb80982017-07-12 20:34:511193const char kTabAudioMutingName[] = "Tab audio muting UI control";
1194const char kTabAudioMutingDescription[] =
1195 "When enabled, the audio indicators in the tab strip double as tab audio "
1196 "mute controls. This also adds commands in the tab context menu for "
1197 "quickly muting multiple selected tabs.";
vabr0215a8e2017-03-28 12:47:341198
Brett Wilsonecb80982017-07-12 20:34:511199const char kTcpFastOpenName[] = "TCP Fast Open";
1200const char kTcpFastOpenDescription[] =
1201 "Enable the option to send extra authentication information in the initial "
1202 "SYN packet for a previously connected client, allowing faster data send "
1203 "start.";
vabr0215a8e2017-03-28 12:47:341204
Brett Wilsonecb80982017-07-12 20:34:511205const char kTopChromeMd[] = "UI Layout for the browser's top chrome";
1206const char kTopChromeMdDescription[] =
1207 R"*(Toggles between normal and touch (formerly "hybrid") layouts.)*";
1208const char kTopChromeMdMaterial[] = "Normal";
1209const char kTopChromeMdMaterialHybrid[] = "Touch";
vabr0215a8e2017-03-28 12:47:341210
Brett Wilsonecb80982017-07-12 20:34:511211const char kThreadedScrollingName[] = "Threaded scrolling";
1212const char kThreadedScrollingDescription[] =
1213 "Threaded handling of scroll-related input events. Disabling this will "
1214 "force all such scroll events to be handled on the main thread. Note that "
1215 "this can dramatically hurt scrolling performance of most websites and is "
1216 "intended for testing purposes only.";
1217
Steven Valdez4584b2482017-07-14 01:11:571218const char kTLS13VariantName[] = "TLS 1.3";
1219const char kTLS13VariantDescription[] = "Sets the TLS 1.3 variant used.";
1220const char kTLS13VariantDisabled[] = "Disabled";
1221const char kTLS13VariantDraft[] = "Enabled (Draft)";
1222const char kTLS13VariantExperiment[] = "Enabled (Experiment)";
Steven Valdez2d7b4e82017-07-17 22:22:091223const char kTLS13VariantRecordTypeExperiment[] =
1224 "Enabled (Record Type Experiment)";
Steven Valdez2ee1c4a22017-07-19 20:39:311225const char kTLS13VariantNoSessionIDExperiment[] =
1226 "Enabled (No Session ID Experiment)";
Steven Valdez4584b2482017-07-14 01:11:571227
Brett Wilsonecb80982017-07-12 20:34:511228const char kTopDocumentIsolationName[] = "Top document isolation";
1229const char kTopDocumentIsolationDescription[] =
1230 "Highly experimental performance mode where cross-site iframes are kept in "
1231 "a separate process from the top document. In this mode, iframes from "
1232 "different third-party sites will be allowed to share a process.";
1233
1234const char kTouchAdjustmentName[] = "Touch adjustment";
1235const char kTouchAdjustmentDescription[] =
1236 "Refine the position of a touch gesture in order to compensate for touches "
1237 "having poor resolution compared to a mouse.";
1238
1239const char kTouchDragDropName[] = "Touch initiated drag and drop";
1240const char kTouchDragDropDescription[] =
1241 "Touch drag and drop can be initiated through long press on a draggable "
1242 "element.";
1243
1244const char kTouchEventsName[] = "Touch Events API";
1245const char kTouchEventsDescription[] =
1246 "Force Touch Events API feature detection to always be enabled or "
1247 "disabled, or to be enabled when a touchscreen is detected on startup "
1248 "(Automatic, the default).";
1249
1250const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
1251const char kTouchSelectionStrategyDescription[] =
1252 "Controls how text selection granularity changes when touch text selection "
1253 "handles are dragged. Non-default behavior is experimental.";
1254const char kTouchSelectionStrategyCharacter[] = "Character";
1255const char kTouchSelectionStrategyDirection[] = "Direction";
1256
1257const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
1258const char kTraceUploadUrlDescription[] =
1259 "This is to be used in conjunction with the enable-navigation-tracing "
1260 "flag. Please select the label that best describes the recorded traces. "
1261 "This will choose the destination the traces are uploaded to. If you are "
1262 "not sure, select other. If left empty, no traces will be uploaded.";
1263const char kTraceUploadUrlChoiceOther[] = "Other";
1264const char kTraceUploadUrlChoiceEmloading[] = "emloading";
1265const char kTraceUploadUrlChoiceQa[] = "QA";
1266const char kTraceUploadUrlChoiceTesting[] = "Testing";
1267
1268const char kTranslate2016q2UiName[] = "Translate 2016Q2 UI";
1269const char kTranslate2016q2UiDescription[] =
1270 "Improved triggering logic and look for Translate Bubble UI";
1271
1272const char kTranslateLanguageByUlpName[] = "Translate Language by ULP";
1273const char kTranslateLanguageByUlpDescription[] =
1274 "Improved translate target language and triggering logic by considering "
1275 "information from User Language Profile (ULP).";
1276
1277const char kTrySupportedChannelLayoutsName[] =
1278 "Causes audio output streams to check if channel layouts other than the "
1279 "default hardware layout are available.";
1280const char kTrySupportedChannelLayoutsDescription[] =
1281 "Causes audio output streams to check if channel layouts other than the "
1282 "default hardware layout are available. Turning this on will allow the OS "
1283 "to do stereo to surround expansion if supported. May expose third party "
1284 "driver bugs, use with caution.";
1285
1286const char kUiPartialSwapName[] = "Partial swap";
1287const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
1288
1289const char kUserConsentForExtensionScriptsName[] =
1290 "User consent for extension scripts";
1291const char kUserConsentForExtensionScriptsDescription[] =
1292 "Require user consent for an extension running a script on the page, if "
1293 "the extension requested permission to run on all urls.";
1294
1295const char kUseSuggestionsEvenIfFewFeatureName[] =
1296 "Disable minimum for server-side tile suggestions on NTP.";
1297const char kUseSuggestionsEvenIfFewFeatureDescription[] =
1298 "Request server-side suggestions even if there are only very few of them "
1299 "and use them for tiles on the New Tab Page.";
1300
1301const char kV8CacheOptionsName[] = "V8 caching mode.";
1302const char kV8CacheOptionsDescription[] =
1303 "Caching mode for the V8 JavaScript engine.";
1304const char kV8CacheOptionsParse[] = "Cache V8 parser data.";
1305const char kV8CacheOptionsCode[] = "Cache V8 compiler data.";
1306
1307const char kV8CacheStrategiesForCacheStorageName[] =
1308 "V8 caching strategy for CacheStorage.";
1309const char kV8CacheStrategiesForCacheStorageDescription[] =
1310 "Caching strategy of scripts in CacheStorage for the V8 JavaScript engine.";
1311const char kV8CacheStrategiesForCacheStorageNormal[] = "Normal";
1312const char kV8CacheStrategiesForCacheStorageAggressive[] = "Aggressive";
1313
1314const char kVibrateRequiresUserGestureName[] =
1315 "Requiring user gesture for the Vibration API";
1316const char kVibrateRequiresUserGestureDescription[] =
1317 "Block the Vibration API if no user gesture has been received on the frame "
1318 "or any embedded frame.";
1319
1320const char kVideoFullscreenOrientationLockName[] =
1321 "Lock screen orientation when playing a video fullscreen.";
1322const char kVideoFullscreenOrientationLockDescription[] =
1323 "Lock the screen orientation of the device to match video orientation when "
1324 "a video goes fullscreen. Only on phones.";
1325
1326const char kVideoRotateToFullscreenName[] =
1327 "Rotate-to-fullscreen gesture for videos.";
1328const char kVideoRotateToFullscreenDescription[] =
1329 "Enter/exit fullscreen when device is rotated to/from the orientation of "
1330 "the video. Only on phones.";
1331
1332const char kWalletServiceUseSandboxName[] =
1333 "Use Google Payments sandbox servers";
1334const char kWalletServiceUseSandboxDescription[] =
1335 "For developers: use the sandbox service for Google Payments API calls.";
1336
1337const char kWebgl2Name[] = "WebGL 2.0";
1338const char kWebgl2Description[] = "Allow web applications to access WebGL 2.0.";
1339
1340const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
1341const char kWebglDraftExtensionsDescription[] =
1342 "Enabling this option allows web applications to access the WebGL "
1343 "Extensions that are still in draft status.";
1344
1345const char kWebMidiName[] = "Web MIDI API";
1346const char kWebMidiDescription[] = "Enable Web MIDI API experimental support.";
1347
1348const char kWebPaymentsName[] = "Web Payments";
1349const char kWebPaymentsDescription[] =
1350 "Enable Web Payments API integration, a JavaScript API for merchants.";
1351
Mathieu Perreault51339b82017-07-20 17:06:051352const char kWebPaymentsModifiersName[] = "Enable web payment modifiers";
1353const char kWebPaymentsModifiersDescription[] =
1354 "If the website provides modifiers in the payment request, show the custom "
1355 "total for each payment instrument, update the shopping cart when "
1356 "instruments are switched, and send modified payment method specific data "
1357 "to the payment app.";
1358
Brett Wilsonecb80982017-07-12 20:34:511359const char kWebrtcEchoCanceller3Name[] = "WebRTC Echo Canceller 3.";
1360const char kWebrtcEchoCanceller3Description[] =
1361 "Experimental WebRTC echo canceller (AEC3).";
1362
1363const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
1364const char kWebrtcHwDecodingDescription[] =
1365 "Support in WebRTC for decoding video streams using platform hardware.";
1366
1367const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
1368const char kWebrtcHwEncodingDescription[] =
1369 "Support in WebRTC for encoding video streams using platform hardware.";
1370
1371const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding";
1372const char kWebrtcHwH264EncodingDescription[] =
1373 "Support in WebRTC for encoding h264 video streams using platform "
1374 "hardware.";
1375
1376const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding";
1377const char kWebrtcHwVP8EncodingDescription[] =
1378 "Support in WebRTC for encoding vp8 video streams using platform hardware.";
1379
1380const char kWebrtcSrtpAesGcmName[] =
1381 "Negotiation with GCM cipher suites for SRTP in WebRTC";
1382const char kWebrtcSrtpAesGcmDescription[] =
1383 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
1384
1385const char kWebrtcStunOriginName[] = "WebRTC Stun origin header";
1386const char kWebrtcStunOriginDescription[] =
1387 "When enabled, Stun messages generated by WebRTC will contain the Origin "
1388 "header.";
1389
1390const char kWebvrName[] = "WebVR";
1391const char kWebvrDescription[] =
1392 "Enabling this option allows web applications to access experimental "
1393 "Virtual Reality APIs.";
1394
1395const char kWifiCredentialSyncName[] = "WiFi credential sync";
1396const char kWifiCredentialSyncDescription[] =
1397 "Enables synchronizing WiFi network settings across devices. When enabled, "
1398 "the WiFi credential datatype is registered with Chrome Sync, and WiFi "
1399 "credentials are synchronized subject to user preferences. (See also, "
1400 "chrome://settings/syncSetup.)";
1401
1402const char kZeroCopyName[] = "Zero-copy rasterizer";
1403const char kZeroCopyDescription[] =
1404 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:341405
Brett Wilsonff596952017-07-14 01:06:551406// Android ---------------------------------------------------------------------
1407
1408#if defined(OS_ANDROID)
1409
1410const char kAiaFetchingName[] = "Intermediate Certificate Fetching";
1411const char kAiaFetchingDescription[] =
1412 "Enable intermediate certificate fetching when a server does not provide "
1413 "sufficient certificates to build a chain to a trusted root.";
1414
1415const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher";
1416const char kAccessibilityTabSwitcherDescription[] =
1417 "Enable the accessibility tab switcher for Android.";
1418
1419const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility";
1420const char kAndroidAutofillAccessibilityDescription[] =
1421 "Enable accessibility for autofill popup.";
1422
1423const char kAndroidPaymentAppsName[] = "Android payment apps";
1424const char kAndroidPaymentAppsDescription[] =
1425 "Enable third party Android apps to integrate as payment apps";
1426
Iulia Harasim0b5a4312017-07-21 16:20:501427const char kAndroidSigninPromosName[] = "Signin promos for Android.";
1428const char kAndroidSigninPromosDescription[] =
1429 "New signin promos for Android which will be displayed in content "
1430 "suggestions, Settings, Bookmarks and Recent Tabs.";
1431
Tatiana Gornak38ab3562017-07-28 11:04:181432const char kAndroidViewPasswordsName[] = "Copy and view passwords for Android";
1433const char kAndroidViewPasswordsDescription[] =
1434 "Enables copying and viewing passwords in settings.";
1435
Brett Wilsonff596952017-07-14 01:06:551436const char kAutofillAccessoryViewName[] =
1437 "Autofill suggestions as keyboard accessory view";
1438const char kAutofillAccessoryViewDescription[] =
1439 "Shows Autofill suggestions on top of the keyboard rather than in a "
1440 "dropdown.";
1441
1442const char kBackgroundLoaderForDownloadsName[] =
1443 "Enables background downloading of pages.";
1444const char kBackgroundLoaderForDownloadsDescription[] =
1445 "Enables downloading pages in the background in case page is not yet "
1446 "loaded in current tab.";
1447
1448const char kChromeHomeExpandButtonName[] = "Chrome Home Expand Button";
1449const char kChromeHomeExpandButtonDescription[] =
1450 "Enables the expand button for Chrome Home.";
1451
Michael van Ouwerkerk66e45322017-08-04 17:25:241452const char kChromeHomeModernLayoutName[] = "Modern layout for Chrome Home.";
1453const char kChromeHomeModernLayoutDescription[] =
1454 "Enables the modern layout for Chrome Home.";
1455
Brett Wilsonff596952017-07-14 01:06:551456const char kChromeHomeSwipeLogicName[] = "Chrome Home Swipe Logic";
1457const char kChromeHomeSwipeLogicDescription[] =
1458 "Various swipe logic options for Chrome Home for sheet expansion.";
1459const char kChromeHomeSwipeLogicRestrictArea[] = "Restrict swipable area";
1460const char kChromeHomeSwipeLogicButtonOnly[] = "Swipe on expand button";
1461
1462const char kChromeHomeName[] = "Chrome Home";
1463const char kChromeHomeDescription[] =
1464 "Enables Chrome Home on Android. You must restart the browser"
1465 " twice for changes to take effect.";
1466
1467const char kContentSuggestionsCategoryOrderName[] =
1468 "Default content suggestions category order (e.g. on NTP)";
1469const char kContentSuggestionsCategoryOrderDescription[] =
1470 "Set default order of content suggestion categories (e.g. on the NTP).";
1471
1472const char kContentSuggestionsCategoryRankerName[] =
1473 "Content suggestions category ranker (e.g. on NTP)";
1474const char kContentSuggestionsCategoryRankerDescription[] =
1475 "Set category ranker to order categories of content suggestions (e.g. on "
1476 "the NTP).";
1477
1478const char kContextualSearchContextualCardsBarIntegration[] =
1479 "Contextual Search - Contextual Cards Integration";
1480const char kContextualSearchContextualCardsBarIntegrationDescription[] =
1481 "Whether or not integration of Contextual Cards data in the Contextual "
1482 "Search Bar is enabled.";
1483
1484const char kContextualSearchSingleActionsName[] =
1485 "Contextual Search - Single Actions";
1486const char kContextualSearchSingleActionsDescription[] =
1487 "Whether or not single actions using Contextual Cards data in the "
1488 "Contextual Search Bar is enabled.";
1489
1490const char kContextualSearchUrlActionsName[] =
1491 "Contextual Search - URL Actions";
1492const char kContextualSearchUrlActionsDescription[] =
1493 "Whether or not URL actions using Contextual Cards data in the Contextual "
1494 "Search Bar is enabled.";
1495
1496const char kContextualSearchName[] = "Contextual Search";
1497const char kContextualSearchDescription[] =
1498 "Whether or not Contextual Search is enabled.";
1499
Dmitry Skiba9c3efa72017-07-20 22:01:141500const char kDontPrefetchLibrariesName[] = "Don't Prefetch Libraries";
1501const char kDontPrefetchLibrariesDescription[] =
1502 "Don't prefetch libraries after loading.";
1503
Brett Wilsonff596952017-07-14 01:06:551504const char kEnableAndroidPayIntegrationV1Name[] = "Enable Android Pay v1";
1505const char kEnableAndroidPayIntegrationV1Description[] =
1506 "Enable integration with Android Pay using the first version of the API";
1507
1508const char kEnableAndroidPayIntegrationV2Name[] = "Enable Android Pay v2";
1509const char kEnableAndroidPayIntegrationV2Description[] =
1510 "Enable integration with Android Pay using the second version of the API";
1511
1512const char kEnableAndroidSpellcheckerDescription[] =
1513 "Enables use of the Android spellchecker.";
1514const char kEnableAndroidSpellcheckerName[] = "Enable spell checking";
1515
1516const char kEnableConsistentOmniboxGeolocationName[] =
1517 "Have consistent omnibox geolocation access.";
1518const char kEnableConsistentOmniboxGeolocationDescription[] =
1519 "Have consistent geolocation access between the omnibox and default search "
1520 "engine.";
1521
1522const char kEnableContentSuggestionsNewFaviconServerName[] =
1523 "Get favicons for content suggestions from a new server.";
1524const char kEnableContentSuggestionsNewFaviconServerDescription[] =
1525 "If enabled, the content suggestions (on the NTP) will get favicons from a "
1526 "new favicon server.";
1527
1528const char kEnableContentSuggestionsLargeThumbnailName[] =
1529 "Large thumbnails layout for content suggestions cards.";
1530const char kEnableContentSuggestionsLargeThumbnailDescription[] =
1531 "If enabled, the content suggestions cards will use large thumbnails and "
1532 "some related adjustments.";
1533
1534const char kEnableContentSuggestionsVideoOverlayName[] =
1535 "Video icon overlay on thumbnails for content suggestions cards.";
1536const char kEnableContentSuggestionsVideoOverlayDescription[] =
1537 "If enabled, the content suggestions cards for suggestions with a video "
1538 "will show a video play icon overlay on the thumbnail.";
1539
1540const char kEnableContentSuggestionsSettingsName[] =
1541 "Show content suggestions settings.";
1542const char kEnableContentSuggestionsSettingsDescription[] =
1543 "If enabled, the content suggestions settings will be available from the "
1544 "main settings menu.";
1545
1546const char kEnableContentSuggestionsShowSummaryName[] =
1547 "Show content suggestions summaries.";
1548const char kEnableContentSuggestionsShowSummaryDescription[] =
1549 "If enabled, the content suggestions summaries will be shown.";
1550
1551const char kEnableCopylessPasteName[] = "App Indexing (Copyless Paste)";
1552const char kEnableCopylessPasteDescription[] =
1553 "Provide suggestions for text input, based on your recent context. For "
1554 "example, if you looked at a restaurant website and switched to the Maps "
1555 "app, the keyboard would offer the name of that restaurant as a suggestion "
1556 "to enter into the search bar. The data is indexed locally, and never sent "
1557 "to the server. It's disabled in incognito mode.";
1558
1559const char kEnableCustomContextMenuName[] = "Enable custom context menu";
1560const char kEnableCustomContextMenuDescription[] =
1561 "Enables a new context menu when a link, image, or video is pressed within "
1562 "Chrome.";
1563
1564const char kEnableCustomFeedbackUiName[] = "Enable Custom Feedback UI";
1565const char kEnableCustomFeedbackUiDescription[] =
1566 "Enables a custom feedback UI when submitting feedback through Google "
1567 "Feedback. Works with Google Play Services v10.2+";
1568
1569const char kEnableDataReductionProxyMainMenuName[] =
1570 "Enable Data Saver main menu footer";
1571const char kEnableDataReductionProxyMainMenuDescription[] =
1572 "Enables the Data Saver footer in the main menu";
1573
1574const char kEnableDataReductionProxySiteBreakdownName[] =
1575 "Data Saver Site Breakdown";
1576const char kEnableDataReductionProxySiteBreakdownDescription[] =
1577 "Enable the site breakdown on the Data Saver settings page.";
1578
1579const char kEnableOmniboxClipboardProviderName[] =
1580 "Omnibox clipboard URL suggestions";
1581const char kEnableOmniboxClipboardProviderDescription[] =
1582 "Provide a suggestion of the URL stored in the clipboard (if any) upon "
1583 "focus in the omnibox.";
1584
1585const char kEnableExpandedAutofillCreditCardPopupLayoutName[] =
1586 "Use expanded autofill credit card popup layout.";
1587const char kEnableExpandedAutofillCreditCardPopupLayoutDescription[] =
1588 "If enabled, displays autofill credit card popup using expanded layout.";
1589
1590const char kEnableFaviconsFromWebManifestName[] =
1591 "Load favicons from Web Manifests";
1592const char kEnableFaviconsFromWebManifestDescription[] =
1593 "Fetch Web Manifests on page load to read favicons from them.";
1594
1595const char kEnableNtpAssetDownloadSuggestionsName[] =
1596 "Show asset downloads on the New Tab page";
1597const char kEnableNtpAssetDownloadSuggestionsDescription[] =
1598 "If enabled, the list of content suggestions on the New Tab page will "
1599 "contain assets (e.g. books, pictures, audio) that the user downloaded for "
1600 "later use.";
1601
1602const char kEnableNtpBookmarkSuggestionsName[] =
1603 "Show recently visited bookmarks on the New Tab page";
1604const char kEnableNtpBookmarkSuggestionsDescription[] =
1605 "If enabled, the list of content suggestions on the New Tab page will "
1606 "contain recently visited bookmarks.";
1607
1608const char kEnableNtpForeignSessionsSuggestionsName[] =
1609 "Show recent foreign tabs on the New Tab page";
1610const char kEnableNtpForeignSessionsSuggestionsDescription[] =
1611 "If enabled, the list of content suggestions on the New Tab page will "
1612 "contain recent foreign tabs.";
1613
1614const char kEnableNtpMostLikelyFaviconsFromServerName[] =
1615 "Download favicons for NTP tiles from Google.";
1616const char kEnableNtpMostLikelyFaviconsFromServerDescription[] =
1617 "If enabled, missing favicons for NTP tiles get downloaded from Google. "
1618 "This only applies to tiles that originate from synced history.";
1619
Jan Krcal7fadbd32017-08-04 10:49:211620const char kNtpTilesLowerResolutionFaviconsName[] =
1621 "Show also lower resolution favicons in NTP tiles.";
1622const char kNtpTilesLowerResolutionFaviconsDescription[] =
1623 "If enabled, the size limit for a favicon to get displayed in an NTP tile "
1624 "decreases. Tiles where the largest available favicon is below this limit "
1625 "get displayed as colored tiles.";
1626
Brett Wilsonff596952017-07-14 01:06:551627const char kEnableNtpOfflinePageDownloadSuggestionsName[] =
1628 "Show offline page downloads on the New Tab page";
1629const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] =
1630 "If enabled, the list of content suggestions on the New Tab page will "
1631 "contain pages that the user downloaded for later use.";
1632
1633const char kEnableNtpRemoteSuggestionsName[] =
1634 "Show server-side suggestions on the New Tab page";
1635const char kEnableNtpRemoteSuggestionsDescription[] =
1636 "If enabled, the list of content suggestions on the New Tab page will "
1637 "contain server-side suggestions (e.g., Articles for you). Furthermore, it "
1638 "allows to override the source used to retrieve these server-side "
1639 "suggestions.";
1640
1641const char kEnableNtpSnippetsVisibilityName[] =
1642 "Make New Tab Page Snippets more visible.";
1643const char kEnableNtpSnippetsVisibilityDescription[] =
1644 "If enabled, the NTP snippets will become more discoverable with a larger "
1645 "portion of the first card above the fold.";
1646
1647const char kEnableNtpSuggestionsNotificationsName[] =
1648 "Notify about new content suggestions available at the New Tab page";
1649const char kEnableNtpSuggestionsNotificationsDescription[] =
1650 "If enabled, notifications will inform about new content suggestions on "
1651 "the New Tab page.";
1652
1653const char kEnablePhysicalWebName[] = "Enable the Physical Web.";
1654const char kEnablePhysicalWebDescription[] =
1655 "Enable scanning for URLs from Physical Web objects.";
1656
1657const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
1658const char kEnableOfflinePreviewsDescription[] =
1659 "Enable showing offline page previews on slow networks.";
1660
1661const char kEnableOskOverscrollName[] = "Enable OSK Overscroll";
1662const char kEnableOskOverscrollDescription[] =
1663 "Enable OSK overscroll support. With this flag on, the OSK will only "
1664 "resize the visual viewport.";
1665
1666const char kEnableSpecialLocaleName[] =
1667 "Enable custom logic for special locales.";
1668const char kEnableSpecialLocaleDescription[] =
1669 "Enable custom logic for special locales. In this mode, Chrome might "
1670 "behave differently in some locales.";
1671
1672const char kEnableWebapk[] = "Enable improved add to Home screen";
1673const char kEnableWebapkDescription[] =
1674 R"*(Packages "Progressive Web Apps" so that they can integrate more )*"
1675 R"*(deeply with Android. A Chrome server is used to package sites. In )*"
1676 R"*(Chrome Canary and Chrome Dev, this requires “Untrusted )*"
1677 R"*(sources” to be enabled in Android security settings.)*";
1678
1679const char kEnableWebNfcName[] = "WebNFC";
1680const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
1681
gogeraldf3cbb422017-07-26 14:37:121682const char kEnableWebPaymentsMethodSectionOrderV2Name[] =
1683 "Enable Web Payments method section order V2.";
1684const char kEnableWebPaymentsMethodSectionOrderV2Description[] =
1685 "Enable this option to display payment method section above address "
1686 "section instead of below it.";
1687
Brett Wilsonff596952017-07-14 01:06:551688const char kEnableWebPaymentsSingleAppUiSkipName[] =
1689 "Enable Web Payments single app UI skip";
1690const char kEnableWebPaymentsSingleAppUiSkipDescription[] =
1691 "Enable Web Payments to skip showing its UI if the developer specifies a "
1692 "single app.";
1693
1694const char kHerbPrototypeChoicesName[] = "Switch preferred flavor of Herb";
1695const char kHerbPrototypeChoicesDescription[] =
1696 "Switching this option changes which tab management prototype is being "
1697 "tested.";
1698const char kHerbPrototypeFlavorElderberry[] =
1699 "ELDERBERRY: All View Intents in CCT v2";
1700
1701const char kKeepPrefetchedContentSuggestionsName[] =
1702 "Keep prefetched content suggestions";
1703const char kKeepPrefetchedContentSuggestionsDescription[] =
1704 "If enabled, some of prefetched content suggestions are not replaced by "
1705 "the new fetched suggestions.";
1706
1707const char kLsdPermissionPromptName[] =
1708 "Location Settings Dialog Permission Prompt";
1709const char kLsdPermissionPromptDescription[] =
1710 "Whether to use the Google Play Services Location Settings Dialog "
1711 "permission dialog.";
1712
1713const char kMediaDocumentDownloadButtonName[] =
1714 "Download button when opening a page with media url.";
1715const char kMediaDocumentDownloadButtonDescription[] =
1716 "Allow a download button to show up when opening a page with media url.";
1717
1718const char kMediaScreenCaptureName[] = "Experimental ScreenCapture.";
1719const char kMediaScreenCaptureDescription[] =
1720 "Enable this option for experimental ScreenCapture feature on Android.";
1721
1722const char kModalPermissionPromptsName[] = "Modal Permission Prompts";
1723const char kModalPermissionPromptsDescription[] =
1724 "Whether to use permission dialogs in place of permission infobars.";
1725
1726const char kNewBackgroundLoaderName[] =
1727 "Use background loader instead of prerenderer to load pages.";
1728const char kNewBackgroundLoaderDescription[] =
1729 "Use background loader instead of prerenderer to asynchronously download "
1730 "pages.";
1731
1732const char kNewPhotoPickerName[] = "Enable new Photopicker";
1733const char kNewPhotoPickerDescription[] =
1734 "Activates the new picker for selecting photos.";
1735
1736const char kNoCreditCardAbort[] = "No Credit Card Abort";
1737const char kNoCreditCardAbortDescription[] =
1738 "Whether or not the No Credit Card Abort is enabled.";
1739
1740const char kNtpCondensedLayoutName[] = "Condensed NTP layout";
1741const char kNtpCondensedLayoutDescription[] =
1742 "Show a condensed layout on the New Tab Page.";
1743
1744const char kNtpCondensedTileLayoutName[] = "Condensed NTP tile layout";
1745const char kNtpCondensedTileLayoutDescription[] =
1746 "Show a condensed tile layout on the New Tab Page.";
1747
Nicolas Dossou-gbete56f37dc2017-08-10 16:14:041748const char kSiteExplorationUiName[] = "Site Exploration UI";
1749const char kSiteExplorationUiDescription[] =
1750 "Show site suggestions in the Exploration UI";
1751
Brett Wilsonff596952017-07-14 01:06:551752const char kNtpGoogleGInOmniboxName[] = "Google G in New Tab Page omnibox";
1753const char kNtpGoogleGInOmniboxDescription[] =
1754 "Show a Google G in the omnibox on the New Tab Page.";
1755
1756const char kNtpOfflinePagesName[] = "Enable NTP offline pages";
1757const char kNtpOfflinePagesDescription[] =
1758 "Enables badging of offline pages on the New Tab page. Only relevant if "
1759 "offline pages are enabled.";
1760
1761const char kNtpPopularSitesName[] = "Show popular sites on the New Tab page";
1762const char kNtpPopularSitesDescription[] =
1763 "Pre-populate the New Tab page with popular sites.";
1764
1765const char kNtpSwitchToExistingTabName[] =
1766 "Switch to an existing tab for New Tab Page suggestions.";
1767const char kNtpSwitchToExistingTabDescription[] =
1768 "When opening a suggested webpage from the New Tab Page, if a tab is "
1769 "already open for the suggestion, switch to that one instead of loading "
1770 "the suggestion in the new tab.";
1771const char kNtpSwitchToExistingTabMatchUrl[] = "Match by URL";
1772const char kNtpSwitchToExistingTabMatchHost[] = "Match by Hostname";
1773
1774const char kOfflineBookmarksName[] = "Enable offline bookmarks";
1775const char kOfflineBookmarksDescription[] =
1776 "Enable saving bookmarked pages for offline viewing.";
1777
1778const char kOfflinePagesAsyncDownloadName[] =
1779 R"*(Enables showing "DOWNLOAD WHEN ONLINE" button in error pages.)*";
1780const char kOfflinePagesAsyncDownloadDescription[] =
1781 R"*(Enables showing "DOWNLOAD WHEN ONLINE" button in error pages such )*"
1782 R"*(that the user can click on it to download the page later.)*";
1783
1784const char kOfflinePagesCtName[] = "Enable Offline Pages CT features.";
1785const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features.";
1786
1787const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features.";
1788const char kOfflinePagesCtV2Description[] =
1789 "V2 features include attributing pages to the app that initiated the "
1790 "custom tabs, and being able to query for pages by page attribution.";
1791
1792const char kOfflinePagesLoadSignalCollectingName[] =
1793 "Enables collecting load timing data for offline page snapshots.";
1794const char kOfflinePagesLoadSignalCollectingDescription[] =
1795 "Enables loading completeness data collection while writing an offline "
1796 "page. This data is collected in the snapshotted offline page to allow "
1797 "data analysis to improve deciding when to make the offline snapshot.";
1798
1799const char kOfflinePagesPrefetchingName[] =
1800 "Enables suggested offline pages to be prefetched.";
1801const char kOfflinePagesPrefetchingDescription[] =
1802 "Enables suggested offline pages to be prefetched, so useful content is "
1803 "available while offline.";
1804
Collin Baker17f92a52017-07-19 21:41:251805const char kOfflinePagesRenovationsName[] = "Enables offline page renovations.";
1806const char kOfflinePagesRenovationsDescription[] =
1807 "Enables offline page renovations which correct issues with dynamic "
1808 "content that occur when offlining pages that use JavaScript.";
1809
Brett Wilsonff596952017-07-14 01:06:551810const char kOfflinePagesSharingName[] = "Enables offline pages to be shared.";
1811const char kOfflinePagesSharingDescription[] =
1812 "Enables the saved offline pages to be shared via other applications.";
1813
1814const char kOfflinePagesSvelteConcurrentLoadingName[] =
1815 "Enables concurrent background loading on svelte.";
1816const char kOfflinePagesSvelteConcurrentLoadingDescription[] =
1817 "Enables concurrent background loading (or downloading) of pages on "
1818 "Android svelte (512MB RAM) devices. Otherwise, background loading will "
1819 "happen when the svelte device is idle.";
1820
1821const char kOffliningRecentPagesName[] =
1822 "Enable offlining of recently visited pages";
1823const char kOffliningRecentPagesDescription[] =
1824 "Enable storing recently visited pages locally for offline use. Requires "
1825 "Offline Pages to be enabled.";
1826
1827extern const char kPayWithGoogleV1Name[] = "Pay with Google v1";
1828extern const char kPayWithGoogleV1Description[] =
1829 "Enable Pay with Google integration into Web Payments with API version "
1830 "'1'.";
1831
1832const char kProgressBarAnimationName[] =
1833 "Android phone page loading progress bar animation";
1834const char kProgressBarAnimationDescription[] =
1835 "Configures Android phone page loading progress bar animation.";
1836const char kProgressBarAnimationLinear[] = "Linear";
1837const char kProgressBarAnimationSmooth[] = "Smooth";
1838const char kProgressBarAnimationSmoothIndeterminate[] = "Smooth indeterminate";
1839const char kProgressBarAnimationFastStart[] = "Fast start";
1840
1841const char kProgressBarCompletionName[] =
1842 "Android phone page load progress bar completion time.";
1843const char kProgressBarCompletionDescription[] =
1844 "Configures Android phone page loading progress bar completion time.";
1845const char kProgressBarCompletionLoadEvent[] =
1846 R"*(Top loading frame's onload event ("everything" is done in the )*"
1847 R"*(page, historical behavior).)*";
1848const char kProgressBarCompletionResourcesBeforeDcl[] =
1849 "Main frame's domContentLoaded and all resources loads started before "
1850 "domContentLoaded (iframes ignored).";
1851const char kProgressBarCompletionDomContentLoaded[] =
1852 "Main frame's domContentLoaded (iframes ignored).";
1853const char kProgressBarCompletionResourcesBeforeDclAndSameOriginIframes[] =
1854 "domContentLoaded and all resources loads started before domContentLoaded "
1855 "(main frame and same origin iframes).";
1856
1857const char kPullToRefreshEffectName[] = "The pull-to-refresh effect";
1858const char kPullToRefreshEffectDescription[] =
1859 "Page reloads triggered by vertically overscrolling content.";
1860
Piotr Swigon9f630b32017-07-26 09:42:491861const char kPwaPersistentNotificationName[] =
1862 "Persistent notification in standalone PWA";
1863const char kPwaPersistentNotificationDescription[] =
1864 "Enables a persistent Android notification for standalone PWAs";
1865
Brett Wilsonff596952017-07-14 01:06:551866const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
1867const char kReaderModeHeuristicsDescription[] =
1868 "Determines what pages the Reader Mode infobar is shown on.";
1869const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
1870const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
1871const char kReaderModeHeuristicsAllArticles[] = "All articles";
1872const char kReaderModeHeuristicsAlwaysOff[] = "Never";
1873const char kReaderModeHeuristicsAlwaysOn[] = "Always";
1874
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:181875const char kReaderModeInCCTName[] = "Reader Mode in CCT";
1876const char kReaderModeInCCTDescription[] =
1877 "Open Reader Mode in Chrome Custom Tabs.";
1878
Brett Wilsonff596952017-07-14 01:06:551879const char kServiceWorkerPaymentAppsName[] = "Service Worker payment apps";
1880const char kServiceWorkerPaymentAppsDescription[] =
1881 "Enable Service Worker applications to integrate as payment apps";
1882
1883const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
1884const char kSetMarketUrlForTestingDescription[] =
1885 "When enabled, sets the market URL for use in testing the update menu "
1886 "item.";
1887
1888const char kSpannableInlineAutocompleteName[] = "Spannable inline autocomplete";
1889const char kSpannableInlineAutocompleteDescription[] =
1890 "A new type of inline autocomplete for the omnibox that works with "
1891 "keyboards that compose text.";
1892
1893const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog.";
1894const char kTabsInCbdDescription[] =
1895 "Enables a basic and an advanced tab for the Clear Browsing Data dialog.";
1896
1897const char kTranslateCompactUIName[] = "New Translate Infobar";
1898const char kTranslateCompactUIDescription[] =
1899 "Enable the new Translate compact infobar UI.";
1900
1901const char kUpdateMenuBadgeName[] = "Force show update menu badge";
1902const char kUpdateMenuBadgeDescription[] =
1903 "When enabled, an update badge will be shown on the app menu button.";
1904
1905const char kUpdateMenuItemCustomSummaryDescription[] =
1906 "When this flag and the force show update menu item flag are enabled, a "
1907 "custom summary string will be displayed below the update menu item.";
1908const char kUpdateMenuItemCustomSummaryName[] =
1909 "Update menu item custom summary";
1910
1911const char kUpdateMenuItemName[] = "Force show update menu item";
1912const char kUpdateMenuItemDescription[] =
1913 R"*(When enabled, an "Update Chrome" item will be shown in the app )*"
1914 R"*(menu.)*";
1915
1916const char kUseAndroidMidiApiName[] = "Use Android Midi API";
1917const char kUseAndroidMidiApiDescription[] =
1918 "Use Android Midi API for WebMIDI (effective only with Android M+ "
1919 "devices).";
1920
1921const char kUseDdljsonApiName[] = "Use new ddljson API for Doodles";
1922const char kUseDdljsonApiDescription[] =
1923 "Enables the new ddljson API to fetch Doodles for the NTP.";
1924
Brett Wilsonff596952017-07-14 01:06:551925const char kXGEOVisibleNetworksName[] = "Enable XGEO Visible Networks";
1926const char kXGEOVisibleNetworksDescription[] =
1927 "If location permissions are granted, include visible networks in the XGEO "
1928 "Header for omnibox queries. This will only happen if location is not "
1929 "fresh or not available (for example, due to a cold start).";
1930
1931#endif // OS_ANDROID
1932
brettw5f9c1642017-05-14 17:12:481933#if !defined(DISABLE_NACL)
1934
vabr0215a8e2017-03-28 12:47:341935const char kNaclName[] = "Native Client";
vabr0215a8e2017-03-28 12:47:341936const char kNaclDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:191937 "Support Native Client for all web applications, even those that were not "
1938 "installed from the Chrome Web Store.";
vabr0215a8e2017-03-28 12:47:341939
vabr0215a8e2017-03-28 12:47:341940const char kNaclDebugName[] = "Native Client GDB-based debugging";
vabr0215a8e2017-03-28 12:47:341941const char kNaclDebugDescription[] =
1942 "Enable GDB debug stub. This will stop a Native Client application on "
1943 "startup and wait for nacl-gdb (from the NaCl SDK) to attach to it.";
1944
vabr0215a8e2017-03-28 12:47:341945const char kPnaclSubzeroName[] = "Force PNaCl Subzero";
vabr0215a8e2017-03-28 12:47:341946const char kPnaclSubzeroDescription[] =
1947 "Force the use of PNaCl's fast Subzero translator for all pexe files.";
1948
vabr0215a8e2017-03-28 12:47:341949const char kNaclDebugMaskName[] =
1950 "Restrict Native Client GDB-based debugging by pattern";
vabr0215a8e2017-03-28 12:47:341951const char kNaclDebugMaskDescription[] =
1952 "Restricts Native Client application GDB-based debugging by URL of "
Vitalii Iarko7df520142017-07-07 12:53:191953 "manifest file. Native Client GDB-based debugging must be enabled for this "
1954 "option to work.";
vabr0215a8e2017-03-28 12:47:341955const char kNaclDebugMaskChoiceDebugAll[] = "Debug everything.";
vabr0215a8e2017-03-28 12:47:341956const char kNaclDebugMaskChoiceExcludeUtilsPnacl[] =
1957 "Debug everything except secure shell and the PNaCl translator.";
vabr0215a8e2017-03-28 12:47:341958const char kNaclDebugMaskChoiceIncludeDebug[] =
1959 "Debug only if manifest URL ends with debug.nmf.";
1960
brettw5f9c1642017-05-14 17:12:481961#endif
1962
vabr0215a8e2017-03-28 12:47:341963#if defined(OS_WIN)
1964
1965const char kCloudPrintXpsName[] = "XPS in Google Cloud Print";
1966
1967const char kCloudPrintXpsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:191968 "XPS enables advanced options for classic printers connected to the Cloud "
1969 "Print with Chrome. Printers must be re-connected after changing this "
1970 "flag.";
vabr0215a8e2017-03-28 12:47:341971
1972#endif // defined(OS_WIN)
1973
vabr0215a8e2017-03-28 12:47:341974#if BUILDFLAG(ENABLE_WEBRTC)
1975
1976const char kWebrtcH264WithOpenh264FfmpegName[] =
1977 "WebRTC H.264 software video encoder/decoder";
1978
1979const char kWebrtcH264WithOpenh264FfmpegDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:191980 "When enabled, an H.264 software video encoder/decoder pair is included. "
1981 "If a hardware encoder/decoder is also available it may be used instead of "
1982 "this encoder/decoder.";
vabr0215a8e2017-03-28 12:47:341983
1984#endif // BUILDFLAG(ENABLE_WEBRTC)
1985
vabr0215a8e2017-03-28 12:47:341986#if defined(USE_ASH)
1987
brettw81668cf2017-05-15 22:57:341988const char kAshShelfColorName[] = "Shelf color in Chrome OS system UI";
vabr0215a8e2017-03-28 12:47:341989
1990const char kAshShelfColorDescription[] =
bruthigd8b95962017-03-31 19:38:341991 "Enables/disables the shelf color to be a derived from the wallpaper. The "
1992 "--ash-shelf-color-scheme flag defines how that color is derived.";
vabr0215a8e2017-03-28 12:47:341993
bruthigd8b95962017-03-31 19:38:341994const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI";
vabr0215a8e2017-03-28 12:47:341995
bruthigd8b95962017-03-31 19:38:341996const char kAshShelfColorSchemeDescription[] =
1997 "Specify how the color is derived from the wallpaper. This flag is only "
1998 "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted";
vabr0215a8e2017-03-28 12:47:341999
bruthigd8b95962017-03-31 19:38:342000const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant";
vabr0215a8e2017-03-28 12:47:342001
bruthigd8b95962017-03-31 19:38:342002const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant";
vabr0215a8e2017-03-28 12:47:342003
bruthigd8b95962017-03-31 19:38:342004const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant";
vabr0215a8e2017-03-28 12:47:342005
bruthigd8b95962017-03-31 19:38:342006const char kAshShelfColorSchemeLightMuted[] = "Light & Muted";
2007
2008const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted";
2009
2010const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted";
vabr0215a8e2017-03-28 12:47:342011
vabr0215a8e2017-03-28 12:47:342012const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode.";
2013
2014const char kAshEnableMirroredScreenDescription[] =
2015 "Enable the mirrored screen mode. This mode flips the screen image "
2016 "horizontally.";
2017
wutaob161bf22017-04-26 16:55:032018const char kAshDisableSmoothScreenRotationName[] =
2019 "Disable smooth rotation animations.";
wutao2c0ca182017-04-06 22:40:542020
wutaob161bf22017-04-26 16:55:032021const char kAshDisableSmoothScreenRotationDescription[] =
2022 "Disable smooth rotation animations.";
wutao2c0ca182017-04-06 22:40:542023
vabr0215a8e2017-03-28 12:47:342024const char kMaterialDesignInkDropAnimationFast[] = "Fast";
2025
2026const char kMaterialDesignInkDropAnimationSlow[] = "Slow";
2027
2028const char kMaterialDesignInkDropAnimationSpeedName[] =
2029 "Material Design Ink Drop Animation Speed";
2030
2031const char kMaterialDesignInkDropAnimationSpeedDescription[] =
2032 "Sets the speed of the experimental visual feedback animations for "
2033 "material design.";
2034
2035const char kUiSlowAnimationsName[] = "Slow UI animations";
2036
2037const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
2038
reveman5be07ac82017-04-14 01:06:052039const char kUiShowCompositedLayerBordersName[] =
2040 "Show UI composited layer borders";
2041
2042const char kUiShowCompositedLayerBordersDescription[] =
2043 "Show border around composited layers created by UI.";
2044
2045const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
2046
2047const char kUiShowCompositedLayerBordersSurface[] = "Surface";
2048
2049const char kUiShowCompositedLayerBordersLayer[] = "Layer";
2050
2051const char kUiShowCompositedLayerBordersAll[] = "All";
2052
vabr0215a8e2017-03-28 12:47:342053#endif // defined(USE_ASH)
2054
vabr0215a8e2017-03-28 12:47:342055const char kForceGpuRasterization[] = "Force-enabled for all layers";
2056
vabr0215a8e2017-03-28 12:47:342057#if defined(OS_CHROMEOS)
2058
sky527bea52017-05-15 19:15:142059const char kUseMusDescription[] = "Enable the Mojo UI service.";
vabr0215a8e2017-03-28 12:47:342060
sky527bea52017-05-15 19:15:142061const char kUseMusName[] = "Mus";
2062
2063const char kEnableMashDescription[] =
2064 "Mash (UI, Chrome and ash in separate services)";
2065
2066const char kEnableMusDescription[] =
2067 "Mus (UI in separate service, Chrome and ash in same service)";
vabr0215a8e2017-03-28 12:47:342068
2069const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click";
2070
2071const char kAllowTouchpadThreeFingerClickDescription[] =
2072 "Enables touchpad three-finger-click as middle button.";
2073
2074const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
2075
2076const char kAshEnableUnifiedDesktopDescription[] =
2077 "Enable unified desktop mode which allows a window to span multiple "
2078 "displays.";
2079
brettw5f9c1642017-05-14 17:12:482080const char kBootAnimationName[] = "Boot animation";
vabr0215a8e2017-03-28 12:47:342081
2082const char kBootAnimationDescription[] =
2083 "Wallpaper boot animation (except for OOBE case).";
2084
hansberryc147785f2017-05-02 23:36:272085const char kTetherName[] = "Instant Tethering";
2086
2087const char kTetherDescription[] =
2088 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
2089 "phone to share its Internet connection with this device.";
2090
alemate2cb0d752017-08-11 05:22:162091const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences.";
2092const char kEnablePerUserTimezoneDescription[] =
2093 "Chrome OS system timezone preference is stored and handled for each user "
2094 "individually.";
2095
vabr0215a8e2017-03-28 12:47:342096#endif // defined(OS_CHROMEOS)
2097
vabr0215a8e2017-03-28 12:47:342098#if defined(OS_CHROMEOS)
2099
2100const char kFirstRunUiTransitionsName[] =
2101 "Animated transitions in the first-run tutorial";
2102
2103const char kFirstRunUiTransitionsDescription[] =
2104 "Transitions during first-run tutorial are animated.";
2105
2106#endif // defined(OS_CHROMEOS)
2107
vabr0215a8e2017-03-28 12:47:342108#if defined(OS_MACOSX)
2109
2110const char kHostedAppsInWindowsName[] =
2111 "Allow hosted apps to be opened in windows";
2112
2113const char kHostedAppsInWindowsDescription[] =
2114 "Allows hosted apps to be opened in windows instead of being limited to "
2115 "tabs.";
2116
2117const char kTabDetachingInFullscreenName[] =
2118 "Allow tab detaching in fullscreen";
2119
2120const char kTabDetachingInFullscreenDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192121 "Allow tabs to detach from the tabstrip when in fullscreen mode on Mac.";
vabr0215a8e2017-03-28 12:47:342122
2123const char kFullscreenToolbarRevealName[] =
2124 "Enables the toolbar in fullscreen to reveal itself.";
2125
2126const char kFullscreenToolbarRevealDescription[] =
2127 "Reveal the toolbar in fullscreen for a short period when the tab strip "
2128 "has changed.";
2129
Luis Rabasabe8c6f82017-08-03 01:25:162130const char kContentFullscreenName[] = "Improved Content Fullscreen";
2131
2132const char kContentFullscreenDescription[] =
2133 "Fullscreen content window detaches from main browser window and goes to "
2134 "a new space without moving or changing the original browser window.";
2135
vabr0215a8e2017-03-28 12:47:342136const char kTabStripKeyboardFocusName[] = "Tab Strip Keyboard Focus";
2137
2138const char kTabStripKeyboardFocusDescription[] =
2139 "Enable keyboard focus for the tabs in the tab strip.";
2140
2141#endif // defined(OS_MACOSX)
2142
vabr0215a8e2017-03-28 12:47:342143#if defined(OS_MACOSX)
2144
2145const char kTranslateNewUxName[] = "New Translate UX";
2146
2147const char kTranslateNewUxDescription[] =
2148 "Enable the new Translate bubble UX is offered instead of the infobar.";
2149
2150#endif // defined(OS_MACOSX)
2151
vabr0215a8e2017-03-28 12:47:342152#if defined(OS_MACOSX)
2153
2154const char kAppInfoDialogName[] = "Toolkit-Views App Info Dialog.";
2155
2156const char kAppInfoDialogDescription[] =
2157 "Makes the Toolkit-Views based App Info dialog accessible from "
2158 "chrome://apps or chrome://extensions in place of the native extension "
2159 "permissions dialog, or the details link (which is a link to the Web "
2160 "Store).";
2161
kerrnel7e4f7a7f2017-06-28 21:28:282162const char kMacV2SandboxName[] = "Mac V2 Sandbox";
2163
2164const char kMacV2SandboxDescription[] =
2165 "Eliminates the unsandboxed warmup phase and sandboxes processes for their "
2166 "entire life cycle.";
2167
vabr0215a8e2017-03-28 12:47:342168const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows.";
2169
2170const char kMacViewsNativeAppWindowsDescription[] =
2171 "Controls whether to use Toolkit-Views based Chrome App windows.";
2172
2173const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager.";
2174
2175const char kMacViewsTaskManagerDescription[] =
2176 "Controls whether to use the Toolkit-Views based Task Manager.";
2177
2178const char kAppWindowCyclingName[] = "Custom Window Cycling for Chrome Apps.";
2179
2180const char kAppWindowCyclingDescription[] =
2181 "Changes the behavior of Cmd+` when a Chrome App becomes active. When "
2182 "enabled, Chrome Apps will not be cycled when Cmd+` is pressed from a "
Vitalii Iarko7df520142017-07-07 12:53:192183 "browser window, and browser windows will not be cycled when a Chrome App "
2184 "is active.";
vabr0215a8e2017-03-28 12:47:342185
2186#endif // defined(OS_MACOSX)
2187
2188#if defined(OS_CHROMEOS)
2189
2190const char kAcceleratedMjpegDecodeName[] =
2191 "Hardware-accelerated mjpeg decode for captured frame";
2192
2193const char kAcceleratedMjpegDecodeDescription[] =
2194 "Enable hardware-accelerated mjpeg decode for captured frame where "
2195 "available.";
2196
2197#endif // defined(OS_CHROMEOS)
2198
vabr0215a8e2017-03-28 12:47:342199#if defined(OS_WIN)
2200
2201const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown.";
2202
2203const char kEnableAppcontainerDescription[] =
2204 "Enables the use of an AppContainer on sandboxed processes to improve "
2205 "security.";
2206
2207#endif // defined(OS_WIN)
2208
thestig0c55ee32017-06-20 22:17:512209#if defined(TOOLKIT_VIEWS) || defined(OS_MACOSX)
elawrenced9978fc2017-05-02 02:45:192210
2211const char kShowCertLinkOnPageInfoName[] = "Show certificate link";
2212
2213const char kShowCertLinkOnPageInfoDescription[] =
2214 "Add a link from the Page Info bubble to the certificate viewer for HTTPS "
2215 "sites.";
2216
thestig0c55ee32017-06-20 22:17:512217#endif // defined(TOOLKIT_VIEWS) || defined(OS_MACOSX)
elawrenced9978fc2017-05-02 02:45:192218
vabr0215a8e2017-03-28 12:47:342219#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
2220
2221const char kAutofillCreditCardUploadName[] =
2222 "Enable offering upload of Autofilled credit cards";
2223
2224const char kAutofillCreditCardUploadDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192225 "Enables a new option to upload credit cards to Google Payments for sync "
2226 "to all Chrome devices.";
vabr0215a8e2017-03-28 12:47:342227
2228#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
2229
vabr0215a8e2017-03-28 12:47:342230#if defined(OS_WIN) || defined(OS_LINUX)
2231
2232const char kEnableInputImeApiName[] = "Enable Input IME API";
2233
2234const char kEnableInputImeApiDescription[] =
2235 "Enable the use of chrome.input.ime API.";
2236
2237#endif // defined(OS_WIN) || defined(OS_LINUX)
2238
vabr0215a8e2017-03-28 12:47:342239#if defined(OS_CHROMEOS)
2240
vabr0215a8e2017-03-28 12:47:342241const char kVirtualKeyboardName[] = "Virtual Keyboard";
2242
2243const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support.";
2244
2245const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll";
2246
2247const char kVirtualKeyboardOverscrollDescription[] =
2248 "Enables virtual keyboard overscroll support.";
2249
2250const char kInputViewName[] = "Input views";
2251
2252const char kInputViewDescription[] =
2253 "Enable IME extensions to supply custom views for user input such as "
2254 "virtual keyboards.";
2255
2256const char kNewKoreanImeName[] = "New Korean IME";
2257
2258const char kNewKoreanImeDescription[] =
2259 "New Korean IME, which is based on Google Input Tools' HMM engine.";
2260
2261const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect";
2262
2263const char kPhysicalKeyboardAutocorrectDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192264 "Enable physical keyboard autocorrect for US keyboard, which can provide "
2265 "suggestions as typing on physical keyboard.";
vabr0215a8e2017-03-28 12:47:342266
2267const char kVoiceInputName[] = "Voice input on virtual keyboard";
2268
2269const char kVoiceInputDescription[] =
2270 "Enables voice input on virtual keyboard.";
2271
2272const char kExperimentalInputViewFeaturesName[] =
2273 "Experimental input view features";
2274
2275const char kExperimentalInputViewFeaturesDescription[] =
2276 "Enable experimental features for IME input views.";
2277
2278const char kFloatingVirtualKeyboardName[] = "Floating virtual keyboard.";
2279
2280const char kFloatingVirtualKeyboardDescription[] =
2281 "Enable/Disable floating virtual keyboard.";
2282
2283const char kGestureTypingName[] = "Gesture typing for the virtual keyboard.";
2284
2285const char kGestureTypingDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192286 "Enable/Disable gesture typing option in the settings page for the virtual "
2287 "keyboard.";
vabr0215a8e2017-03-28 12:47:342288
2289const char kGestureEditingName[] = "Gesture editing for the virtual keyboard.";
2290
2291const char kGestureEditingDescription[] =
2292 "Enable/Disable gesture editing option in the settings page for the "
2293 "virtual keyboard.";
2294
2295const char kCaptivePortalBypassProxyName[] =
2296 "Bypass proxy for Captive Portal Authorization";
2297
2298const char kCaptivePortalBypassProxyDescription[] =
2299 "If proxy is configured, it usually prevents from authorization on "
2300 "different captive portals. This enables opening captive portal "
Vitalii Iarko7df520142017-07-07 12:53:192301 "authorization dialog in a separate window, which ignores proxy settings.";
vabr0215a8e2017-03-28 12:47:342302
2303const char kTouchscreenCalibrationName[] =
Vitalii Iarko7df520142017-07-07 12:53:192304 "Enable/disable touchscreen calibration option in material design settings";
vabr0215a8e2017-03-28 12:47:342305
2306const char kTouchscreenCalibrationDescription[] =
2307 "If enabled, the user can calibrate the touch screen displays in "
Dan Beame8db8412017-07-28 00:33:522308 "chrome://settings/display.";
vabr0215a8e2017-03-28 12:47:342309
yamaguchid99a64b2017-05-12 15:33:492310const char kTeamDrivesName[] = "Enable Team Drives Integration";
2311const char kTeamDrivesDescription[] =
2312 "If enabled, files under Team Drives will appear in the Files app.";
2313
vabr0215a8e2017-03-28 12:47:342314#endif // defined(OS_CHROMEOS)
2315
vabr0215a8e2017-03-28 12:47:342316#if defined(OS_WIN) || defined(OS_MACOSX)
2317
2318// Tab discarding
2319
2320const char kAutomaticTabDiscardingName[] = "Automatic tab discarding";
2321
2322const char kAutomaticTabDiscardingDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192323 "If enabled, tabs get automatically discarded from memory when the system "
2324 "memory is low. Discarded tabs are still visible on the tab strip and get "
2325 "reloaded when clicked on. Info about discarded tabs can be found at "
2326 "chrome://discards.";
vabr0215a8e2017-03-28 12:47:342327
2328#endif // defined(OS_WIN) || defined(OS_MACOSX)
2329
vabr0215a8e2017-03-28 12:47:342330#if defined(OS_WIN)
2331
2332// Exporting tracing events to ETW
2333
2334const char kTraceExportEventsToEtwName[] =
2335 "Enable exporting of tracing events to ETW.";
2336
2337const char kTraceExportEventsToEtwDesription[] =
2338 "If enabled, trace events will be exported to the Event Tracing for "
2339 "Windows (ETW) and can then be captured by tools such as UIForETW or "
2340 "Xperf.";
2341
2342const char kMergeKeyCharEventsName[] =
Vitalii Iarko7df520142017-07-07 12:53:192343 "Enable or disable merging merging the key event (WM_KEY*) with char event "
2344 "(WM_CHAR).";
vabr0215a8e2017-03-28 12:47:342345
2346const char kMergeKeyCharEventsDescription[] =
etienneb9a4b5302017-06-08 06:28:462347 "If disabled, Chrome will handle WM_KEY* and WM_CHAR separately.";
vabr0215a8e2017-03-28 12:47:342348
2349const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
2350
2351const char kUseWinrtMidiApiDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192352 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
2353 "later).";
vabr0215a8e2017-03-28 12:47:342354
2355#endif // defined(OS_WIN)
2356
vabr0215a8e2017-03-28 12:47:342357#if defined(OS_CHROMEOS)
2358
vabr0215a8e2017-03-28 12:47:342359const char kEnableAndroidWallpapersAppName[] = "Android Wallpapers App";
2360
2361const char kEnableAndroidWallpapersAppDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192362 "Enables the Android Wallpapers App as the default Wallpaper App on Chrome "
2363 "OS.";
vabr0215a8e2017-03-28 12:47:342364
2365const char kEnableTouchSupportForScreenMagnifierName[] =
2366 "Touch support for screen magnifier";
2367
2368const char kEnableTouchSupportForScreenMagnifierDescription[] =
2369 "Enables touch support for screen magnifier";
2370
Tatsuhisa Yamaguchi281eabf32017-07-19 21:55:522371const char kFileManagerTouchModeName[] = "Files App. touch mode";
2372const char kFileManagerTouchModeDescription[] =
2373 "Touchscreen-specific interactions of the Files app.";
2374
Rouslan Solomakhinbed1af22017-06-09 18:40:572375const char kEnableZipArchiverOnFileManagerName[] = "ZIP archiver for Drive";
takise183b8cb42017-04-07 05:12:082376
2377const char kEnableZipArchiverOnFileManagerDescription[] =
2378 "Enable the ability to archive and unpack files on Drive in the Files app";
2379
xiaochu32e9672a2017-05-04 04:15:082380const char kCrOSComponentName[] = "Chrome OS Component";
2381
2382const char kCrOSComponentDescription[] =
xiaochu169aadd2017-06-15 22:32:512383 "Enable the use of componentized escpr CUPS filter.";
xiaochu32e9672a2017-05-04 04:15:082384
vabr0215a8e2017-03-28 12:47:342385#endif // defined(OS_CHROMEOS)
2386
vabr0215a8e2017-03-28 12:47:342387#if !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
2388
2389const char kGoogleBrandedContextMenuName[] =
2390 "Google branding in the context menu";
2391
2392const char kGoogleBrandedContextMenuDescription[] =
2393 "Shows a Google icon next to context menu items powered by Google "
2394 "services.";
2395
2396#endif // !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
2397
mthiesse700b0b62017-05-19 01:37:312398#if BUILDFLAG(ENABLE_VR)
Brett Wilsonecb80982017-07-12 20:34:512399#if defined(OS_ANDROID)
vabr0215a8e2017-03-28 12:47:342400
Brett Wilsonecb80982017-07-12 20:34:512401const char kEnableVrShellName[] = "Enable Chrome VR.";
vabr0215a8e2017-03-28 12:47:342402const char kEnableVrShellDescription[] =
2403 "Allow browsing with a VR headset if available for this device.";
2404
mthiesse700b0b62017-05-19 01:37:312405const char kVrCustomTabBrowsingName[] = "Enable Custom Tab browsing in VR.";
mthiesse700b0b62017-05-19 01:37:312406const char kVrCustomTabBrowsingDescription[] =
2407 "Allow browsing with a VR headset in a Custom Tab if available for this "
2408 "device.";
ymalike78a83b2017-05-19 20:42:312409
2410const char kWebVrAutopresentName[] = "Enable WebVr auto presentation";
ymalike78a83b2017-05-19 20:42:312411const char kWebVrAutopresentDescription[] =
2412 "Allows auto presentation of WebVr content from trusted first-party apps";
Brett Wilsonecb80982017-07-12 20:34:512413
Klaus Weidnera4cf0fd2017-08-08 20:16:372414const char kWebVrVsyncAlignName[] = "Enable WebVR VSync-aligned timing";
2415const char kWebVrVsyncAlignDescription[] =
2416 "Enabling this option aligns WebVR application rendering with VSync "
2417 "for smoother animations.";
2418
vabr0215a8e2017-03-28 12:47:342419#endif // defined(OS_ANDROID)
2420
Brett Wilsonecb80982017-07-12 20:34:512421const char kWebvrExperimentalRenderingName[] =
2422 "WebVR experimental rendering optimizations";
2423const char kWebvrExperimentalRenderingDescription[] =
2424 "Enabling this option activates experimental rendering path optimizations "
2425 "for WebVR.";
vabr0215a8e2017-03-28 12:47:342426
Brett Wilsonecb80982017-07-12 20:34:512427#endif // BUILDFLAG(ENABLE_VR)
vabr0215a8e2017-03-28 12:47:342428
vabr0215a8e2017-03-28 12:47:342429#if !defined(OS_ANDROID)
2430
mlamouriff56c092017-05-11 15:31:392431const char kEnableAudioFocusName[] = "Manage audio focus across tabs";
vabr0215a8e2017-03-28 12:47:342432
mlamouriff56c092017-05-11 15:31:392433const char kEnableAudioFocusDescription[] =
vabr0215a8e2017-03-28 12:47:342434 "Manage audio focus across tabs to improve the audio mixing.";
2435
mlamouriff56c092017-05-11 15:31:392436const char kEnableAudioFocusDisabled[] = "Disabled";
vabr0215a8e2017-03-28 12:47:342437
mlamouriff56c092017-05-11 15:31:392438const char kEnableAudioFocusEnabled[] = "Enabled";
vabr0215a8e2017-03-28 12:47:342439
mlamouriff56c092017-05-11 15:31:392440const char kEnableAudioFocusEnabledDuckFlash[] =
vabr0215a8e2017-03-28 12:47:342441 "Enabled (Flash lowers volume when interrupted by other sound, "
2442 "experimental)";
2443
2444#endif // !defined(OS_ANDROID)
2445
2446#if defined(OS_WIN)
2447
2448const char kGdiTextPrinting[] = "GDI Text Printing";
2449
2450const char kGdiTextPrintingDescription[] =
2451 "Use GDI to print text as simply text";
2452
2453#endif // defined(OS_WIN)
2454
vabr0215a8e2017-03-28 12:47:342455#if !defined(OS_MACOSX)
2456
2457const char kPermissionPromptPersistenceToggleName[] =
2458 "Persistence Toggle in Permission Prompts";
2459
2460const char kPermissionPromptPersistenceToggleDescription[] =
2461 "Whether to display a persistence toggle in permission prompts.";
2462
2463#endif // !defined(OS_MACOSX)
2464
vabr0215a8e2017-03-28 12:47:342465#if defined(OS_WIN)
2466
2467// Custom draw the Windows 10 titlebar. crbug.com/505013
2468
2469const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar";
2470
2471const char kWindows10CustomTitlebarDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192472 "If enabled, Chrome will draw the titlebar and caption buttons instead of "
2473 "deferring to Windows.";
vabr0215a8e2017-03-28 12:47:342474
2475#endif // defined(OS_WIN)
2476
2477#if defined(OS_WIN)
2478
rbpotter556837e42017-05-01 18:49:042479const char kDisablePostscriptPrinting[] = "Disable PostScript Printing";
vabr0215a8e2017-03-28 12:47:342480
rbpotter556837e42017-05-01 18:49:042481const char kDisablePostscriptPrintingDescription[] =
2482 "Disables PostScript generation when printing to PostScript capable "
2483 "printers, and uses EMF generation in its place.";
vabr0215a8e2017-03-28 12:47:342484
2485#endif // defined(OS_WIN)
2486
vabr0215a8e2017-03-28 12:47:342487// Desktop iOS promotion chrome://flags strings
2488
2489#if defined(OS_WIN)
2490
2491const char kEnableDesktopIosPromotionsName[] = "Desktop to iOS promotions.";
2492
2493const char kEnableDesktopIosPromotionsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192494 "Enable Desktop to iOS promotions, and allow users to see them if they are "
2495 "eligible.";
vabr0215a8e2017-03-28 12:47:342496
2497#endif // defined(OS_WIN)
2498
Michael Giuffridadc8030c2017-08-02 13:22:442499#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_WIN)
vabr0215a8e2017-03-28 12:47:342500
2501const char kOmniboxEntitySuggestionsName[] = "Omnibox entity suggestions";
vabr0215a8e2017-03-28 12:47:342502const char kOmniboxEntitySuggestionsDescription[] =
krbcc621412017-06-01 19:40:282503 "Enable receiving entity suggestions - disambiguation descriptions - for "
2504 "Omnibox suggestions.";
2505
2506const char kOmniboxTailSuggestionsName[] = "Omnibox tail suggestions";
2507const char kOmniboxTailSuggestionsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192508 "Enable receiving tail suggestions, a type of search suggestion based on "
2509 "the last few words in the query, for the Omnibox.";
vabr0215a8e2017-03-28 12:47:342510
ojan38c678352017-04-11 20:27:552511const char kPauseBackgroundTabsName[] = "Pause background tabs";
2512const char kPauseBackgroundTabsDescription[] =
2513 "Pause timers in background tabs after 5 minutes on desktop.";
2514
spqchan6f9127a2017-04-29 03:42:022515const char kEnableNewAppMenuIconName[] = "Enable the New App Menu Icon";
2516const char kEnableNewAppMenuIconDescription[] =
2517 "Use the new app menu icon with update notification animations.";
spqchan064a8112017-04-18 16:46:322518
Michael Giuffridadc8030c2017-08-02 13:22:442519#endif // defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_WIN)
vabr0215a8e2017-03-28 12:47:342520
2521#if defined(OS_CHROMEOS)
2522
2523const char kEnableChromevoxArcSupportName[] = "ChromeVox ARC support";
2524
2525const char kEnableChromevoxArcSupportDescription[] =
2526 "Enable ChromeVox screen reader features in ARC";
2527
2528#endif // defined(OS_CHROMEOS)
2529
vabr0215a8e2017-03-28 12:47:342530#if defined(OS_CHROMEOS)
2531
2532// File Manager
2533
2534const char kVideoPlayerChromecastSupportName[] =
2535 "Experimental Chromecast support for Video Player";
2536
2537const char kVideoPlayerChromecastSupportDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192538 "This option enables experimental Chromecast support for Video Player app "
2539 "on ChromeOS.";
vabr0215a8e2017-03-28 12:47:342540
2541const char kNewZipUnpackerName[] = "New ZIP unpacker";
2542
2543const char kNewZipUnpackerDescription[] =
2544 "New ZIP unpacker flow, based on the File System Provider API.";
2545
vabr0215a8e2017-03-28 12:47:342546const char kOfficeEditingComponentAppName[] =
2547 "Office Editing for Docs, Sheets & Slides";
2548
2549const char kOfficeEditingComponentAppDescription[] =
2550 "Office Editing for Docs, Sheets & Slides for testing purposes.";
2551
2552const char kDisplayColorCalibrationName[] = "Color calibration of the display";
2553
2554const char kDisplayColorCalibrationDescription[] =
2555 "Allow color calibration of the display if the display supports the "
2556 "feature.";
2557
newcomer403ac142017-07-05 18:26:302558const char kEnableFullscreenAppListName[] = "Enable The Peeking Launcher";
2559
2560const char kEnableFullscreenAppListDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192561 "The peeking launcher UI supports touch and provides more space for "
2562 "upcoming features.";
newcomer403ac142017-07-05 18:26:302563
Alex Newcomer43cb7f12017-07-28 17:37:392564extern const char kEnableBackgroundBlurName[] = "Enable background blur.";
2565extern const char kEnableBackgroundBlurDescription[] =
2566 "Enables background blur for the Peeking Launcher, Lock Screen, and Tab "
2567 "Switcher.";
2568
vabr0215a8e2017-03-28 12:47:342569const char kMemoryPressureThresholdName[] =
2570 "Memory discard strategy for advanced pressure handling";
2571
2572const char kMemoryPressureThresholdDescription[] =
2573 "Memory discarding strategy to use";
2574
2575const char kConservativeThresholds[] =
2576 "Conservative memory pressure release strategy";
2577
2578const char kAggressiveCacheDiscardThresholds[] =
2579 "Aggressive cache release strategy";
2580
2581const char kAggressiveTabDiscardThresholds[] =
2582 "Aggressive tab release strategy";
2583
2584const char kAggressiveThresholds[] =
2585 "Aggressive tab and cache release strategy";
2586
2587const char kWakeOnPacketsName[] = "Wake On Packets";
2588
2589const char kWakeOnPacketsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192590 "Enables waking the device based on the receipt of some network packets.";
vabr0215a8e2017-03-28 12:47:342591
brettw5f9c1642017-05-14 17:12:482592const char kQuickUnlockPinName[] = "Quick Unlock (PIN)";
vabr0215a8e2017-03-28 12:47:342593
2594const char kQuickUnlockPinDescription[] =
jdufault74476492017-04-20 01:20:002595 "Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS "
2596 "device on the lock screen after you have signed into your device.";
2597
2598const char kQuickUnlockPinSignin[] = "Enable PIN when logging in.";
2599
2600const char kQuickUnlockPinSigninDescription[] =
2601 "Enabling PIN allows you to use a PIN to sign in and unlock your ChromeOS "
2602 "device. After changing this flag PIN needs to be set up again.";
vabr0215a8e2017-03-28 12:47:342603
2604const char kQuickUnlockFingerprint[] = "Quick Unlock (Fingerprint)";
2605
2606const char kQuickUnlockFingerprintDescription[] =
2607 "Enabling fingerprint quick unlock allows you to setup and use a "
Vitalii Iarko7df520142017-07-07 12:53:192608 "fingerprint to unlock your Chromebook on the lock screen after you have "
2609 "signed into your device.";
vabr0215a8e2017-03-28 12:47:342610
2611const char kExperimentalAccessibilityFeaturesName[] =
2612 "Experimental accessibility features";
2613
2614const char kExperimentalAccessibilityFeaturesDescription[] =
2615 "Enable additional accessibility features in the Settings page.";
2616
2617const char kDisableSystemTimezoneAutomaticDetectionName[] =
2618 "SystemTimezoneAutomaticDetection policy support";
2619
2620const char kDisableSystemTimezoneAutomaticDetectionDescription[] =
2621 "Disable system timezone automatic detection device policy.";
2622
2623const char kEolNotificationName[] = "Disable Device End of Life notification.";
2624
2625const char kEolNotificationDescription[] =
2626 "Disable Notifcation when Device is End of Life.";
2627
2628// Stylus strings
2629
2630const char kForceEnableStylusToolsName[] = "Force enable stylus features";
2631
2632const char kForceEnableStylusToolsDescription[] =
2633 "Forces display of the stylus tools menu in the shelf and the stylus "
2634 "section in settings, even if there is no attached stylus device.";
2635
Toni Barzic0f3440a62017-07-19 20:19:312636const char kEnableLockScreenAppsName[] = "Enable lock screen note taking";
2637
2638const char kEnableLockScreenAppsDescription[] =
2639 "Enable new-note action handler apps on the lock screen. The user will be "
2640 "able to launch the preferred note-taking action from the lock screen, "
2641 "provided that the app supports lock screen note taking.";
2642
vabr0215a8e2017-03-28 12:47:342643// Network portal notification
2644
2645const char kNetworkPortalNotificationName[] =
2646 "Notifications about captive portals";
2647
2648const char kNetworkPortalNotificationDescription[] =
2649 "If enabled, notification is displayed when device is connected to a "
2650 "network behind captive portal.";
2651
stevenjbe1d457382017-05-24 22:37:242652const char kNetworkSettingsConfigName[] =
2653 "Settings based Network Configuration";
2654
2655const char kNetworkSettingsConfigDescription[] =
2656 "Enables the Settings based network configuration UI instead of the Views "
2657 "based configuration dialog.";
2658
vabr0215a8e2017-03-28 12:47:342659const char kMtpWriteSupportName[] = "MTP write support";
2660
2661const char kMtpWriteSupportDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192662 "MTP write support in File System API (and file manager). In-place editing "
2663 "operations are not supported.";
vabr0215a8e2017-03-28 12:47:342664
2665const char kCrosRegionsModeName[] = "Cros-regions load mode";
2666
2667const char kCrosRegionsModeDescription[] =
2668 "This flag controls cros-regions load mode";
2669
2670const char kCrosRegionsModeDefault[] = "Default";
2671
2672const char kCrosRegionsModeOverride[] = "Override VPD values.";
2673
2674const char kCrosRegionsModeHide[] = "Hide VPD values.";
2675
2676const char kPrinterProviderSearchAppName[] =
2677 "Chrome Web Store Gallery app for printer drivers";
2678
2679const char kPrinterProviderSearchAppDescription[] =
2680 "Enables Chrome Web Store Gallery app for printer drivers. The app "
Vitalii Iarko7df520142017-07-07 12:53:192681 "searches Chrome Web Store for extensions that support printing to a USB "
2682 "printer with specific USB ID.";
vabr0215a8e2017-03-28 12:47:342683
2684const char kArcBootCompleted[] = "Load Android apps automatically";
2685
2686const char kArcBootCompletedDescription[] =
2687 "Allow Android apps to start automatically after signing in.";
2688
2689const char kEnableImeMenuName[] = "Enable opt-in IME menu";
2690
2691const char kEnableImeMenuDescription[] =
2692 "Enable access to the new IME menu in the Language Settings page.";
2693
2694const char kEnableEhvInputName[] =
2695 "Emoji, handwriting and voice input on opt-in IME menu";
2696
2697const char kEnableEhvInputDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192698 "Enable access to emoji, handwriting and voice input form opt-in IME menu.";
vabr0215a8e2017-03-28 12:47:342699
fukino1b5ebe952017-04-07 05:35:302700const char kEnableEncryptionMigrationName[] =
2701 "Enable encryption migration of user data";
2702
2703const char kEnableEncryptionMigrationDescription[] =
2704 "If enabled and the device supports ARC, the user will be asked to update "
2705 "the encryption of user data when the user signs in.";
2706
Daniel Erat33054b22017-06-27 16:18:072707// Spurious power button detection
2708
2709const char kSpuriousPowerButtonWindowName[] = "Spurious power button window";
2710const char kSpuriousPowerButtonWindowDescription[] =
2711 "Number of recent accelerometer samples to examine to determine if a power "
2712 "button event was spurious.";
2713
2714const char kSpuriousPowerButtonAccelCountName[] =
2715 "Spurious power button acceleration count";
2716const char kSpuriousPowerButtonAccelCountDescription[] =
2717 "Number of recent acceleration samples that must meet or exceed exceed the "
2718 "threshold in order for a power button event to be considered spurious.";
2719
2720const char kSpuriousPowerButtonScreenAccelName[] =
2721 "Spurious power button screen acceleration threshold";
2722const char kSpuriousPowerButtonScreenAccelDescription[] =
2723 "Threshold (in m/s^2, disregarding gravity) that screen acceleration must "
2724 "meet or exceed for a power button event to be considered spurious.";
2725
2726const char kSpuriousPowerButtonKeyboardAccelName[] =
2727 "Spurious power button keyboard acceleration threshold";
2728const char kSpuriousPowerButtonKeyboardAccelDescription[] =
2729 "Threshold (in m/s^2, disregarding gravity) that keyboard acceleration "
2730 "must meet or exceed for a power button event to be considered spurious.";
2731
2732const char kSpuriousPowerButtonLidAngleChangeName[] =
2733 "Spurious power button lid angle change threshold";
2734const char kSpuriousPowerButtonLidAngleChangeDescription[] =
2735 "Change in lid angle (i.e. hinge between keyboard and screen) that must be "
2736 "met or exceeded for a power button event to be considered spurious.";
2737
vabr0215a8e2017-03-28 12:47:342738#endif // #if defined(OS_CHROMEOS)
2739
stanisc14bed0b132017-05-10 17:46:372740#if defined(OS_WIN)
2741
2742// Name and description of the flag that enables D3D v-sync.
2743const char kEnableD3DVsync[] = "D3D v-sync";
2744const char kEnableD3DVsyncDescription[] =
2745 "Produces v-sync signal by having D3D wait for vertical blanking interval "
2746 "to occur.";
2747
2748#endif // defined(OS_WIN)
2749
thestig0c55ee32017-06-20 22:17:512750#if !defined(OS_ANDROID)
treib273e9db2017-05-11 14:02:262751
msarda6d4b3dc2017-06-02 15:39:472752const char kAccountConsistencyName[] =
2753 "Identity consistency between browser and cookie jar";
2754
2755const char kAccountConsistencyDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192756 "When enabled, the browser manages signing in and out of Google accounts.";
msarda6d4b3dc2017-06-02 15:39:472757
2758const char kAccountConsistencyChoiceMirror[] = "Mirror";
2759const char kAccountConsistencyChoiceDice[] = "Dice";
2760
treib273e9db2017-05-11 14:02:262761const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP";
2762const char kUseGoogleLocalNtpDescription[] =
2763 "Use the local New Tab page if Google is the default search engine.";
2764
2765const char kOneGoogleBarOnLocalNtpName[] =
2766 "Enable the OneGoogleBar on the local NTP";
2767const char kOneGoogleBarOnLocalNtpDescription[] =
2768 "Show a OneGoogleBar on the local New Tab page if Google is the default "
2769 "search engine.";
2770
Ondrej Skopek8e8e431c2017-08-07 14:03:072771const char kVoiceSearchOnLocalNtpName[] =
2772 "Enable Voice Search on the local NTP";
2773const char kVoiceSearchOnLocalNtpDescription[] =
2774 "Show a microphone for voice search on the local New Tab page "
2775 "if Google is the default search engine.";
2776
thestig0c55ee32017-06-20 22:17:512777#endif // !defined(OS_ANDROID)
treib273e9db2017-05-11 14:02:262778
lgreyc0b638e52017-05-11 19:10:172779#if defined(OS_MACOSX)
2780extern const char kMacRTLName[] = "Enable RTL";
2781extern const char kMacRTLDescription[] =
2782 "Mirrors the UI for RTL language users";
spqchand24dbd52017-07-21 00:57:062783extern const char kMacTouchBarName[] = "Hardware Touch Bar";
elawrence408bddb2017-06-15 16:07:382784extern const char kMacTouchBarDescription[] =
spqchand24dbd52017-07-21 00:57:062785 "Control the use of the Touch Bar.";
2786extern const char kCreditCardAutofillTouchBarName[] =
2787 "Credit Card Autofill Touch Bar";
2788extern const char kCreditCardAutofillTouchBarDescription[] =
2789 "Shows Credit Card Autofill Suggestions on the Touch Bar.";
lgreyc0b638e52017-05-11 19:10:172790#endif
2791
yhanadac5bff5b2017-05-18 06:37:092792#if defined(OS_CHROMEOS)
2793
2794const char kDisableNewVirtualKeyboardBehaviorName[] =
2795 "New window behavior for the accessibility keyboard";
2796const char kDisableNewVirtualKeyboardBehaviorDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192797 "Disable new window behavior for the accessibility keyboard in non-sticky "
2798 "mode (do not change work area in non-sticky mode).";
yhanadac5bff5b2017-05-18 06:37:092799
bruthigeafb0c02017-06-09 13:11:532800const char kUiDevToolsName[] = "Enable native UI inspection";
2801const char kUiDevToolsDescription[] =
2802 "Enables inspection of native UI elements. For local inspection use "
2803 "chrome://inspect#other";
2804
Takashi Toyoshima14f64f562017-07-19 08:38:202805const char kUseCrosMidiServiceName[] = "Use Chrome OS MIDI Service";
2806const char kUseCrosMidiServiceNameDescription[] =
2807 "Use Chrome OS MIDI Service for Web MIDI and allow ARC to support Android "
2808 "MIDI.";
2809
orenb21da031c2017-06-30 21:24:202810const char kMultideviceName[] = "Enable multidevice features";
2811const char kMultideviceDescription[] =
2812 "Enables UI for controlling multidevice features.";
2813
yhanadac5bff5b2017-05-18 06:37:092814#endif // defined(OS_CHROMEOS)
2815
vabr0215a8e2017-03-28 12:47:342816} // namespace flag_descriptions