blob: c4ad013c954efb75a193e589869a77b686df8135 [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
9// Material Design version of chrome://bookmarks
10
11const char kEnableMaterialDesignBookmarksName[] =
12 "Enable Material Design bookmarks";
13
14const char kEnableMaterialDesignBookmarksDescription[] =
15 "If enabled, the chrome://bookmarks/ URL loads the Material Design "
16 "bookmarks page.";
17
18// Material Design version of chrome://policy
19
20const char kEnableMaterialDesignPolicyPageName[] =
21 "Enable Material Design policy page";
22
23const char kEnableMaterialDesignPolicyPageDescription[] =
24 "If enabled, the chrome://md-policy URL loads the Material Design "
25 "policy page.";
26
27// Material Design version of chrome://history
28
29const char kEnableMaterialDesignHistoryName[] =
30 "Enable Material Design history";
31
32const char kEnableMaterialDesignHistoryDescription[] =
33 "If enabled, the chrome://history/ URL loads the Material Design "
34 "history page.";
35
36// Material Design version of chrome://settings
37
38const char kEnableMaterialDesignSettingsName[] =
39 "Enable Material Design settings";
40
41const char kEnableMaterialDesignSettingsDescription[] =
42 "If enabled, the chrome://settings/ URL loads the Material Design "
43 "settings page.";
44
45// Material Design version of chrome://extensions
46
47const char kEnableMaterialDesignExtensionsName[] =
48 "Enable Material Design extensions";
49
50const char kEnableMaterialDesignExtensionsDescription[] =
51 "If enabled, the chrome://extensions/ URL loads the Material Design "
52 "extensions page.";
53
54// Material Design version of feedback form
55
56const char kEnableMaterialDesignFeedbackName[] =
57 "Enable Material Design feedback";
58
59const char kEnableMaterialDesignFeedbackDescription[] =
60 "If enabled, reporting an issue will load the Material Design feedback "
61 "UI.";
62
63// Report URL to SafeSearch
64
65const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting.";
66
67const char kSafeSearchUrlReportingDescription[] =
68 "If enabled, inappropriate URLs can be reported back to SafeSearch.";
69
70// Device scale factor change in content crbug.com/485650.
71
72const char kEnableUseZoomForDsfName[] =
73 "Use Blink's zoom for device scale factor.";
74
75const char kEnableUseZoomForDsfDescription[] =
76 "If enabled, Blink uses its zooming mechanism to scale content for "
77 "device scale factor.";
78
79const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
80
81const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
82
83const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
84
85const char kNostatePrefetch[] = "No-State Prefetch";
86
87const char kNostatePrefetchDescription[] =
88 R"*("No-State Prefetch" pre-downloads resources to improve load )*"
89 R"*(times. "Prerender" does a full pre-rendering of the page, to )*"
90 R"*(improve load times even more. "Simple Load" does nothing and is )*"
91 R"*(similar to disabling the feature, but collects more metrics for )*"
92 R"*(comparison purposes.)*";
93
94const char kSpeculativePrefetchName[] = "Speculative Prefetch";
95
96const char kSpeculativePrefetchDescription[] =
97 R"*("Speculative Prefetch" fetches likely resources early to improve )*"
98 R"*(load times, based on a local database (see chrome://predictors). )*"
99 R"*("Learning" means that only the database construction is enabled, )*"
100 R"*("Prefetching" that learning and prefetching are enabled.)*";
101
102// Force Tablet Mode
103
104const char kForceTabletModeName[] = "Force Tablet Mode";
105
106const char kForceTabletModeDescription[] =
107 R"*(This flag can be used to force a certain mode on to a chromebook, )*"
108 R"*(despite its current orientation. "TouchView" means that the )*"
109 R"*(chromebook will act as if it were in touch view mode. "Clamshell" )*"
110 R"*(means that the chromebook will act as if it were in clamshell )*"
111 R"*(mode . "Auto" means that the chromebook will alternate between )*"
112 R"*(the two, based on its orientation.)*";
113
114const char kForceTabletModeTouchview[] = "TouchView";
115
116const char kForceTabletModeClamshell[] = "Clamshell";
117
118const char kForceTabletModeAuto[] = "Auto (default)";
119
120// Print Preview features
121
122const char kPrintPdfAsImageName[] = "Print Pdf as Image";
123
124const char kPrintPdfAsImageDescription[] =
125 "If enabled, an option to print PDF files as images will be available "
126 "in print preview.";
127
vabr0215a8e2017-03-28 12:47:34128const char kNaclName[] = "Native Client";
129
130#if defined(OS_ANDROID)
131
132const char kNaclDescription[] = "Enable support for Native Client.";
133
134#endif // defined(OS_ANDROID)
135
136#if !defined(OS_ANDROID)
137
138const char kNaclDescription[] =
139 "Support Native Client for all web applications, even those that were "
140 "not installed from the Chrome Web Store.";
141
142#endif // !defined(OS_ANDROID)
143
144const char kNaclDebugName[] = "Native Client GDB-based debugging";
145
146const char kNaclDebugDescription[] =
147 "Enable GDB debug stub. This will stop a Native Client application on "
148 "startup and wait for nacl-gdb (from the NaCl SDK) to attach to it.";
149
150#if !defined(OS_ANDROID)
151
152const char kPnaclSubzeroName[] = "Force PNaCl Subzero";
153
154const char kPnaclSubzeroDescription[] =
155 "Force the use of PNaCl's fast Subzero translator for all pexe files.";
156
157#endif // !defined(OS_ANDROID)
158
159const char kNaclDebugMaskName[] =
160 "Restrict Native Client GDB-based debugging by pattern";
161
162const char kNaclDebugMaskDescription[] =
163 "Restricts Native Client application GDB-based debugging by URL of "
164 "manifest file. Native Client GDB-based debugging must be enabled for "
165 "this option to work.";
166
167const char kNaclDebugMaskChoiceDebugAll[] = "Debug everything.";
168
169const char kNaclDebugMaskChoiceExcludeUtilsPnacl[] =
170 "Debug everything except secure shell and the PNaCl translator.";
171
172const char kNaclDebugMaskChoiceIncludeDebug[] =
173 "Debug only if manifest URL ends with debug.nmf.";
174
175const char kEnableHttpFormWarningName[] =
176 "Show in-form warnings for sensitive fields when the top-level page is "
177 "not HTTPS";
178
179const char kEnableHttpFormWarningDescription[] =
180 "Attaches a warning UI to any password or credit card fields detected "
181 "when the top-level page is not HTTPS";
182
183const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure";
184
185const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages";
186
187const char kMarkHttpAsDangerous[] = "Always mark HTTP as actively dangerous";
188
msrameka8443112017-04-24 23:20:10189// Material design of the Incognito NTP.
190
191extern const char kMaterialDesignIncognitoNTPName[] =
192 "Material Design Incognito NTP.";
193
194extern const char kMaterialDesignIncognitoNTPDescription[] =
195 "If enabled, the Incognito New Tab page uses the new material design "
196 "with a better readable text.";
197
vabr0215a8e2017-03-28 12:47:34198const char kSavePageAsMhtmlName[] = "Save Page as MHTML";
199
200const char kSavePageAsMhtmlDescription[] =
201 "Enables saving pages as MHTML: a single text file containing HTML and "
202 "all sub-resources.";
203
204// Flag and values for MHTML Geenrator options lab.
205
206const char kMhtmlGeneratorOptionName[] = "MHTML Generation Option";
207
208const char kMhtmlGeneratorOptionDescription[] =
209 "Provides experimental options for MHTML file generator.";
210
211const char kMhtmlSkipNostoreMain[] = "Skips no-store main frame.";
212
213const char kMhtmlSkipNostoreAll[] = "Skips all no-store resources.";
214
215const char kDeviceDiscoveryNotificationsName[] =
216 "Device Discovery Notifications";
217
218const char kDeviceDiscoveryNotificationsDescription[] =
219 "Device discovery notifications on local network.";
220
221#if defined(OS_WIN)
222
223const char kCloudPrintXpsName[] = "XPS in Google Cloud Print";
224
225const char kCloudPrintXpsDescription[] =
226 "XPS enables advanced options for classic printers connected to the "
227 "Cloud Print with Chrome. Printers must be re-connected after changing "
228 "this flag.";
229
230#endif // defined(OS_WIN)
231
232const char kLoadMediaRouterComponentExtensionName[] =
233 "Load Media Router Component Extension";
234
235const char kLoadMediaRouterComponentExtensionDescription[] =
236 "Loads the Media Router component extension at startup.";
237
238const char kPrintPreviewRegisterPromosName[] =
239 "Print Preview Registration Promos";
240
241const char kPrintPreviewRegisterPromosDescription[] =
242 "Enable registering unregistered cloud printers from print preview.";
243
244const char kScrollPredictionName[] = "Scroll prediction";
245
246const char kTopChromeMd[] = "UI Layout for the browser's top chrome";
247
248const char kTopChromeMdDescription[] =
249 R"*(Toggles between normal and touch (formerly "hybrid") layouts.)*";
250
251const char kTopChromeMdMaterial[] = "Normal";
252
253const char kTopChromeMdMaterialHybrid[] = "Touch";
254
255const char kSiteSettings[] = "Site settings with All sites and Site details";
256
257const char kSiteSettingsDescription[] =
258 "Adds new ways of viewing Site settings.";
259
260const char kSecondaryUiMd[] =
261 "Material Design in the rest of the browser's native UI";
262
263const char kSecondaryUiMdDescription[] =
264 "Extends the --top-chrome-md setting to secondary UI (bubbles, dialogs, "
265 "etc.). On Mac, this enables MacViews, which uses toolkit-views for "
266 "native browser dialogs.";
267
268const char kScrollPredictionDescription[] =
269 "Predicts the finger's future position during scrolls allowing time to "
270 "render the frame before the finger is there.";
271
272const char kAddToShelfName[] = "Add to shelf";
273
274const char kAddToShelfDescription[] =
275 "Enable the display of add to shelf banners, which prompt a user to add "
276 "a web app to their shelf, or other platform-specific equivalent.";
277
278const char kBypassAppBannerEngagementChecksName[] =
279 "Bypass user engagement checks";
280
281const char kBypassAppBannerEngagementChecksDescription[] =
282 "Bypasses user engagement checks for displaying app banners, such as "
283 "requiring that users have visited the site before and that the banner "
284 "hasn't been shown recently. This allows developers to test that other "
285 "eligibility requirements for showing app banners, such as having a "
286 "manifest, are met.";
287
288#if defined(OS_ANDROID)
289
290const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher";
291
292const char kAccessibilityTabSwitcherDescription[] =
293 "Enable the accessibility tab switcher for Android.";
294
csashidf20b102017-04-04 01:53:24295const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility";
296
297const char kAndroidAutofillAccessibilityDescription[] =
298 "Enable accessibility for autofill popup.";
299
vabr0215a8e2017-03-28 12:47:34300const char kEnablePhysicalWebName[] = "Enable the Physical Web.";
301
302const char kEnablePhysicalWebDescription[] =
303 "Enable scanning for URLs from Physical Web objects.";
304
305#endif // defined(OS_ANDROID)
306
307const char kTouchEventsName[] = "Touch Events API";
308
309const char kTouchEventsDescription[] =
310 "Force Touch Events API feature detection to always be enabled or "
311 "disabled, or to be enabled when a touchscreen is detected on startup "
312 "(Automatic, the default).";
313
314const char kTouchAdjustmentName[] = "Touch adjustment";
315
316const char kTouchAdjustmentDescription[] =
317 "Refine the position of a touch gesture in order to compensate for "
318 "touches having poor resolution compared to a mouse.";
319
320const char kCompositedLayerBorders[] = "Composited render layer borders";
321
322const char kCompositedLayerBordersDescription[] =
323 "Renders a border around composited Render Layers to help debug and "
324 "study layer compositing.";
325
326const char kGlCompositedTextureQuadBorders[] =
327 "GL composited texture quad borders";
328
329const char kGlCompositedTextureQuadBordersDescription[] =
330 "Renders a border around GL composited texture quads to help debug and "
331 "study overlay support.";
332
333const char kShowOverdrawFeedback[] = "Show overdraw feedback";
334
335const char kShowOverdrawFeedbackDescription[] =
336 "Visualize overdraw by color-coding elements based on if they have "
337 "other elements drawn underneath.";
338
339const char kUiPartialSwapName[] = "Partial swap";
340
341const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
342
343const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
344
345const char kIgnoreGpuBlacklistName[] = "Override software rendering list";
346
347const char kIgnoreGpuBlacklistDescription[] =
348 "Overrides the built-in software rendering list and enables "
349 "GPU-acceleration on unsupported system configurations.";
350
351const char kInertVisualViewportName[] = "Inert visual viewport.";
352
353const char kInertVisualViewportDescription[] =
354 "Experiment to have all APIs reflect the layout viewport. This will "
355 "make window.scroll properties relative to the layout viewport.";
356
ccameronc570ec92017-04-14 05:36:25357const char kColorCorrectRenderingName[] = "Color correct rendering";
358
359const char kColorCorrectRenderingDescription[] =
360 "Enables color correct rendering of web content.";
361
vabr0215a8e2017-03-28 12:47:34362const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features";
363
364const char kExperimentalCanvasFeaturesDescription[] =
365 "Enables the use of experimental canvas features which are still in "
366 "development.";
367
368const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas";
369
370const char kAccelerated2dCanvasDescription[] =
371 "Enables the use of the GPU to perform 2d canvas rendering instead of "
372 "using software rendering.";
373
374const char kDisplayList2dCanvasName[] = "Display list 2D canvas";
375
376const char kDisplayList2dCanvasDescription[] =
377 "Enables the use of display lists to record 2D canvas commands. This "
378 "allows 2D canvas rasterization to be performed on separate thread.";
379
380const char kEnable2dCanvasDynamicRenderingModeSwitchingName[] =
381 "Enable 2D canvas dynamic rendering mode switching.";
382
383const char kEnable2dCanvasDynamicRenderingModeSwitchingDescription[] =
384 "There are multiple implementations of the graphics rendering pipeline "
385 "for the 2D canvas. These different implementations have different "
386 "performance characteristics. Turning on this flag allows canvas 2D "
387 "contexts to switch between these implementations on the fly based on "
388 "how the canvas is used in order to increase performance. For example, "
389 "going from an implementation that uses the GPU to one that doesn't.";
390
391const char kExperimentalExtensionApisName[] = "Experimental Extension APIs";
392
393const char kExperimentalExtensionApisDescription[] =
394 "Enables experimental extension APIs. Note that the extension gallery "
395 "doesn't allow you to upload extensions that use experimental APIs.";
396
397const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
398
399const char kExtensionsOnChromeUrlsDescription[] =
400 "Enables running extensions on chrome:// URLs, where extensions "
401 "explicitly request this permission.";
402
403const char kFastUnloadName[] = "Fast tab/window close";
404
405const char kFastUnloadDescription[] =
406 "Enables fast tab/window closing - runs a tab's onunload js handler "
407 "independently of the GUI.";
408
409const char kUserConsentForExtensionScriptsName[] =
410 "User consent for extension scripts";
411
412const char kUserConsentForExtensionScriptsDescription[] =
413 "Require user consent for an extension running a script on the page, if "
414 "the extension requested permission to run on all urls.";
415
416const char kHistoryRequiresUserGestureName[] =
417 "New history entries require a user gesture.";
418
419const char kHistoryRequiresUserGestureDescription[] =
420 "Require a user gesture to add a history entry.";
421
422const char kHyperlinkAuditingName[] = "Hyperlink auditing";
423
424const char kHyperlinkAuditingDescription[] = "Sends hyperlink auditing pings.";
425
426#if defined(OS_ANDROID)
427
428const char kContextualSearch[] = "Contextual Search";
429
430const char kContextualSearchDescription[] =
431 "Whether or not Contextual Search is enabled.";
432
433const char kContextualSearchContextualCardsBarIntegration[] =
434 "Contextual Search - Contextual Cards Integration";
435
436const char kContextualSearchContextualCardsBarIntegrationDescription[] =
437 "Whether or not integration of Contextual Cards data in the Contextual "
438 "Search Bar is enabled.";
439
440const char kContextualSearchSingleActions[] =
441 "Contextual Search - Single Actions";
442
443const char kContextualSearchSingleActionsDescription[] =
444 "Whether or not single actions using Contextual Cards data in the "
445 "Contextual Search Bar is enabled.";
446
447const char kContextualSearchUrlActions[] = "Contextual Search - URL Actions";
448
449const char kContextualSearchUrlActionsDescription[] =
450 "Whether or not URL actions using Contextual Cards data in the "
451 "Contextual Search Bar is enabled.";
452
453#endif // defined(OS_ANDROID)
454
455const char kSmoothScrollingName[] = "Smooth Scrolling";
456
457const char kSmoothScrollingDescription[] =
458 "Animate smoothly when scrolling page content.";
459
460const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
461
462const char kOverlayScrollbarsDescription[] =
463 "Enable the experimental overlay scrollbars implementation. You must "
464 "also enable threaded compositing to have the scrollbars animate.";
465
466const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
467
468const char kShowAutofillTypePredictionsDescription[] =
469 "Annotates web forms with Autofill field type predictions as "
470 "placeholder text.";
471
472const char kTcpFastOpenName[] = "TCP Fast Open";
473
474const char kTcpFastOpenDescription[] =
475 "Enable the option to send extra authentication information in the "
476 "initial SYN packet for a previously connected client, allowing faster "
477 "data send start.";
478
479const char kTouchDragDropName[] = "Touch initiated drag and drop";
480
481const char kTouchDragDropDescription[] =
482 "Touch drag and drop can be initiated through long press on a draggable "
483 "element.";
484
485const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
486
487const char kTouchSelectionStrategyDescription[] =
488 "Controls how text selection granularity changes when touch text "
489 "selection handles are dragged. Non-default behavior is experimental.";
490
491const char kTouchSelectionStrategyCharacter[] = "Character";
492
493const char kTouchSelectionStrategyDirection[] = "Direction";
494
495const char kWalletServiceUseSandboxName[] =
496 "Use Google Payments sandbox servers";
497
498const char kWalletServiceUseSandboxDescription[] =
499 "For developers: use the sandbox service for Google Payments API "
500 "calls.";
501
502const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
503
504const char kOverscrollHistoryNavigationDescription[] =
505 "Experimental history navigation in response to horizontal overscroll.";
506
507const char kOverscrollHistoryNavigationSimpleUi[] = "Simple";
508
509const char kOverscrollStartThresholdName[] = "Overscroll start threshold";
510
511const char kOverscrollStartThresholdDescription[] =
512 "Changes overscroll start threshold relative to the default value.";
513
514const char kOverscrollStartThreshold133Percent[] = "133%";
515
516const char kOverscrollStartThreshold166Percent[] = "166%";
517
518const char kOverscrollStartThreshold200Percent[] = "200%";
519
520const char kScrollEndEffectName[] = "Scroll end effect";
521
522const char kScrollEndEffectDescription[] =
523 "Experimental scroll end effect in response to vertical overscroll.";
524
525const char kWebgl2Name[] = "WebGL 2.0";
526
527const char kWebgl2Description[] = "Allow web applications to access WebGL 2.0.";
528
529const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
530
531const char kWebglDraftExtensionsDescription[] =
532 "Enabling this option allows web applications to access the WebGL "
533 "Extensions that are still in draft status.";
534
535const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
536
537const char kWebrtcHwDecodingDescription[] =
538 "Support in WebRTC for decoding video streams using platform hardware.";
539
540const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
541
542const char kWebrtcHwEncodingDescription[] =
543 "Support in WebRTC for encoding video streams using platform hardware.";
544
545const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding";
546
547const char kWebrtcHwH264EncodingDescription[] =
548 "Support in WebRTC for encoding h264 video streams using platform "
549 "hardware.";
550
braveyao96c9b342017-04-25 18:23:19551const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding";
552
553const char kWebrtcHwVP8EncodingDescription[] =
554 "Support in WebRTC for encoding vp8 video streams using platform "
555 "hardware.";
556
vabr0215a8e2017-03-28 12:47:34557const char kWebrtcSrtpAesGcmName[] =
558 "Negotiation with GCM cipher suites for SRTP in WebRTC";
559
560const char kWebrtcSrtpAesGcmDescription[] =
561 "When enabled, WebRTC will try to negotiate GCM cipher suites for "
562 "SRTP.";
563
564const char kWebrtcStunOriginName[] = "WebRTC Stun origin header";
565
566const char kWebrtcStunOriginDescription[] =
567 "When enabled, Stun messages generated by WebRTC will contain the "
568 "Origin header.";
569
570const char kWebrtcEchoCanceller3Name[] = "WebRTC Echo Canceller 3.";
571
572const char kWebrtcEchoCanceller3Description[] =
573 "Experimental WebRTC echo canceller (AEC3).";
574
575#if defined(OS_ANDROID)
576
577const char kMediaScreenCaptureName[] = "Experimental ScreenCapture.";
578
579const char kMediaScreenCaptureDescription[] =
580 "Enable this option for experimental ScreenCapture feature on Android.";
581
582#endif // defined(OS_ANDROID)
583
584#if BUILDFLAG(ENABLE_WEBRTC)
585
586const char kWebrtcH264WithOpenh264FfmpegName[] =
587 "WebRTC H.264 software video encoder/decoder";
588
589const char kWebrtcH264WithOpenh264FfmpegDescription[] =
590 "When enabled, an H.264 software video encoder/decoder pair is "
591 "included. If a hardware encoder/decoder is also available it may be "
592 "used instead of this encoder/decoder.";
593
594#endif // BUILDFLAG(ENABLE_WEBRTC)
595
596const char kWebvrName[] = "WebVR";
597
598const char kWebvrDescription[] =
599 "Enabling this option allows web applications to access experimental "
600 "Virtual Reality APIs.";
601
602const char kWebvrExperimentalRenderingName[] =
603 "WebVR experimental rendering optimizations";
604
605const char kWebvrExperimentalRenderingDescription[] =
606 "Enabling this option activates experimental rendering path "
607 "optimizations for WebVR.";
608
609const char kGamepadExtensionsName[] = "Gamepad Extensions";
610
611const char kGamepadExtensionsDescription[] =
612 "Enabling this option allows web applications to access experimental "
613 "extensions to the Gamepad APIs.";
614
615#if defined(OS_ANDROID)
616
617const char kNewPhotoPickerName[] = "Enable new Photopicker";
618
619const char kNewPhotoPickerDescription[] =
620 "Activates the new picker for selecting photos.";
621
622#endif // defined(OS_ANDROID)
623
624#if defined(OS_ANDROID)
625
626const char kEnableOskOverscrollName[] = "Enable OSK Overscroll";
627
628const char kEnableOskOverscrollDescription[] =
629 "Enable OSK overscroll support. With this flag on, the OSK will only "
630 "resize the visual viewport.";
631
632#endif // defined(OS_ANDROID)
633
634const char kQuicName[] = "Experimental QUIC protocol";
635
636const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
637
638const char kSslVersionMaxName[] = "Maximum TLS version enabled.";
639
640const char kSslVersionMaxDescription[] = "Set maximum enabled TLS version.";
641
642const char kSslVersionMaxTls12[] = "TLS 1.2";
643
644const char kSslVersionMaxTls13[] = "TLS 1.3";
645
646const char kEnableTokenBindingName[] = "Token Binding.";
647
648const char kEnableTokenBindingDescription[] = "Enable Token Binding support.";
649
vabr0215a8e2017-03-28 12:47:34650const char kPassiveDocumentEventListenersDescription[] =
651 "Forces touchstart, and touchmove event listeners on document level "
652 "targets (which haven't requested otherwise) to be treated as passive.";
653
654const char kPassiveDocumentEventListenersName[] =
655 "Document Level Event Listeners Passive Default";
656
657const char kPassiveEventListenersDueToFlingDescription[] =
658 "Forces touchstart, and first touchmove per scroll event listeners "
659 "during fling to be treated as passive.";
660
661const char kPassiveEventListenersDueToFlingName[] =
662 "Touch Event Listeners Passive Default During Fling";
663
664const char kPassiveEventListenerTrue[] = "True (when unspecified)";
665
666const char kPassiveEventListenerForceAllTrue[] = "Force All True";
667
668const char kPassiveEventListenerDefaultName[] =
669 "Passive Event Listener Override";
670
671const char kPassiveEventListenerDefaultDescription[] =
672 "Forces touchstart, touchmove, mousewheel and wheel event listeners "
673 "(which haven't requested otherwise) to be treated as passive. This "
674 "will break touch/wheel behavior on some websites but is useful for "
675 "demonstrating the potential performance benefits of adopting passive "
676 "event listeners.";
677
678#if defined(OS_ANDROID)
679
680const char kImportantSitesInCbdName[] =
681 "Important sites options in clear browsing data dialog";
682
683const char kImportantSitesInCbdDescription[] =
684 "Include the option to whitelist important sites in the clear browsing "
685 "data dialog.";
686
687#endif // defined(OS_ANDROID)
688
689#if defined(USE_ASH)
690
bruthigd8b95962017-03-31 19:38:34691const char kAshShelfColor[] = "Shelf color in Chrome OS system UI";
vabr0215a8e2017-03-28 12:47:34692
693const char kAshShelfColorDescription[] =
bruthigd8b95962017-03-31 19:38:34694 "Enables/disables the shelf color to be a derived from the wallpaper. The "
695 "--ash-shelf-color-scheme flag defines how that color is derived.";
vabr0215a8e2017-03-28 12:47:34696
bruthigd8b95962017-03-31 19:38:34697const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI";
vabr0215a8e2017-03-28 12:47:34698
bruthigd8b95962017-03-31 19:38:34699const char kAshShelfColorSchemeDescription[] =
700 "Specify how the color is derived from the wallpaper. This flag is only "
701 "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted";
vabr0215a8e2017-03-28 12:47:34702
bruthigd8b95962017-03-31 19:38:34703const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant";
vabr0215a8e2017-03-28 12:47:34704
bruthigd8b95962017-03-31 19:38:34705const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant";
vabr0215a8e2017-03-28 12:47:34706
bruthigd8b95962017-03-31 19:38:34707const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant";
vabr0215a8e2017-03-28 12:47:34708
bruthigd8b95962017-03-31 19:38:34709const char kAshShelfColorSchemeLightMuted[] = "Light & Muted";
710
711const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted";
712
713const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted";
vabr0215a8e2017-03-28 12:47:34714
715const char kAshMaximizeModeWindowBackdropName[] =
716 "Window backdrops in TouchView";
717
718const char kAshMaximizeModeWindowBackdropDescription[] =
719 "Show grey window backdrops used in TouchView (maximize mode) behind "
720 "windows which cannot be maximized.";
721
722const char kAshScreenOrientationLockName[] = "Screen Orientation locking";
723
724const char kAshScreenOrientationLockDescription[] =
725 "Allows javascript to lock the screen orienation.";
726
727const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode.";
728
729const char kAshEnableMirroredScreenDescription[] =
730 "Enable the mirrored screen mode. This mode flips the screen image "
731 "horizontally.";
732
wutaob161bf22017-04-26 16:55:03733const char kAshDisableSmoothScreenRotationName[] =
734 "Disable smooth rotation animations.";
wutao2c0ca182017-04-06 22:40:54735
wutaob161bf22017-04-26 16:55:03736const char kAshDisableSmoothScreenRotationDescription[] =
737 "Disable smooth rotation animations.";
wutao2c0ca182017-04-06 22:40:54738
vabr0215a8e2017-03-28 12:47:34739const char kMaterialDesignInkDropAnimationFast[] = "Fast";
740
741const char kMaterialDesignInkDropAnimationSlow[] = "Slow";
742
743const char kMaterialDesignInkDropAnimationSpeedName[] =
744 "Material Design Ink Drop Animation Speed";
745
746const char kMaterialDesignInkDropAnimationSpeedDescription[] =
747 "Sets the speed of the experimental visual feedback animations for "
748 "material design.";
749
750const char kUiSlowAnimationsName[] = "Slow UI animations";
751
752const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
753
reveman5be07ac82017-04-14 01:06:05754const char kUiShowCompositedLayerBordersName[] =
755 "Show UI composited layer borders";
756
757const char kUiShowCompositedLayerBordersDescription[] =
758 "Show border around composited layers created by UI.";
759
760const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
761
762const char kUiShowCompositedLayerBordersSurface[] = "Surface";
763
764const char kUiShowCompositedLayerBordersLayer[] = "Layer";
765
766const char kUiShowCompositedLayerBordersAll[] = "All";
767
vabr0215a8e2017-03-28 12:47:34768#endif // defined(USE_ASH)
769
770const char kJavascriptHarmonyShippingName[] =
771 "Latest stable JavaScript features";
772
773const char kJavascriptHarmonyShippingDescription[] =
774 "Some web pages use legacy or non-standard JavaScript extensions that "
775 "may conflict with the latest JavaScript features. This flag allows "
776 "disabling support of those features for compatibility with such "
777 "pages.";
778
779const char kJavascriptHarmonyName[] = "Experimental JavaScript";
780
781const char kJavascriptHarmonyDescription[] =
782 "Enable web pages to use experimental JavaScript features.";
783
vabr0215a8e2017-03-28 12:47:34784const char kV8DisableIgnitionTurboName[] =
rmcilroy124254af2017-03-29 14:30:55785 "Classic JavaScript Compilation Pipeline";
vabr0215a8e2017-03-28 12:47:34786
787const char kV8DisableIgnitionTurboDescription[] =
rmcilroy124254af2017-03-29 14:30:55788 "Enables V8's classic compilation pipeline for JavaScript execution "
789 "(disabling V8's new Ignition interpreter and TurboFan compiler)";
vabr0215a8e2017-03-28 12:47:34790
791const char kEnableAsmWasmName[] =
792 "Experimental Validate Asm.js and convert to WebAssembly when valid.";
793
794const char kEnableAsmWasmDescription[] =
795 R"*(Validate Asm.js when "use asm" is present and then convert to )*"
796 R"*(WebAssembly.)*";
797
798const char kEnableSharedArrayBufferName[] =
799 "Experimental enabled SharedArrayBuffer support in JavaScript.";
800
801const char kEnableSharedArrayBufferDescription[] =
802 "Enable SharedArrayBuffer support in JavaScript.";
803
804const char kEnableWasmName[] = "WebAssembly structured cloning support.";
vabr0215a8e2017-03-28 12:47:34805const char kEnableWasmDescription[] =
806 "Enable web pages to use WebAssembly structured cloning.";
807
mtrofinc8717b52017-04-19 14:27:22808const char kEnableWasmStreamingName[] =
809 "WebAssembly streaming compile/instantiate support.";
810const char kEnableWasmStreamingDescription[] =
811 "WebAssembly.{compile|instantiate} taking a Response as parameter.";
812
vabr0215a8e2017-03-28 12:47:34813#if defined(OS_ANDROID)
814
815const char kMediaDocumentDownloadButtonName[] =
816 "Download button when opening a page with media url.";
817
818const char kMediaDocumentDownloadButtonDescription[] =
819 "Allow a download button to show up when opening a page with media "
820 "url.";
821
822#endif // defined(OS_ANDROID)
823
824const char kSoftwareRasterizerName[] = "3D software rasterizer";
825
826const char kSoftwareRasterizerDescription[] =
827 "Fall back to a 3D software rasterizer when the GPU cannot be used.";
828
829const char kGpuRasterizationName[] = "GPU rasterization";
830
831const char kGpuRasterizationDescription[] =
832 "Use GPU to rasterize web content. Requires impl-side painting.";
833
834const char kForceGpuRasterization[] = "Force-enabled for all layers";
835
836const char kGpuRasterizationMsaaSampleCountName[] =
837 "GPU rasterization MSAA sample count.";
838
839const char kGpuRasterizationMsaaSampleCountDescription[] =
840 "Specify the number of MSAA samples for GPU rasterization.";
841
842const char kGpuRasterizationMsaaSampleCountZero[] = "0";
843
844const char kGpuRasterizationMsaaSampleCountTwo[] = "2";
845
846const char kGpuRasterizationMsaaSampleCountFour[] = "4";
847
848const char kGpuRasterizationMsaaSampleCountEight[] = "8";
849
850const char kGpuRasterizationMsaaSampleCountSixteen[] = "16";
851
852const char kSlimmingPaintInvalidationName[] = "Slimming paint invalidation.";
853
854const char kSlimmingPaintInvalidationDescription[] =
855 "Whether to enable a new paint invalidation system.";
856
857const char kExperimentalSecurityFeaturesName[] =
858 "Potentially annoying security features";
859
860const char kExperimentalSecurityFeaturesDescription[] =
861 "Enables several security features that will likely break one or more "
862 "pages that you visit on a daily basis. Strict mixed content checking, "
863 "for example. And locking powerful features to secure contexts. This "
864 "flag will probably annoy you.";
865
866const char kExperimentalWebPlatformFeaturesName[] =
867 "Experimental Web Platform features";
868
869const char kExperimentalWebPlatformFeaturesDescription[] =
870 "Enables experimental Web Platform features that are in development.";
871
872const char kExperimentalPointerEventName[] = "Pointer Events";
873
874const char kExperimentalPointerEventDescription[] =
875 "Enables support for the Pointer Events API. This is intended only for "
876 "testing by web developers.";
877
878const char kOriginTrialsName[] = "Origin Trials";
879
880const char kOriginTrialsDescription[] =
881 "Enables origin trials for controlling access to feature/API "
882 "experiments.";
883
884const char kBleAdvertisingInExtensionsName[] = "BLE Advertising in Chrome Apps";
885
886const char kBleAdvertisingInExtensionsDescription[] =
887 "Enables BLE Advertising in Chrome Apps. BLE Advertising might "
888 "interfere with regular use of Bluetooth Low Energy features.";
889
890const char kDevtoolsExperimentsName[] = "Developer Tools experiments";
891
892const char kDevtoolsExperimentsDescription[] =
893 "Enables Developer Tools experiments. Use Settings panel in Developer "
894 "Tools to toggle individual experiments.";
895
896const char kSilentDebuggerExtensionApiName[] = "Silent Debugging";
897
898const char kSilentDebuggerExtensionApiDescription[] =
899 "Do not show the infobar when an extension attaches to a page via "
900 "chrome.debugger API. This is required to debug extension background "
901 "pages.";
902
903const char kShowTouchHudName[] = "Show HUD for touch points";
904
905const char kShowTouchHudDescription[] =
906 "Enables a heads-up display at the top-left corner of the screen that "
907 "lists information about the touch-points on the screen.";
908
909const char kPreferHtmlOverPluginsName[] = "Prefer HTML over Flash";
910
911const char kPreferHtmlOverPluginsDescription[] =
912 "Prefer HTML content by hiding Flash from the list of plugins.";
913
914const char kAllowNaclSocketApiName[] = "NaCl Socket API.";
915
916const char kAllowNaclSocketApiDescription[] =
917 "Allows applications to use NaCl Socket API. Use only to test NaCl "
918 "plugins.";
919
920const char kRunAllFlashInAllowModeName[] =
921 R"*(Run all Flash content when Flash setting is set to "allow")*";
922
923const char kRunAllFlashInAllowModeDescription[] =
924 R"*(For sites that have been set to "allow" Flash content, run all )*"
925 R"*(content including any that has been deemed unimportant.)*";
926
927const char kPinchScaleName[] = "Pinch scale";
928
929const char kPinchScaleDescription[] =
930 "Enables experimental support for scale using pinch.";
931
vabr0215a8e2017-03-28 12:47:34932const char kReducedReferrerGranularityName[] =
933 "Reduce default 'referer' header granularity.";
934
935const char kReducedReferrerGranularityDescription[] =
936 "If a page hasn't set an explicit referrer policy, setting this flag "
937 "will reduce the amount of information in the 'referer' header for "
938 "cross-origin requests.";
939
940#if defined(OS_CHROMEOS)
941
942const char kUseMashName[] = "Mojo UI Service (mus).";
943
944const char kUseMashDescription[] = "Enable mus, mash etc.";
945
946const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click";
947
948const char kAllowTouchpadThreeFingerClickDescription[] =
949 "Enables touchpad three-finger-click as middle button.";
950
951const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
952
953const char kAshEnableUnifiedDesktopDescription[] =
954 "Enable unified desktop mode which allows a window to span multiple "
955 "displays.";
956
957const char kBootAnimation[] = "Boot animation";
958
959const char kBootAnimationDescription[] =
960 "Wallpaper boot animation (except for OOBE case).";
961
962#endif // defined(OS_CHROMEOS)
963
964const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode";
965
966const char kAcceleratedVideoDecodeDescription[] =
967 "Hardware-accelerated video decode where available.";
968
hubbee7499512017-04-05 22:35:04969const char kEnableHDRName[] = "HDR mode";
970
971const char kEnableHDRDescription[] =
972 "Enables HDR support on compatible displays.";
973
vabr0215a8e2017-03-28 12:47:34974const char kCloudImport[] = "Cloud Import";
975
976const char kCloudImportDescription[] = "Allows the cloud-import feature.";
977
978const char kRequestTabletSiteName[] =
979 "Request tablet site option in the settings menu";
980
981const char kRequestTabletSiteDescription[] =
982 "Allows the user to request tablet site. Web content is often optimized "
983 "for tablet devices. When this option is selected the user agent string "
984 "is changed to indicate a tablet device. Web content optimized for "
985 "tablets is received there after for the current tab.";
986
987const char kDebugPackedAppName[] = "Debugging for packed apps";
988
989const char kDebugPackedAppDescription[] =
990 "Enables debugging context menu options such as Inspect Element for "
991 "packed applications.";
992
993const char kDropSyncCredentialName[] =
994 "Drop sync credentials from password manager";
995
996const char kDropSyncCredentialDescription[] =
997 "The password manager will not offer to save the credential used to "
998 "sync.";
999
1000const char kPasswordGenerationName[] = "Password generation";
1001
1002const char kPasswordGenerationDescription[] =
1003 "Allow the user to have Chrome generate passwords when it detects "
1004 "account creation pages.";
1005
1006const char kPasswordForceSavingName[] = "Force-saving of passwords";
1007
1008const char kPasswordForceSavingDescription[] =
1009 "Allow the user to manually enforce password saving instead of relying "
1010 "on password manager's heuristics.";
1011
1012const char kManualPasswordGenerationName[] = "Manual password generation.";
1013
1014const char kManualPasswordGenerationDescription[] =
1015 "Show a 'Generate Password' option on the context menu for all password "
1016 "fields.";
1017
1018const char kShowAutofillSignatures[] = "Show autofill signatures.";
1019
1020const char kShowAutofillSignaturesDescription[] =
1021 "Annotates web forms with Autofill signatures as HTML attributes.";
1022
1023const char kSuggestionsWithSubStringMatchName[] =
1024 "Substring matching for Autofill suggestions";
1025
1026const char kSuggestionsWithSubStringMatchDescription[] =
1027 "Match Autofill suggestions based on substrings (token prefixes) rather "
1028 "than just prefixes.";
1029
1030const char kAffiliationBasedMatchingName[] =
1031 "Affiliation based matching in password manager";
1032
1033const char kAffiliationBasedMatchingDescription[] =
1034 "Allow credentials stored for Android applications to be filled into "
1035 "corresponding websites.";
1036
1037const char kProtectSyncCredentialName[] = "Autofill sync credential";
1038
1039const char kProtectSyncCredentialDescription[] =
1040 "How the password manager handles autofill for the sync credential.";
1041
1042const char kPasswordImportExportName[] = "Password import and export";
1043
1044const char kPasswordImportExportDescription[] =
1045 "Import and Export functionality in password settings.";
1046
1047const char kProtectSyncCredentialOnReauthName[] =
1048 "Autofill sync credential only for transactional reauth pages";
1049
1050const char kProtectSyncCredentialOnReauthDescription[] =
1051 "How the password manager handles autofill for the sync credential only "
1052 "for transactional reauth pages.";
1053
1054const char kIconNtpName[] = "Large icons on the New Tab page";
1055
1056const char kIconNtpDescription[] =
1057 "Enable the experimental New Tab page using large icons.";
1058
1059const char kPushApiBackgroundModeName[] = "Enable Push API background mode";
1060
1061const char kPushApiBackgroundModeDescription[] =
1062 "Enable background mode for the Push API. This allows Chrome to "
1063 "continue running after the last window is closed, and to launch at OS "
1064 "startup, if the Push API needs it.";
1065
1066const char kEnableNavigationTracing[] = "Enable navigation tracing";
1067
1068const char kEnableNavigationTracingDescription[] =
1069 "This is to be used in conjunction with the trace-upload-url flag. "
1070 "WARNING: When enabled, Chrome will record performance data for every "
1071 "navigation and upload it to the URL specified by the trace-upload-url "
1072 "flag. The trace may include personally identifiable information (PII) "
1073 "such as the titles and URLs of websites you visit.";
1074
1075const char kTraceUploadUrl[] = "Trace label for navigation tracing";
1076
1077const char kTraceUploadUrlDescription[] =
1078 "This is to be used in conjunction with the enable-navigation-tracing "
1079 "flag. Please select the label that best describes the recorded traces. "
1080 "This will choose the destination the traces are uploaded to. If you "
1081 "are not sure, select other. If left empty, no traces will be "
1082 "uploaded.";
1083
1084const char kDisableAudioForDesktopShare[] = "Disable Audio For Desktop Share";
1085
1086const char kDisableAudioForDesktopShareDescription[] =
1087 "With this flag on, desktop share picker window will not let the user "
1088 "choose whether to share audio.";
1089
1090const char kDisableTabForDesktopShare[] =
1091 "Disable Desktop Share with tab source";
1092
1093const char kDisableTabForDesktopShareDescription[] =
1094 "This flag controls whether users can choose a tab for desktop share.";
1095
1096const char kTraceUploadUrlChoiceOther[] = "Other";
1097
1098const char kTraceUploadUrlChoiceEmloading[] = "emloading";
1099
1100const char kTraceUploadUrlChoiceQa[] = "QA";
1101
1102const char kTraceUploadUrlChoiceTesting[] = "Testing";
1103
1104const char kSupervisedUserManagedBookmarksFolderName[] =
1105 "Managed bookmarks for supervised users";
1106
1107const char kSupervisedUserManagedBookmarksFolderDescription[] =
1108 "Enable the managed bookmarks folder for supervised users.";
1109
1110const char kSyncAppListName[] = "App Launcher sync";
1111
1112const char kSyncAppListDescription[] =
1113 "Enable App Launcher sync. This also enables Folders where available "
1114 "(non OSX).";
1115
1116const char kDriveSearchInChromeLauncher[] =
1117 "Drive Search in Chrome App Launcher";
1118
1119const char kDriveSearchInChromeLauncherDescription[] =
1120 "Files from Drive will show up when searching the Chrome App Launcher.";
1121
1122const char kV8CacheOptionsName[] = "V8 caching mode.";
1123
1124const char kV8CacheOptionsDescription[] =
1125 "Caching mode for the V8 JavaScript engine.";
1126
1127const char kV8CacheOptionsParse[] = "Cache V8 parser data.";
1128
1129const char kV8CacheOptionsCode[] = "Cache V8 compiler data.";
1130
1131const char kV8CacheStrategiesForCacheStorageName[] =
1132 "V8 caching strategy for CacheStorage.";
1133
1134const char kV8CacheStrategiesForCacheStorageDescription[] =
1135 "Caching strategy of scripts in CacheStorage for the V8 JavaScript "
1136 "engine.";
1137
1138const char kV8CacheStrategiesForCacheStorageNormal[] = "Normal";
1139
1140const char kV8CacheStrategiesForCacheStorageAggressive[] = "Aggressive";
1141
vabr0215a8e2017-03-28 12:47:341142const char kMemoryCoordinatorName[] = "Memory coordinator";
1143
1144const char kMemoryCoordinatorDescription[] =
1145 "Enable memory coordinator instead of memory pressure listeners.";
1146
1147const char kServiceWorkerNavigationPreloadName[] =
1148 "Service worker navigation preload.";
1149
1150const char kServiceWorkerNavigationPreloadDescription[] =
1151 "Enable web pages to use the experimental service worker navigation "
1152 "preload API.";
1153
vabr0215a8e2017-03-28 12:47:341154// Data Reduction Proxy
1155
1156const char kDataReductionProxyLoFiName[] = "Data Saver Lo-Fi mode";
1157
1158const char kDataReductionProxyLoFiDescription[] =
1159 "Forces Data Saver Lo-Fi mode to be always enabled, enabled only on "
1160 "cellular connections, or disabled. Data Saver must be enabled for "
1161 "Lo-Fi mode to be used.";
1162
1163const char kDataReductionProxyLoFiAlwaysOn[] = "Always on";
1164
1165const char kDataReductionProxyLoFiCellularOnly[] = "Cellular only";
1166
1167const char kDataReductionProxyLoFiDisabled[] = "Disable";
1168
1169const char kDataReductionProxyLoFiSlowConnectionsOnly[] =
1170 "Slow connections only";
1171
1172const char kEnableDataReductionProxyLitePageName[] =
1173 "Lite pages for Data Saver Lo-Fi mode";
1174
1175const char kEnableDataReductionProxyLitePageDescription[] =
1176 "Enable lite pages in Data Saver Lo-Fi mode. Previews of pages will be "
1177 "shown instead of image placeholders when Lo-Fi is on. Data Saver and "
1178 "Lo-Fi must be enabled for lite pages to be shown.";
1179
1180const char kDataReductionProxyCarrierTestName[] =
1181 "Enable a carrier-specific Data Reduction Proxy for testing.";
1182
1183const char kDataReductionProxyCarrierTestDescription[] =
1184 "Use a carrier-specific Data Reduction Proxy for testing.";
1185
1186const char kEnableDataReductionProxySavingsPromoName[] =
1187 "Data Saver 1 MB Savings Promo";
1188
1189const char kEnableDataReductionProxySavingsPromoDescription[] =
1190 "Enable a Data Saver promo for 1 MB of savings. If Data Saver has "
1191 "already saved 1 MB of data, then the promo will not be shown. Data "
1192 "Saver must be enabled for the promo to be shown.";
1193
megjablon553df4cf2017-04-01 01:29:551194#if defined(OS_ANDROID)
1195
1196const char kEnableDataReductionProxyMainMenuName[] =
megjablonacb36d12017-04-21 00:09:291197 "Enable Data Saver main menu footer";
megjablon553df4cf2017-04-01 01:29:551198
1199const char kEnableDataReductionProxyMainMenuDescription[] =
megjablonacb36d12017-04-21 00:09:291200 "Enables the Data Saver footer in the main menu";
megjablon553df4cf2017-04-01 01:29:551201
megjablon5e5d1c172017-04-06 23:55:111202const char kEnableDataReductionProxySiteBreakdownName[] =
1203 "Data Saver Site Breakdown";
1204
1205const char kEnableDataReductionProxySiteBreakdownDescription[] =
1206 "Enable the site breakdown on the Data Saver settings page.";
1207
megjablon553df4cf2017-04-01 01:29:551208#endif // defined(OS_ANDROID)
1209
vabr0215a8e2017-03-28 12:47:341210const char kLcdTextName[] = "LCD text antialiasing";
1211
1212const char kLcdTextDescription[] =
1213 "If disabled, text is rendered with grayscale antialiasing instead of "
1214 "LCD (subpixel) when doing accelerated compositing.";
1215
1216const char kDistanceFieldTextName[] = "Distance field text";
1217
1218const char kDistanceFieldTextDescription[] =
1219 "Text is rendered with signed distance fields rather than bitmap alpha "
1220 "masks.";
1221
1222const char kZeroCopyName[] = "Zero-copy rasterizer";
1223
1224const char kZeroCopyDescription[] =
1225 "Raster threads write directly to GPU memory associated with tiles.";
1226
1227const char kHideInactiveStackedTabCloseButtonsName[] =
1228 "Hiding close buttons on inactive tabs when stacked";
1229
1230const char kHideInactiveStackedTabCloseButtonsDescription[] =
1231 "Hides the close buttons of inactive tabs when the tabstrip is in "
1232 "stacked mode.";
1233
1234const char kDefaultTileWidthName[] = "Default tile width";
1235
1236const char kDefaultTileWidthDescription[] = "Specify the default tile width.";
1237
1238const char kDefaultTileWidthShort[] = "128";
1239
1240const char kDefaultTileWidthTall[] = "256";
1241
1242const char kDefaultTileWidthGrande[] = "512";
1243
1244const char kDefaultTileWidthVenti[] = "1024";
1245
1246const char kDefaultTileHeightName[] = "Default tile height";
1247
1248const char kDefaultTileHeightDescription[] = "Specify the default tile height.";
1249
1250const char kDefaultTileHeightShort[] = "128";
1251
1252const char kDefaultTileHeightTall[] = "256";
1253
1254const char kDefaultTileHeightGrande[] = "512";
1255
1256const char kDefaultTileHeightVenti[] = "1024";
1257
1258const char kNumRasterThreadsName[] = "Number of raster threads";
1259
1260const char kNumRasterThreadsDescription[] =
1261 "Specify the number of raster threads.";
1262
1263const char kNumRasterThreadsOne[] = "1";
1264
1265const char kNumRasterThreadsTwo[] = "2";
1266
1267const char kNumRasterThreadsThree[] = "3";
1268
1269const char kNumRasterThreadsFour[] = "4";
1270
1271const char kResetAppListInstallStateName[] =
1272 "Reset the App Launcher install state on every restart.";
1273
1274const char kResetAppListInstallStateDescription[] =
1275 "Reset the App Launcher install state on every restart. While this flag "
1276 "is set, Chrome will forget the launcher has been installed each time "
1277 "it starts. This is used for testing the App Launcher install flow.";
1278
1279#if defined(OS_CHROMEOS)
1280
1281const char kFirstRunUiTransitionsName[] =
1282 "Animated transitions in the first-run tutorial";
1283
1284const char kFirstRunUiTransitionsDescription[] =
1285 "Transitions during first-run tutorial are animated.";
1286
1287#endif // defined(OS_CHROMEOS)
1288
1289const char kNewBookmarkAppsName[] = "The new bookmark app system";
1290
1291const char kNewBookmarkAppsDescription[] =
1292 "Enables the new system for creating bookmark apps.";
1293
1294#if defined(OS_MACOSX)
1295
1296const char kHostedAppsInWindowsName[] =
1297 "Allow hosted apps to be opened in windows";
1298
1299const char kHostedAppsInWindowsDescription[] =
1300 "Allows hosted apps to be opened in windows instead of being limited to "
1301 "tabs.";
1302
1303const char kTabDetachingInFullscreenName[] =
1304 "Allow tab detaching in fullscreen";
1305
1306const char kTabDetachingInFullscreenDescription[] =
1307 "Allow tabs to detach from the tabstrip when in fullscreen mode on "
1308 "Mac.";
1309
1310const char kFullscreenToolbarRevealName[] =
1311 "Enables the toolbar in fullscreen to reveal itself.";
1312
1313const char kFullscreenToolbarRevealDescription[] =
1314 "Reveal the toolbar in fullscreen for a short period when the tab strip "
1315 "has changed.";
1316
1317const char kTabStripKeyboardFocusName[] = "Tab Strip Keyboard Focus";
1318
1319const char kTabStripKeyboardFocusDescription[] =
1320 "Enable keyboard focus for the tabs in the tab strip.";
1321
1322#endif // defined(OS_MACOSX)
1323
1324const char kHostedAppShimCreationName[] =
1325 "Creation of app shims for hosted apps on Mac";
1326
1327const char kHostedAppShimCreationDescription[] =
1328 "Create app shims on Mac when creating a hosted app.";
1329
1330const char kHostedAppQuitNotificationName[] =
1331 "Quit notification for hosted apps";
1332
1333const char kHostedAppQuitNotificationDescription[] =
1334 "Display a notification when quitting Chrome if hosted apps are "
1335 "currently running.";
1336
1337#if defined(OS_ANDROID)
1338
1339const char kPullToRefreshEffectName[] = "The pull-to-refresh effect";
1340
1341const char kPullToRefreshEffectDescription[] =
1342 "Page reloads triggered by vertically overscrolling content.";
1343
1344#endif // defined(OS_ANDROID)
1345
1346#if defined(OS_MACOSX)
1347
1348const char kTranslateNewUxName[] = "New Translate UX";
1349
1350const char kTranslateNewUxDescription[] =
1351 "Enable the new Translate bubble UX is offered instead of the infobar.";
1352
1353#endif // defined(OS_MACOSX)
1354
1355const char kTranslate2016q2UiName[] = "Translate 2016Q2 UI";
1356
1357const char kTranslate2016q2UiDescription[] =
1358 "Improved triggering logic and look for Translate Bubble UI";
1359
1360const char kTranslateLanguageByUlpName[] = "Translate Language by ULP";
1361
1362const char kTranslateLanguageByUlpDescription[] =
1363 "Improved translate target language and triggering logic by considering "
1364 "information from User Language Profile (ULP).";
1365
1366const char kViewsRectBasedTargetingName[] = "Rect-based targeting in views";
1367
1368const char kViewsRectBasedTargetingDescription[] =
1369 "Rect-based targeting uses a heuristic to determine the most probable "
1370 "target of a gesture, where the touch region is represented by a "
1371 "rectangle.";
1372
1373const char kPermissionActionReportingName[] = "Permission Action Reporting";
1374
1375const char kPermissionActionReportingDescription[] =
1376 "Enables permission action reporting to Safe Browsing servers for opted "
1377 "in users.";
1378
1379const char kPermissionsBlacklistName[] = "Permissions Blacklist";
1380
1381const char kPermissionsBlacklistDescription[] =
1382 "Enables the Permissions Blacklist, which blocks permissions for "
1383 "blacklisted sites for Safe Browsing users.";
1384
1385const char kThreadedScrollingName[] = "Threaded scrolling";
1386
1387const char kThreadedScrollingDescription[] =
1388 "Threaded handling of scroll-related input events. Disabling this will "
1389 "force all such scroll events to be handled on the main thread. Note "
1390 "that this can dramatically hurt scrolling performance of most websites "
1391 "and is intended for testing purposes only.";
1392
1393const char kHarfbuzzRendertextName[] = "HarfBuzz for UI text";
1394
1395const char kHarfbuzzRendertextDescription[] =
1396 "Enable cross-platform HarfBuzz layout engine for UI text. Doesn't "
1397 "affect web content.";
1398
1399const char kEmbeddedExtensionOptionsName[] = "Embedded extension options";
1400
1401const char kEmbeddedExtensionOptionsDescription[] =
1402 "Display extension options as an embedded element in "
1403 "chrome://extensions rather than opening a new tab.";
1404
1405const char kTabAudioMutingName[] = "Tab audio muting UI control";
1406
1407const char kTabAudioMutingDescription[] =
1408 "When enabled, the audio indicators in the tab strip double as tab "
1409 "audio mute controls. This also adds commands in the tab context menu "
1410 "for quickly muting multiple selected tabs.";
1411
1412const char kEasyUnlockBluetoothLowEnergyDiscoveryName[] =
1413 "Smart Lock Bluetooth Low Energy Discovery";
1414
1415const char kEasyUnlockBluetoothLowEnergyDiscoveryDescription[] =
1416 "Enables a Smart Lock setting that allows Chromebook to discover phones "
1417 "over Bluetooth Low Energy in order to unlock the Chromebook when the "
1418 "phone is in its proximity.";
1419
1420const char kEasyUnlockProximityDetectionName[] =
1421 "Smart Lock proximity detection";
1422
1423const char kEasyUnlockProximityDetectionDescription[] =
1424 "Enables a Smart Lock setting that restricts unlocking to only work "
1425 "when your phone is very close to (roughly, within an arm's length of) "
1426 "the Chrome device.";
1427
1428const char kWifiCredentialSyncName[] = "WiFi credential sync";
1429
1430const char kWifiCredentialSyncDescription[] =
1431 "Enables synchronizing WiFi network settings across devices. When "
1432 "enabled, the WiFi credential datatype is registered with Chrome Sync, "
1433 "and WiFi credentials are synchronized subject to user preferences. "
1434 "(See also, chrome://settings/syncSetup.)";
1435
1436const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
1437
1438const char kSyncSandboxDescription[] =
1439 "Connects to the testing server for Chrome Sync.";
1440
1441const char kDatasaverPromptName[] = "Cellular Data Saver Prompt";
1442
1443const char kDatasaverPromptDescription[] =
1444 "Enables a prompt, which appears when a cellular network connection is "
1445 "detected, to take the user to the Data Saver extension page on Chrome "
1446 "Web Store.";
1447
1448const char kDatasaverPromptDemoMode[] = "Demo mode";
1449
1450const char kDisableUnifiedMediaPipelineDescription[] =
1451 "Disables the unified (Android and desktop) media pipeline on Android.";
1452
1453const char kTrySupportedChannelLayoutsName[] =
1454 "Causes audio output streams to check if channel layouts other than the "
1455 "default hardware layout are available.";
1456
1457const char kTrySupportedChannelLayoutsDescription[] =
1458 "Causes audio output streams to check if channel layouts other than the "
1459 "default hardware layout are available. Turning this on will allow the "
1460 "OS to do stereo to surround expansion if supported. May expose third "
1461 "party driver bugs, use with caution.";
1462
1463#if defined(OS_MACOSX)
1464
1465const char kAppInfoDialogName[] = "Toolkit-Views App Info Dialog.";
1466
1467const char kAppInfoDialogDescription[] =
1468 "Makes the Toolkit-Views based App Info dialog accessible from "
1469 "chrome://apps or chrome://extensions in place of the native extension "
1470 "permissions dialog, or the details link (which is a link to the Web "
1471 "Store).";
1472
1473const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows.";
1474
1475const char kMacViewsNativeAppWindowsDescription[] =
1476 "Controls whether to use Toolkit-Views based Chrome App windows.";
1477
1478const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager.";
1479
1480const char kMacViewsTaskManagerDescription[] =
1481 "Controls whether to use the Toolkit-Views based Task Manager.";
1482
1483const char kAppWindowCyclingName[] = "Custom Window Cycling for Chrome Apps.";
1484
1485const char kAppWindowCyclingDescription[] =
1486 "Changes the behavior of Cmd+` when a Chrome App becomes active. When "
1487 "enabled, Chrome Apps will not be cycled when Cmd+` is pressed from a "
1488 "browser window, and browser windows will not be cycled when a Chrome "
1489 "App is active.";
1490
1491#endif // defined(OS_MACOSX)
1492
1493#if defined(OS_CHROMEOS)
1494
1495const char kAcceleratedMjpegDecodeName[] =
1496 "Hardware-accelerated mjpeg decode for captured frame";
1497
1498const char kAcceleratedMjpegDecodeDescription[] =
1499 "Enable hardware-accelerated mjpeg decode for captured frame where "
1500 "available.";
1501
1502#endif // defined(OS_CHROMEOS)
1503
1504const char kSimplifiedFullscreenUiName[] =
1505 "Simplified full screen / mouse lock UI.";
1506
1507const char kSimplifiedFullscreenUiDescription[] =
1508 "A simplified new user experience when entering page-triggered full "
1509 "screen or mouse pointer lock states.";
1510
1511const char kExperimentalKeyboardLockUiName[] = "Experimental keyboard lock UI.";
1512
1513const char kExperimentalKeyboardLockUiDescription[] =
1514 "An experimental full screen with keyboard lock mode requiring users to "
1515 "hold Esc to exit.";
1516
1517#if defined(OS_ANDROID)
1518
1519const char kProgressBarAnimationName[] =
1520 "Android phone page loading progress bar animation";
1521
1522const char kProgressBarAnimationDescription[] =
1523 "Configures Android phone page loading progress bar animation.";
1524
1525const char kProgressBarAnimationLinear[] = "Linear";
1526
1527const char kProgressBarAnimationSmooth[] = "Smooth";
1528
1529const char kProgressBarAnimationSmoothIndeterminate[] = "Smooth indeterminate";
1530
1531const char kProgressBarAnimationFastStart[] = "Fast start";
1532
1533const char kProgressBarCompletionName[] =
1534 "Android phone page load progress bar completion time.";
1535
1536const char kProgressBarCompletionDescription[] =
1537 "Configures Android phone page loading progress bar completion time.";
1538
1539const char kProgressBarCompletionLoadEvent[] =
1540 R"*(Top loading frame's onload event ("everything" is done in the )*"
1541 R"*(page, historical behavior).)*";
1542
1543const char kProgressBarCompletionResourcesBeforeDcl[] =
1544 "Main frame's domContentLoaded and all resources loads started before "
1545 "domContentLoaded (iframes ignored).";
1546
1547const char kProgressBarCompletionDomContentLoaded[] =
1548 "Main frame's domContentLoaded (iframes ignored).";
1549
1550const char kProgressBarCompletionResourcesBeforeDclAndSameOriginIframes[] =
1551 "domContentLoaded and all resources loads started before "
1552 "domContentLoaded (main frame and same origin iframes).";
1553
1554#endif // defined(OS_ANDROID)
1555
1556const char kDisallowDocWrittenScriptsUiName[] =
1557 "Block scripts loaded via document.write";
1558
1559const char kDisallowDocWrittenScriptsUiDescription[] =
1560 "Disallows fetches for third-party parser-blocking scripts inserted "
1561 "into the main frame via document.write.";
1562
1563#if defined(OS_WIN)
1564
1565const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown.";
1566
1567const char kEnableAppcontainerDescription[] =
1568 "Enables the use of an AppContainer on sandboxed processes to improve "
1569 "security.";
1570
1571#endif // defined(OS_WIN)
1572
elawrenced9978fc2017-05-02 02:45:191573#if defined(TOOLKIT_VIEWS) || (defined(OS_MACOSX) && !defined(OS_IOS))
1574
1575const char kShowCertLinkOnPageInfoName[] = "Show certificate link";
1576
1577const char kShowCertLinkOnPageInfoDescription[] =
1578 "Add a link from the Page Info bubble to the certificate viewer for HTTPS "
1579 "sites.";
1580
1581#endif // defined(TOOLKIT_VIEWS) || (defined(OS_MACOSX) && !defined(OS_IOS))
1582
vabr0215a8e2017-03-28 12:47:341583#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
1584
1585const char kAutofillCreditCardUploadName[] =
1586 "Enable offering upload of Autofilled credit cards";
1587
1588const char kAutofillCreditCardUploadDescription[] =
1589 "Enables a new option to upload credit cards to Google Payments for "
1590 "sync to all Chrome devices.";
1591
1592#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
1593
1594const char kForceUiDirectionName[] = "Force UI direction";
1595
1596const char kForceUiDirectionDescription[] =
1597 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
1598 "mode, overriding the default direction of the UI language.";
1599
krb6822b602017-05-02 14:53:211600const char kForceTextDirectionName[] = "Force text direction";
vabr0215a8e2017-03-28 12:47:341601
krb6822b602017-05-02 14:53:211602const char kForceTextDirectionDescription[] =
1603 "Explicitly force the per-character directionality of UI text to "
1604 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the "
1605 "default direction of the character language.";
1606
1607const char kForceDirectionLtr[] = "Left-to-right";
1608
1609const char kForceDirectionRtl[] = "Right-to-left";
vabr0215a8e2017-03-28 12:47:341610
1611#if defined(OS_WIN) || defined(OS_LINUX)
1612
1613const char kEnableInputImeApiName[] = "Enable Input IME API";
1614
1615const char kEnableInputImeApiDescription[] =
1616 "Enable the use of chrome.input.ime API.";
1617
1618#endif // defined(OS_WIN) || defined(OS_LINUX)
1619
1620const char kEnableGroupedHistoryName[] = "Group history by domain";
1621
1622const char kEnableGroupedHistoryDescription[] =
1623 "Group history by website domain (i.e. google.com) on "
1624 "chrome://history.";
1625
1626const char kSecurityChipDefault[] = "Default";
1627
1628const char kSecurityChipShowNonsecureOnly[] = "Show non-secure only";
1629
1630const char kSecurityChipShowAll[] = "Show all";
1631
1632const char kSecurityChipAnimationDefault[] = "Default";
1633
1634const char kSecurityChipAnimationNone[] = "No animation";
1635
1636const char kSecurityChipAnimationNonsecureOnly[] = "Animate non-secure only";
1637
1638const char kSecurityChipAnimationAll[] = "Animate all";
1639
1640const char kSaveasMenuLabelExperimentName[] =
1641 "Switch 'Save as' menu labels to 'Download'";
1642
1643const char kSaveasMenuLabelExperimentDescription[] =
1644 "Enables an experiment to switch menu labels that use 'Save as...' to "
1645 "'Download'.";
1646
1647const char kEnableEnumeratingAudioDevicesName[] =
1648 "Experimentally enable enumerating audio devices.";
1649
1650const char kEnableEnumeratingAudioDevicesDescription[] =
1651 "Experimentally enable the use of enumerating audio devices.";
1652
1653const char kNewUsbBackendName[] = "Enable new USB backend";
1654
1655const char kNewUsbBackendDescription[] =
1656 "Enables the new experimental USB backend for Windows.";
1657
1658const char kNewOmniboxAnswerTypesName[] =
1659 "New omnibox answers in suggest types";
1660
1661const char kNewOmniboxAnswerTypesDescription[] =
1662 "Enables new types of answers in the omnibox suggest drop-down: "
1663 "currency conversions, dictionary definitions, sports scores, "
1664 "translations, and when is.";
1665
1666const char kEnableZeroSuggestRedirectToChromeName[] =
1667 "Experimental contextual omnibox suggestion";
1668
1669const char kEnableZeroSuggestRedirectToChromeDescription[] =
1670 "Change omnibox contextual suggestions to an experimental source. Note "
1671 "that this is not an on/off switch for contextual omnibox and it only "
1672 "applies to suggestions provided before the user starts typing a URL or "
1673 "a search query (i.e. zero suggest).";
1674
1675const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
1676
1677const char kFillOnAccountSelectDescription[] =
1678 "Filling of passwords when an account is explicitly selected by the "
1679 "user rather than autofilling credentials on page load.";
1680
1681const char kEnableClearBrowsingDataCountersName[] =
1682 "Enable Clear browsing data counters.";
1683
1684const char kEnableClearBrowsingDataCountersDescription[] =
1685 "Shows data volume counters in the Clear browsing data dialog.";
1686
1687#if defined(OS_ANDROID)
1688
1689const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog.";
1690
1691const char kTabsInCbdDescription[] =
1692 "Enables a basic and an advanced tab for the Clear Browsing Data "
1693 "dialog.";
1694
1695#endif // defined(OS_ANDROID)
1696
1697const char kNotificationsNativeFlag[] = "Enable native notifications.";
1698
1699const char kNotificationsNativeFlagDescription[] =
1700 "Enable support for using the native notification toasts and "
1701 "notification center on platforms where these are available.";
1702
1703#if defined(OS_ANDROID)
1704
1705const char kEnableAndroidSpellcheckerDescription[] =
1706 "Enables use of the Android spellchecker.";
1707
1708const char kEnableAndroidSpellcheckerName[] = "Enable spell checking";
1709
1710#endif // defined(OS_ANDROID)
1711
1712const char kEnableWebNotificationCustomLayoutsName[] =
1713 "Enable custom layouts for Web Notifications.";
1714
1715const char kEnableWebNotificationCustomLayoutsDescription[] =
1716 "Enable custom layouts for Web Notifications. They will have subtle "
1717 "layout improvements that are otherwise not possible.";
1718
1719const char kAccountConsistencyName[] =
1720 "Identity consistency between browser and cookie jar";
1721
1722const char kAccountConsistencyDescription[] =
1723 "When enabled, the browser manages signing in and out of Google "
1724 "accounts.";
1725
1726const char kEnablePasswordSeparatedSigninFlowName[] =
1727 "Enable new gaia password-separated sign in flow";
1728
1729const char kEnablePasswordSeparatedSigninFlowDescription[] =
1730 "When enabled, signing in to the browser will use a new gaia "
1731 "password-separated sign in flow.";
1732
1733const char kGoogleProfileInfoName[] = "Google profile name and icon";
1734
1735const char kGoogleProfileInfoDescription[] =
1736 "Enables using Google information to populate the profile name and icon "
1737 "in the avatar menu.";
1738
1739const char kOfferStoreUnmaskedWalletCards[] =
1740 "Google Payments card saving checkbox";
1741
1742const char kOfferStoreUnmaskedWalletCardsDescription[] =
1743 "Show the checkbox to offer local saving of a credit card downloaded "
1744 "from the server.";
1745
1746const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode";
1747
1748const char kOfflineAutoReloadDescription[] =
1749 "Pages that fail to load while the browser is offline will be "
1750 "auto-reloaded when the browser is online again.";
1751
1752const char kOfflineAutoReloadVisibleOnlyName[] =
1753 "Only Auto-Reload Visible Tabs";
1754
1755const char kOfflineAutoReloadVisibleOnlyDescription[] =
1756 "Pages that fail to load while the browser is offline will only be "
1757 "auto-reloaded if their tab is visible.";
1758
1759const char kShowSavedCopyName[] = "Show Saved Copy Button";
1760
1761const char kShowSavedCopyDescription[] =
1762 "When a page fails to load, if a stale copy of the page exists in the "
1763 "browser cache, a button will be presented to allow the user to load "
1764 "that stale copy. The primary enabling choice puts the button in the "
1765 "most salient position on the error page; the secondary enabling choice "
1766 "puts it secondary to the reload button.";
1767
1768const char kEnableShowSavedCopyPrimary[] = "Enable: Primary";
1769
1770const char kEnableShowSavedCopySecondary[] = "Enable: Secondary";
1771
1772const char kDisableShowSavedCopy[] = "Disable";
1773
1774#if defined(OS_CHROMEOS)
1775
1776const char kSmartVirtualKeyboardName[] =
1777 "Smart Deployment of the Virtual Keyboard";
1778
1779const char kSmartVirtualKeyboardDescription[] =
1780 "Enable/Disable smart deployment of the virtual keyboard.";
1781
1782const char kVirtualKeyboardName[] = "Virtual Keyboard";
1783
1784const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support.";
1785
1786const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll";
1787
1788const char kVirtualKeyboardOverscrollDescription[] =
1789 "Enables virtual keyboard overscroll support.";
1790
1791const char kInputViewName[] = "Input views";
1792
1793const char kInputViewDescription[] =
1794 "Enable IME extensions to supply custom views for user input such as "
1795 "virtual keyboards.";
1796
1797const char kNewKoreanImeName[] = "New Korean IME";
1798
1799const char kNewKoreanImeDescription[] =
1800 "New Korean IME, which is based on Google Input Tools' HMM engine.";
1801
1802const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect";
1803
1804const char kPhysicalKeyboardAutocorrectDescription[] =
1805 "Enable physical keyboard autocorrect for US keyboard, which can "
1806 "provide suggestions as typing on physical keyboard.";
1807
1808const char kVoiceInputName[] = "Voice input on virtual keyboard";
1809
1810const char kVoiceInputDescription[] =
1811 "Enables voice input on virtual keyboard.";
1812
1813const char kExperimentalInputViewFeaturesName[] =
1814 "Experimental input view features";
1815
1816const char kExperimentalInputViewFeaturesDescription[] =
1817 "Enable experimental features for IME input views.";
1818
1819const char kFloatingVirtualKeyboardName[] = "Floating virtual keyboard.";
1820
1821const char kFloatingVirtualKeyboardDescription[] =
1822 "Enable/Disable floating virtual keyboard.";
1823
1824const char kGestureTypingName[] = "Gesture typing for the virtual keyboard.";
1825
1826const char kGestureTypingDescription[] =
1827 "Enable/Disable gesture typing option in the settings page for the "
1828 "virtual keyboard.";
1829
1830const char kGestureEditingName[] = "Gesture editing for the virtual keyboard.";
1831
1832const char kGestureEditingDescription[] =
1833 "Enable/Disable gesture editing option in the settings page for the "
1834 "virtual keyboard.";
1835
1836const char kCaptivePortalBypassProxyName[] =
1837 "Bypass proxy for Captive Portal Authorization";
1838
1839const char kCaptivePortalBypassProxyDescription[] =
1840 "If proxy is configured, it usually prevents from authorization on "
1841 "different captive portals. This enables opening captive portal "
1842 "authorization dialog in a separate window, which ignores proxy "
1843 "settings.";
1844
1845const char kTouchscreenCalibrationName[] =
1846 "Enable/disable touchscreen calibration option in material design "
1847 "settings";
1848
1849const char kTouchscreenCalibrationDescription[] =
1850 "If enabled, the user can calibrate the touch screen displays in "
1851 "chrome://md-settings/display.";
1852
1853#endif // defined(OS_CHROMEOS)
1854
1855// Strings for controlling credit card assist feature in about:flags.
1856
1857const char kCreditCardAssistName[] = "Credit Card Assisted Filling";
1858
1859const char kCreditCardAssistDescription[] =
1860 "Enable assisted credit card filling on certain sites.";
1861
1862// Strings for controlling credit card scanning feature in about:flags.
1863
1864// Simple Cache Backend experiment.
1865
1866const char kSimpleCacheBackendName[] = "Simple Cache for HTTP";
1867
1868const char kSimpleCacheBackendDescription[] =
1869 "The Simple Cache for HTTP is a new cache. It relies on the filesystem "
1870 "for disk space allocation.";
1871
1872// Spelling feedback field trial.
1873
1874const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial";
1875
1876const char kSpellingFeedbackFieldTrialDescription[] =
1877 "Enable the field trial for sending user feedback to spelling service.";
1878
1879// Web MIDI API.
1880
1881const char kWebMidiName[] = "Web MIDI API";
1882
1883const char kWebMidiDescription[] = "Enable Web MIDI API experimental support.";
1884
1885// Site per process mode
1886
creisc3af64f2017-04-12 17:22:381887const char kSitePerProcessName[] = "Strict site isolation";
vabr0215a8e2017-03-28 12:47:341888
1889const char kSitePerProcessDescription[] =
creisc3af64f2017-04-12 17:22:381890 "Highly experimental security mode that ensures each renderer process "
1891 "contains pages from at most one site. In this mode, out-of-process "
1892 "iframes will be used whenever an iframe is cross-site.";
vabr0215a8e2017-03-28 12:47:341893
1894// Top document isolation mode
1895
1896const char kTopDocumentIsolationName[] = "Top document isolation";
1897
1898const char kTopDocumentIsolationDescription[] =
1899 "Highly experimental performance mode where cross-site iframes are kept "
1900 "in a separate process from the top document. In this mode, iframes "
1901 "from different third-party sites will be allowed to share a process.";
1902
1903// Cross process guest frames isolation mode
1904
1905const char kCrossProcessGuestViewIsolationName[] =
1906 "Cross process frames for guests";
1907
1908const char kCrossProcessGuestViewIsolationDescription[] =
1909 "Highly experimental where guests such as <webview> are implemented "
1910 "on the out-of-process iframe infrastructure.";
1911
1912// Task Scheduler
1913
1914const char kBrowserTaskSchedulerName[] = "Task Scheduler";
1915
1916const char kBrowserTaskSchedulerDescription[] =
1917 "Enables redirection of some task posting APIs to the task scheduler.";
1918
1919// Arc authorization
1920
1921#if defined(OS_CHROMEOS)
1922
1923const char kArcUseAuthEndpointName[] = "Android apps authorization point";
1924
1925const char kArcUseAuthEndpointDescription[] =
1926 "Enable Android apps authorization point to automatic sign-in in OptIn "
1927 "flow.";
1928
1929#endif // defined(OS_CHROMEOS)
1930
1931// Autofill experiment flags
1932
1933const char kSingleClickAutofillName[] = "Single-click autofill";
1934
1935const char kSingleClickAutofillDescription[] =
1936 "Make autofill suggestions on initial mouse click on a form element.";
1937
1938#if defined(OS_ANDROID)
1939
1940const char kAutofillAccessoryViewName[] =
1941 "Autofill suggestions as keyboard accessory view";
1942
1943const char kAutofillAccessoryViewDescription[] =
1944 "Shows Autofill suggestions on top of the keyboard rather than in a "
1945 "dropdown.";
1946
1947#endif // defined(OS_ANDROID)
1948
1949// Reader mode experiment flags
1950
1951#if defined(OS_ANDROID)
1952
1953const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
1954
1955const char kReaderModeHeuristicsDescription[] =
1956 "Determines what pages the Reader Mode button is shown on.";
1957
1958const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
1959
1960const char kReaderModeHeuristicsAdaboost[] = "Appears to be an article";
1961
1962const char kReaderModeHeuristicsAlwaysOff[] = "Never";
1963
1964const char kReaderModeHeuristicsAlwaysOn[] = "Always";
1965
1966#endif // defined(OS_ANDROID)
1967
1968// Chrome home flags
1969
1970#if defined(OS_ANDROID)
1971
1972const char kChromeHomeName[] = "Chrome Home";
1973
1974const char kChromeHomeDescription[] = "Enables Chrome Home on Android.";
1975
1976#endif // defined(OS_ANDROID)
1977
Tommy Nyquist4fad7062017-04-11 20:01:281978// In-Product Help flags
1979
1980#if defined(OS_ANDROID)
1981
1982const char kEnableIphDemoMode[] = "In-Product Help Demo Mode";
1983
1984const char kEnableIphDemoModeDescription[] =
1985 "Enables In-Product Help demo mode on Android.";
1986
1987#endif // defined(OS_ANDROID)
1988
vabr0215a8e2017-03-28 12:47:341989// Settings window flags
1990
1991const char kSettingsWindowName[] = "Show settings in a window";
1992
1993const char kSettingsWindowDescription[] =
1994 "Settings will be shown in a dedicated window instead of as a browser "
1995 "tab.";
1996
1997// Mixed content issue workaround flags
1998
1999#if defined(OS_ANDROID)
2000
2001// Flag strings for seccomp-bpf sandbox flag.
2002
2003const char kSeccompFilterSandboxAndroidName[] = "Seccomp-bpf renderer sandbox";
2004
2005const char kSeccompFilterSandboxAndroidDescription[] =
2006 "Renderers will have a second-layer sandbox provided by seccomp-bpf. "
2007 "This requires kernel features only available on select Android "
2008 "versions.";
2009
2010#endif // defined(OS_ANDROID)
2011
2012// Extension Content Verification
2013
2014const char kExtensionContentVerificationName[] =
2015 "Extension Content Verification";
2016
2017const char kExtensionContentVerificationDescription[] =
2018 "This flag can be used to turn on verification that the contents of the "
2019 "files on disk for extensions from the webstore match what they're "
2020 "expected to be. This can be used to turn on this feature if it would "
2021 "not otherwise have been turned on, but cannot be used to turn it off "
2022 "(because this setting can be tampered with by malware).";
2023
2024const char kExtensionContentVerificationBootstrap[] =
2025 "Bootstrap (get expected hashes, but do not enforce them)";
2026
2027const char kExtensionContentVerificationEnforce[] =
2028 "Enforce (try to get hashes, and enforce them if successful)";
2029
2030const char kExtensionContentVerificationEnforceStrict[] =
2031 "Enforce strict (hard fail if we can't get hashes)";
2032
2033// Built-in hotword detection display strings
2034
2035const char kExperimentalHotwordHardwareName[] =
2036 "Simulated hardware 'Ok Google' features";
2037
2038const char kExperimentalHotwordHardwareDescription[] =
2039 "Enables an experimental version of 'Ok Google' hotword detection "
2040 "features that have a hardware dependency.";
2041
2042// Message center strings
2043
2044const char kMessageCenterAlwaysScrollUpUponRemovalName[] =
2045 "Experiments that message center always scroll up upon notification "
2046 "removal";
2047
2048const char kMessageCenterAlwaysScrollUpUponRemovalDescription[] =
2049 "Enables experiment that message center always scroll up when a "
2050 "notification is removed.";
2051
2052const char kCastStreamingHwEncodingName[] =
2053 "Cast Streaming hardware video encoding";
2054
2055const char kCastStreamingHwEncodingDescription[] =
2056 "This option enables support in Cast Streaming for encoding video "
2057 "streams using platform hardware.";
2058
2059const char kAllowInsecureLocalhost[] =
2060 "Allow invalid certificates for resources loaded from localhost.";
2061
2062const char kAllowInsecureLocalhostDescription[] =
2063 "Allows requests to localhost over HTTPS even when an invalid "
2064 "certificate is presented.";
2065
2066#if defined(OS_WIN) || defined(OS_MACOSX)
2067
2068// Tab discarding
2069
2070const char kAutomaticTabDiscardingName[] = "Automatic tab discarding";
2071
2072const char kAutomaticTabDiscardingDescription[] =
2073 "If enabled, tabs get automatically discarded from memory when the "
2074 "system memory is low. Discarded tabs are still visible on the tab "
2075 "strip and get reloaded when clicked on. Info about discarded tabs can "
2076 "be found at chrome://discards.";
2077
2078#endif // defined(OS_WIN) || defined(OS_MACOSX)
2079
2080#if defined(OS_ANDROID)
2081
2082const char kOfflineBookmarksName[] = "Enable offline bookmarks";
2083
2084const char kOfflineBookmarksDescription[] =
2085 "Enable saving bookmarked pages for offline viewing.";
2086
2087const char kNtpOfflinePagesName[] = "Enable NTP offline pages";
2088
2089const char kNtpOfflinePagesDescription[] =
2090 "Enables badging of offline pages on the New Tab page. Only relevant if "
2091 "offline pages are enabled.";
2092
2093const char kOfflinePagesAsyncDownloadName[] =
2094 R"*(Enables showing "DOWNLOAD PAGE LATER" button in error pages.)*";
2095
2096const char kOfflinePagesAsyncDownloadDescription[] =
2097 R"*(Enables showing "DOWNLOAD PAGE LATER" button in error pages such )*"
2098 R"*(that the user can click on it to download the page later.)*";
2099
2100const char kOfflinePagesSvelteConcurrentLoadingName[] =
2101 "Enables concurrent background loading on svelte.";
2102
2103const char kOfflinePagesSvelteConcurrentLoadingDescription[] =
2104 "Enables concurrent background loading (or downloading) of pages on "
2105 "Android svelte (512MB RAM) devices. Otherwise, background loading will "
2106 "happen when the svelte device is idle.";
2107
petewil2abcf042017-04-10 21:45:002108const char kOfflinePagesLoadSignalCollectingName[] =
2109 "Enables collecting load timing data for offline page snapshots.";
2110
2111const char kOfflinePagesLoadSignalCollectingDescription[] =
2112 "Enables loading completeness data collection while writing an offline "
2113 "page. This data is collected in the snapshotted offline page to allow "
2114 "data analysis to improve deciding when to make the offline snapshot.";
2115
vabr0215a8e2017-03-28 12:47:342116const char kOfflinePagesPrefetchingName[] =
2117 "Enables suggested offline pages to be prefetched.";
2118
2119const char kOfflinePagesPrefetchingDescription[] =
2120 "Enables suggested offline pages to be prefetched, so useful content is "
2121 "available while offline.";
2122
2123const char kOfflinePagesSharingName[] = "Enables offline pages to be shared.";
2124
2125const char kOfflinePagesSharingDescription[] =
2126 "Enables the saved offline pages to be shared via other applications.";
2127
2128const char kBackgroundLoaderForDownloadsName[] =
2129 "Enables background downloading of pages.";
2130
2131const char kBackgroundLoaderForDownloadsDescription[] =
2132 "Enables downloading pages in the background in case page is not yet "
2133 "loaded in current tab.";
2134
2135const char kNewBackgroundLoaderName[] =
2136 "Use background loader instead of prerenderer to load pages.";
2137
2138const char kNewBackgroundLoaderDescription[] =
2139 "Use background loader instead of prerenderer to asynchronously "
2140 "download pages.";
2141
2142const char kNtpPopularSitesName[] = "Show popular sites on the New Tab page";
2143
2144const char kNtpPopularSitesDescription[] =
2145 "Pre-populate the New Tab page with popular sites.";
2146
2147const char kNtpSwitchToExistingTabName[] =
2148 "Switch to an existing tab for New Tab Page suggestions.";
2149
2150const char kNtpSwitchToExistingTabDescription[] =
2151 "When opening a suggested webpage from the New Tab Page, if a tab is "
2152 "already open for the suggestion, switch to that one instead of loading "
2153 "the suggestion in the new tab.";
2154
2155const char kNtpSwitchToExistingTabMatchUrl[] = "Match by URL";
2156
2157const char kNtpSwitchToExistingTabMatchHost[] = "Match by Hostname";
2158
2159const char kUseAndroidMidiApiName[] = "Use Android Midi API";
2160
2161const char kUseAndroidMidiApiDescription[] =
2162 "Use Android Midi API for WebMIDI (effective only with Android M+ "
2163 "devices).";
2164
2165const char kWebPaymentsModifiersName[] = "Enable web payment modifiers";
2166
2167const char kWebPaymentsModifiersDescription[] =
2168 "If the website provides modifiers in the payment request, show the "
2169 "custom total for each payment instrument, update the shopping cart "
2170 "when instruments are switched, and send modified payment method "
2171 "specific data to the payment app.";
2172
2173#endif // defined(OS_ANDROID)
2174
2175#if defined(OS_WIN)
2176
2177// Exporting tracing events to ETW
2178
2179const char kTraceExportEventsToEtwName[] =
2180 "Enable exporting of tracing events to ETW.";
2181
2182const char kTraceExportEventsToEtwDesription[] =
2183 "If enabled, trace events will be exported to the Event Tracing for "
2184 "Windows (ETW) and can then be captured by tools such as UIForETW or "
2185 "Xperf.";
2186
2187const char kMergeKeyCharEventsName[] =
2188 "Enable or disable merging merging the key event (WM_KEY*) with char "
2189 "event (WM_CHAR).";
2190
2191const char kMergeKeyCharEventsDescription[] =
2192 "If disabled, Chrome will handle WM_KEY* and WM_CHAR separatedly.";
2193
2194const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
2195
2196const char kUseWinrtMidiApiDescription[] =
2197 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 "
2198 "or later).";
2199
2200#endif // defined(OS_WIN)
2201
2202#if defined(OS_ANDROID)
2203
2204// Data Use
2205
2206// Update Menu Item Flags
2207
2208const char kUpdateMenuItemName[] = "Force show update menu item";
2209
2210const char kUpdateMenuItemDescription[] =
2211 R"*(When enabled, an "Update Chrome" item will be shown in the app )*"
2212 R"*(menu.)*";
2213
twellingtonce0b29ba2017-04-19 21:01:172214const char kUpdateMenuItemCustomSummaryDescription[] =
vabr0215a8e2017-03-28 12:47:342215 "When this flag and the force show update menu item flag are enabled, a "
twellingtonce0b29ba2017-04-19 21:01:172216 "custom summary string will be displayed below the update menu item.";
vabr0215a8e2017-03-28 12:47:342217
twellingtonce0b29ba2017-04-19 21:01:172218const char kUpdateMenuItemCustomSummaryName[] =
2219 "Update menu item custom summary";
vabr0215a8e2017-03-28 12:47:342220
2221const char kUpdateMenuBadgeName[] = "Force show update menu badge";
2222
2223const char kUpdateMenuBadgeDescription[] =
2224 "When enabled, an update badge will be shown on the app menu button.";
2225
2226const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
2227
2228const char kSetMarketUrlForTestingDescription[] =
2229 "When enabled, sets the market URL for use in testing the update menu "
2230 "item.";
2231
2232#endif // defined(OS_ANDROID)
2233
2234#if defined(OS_ANDROID)
2235
2236const char kHerbPrototypeChoicesName[] = "Switch preferred flavor of Herb";
2237
2238const char kHerbPrototypeChoicesDescription[] =
2239 "Switching this option changes which tab management prototype is being "
2240 "tested.";
2241
2242const char kHerbPrototypeFlavorElderberry[] =
2243 "ELDERBERRY: All View Intents in CCT v2";
2244
2245const char kEnableSpecialLocaleName[] =
2246 "Enable custom logic for special locales.";
2247
2248const char kEnableSpecialLocaleDescription[] =
2249 "Enable custom logic for special locales. In this mode, Chrome might "
2250 "behave differently in some locales.";
2251
2252// WebApks
2253
2254const char kEnableWebapk[] = "Enable improved add to Home screen";
2255
2256const char kEnableWebapkDescription[] =
2257 R"*(Packages "Progressive Web Apps" so that they can integrate more )*"
2258 R"*(deeply with Android. A Chrome server is used to package sites. In )*"
2259 R"*(Chrome Canary and Chrome Dev, this requires “Untrusted )*"
2260 R"*(sources” to be enabled in Android security settings.)*";
2261
2262#endif // defined(OS_ANDROID)
2263
2264const char kEnableBrotliName[] = "Brotli Content-Encoding.";
2265
2266const char kEnableBrotliDescription[] =
2267 "Enable Brotli Content-Encoding support.";
2268
2269const char kEnableWebfontsInterventionName[] =
2270 "New version of User Agent Intervention for WebFonts loading.";
2271
2272const char kEnableWebfontsInterventionDescription[] =
2273 "Enable New version of User Agent Intervention for WebFonts loading.";
2274
2275const char kEnableWebfontsInterventionV2ChoiceDefault[] = "Default";
2276
2277const char kEnableWebfontsInterventionV2ChoiceEnabledWith2g[] = "Enabled: 2G";
2278
2279const char kEnableWebfontsInterventionV2ChoiceEnabledWith3g[] = "Enabled: 3G";
2280
2281const char kEnableWebfontsInterventionV2ChoiceEnabledWithSlow2g[] =
2282 "Enabled: Slow 2G";
2283
2284const char kEnableWebfontsInterventionV2ChoiceDisabled[] = "Disabled";
2285
2286const char kEnableWebfontsInterventionTriggerName[] =
2287 "Trigger User Agent Intervention for WebFonts loading always.";
2288
2289const char kEnableWebfontsInterventionTriggerDescription[] =
2290 "Enable to trigger User Agent Intervention for WebFonts loading always. "
2291 "This flag affects only when the intervention is enabled.";
2292
2293const char kEnableScrollAnchoringName[] = "Scroll Anchoring";
2294
2295const char kEnableScrollAnchoringDescription[] =
2296 "Adjusts scroll position to prevent visible jumps when offscreen "
2297 "content changes.";
2298
2299#if defined(OS_CHROMEOS)
2300
skaua9afc0212017-04-07 19:18:472301const char kDisableNativeCupsName[] = "Native CUPS";
vabr0215a8e2017-03-28 12:47:342302
skaua9afc0212017-04-07 19:18:472303const char kDisableNativeCupsDescription[] =
2304 "Disable the use of the native CUPS printing backend.";
vabr0215a8e2017-03-28 12:47:342305
2306const char kEnableAndroidWallpapersAppName[] = "Android Wallpapers App";
2307
2308const char kEnableAndroidWallpapersAppDescription[] =
2309 "Enables the Android Wallpapers App as the default Wallpaper App on "
2310 "Chrome OS.";
2311
2312const char kEnableTouchSupportForScreenMagnifierName[] =
2313 "Touch support for screen magnifier";
2314
2315const char kEnableTouchSupportForScreenMagnifierDescription[] =
2316 "Enables touch support for screen magnifier";
2317
takise183b8cb42017-04-07 05:12:082318const char kEnableZipArchiverOnFileManagerName[] =
2319 "ZIP archiver for Drive";
2320
2321const char kEnableZipArchiverOnFileManagerDescription[] =
2322 "Enable the ability to archive and unpack files on Drive in the Files app";
2323
vabr0215a8e2017-03-28 12:47:342324#endif // defined(OS_CHROMEOS)
2325
2326#if defined(OS_ANDROID)
2327
2328const char kContentSuggestionsCategoryOrderName[] =
2329 "Default content suggestions category order (e.g. on NTP)";
2330
2331const char kContentSuggestionsCategoryOrderDescription[] =
2332 "Set default order of content suggestion categories (e.g. on the NTP).";
2333
2334const char kContentSuggestionsCategoryRankerName[] =
2335 "Content suggestions category ranker (e.g. on NTP)";
2336
2337const char kContentSuggestionsCategoryRankerDescription[] =
2338 "Set category ranker to order categories of content suggestions (e.g. "
2339 "on the NTP).";
2340
2341const char kEnableNtpSnippetsVisibilityName[] =
2342 "Make New Tab Page Snippets more visible.";
2343
2344const char kEnableNtpSnippetsVisibilityDescription[] =
2345 "If enabled, the NTP snippets will become more discoverable with a "
2346 "larger portion of the first card above the fold.";
2347
jkrcal18514e662017-03-30 06:12:282348const char kEnableContentSuggestionsNewFaviconServerName[] =
2349 "Get favicons for content suggestions from a new server.";
2350
2351const char kEnableContentSuggestionsNewFaviconServerDescription[] =
2352 "If enabled, the content suggestions (on the NTP) will get favicons from a "
2353 "new favicon server.";
2354
dgn2b5a43382017-04-06 16:56:562355const char kEnableContentSuggestionsSettingsName[] =
2356 "Show content suggestions settings.";
2357
2358const char kEnableContentSuggestionsSettingsDescription[] =
2359 "If enabled, the content suggestions settings will be available from the "
2360 "main settings menu.";
2361
vabr0215a8e2017-03-28 12:47:342362const char kEnableNtpRemoteSuggestionsName[] =
2363 "Show server-side suggestions on the New Tab page";
2364
2365const char kEnableNtpRemoteSuggestionsDescription[] =
2366 "If enabled, the list of content suggestions on the New Tab page (see "
2367 "#enable-ntp-snippets) will contain server-side suggestions (e.g., "
2368 "Articles for you). Furthermore, it allows to override the source used "
2369 "to retrieve these server-side suggestions.";
2370
2371const char kEnableNtpRecentOfflineTabSuggestionsName[] =
2372 "Show recent offline tabs on the New Tab page";
2373
2374const char kEnableNtpRecentOfflineTabSuggestionsDescription[] =
2375 "If enabled, the list of content suggestions on the New Tab page (see "
2376 "#enable-ntp-snippets) will contain pages that were captured offline "
2377 "during browsing (see #offlining-recent-pages)";
2378
vabr0215a8e2017-03-28 12:47:342379const char kEnableNtpAssetDownloadSuggestionsName[] =
2380 "Show asset downloads on the New Tab page";
2381
2382const char kEnableNtpAssetDownloadSuggestionsDescription[] =
2383 "If enabled, the list of content suggestions on the New Tab page (see "
2384 "#enable-ntp-snippets) will contain assets (e.g. books, pictures, "
2385 "audio) that the user downloaded for later use.";
2386
2387const char kEnableNtpOfflinePageDownloadSuggestionsName[] =
2388 "Show offline page downloads on the New Tab page";
2389
2390const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] =
2391 "If enabled, the list of content suggestions on the New Tab page (see "
2392 "#enable-ntp-snippets) will contain pages that the user downloaded for "
2393 "later use.";
2394
2395const char kEnableNtpBookmarkSuggestionsName[] =
2396 "Show recently visited bookmarks on the New Tab page";
2397
2398const char kEnableNtpBookmarkSuggestionsDescription[] =
2399 "If enabled, the list of content suggestions on the New Tab page (see "
2400 "#enable-ntp-snippets) will contain recently visited bookmarks.";
2401
2402const char kEnableNtpPhysicalWebPageSuggestionsName[] =
2403 "Show Physical Web pages on the New Tab page";
2404
2405const char kEnableNtpPhysicalWebPageSuggestionsDescription[] =
2406 "If enabled, the list of content suggestions on the New Tab page (see "
2407 "#enable-ntp-snippets) will contain pages that are available through "
2408 "Physical Web (see #enable-physical-web)";
2409
2410const char kEnableNtpForeignSessionsSuggestionsName[] =
2411 "Show recent foreign tabs on the New Tab page";
2412
2413const char kEnableNtpForeignSessionsSuggestionsDescription[] =
2414 "If enabled, the list of content suggestions on the New Tab page (see "
2415 "#enable-ntp-snippets) will contain recent foreign tabs.";
2416
2417const char kEnableNtpSuggestionsNotificationsName[] =
2418 "Notify about new content suggestions available at the New Tab page";
2419
2420const char kEnableNtpSuggestionsNotificationsDescription[] =
2421 "If enabled, notifications will inform about new content suggestions on "
2422 "the New Tab page (see #enable-ntp-snippets).";
2423
2424const char kNtpCondensedLayoutName[] = "Condensed NTP layout";
2425
2426const char kNtpCondensedLayoutDescription[] =
2427 "Show a condensed layout on the New Tab Page.";
2428
2429const char kNtpCondensedTileLayoutName[] = "Condensed NTP tile layout";
2430
2431const char kNtpCondensedTileLayoutDescription[] =
2432 "Show a condensed tile layout on the New Tab Page.";
2433
2434const char kNtpGoogleGInOmniboxName[] = "Google G in New Tab Page omnibox";
2435
2436const char kNtpGoogleGInOmniboxDescription[] =
2437 "Show a Google G in the omnibox on the New Tab Page.";
2438
2439#endif // defined(OS_ANDROID)
2440
2441#if defined(OS_ANDROID)
2442
2443const char kOffliningRecentPagesName[] =
2444 "Enable offlining of recently visited pages";
2445
2446const char kOffliningRecentPagesDescription[] =
2447 "Enable storing recently visited pages locally for offline use. "
2448 "Requires Offline Pages to be enabled.";
2449
2450const char kOfflinePagesCtName[] = "Enable Offline Pages CT features.";
2451
2452const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features.";
2453
2454#endif // defined(OS_ANDROID)
2455
2456#if defined(OS_ANDROID)
2457
2458const char kEnableExpandedAutofillCreditCardPopupLayout[] =
2459 "Use expanded autofill credit card popup layout.";
2460
2461const char kEnableExpandedAutofillCreditCardPopupLayoutDescription[] =
2462 "If enabled, displays autofill credit card popup using expanded "
2463 "layout.";
2464
2465#endif // defined(OS_ANDROID)
2466
2467const char kEnableAutofillCreditCardLastUsedDateDisplay[] =
2468 "Display the last used date of a credit card in autofill.";
2469
2470const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
2471 "If enabled, display the last used date of a credit card in autofill.";
2472
jsaul314052192017-04-13 23:20:572473const char kEnableAutofillCreditCardUploadCvcPrompt[] =
2474 "Enable requesting missing CVC during Autofill credit card upload";
2475
2476const char kEnableAutofillCreditCardUploadCvcPromptDescription[] =
2477 "If enabled, requests missing CVC when offering to upload credit cards to "
2478 "Google Payments.";
2479
vabr0215a8e2017-03-28 12:47:342480#if !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
2481
2482const char kGoogleBrandedContextMenuName[] =
2483 "Google branding in the context menu";
2484
2485const char kGoogleBrandedContextMenuDescription[] =
2486 "Shows a Google icon next to context menu items powered by Google "
2487 "services.";
2488
2489#endif // !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
2490
2491const char kEnableWebUsbName[] = "WebUSB";
2492
2493const char kEnableWebUsbDescription[] = "Enable WebUSB support.";
2494
2495const char kEnableGenericSensorName[] = "Generic Sensor";
2496
2497const char kEnableGenericSensorDescription[] =
2498 "Enable sensor APIs based on Generic Sensor API.";
2499
2500const char kFontCacheScalingName[] = "FontCache scaling";
2501
2502const char kFontCacheScalingDescription[] =
2503 "Reuse a cached font in the renderer to serve different sizes of font "
2504 "for faster layout.";
2505
2506const char kFramebustingName[] =
2507 "Framebusting requires same-origin or a user gesture";
2508
2509const char kFramebustingDescription[] =
2510 "Don't permit an iframe to navigate the top level browsing context "
2511 "unless they are same-origin or the iframe is processing a user "
2512 "gesture.";
2513
binluc5b59112017-04-19 15:38:462514const char kVibrateRequiresUserGestureName[] =
2515 "Requiring user gesture for the Vibration API";
2516
2517const char kVibrateRequiresUserGestureDescription[] =
2518 "Block the Vibration API if no user gesture has been received on "
2519 "the frame or any embedded frame.";
2520
vabr0215a8e2017-03-28 12:47:342521#if defined(OS_ANDROID)
2522
2523const char kEnableVrShellName[] = "Enable Chrome VR.";
2524
2525const char kEnableVrShellDescription[] =
2526 "Allow browsing with a VR headset if available for this device.";
2527
2528#endif // defined(OS_ANDROID)
2529
2530// Web payments
2531
2532const char kWebPaymentsName[] = "Web Payments";
2533
2534const char kWebPaymentsDescription[] =
2535 "Enable Web Payments API integration, a JavaScript API for merchants.";
2536
2537#if defined(OS_ANDROID)
2538
2539const char kEnableAndroidPayIntegrationV1Name[] = "Enable Android Pay v1";
2540
2541const char kEnableAndroidPayIntegrationV1Description[] =
2542 "Enable integration with Android Pay using the first version of the "
2543 "API";
2544
2545const char kEnableAndroidPayIntegrationV2Name[] = "Enable Android Pay v2";
2546
2547const char kEnableAndroidPayIntegrationV2Description[] =
2548 "Enable integration with Android Pay using the second version of the "
2549 "API";
2550
2551const char kEnableWebPaymentsSingleAppUiSkipName[] =
2552 "Enable Web Payments single app UI skip";
2553
2554const char kEnableWebPaymentsSingleAppUiSkipDescription[] =
2555 "Enable Web Payments to skip showing its UI if the developer specifies "
2556 "a single app.";
2557
2558const char kAndroidPaymentAppsName[] = "Android payment apps";
2559
2560const char kAndroidPaymentAppsDescription[] =
2561 "Enable third party Android apps to integrate as payment apps";
2562
vabr0215a8e2017-03-28 12:47:342563#endif // defined(OS_ANDROID)
2564
2565const char kFeaturePolicyName[] = "Feature Policy";
2566
2567const char kFeaturePolicyDescription[] =
2568 "Enables granting and removing access to features through the "
2569 "Feature-Policy HTTP header.";
2570
2571// Audio rendering mixing experiment strings.
2572
2573const char kNewAudioRenderingMixingStrategyName[] =
2574 "New audio rendering mixing strategy";
2575
2576const char kNewAudioRenderingMixingStrategyDescription[] =
2577 "Use the new audio rendering mixing strategy.";
2578
2579// Background video track disabling experiment strings.
2580
2581const char kBackgroundVideoTrackOptimizationName[] =
2582 "Optimize background video playback.";
2583
2584const char kBackgroundVideoTrackOptimizationDescription[] =
2585 "Disable video tracks when the video is played in the background to "
2586 "optimize performance.";
2587
avayvod232757942017-04-29 04:12:342588// New remote playback pipeline experiment strings.
2589
2590const char kNewRemotePlaybackPipelineName[] =
2591 "Enable the new remote playback pipeline.";
2592
2593const char kNewRemotePlaybackPipelineDescription[] =
2594 "Enable the new pipeline for playing media element remotely via "
2595 "RemotePlayback API or native controls.";
2596
vabr0215a8e2017-03-28 12:47:342597// Video fullscreen with orientation lock experiment strings.
2598
2599const char kVideoFullscreenOrientationLockName[] =
2600 "Lock screen orientation when playing a video fullscreen.";
2601
2602const char kVideoFullscreenOrientationLockDescription[] =
2603 "Lock the screen orientation of the device to match video orientation "
2604 "when a video goes fullscreen. Only on phones.";
2605
johnme913ee5f2017-04-28 21:36:162606// Video rotate-to-fullscreen experiment strings.
2607
2608const char kVideoRotateToFullscreenName[] =
2609 "Rotate-to-fullscreen gesture for videos.";
2610
2611const char kVideoRotateToFullscreenDescription[] =
2612 "Enter/exit fullscreen when device is rotated to/from the orientation of "
2613 "the video. Only on phones.";
2614
vabr0215a8e2017-03-28 12:47:342615// Expensive background timer throttling flag
2616
2617const char kExpensiveBackgroundTimerThrottlingName[] =
2618 "Throttle expensive background timers";
2619
2620const char kExpensiveBackgroundTimerThrottlingDescription[] =
2621 "Enables intervention to limit CPU usage of background timers to 1%.";
2622
2623// Enable default MediaSession flag
2624
2625#if !defined(OS_ANDROID)
2626
2627const char kEnableDefaultMediaSessionName[] = "Manage audio focus across tabs";
2628
2629const char kEnableDefaultMediaSessionDescription[] =
2630 "Manage audio focus across tabs to improve the audio mixing.";
2631
2632const char kEnableDefaultMediaSessionDisabled[] = "Disabled";
2633
2634const char kEnableDefaultMediaSessionEnabled[] = "Enabled";
2635
2636const char kEnableDefaultMediaSessionEnabledDuckFlash[] =
2637 "Enabled (Flash lowers volume when interrupted by other sound, "
2638 "experimental)";
2639
2640#endif // !defined(OS_ANDROID)
2641
2642#if defined(OS_WIN)
2643
2644const char kGdiTextPrinting[] = "GDI Text Printing";
2645
2646const char kGdiTextPrintingDescription[] =
2647 "Use GDI to print text as simply text";
2648
2649#endif // defined(OS_WIN)
2650
2651#if defined(OS_ANDROID)
2652
2653const char kModalPermissionPromptsName[] = "Modal Permission Prompts";
2654
2655const char kModalPermissionPromptsDescription[] =
2656 "Whether to use permission dialogs in place of permission infobars.";
2657
2658#endif // defined(OS_ANDROID)
2659
2660#if !defined(OS_MACOSX)
2661
2662const char kPermissionPromptPersistenceToggleName[] =
2663 "Persistence Toggle in Permission Prompts";
2664
2665const char kPermissionPromptPersistenceToggleDescription[] =
2666 "Whether to display a persistence toggle in permission prompts.";
2667
2668#endif // !defined(OS_MACOSX)
2669
2670#if defined(OS_ANDROID)
2671
2672const char kNoCreditCardAbort[] = "No Credit Card Abort";
2673
2674const char kNoCreditCardAbortDescription[] =
2675 "Whether or not the No Credit Card Abort is enabled.";
2676
2677#endif // defined(OS_ANDROID)
2678
2679// Consistent omnibox geolocation
2680
2681#if defined(OS_ANDROID)
2682
2683const char kEnableConsistentOmniboxGeolocationName[] =
2684 "Have consistent omnibox geolocation access.";
2685
2686const char kEnableConsistentOmniboxGeolocationDescription[] =
2687 "Have consistent geolocation access between the omnibox and default "
2688 "search engine.";
2689
2690#endif // defined(OS_ANDROID)
2691
2692// Media Remoting chrome://flags strings
2693
2694const char kMediaRemotingName[] = "Media Remoting during Cast Tab Mirroring";
2695
2696const char kMediaRemotingDescription[] =
2697 "When Casting a tab to a remote device, enabling this turns on an "
2698 "optimization that forwards the content bitstream directly to the "
2699 "remote device when a video is fullscreened.";
2700
vabr0215a8e2017-03-28 12:47:342701// Chrome OS component updates chrome://flags strings
2702
2703const char kCrosCompUpdatesName[] = "Chrome OS Flash Component Updates";
2704
2705const char kCrosCompUpdatesDescription[] =
2706 "Enable Flash component updates for Chrome OS.";
2707
2708// Native Android History chrome://flags strings
2709
2710#if defined(OS_ANDROID)
2711
2712const char kNativeAndroidHistoryManager[] = "Native Android History";
2713
2714const char kNativeAndroidHistoryManagerDescription[] =
2715 "Show the native Android UI for browsing history.";
2716
2717#endif // defined(OS_ANDROID)
2718
2719// Play Services LSD permission prompt chrome://flags strings
2720
2721#if defined(OS_ANDROID)
2722
2723const char kLsdPermissionPromptName[] =
2724 "Location Settings Dialog Permission Prompt";
2725
2726const char kLsdPermissionPromptDescription[] =
2727 "Whether to use the Google Play Services Location Settings Dialog "
2728 "permission dialog.";
2729
2730#endif // defined(OS_ANDROID)
2731
2732#if defined(OS_WIN)
2733
2734// Custom draw the Windows 10 titlebar. crbug.com/505013
2735
2736const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar";
2737
2738const char kWindows10CustomTitlebarDescription[] =
2739 "If enabled, Chrome will draw the titlebar and caption buttons instead "
2740 "of deferring to Windows.";
2741
2742#endif // defined(OS_WIN)
2743
2744#if defined(OS_WIN)
2745
rbpotter556837e42017-05-01 18:49:042746const char kDisablePostscriptPrinting[] = "Disable PostScript Printing";
vabr0215a8e2017-03-28 12:47:342747
rbpotter556837e42017-05-01 18:49:042748const char kDisablePostscriptPrintingDescription[] =
2749 "Disables PostScript generation when printing to PostScript capable "
2750 "printers, and uses EMF generation in its place.";
vabr0215a8e2017-03-28 12:47:342751
2752#endif // defined(OS_WIN)
2753
2754#if defined(OS_ANDROID)
2755
2756const char kAiaFetchingName[] = "Intermediate Certificate Fetching";
2757
2758const char kAiaFetchingDescription[] =
2759 "Enable intermediate certificate fetching when a server does not "
2760 "provide sufficient certificates to build a chain to a trusted root.";
2761
2762#endif // defined(OS_ANDROID)
2763
2764// Web MIDI supports MIDIManager dynamic instantiation chrome://flags strings
2765
2766const char kEnableMidiManagerDynamicInstantiationName[] =
2767 "MIDIManager dynamic instantiation for Web MIDI.";
2768
2769const char kEnableMidiManagerDynamicInstantiationDescription[] =
2770 "Enable MIDIManager dynamic instantiation for Web MIDI.";
2771
2772// Desktop iOS promotion chrome://flags strings
2773
2774#if defined(OS_WIN)
2775
2776const char kEnableDesktopIosPromotionsName[] = "Desktop to iOS promotions.";
2777
2778const char kEnableDesktopIosPromotionsDescription[] =
2779 "Enable Desktop to iOS promotions, and allow users to see them if they "
2780 "are eligible.";
2781
2782#endif // defined(OS_WIN)
2783
2784#if defined(OS_ANDROID)
2785
2786const char kEnableCustomFeedbackUiName[] = "Enable Custom Feedback UI";
2787
2788const char kEnableCustomFeedbackUiDescription[] =
2789 "Enables a custom feedback UI when submitting feedback through Google "
2790 "Feedback. Works with Google Play Services v10.2+";
2791
2792#endif // defined(OS_ANDROID)
2793
vabr0215a8e2017-03-28 12:47:342794#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || \
2795 defined(OS_WIN)
2796
2797const char kOmniboxEntitySuggestionsName[] = "Omnibox entity suggestions";
2798
2799const char kOmniboxEntitySuggestionsDescription[] =
2800 "Enable receiving entity suggestions in Omnibox.";
2801
ojan38c678352017-04-11 20:27:552802const char kPauseBackgroundTabsName[] = "Pause background tabs";
2803const char kPauseBackgroundTabsDescription[] =
2804 "Pause timers in background tabs after 5 minutes on desktop.";
2805
spqchan6f9127a2017-04-29 03:42:022806const char kEnableNewAppMenuIconName[] = "Enable the New App Menu Icon";
2807const char kEnableNewAppMenuIconDescription[] =
2808 "Use the new app menu icon with update notification animations.";
spqchan064a8112017-04-18 16:46:322809
vabr0215a8e2017-03-28 12:47:342810#endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) ||
2811 // defined(OS_WIN)
2812
2813#if defined(OS_CHROMEOS)
2814
2815const char kEnableChromevoxArcSupportName[] = "ChromeVox ARC support";
2816
2817const char kEnableChromevoxArcSupportDescription[] =
2818 "Enable ChromeVox screen reader features in ARC";
2819
2820#endif // defined(OS_CHROMEOS)
2821
2822const char kMojoLoadingName[] = "Use Mojo IPC for resource loading";
2823
2824const char kMojoLoadingDescription[] =
2825 "Use Mojo IPC instead of traditional Chrome IPC for resource loading.";
2826
2827#if defined(OS_ANDROID)
2828
2829const char kUseNewDoodleApiName[] = "Use new Doodle API";
2830
2831const char kUseNewDoodleApiDescription[] =
2832 "Enables the new API to fetch Doodles for the NTP.";
2833
2834#endif // defined(OS_ANDROID)
2835
vabr0215a8e2017-03-28 12:47:342836const char kDebugShortcutsDescription[] =
2837 "Enables additional keyboard shortcuts that are useful for debugging "
2838 "Ash.";
2839
dskiba950fbc82017-04-12 20:36:282840const char kMemoryAblationName[] = "Memory ablation experiment";
2841const char kMemoryAblationDescription[] =
2842 "Allocates extra memory in the browser process.";
2843
jwanda1582bcf2017-03-30 04:33:482844#if defined(OS_ANDROID)
2845
2846const char kEnableCustomContextMenuName[] = "Enable custom context menu";
2847
2848const char kEnableCustomContextMenuDescription[] =
2849 "Enables a new context menu when a link, image, or video is pressed within "
2850 "Chrome.";
2851
2852#endif // defined(OS_ANDROID)
2853
vabr0215a8e2017-03-28 12:47:342854#if defined(OS_CHROMEOS)
2855
2856// File Manager
2857
2858const char kVideoPlayerChromecastSupportName[] =
2859 "Experimental Chromecast support for Video Player";
2860
2861const char kVideoPlayerChromecastSupportDescription[] =
2862 "This option enables experimental Chromecast support for Video Player "
2863 "app on ChromeOS.";
2864
2865const char kNewZipUnpackerName[] = "New ZIP unpacker";
2866
2867const char kNewZipUnpackerDescription[] =
2868 "New ZIP unpacker flow, based on the File System Provider API.";
2869
2870const char kShowArcFilesAppName[] = "Show Android Files app";
2871
2872const char kShowArcFilesAppDescription[] =
2873 "Show Android Files app in Chrome OS launcher. This is only effective "
2874 "on a device with access to Play Store.";
2875
2876const char kOfficeEditingComponentAppName[] =
2877 "Office Editing for Docs, Sheets & Slides";
2878
2879const char kOfficeEditingComponentAppDescription[] =
2880 "Office Editing for Docs, Sheets & Slides for testing purposes.";
2881
2882const char kDisplayColorCalibrationName[] = "Color calibration of the display";
2883
2884const char kDisplayColorCalibrationDescription[] =
2885 "Allow color calibration of the display if the display supports the "
2886 "feature.";
2887
2888const char kMemoryPressureThresholdName[] =
2889 "Memory discard strategy for advanced pressure handling";
2890
2891const char kMemoryPressureThresholdDescription[] =
2892 "Memory discarding strategy to use";
2893
2894const char kConservativeThresholds[] =
2895 "Conservative memory pressure release strategy";
2896
2897const char kAggressiveCacheDiscardThresholds[] =
2898 "Aggressive cache release strategy";
2899
2900const char kAggressiveTabDiscardThresholds[] =
2901 "Aggressive tab release strategy";
2902
2903const char kAggressiveThresholds[] =
2904 "Aggressive tab and cache release strategy";
2905
2906const char kWakeOnPacketsName[] = "Wake On Packets";
2907
2908const char kWakeOnPacketsDescription[] =
2909 "Enables waking the device based on the receipt of some network "
2910 "packets.";
2911
2912const char kQuickUnlockPin[] = "Quick Unlock (PIN)";
2913
2914const char kQuickUnlockPinDescription[] =
jdufault74476492017-04-20 01:20:002915 "Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS "
2916 "device on the lock screen after you have signed into your device.";
2917
2918const char kQuickUnlockPinSignin[] = "Enable PIN when logging in.";
2919
2920const char kQuickUnlockPinSigninDescription[] =
2921 "Enabling PIN allows you to use a PIN to sign in and unlock your ChromeOS "
2922 "device. After changing this flag PIN needs to be set up again.";
vabr0215a8e2017-03-28 12:47:342923
2924const char kQuickUnlockFingerprint[] = "Quick Unlock (Fingerprint)";
2925
2926const char kQuickUnlockFingerprintDescription[] =
2927 "Enabling fingerprint quick unlock allows you to setup and use a "
2928 "fingerprint to unlock your Chromebook on the lock screen after you "
2929 "have signed into your device.";
2930
2931const char kExperimentalAccessibilityFeaturesName[] =
2932 "Experimental accessibility features";
2933
2934const char kExperimentalAccessibilityFeaturesDescription[] =
2935 "Enable additional accessibility features in the Settings page.";
2936
2937const char kDisableSystemTimezoneAutomaticDetectionName[] =
2938 "SystemTimezoneAutomaticDetection policy support";
2939
2940const char kDisableSystemTimezoneAutomaticDetectionDescription[] =
2941 "Disable system timezone automatic detection device policy.";
2942
2943const char kEolNotificationName[] = "Disable Device End of Life notification.";
2944
2945const char kEolNotificationDescription[] =
2946 "Disable Notifcation when Device is End of Life.";
2947
2948// Stylus strings
2949
2950const char kForceEnableStylusToolsName[] = "Force enable stylus features";
2951
2952const char kForceEnableStylusToolsDescription[] =
2953 "Forces display of the stylus tools menu in the shelf and the stylus "
2954 "section in settings, even if there is no attached stylus device.";
2955
2956// Network portal notification
2957
2958const char kNetworkPortalNotificationName[] =
2959 "Notifications about captive portals";
2960
2961const char kNetworkPortalNotificationDescription[] =
2962 "If enabled, notification is displayed when device is connected to a "
2963 "network behind captive portal.";
2964
2965const char kMtpWriteSupportName[] = "MTP write support";
2966
2967const char kMtpWriteSupportDescription[] =
2968 "MTP write support in File System API (and file manager). In-place "
2969 "editing operations are not supported.";
2970
2971const char kCrosRegionsModeName[] = "Cros-regions load mode";
2972
2973const char kCrosRegionsModeDescription[] =
2974 "This flag controls cros-regions load mode";
2975
2976const char kCrosRegionsModeDefault[] = "Default";
2977
2978const char kCrosRegionsModeOverride[] = "Override VPD values.";
2979
2980const char kCrosRegionsModeHide[] = "Hide VPD values.";
2981
2982const char kPrinterProviderSearchAppName[] =
2983 "Chrome Web Store Gallery app for printer drivers";
2984
2985const char kPrinterProviderSearchAppDescription[] =
2986 "Enables Chrome Web Store Gallery app for printer drivers. The app "
2987 "searches Chrome Web Store for extensions that support printing to a "
2988 "USB printer with specific USB ID.";
2989
2990const char kArcBootCompleted[] = "Load Android apps automatically";
2991
2992const char kArcBootCompletedDescription[] =
2993 "Allow Android apps to start automatically after signing in.";
2994
2995const char kEnableImeMenuName[] = "Enable opt-in IME menu";
2996
2997const char kEnableImeMenuDescription[] =
2998 "Enable access to the new IME menu in the Language Settings page.";
2999
3000const char kEnableEhvInputName[] =
3001 "Emoji, handwriting and voice input on opt-in IME menu";
3002
3003const char kEnableEhvInputDescription[] =
3004 "Enable access to emoji, handwriting and voice input form opt-in IME "
3005 "menu.";
3006
fukino1b5ebe952017-04-07 05:35:303007const char kEnableEncryptionMigrationName[] =
3008 "Enable encryption migration of user data";
3009
3010const char kEnableEncryptionMigrationDescription[] =
3011 "If enabled and the device supports ARC, the user will be asked to update "
3012 "the encryption of user data when the user signs in.";
3013
vabr0215a8e2017-03-28 12:47:343014#endif // #if defined(OS_CHROMEOS)
3015
wychen2212fe72017-04-10 10:23:323016#if defined(OS_ANDROID)
3017
3018const char kEnableCopylessPasteName[] = "App Indexing (Copyless Paste)";
3019
3020const char kEnableCopylessPasteDescription[] =
3021 "Provide suggestions for text input, based on your recent context. For "
3022 "example, if you looked at a restaurant website and switched to the Maps "
3023 "app, the keyboard would offer the name of that restaurant as a suggestion "
3024 "to enter into the search bar. The data is indexed locally, and never sent "
3025 "to the server. It's disabled in incognito mode.";
3026
alexander.shalamov588eca42017-04-20 13:32:423027const char kEnableWebNfcName[] = "WebNFC";
3028
3029const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
3030
wychen2212fe72017-04-10 10:23:323031#endif // defined(OS_ANDROID)
3032
xiaochengh91ba4c52017-04-21 03:49:253033const char kEnableIdleTimeSpellCheckingName[] =
3034 "Enable idle time spell checker";
3035
3036const char kEnableIdleTimeSpellCheckingDescription[] =
3037 "Make spell-checking code run only when the browser is idle, so that input "
3038 "latency is reduced, especially when editing long articles, emails, etc.";
3039
mpearson5aed28a2017-04-25 06:01:313040#if defined(OS_ANDROID)
3041
3042const char kEnableOmniboxClipboardProviderName[] =
3043 "Omnibox clipboard URL suggestions";
3044
3045const char kEnableOmniboxClipboardProviderDescription[] =
3046 "Provide a suggestion of the URL stored in the clipboard (if any) upon "
3047 "focus in the omnibox.";
3048
3049#endif // defined(OS_ANDROID)
3050
mlamouri1f264da22017-04-25 22:34:423051const char kAutoplayPolicyName[] = "Autoplay policy";
3052
3053const char kAutoplayPolicyDescription[] =
3054 "Policy used when deciding if audio or video is allowed to autoplay.";
3055
3056const char kAutoplayPolicyNoUserGestureRequired[] =
3057 "No user gesture is required.";
3058
3059const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required.";
3060
3061const char kAutoplayPolicyCrossOriginUserGestureRequired[] =
3062 "User gesture is required for cross-origin iframes.";
3063
gcomanici8cabc77f2017-04-27 20:04:543064const char kOmniboxDisplayTitleForCurrentUrlName[] =
3065 "Include title for the current URL in the omnibox";
3066
3067const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
3068 "In the event that the omnibox provides suggestions on-focus, the URL of "
3069 "the current page is provided as the first suggestion without a title. "
3070 "Enabling this flag causes the title to be displayed.";
3071
dskibac6376a62017-05-01 22:43:293072const char kEnableHeapProfilingName[] = "Heap profiling";
3073
3074const char kEnableHeapProfilingDescription[] = "Enables heap profiling.";
3075
3076const char kEnableHeapProfilingModePseudo[] = "Enabled (pseudo mode)";
3077
3078const char kEnableHeapProfilingModeNative[] = "Enabled (native mode)";
3079
3080const char kEnableHeapProfilingTaskProfiler[] = "Enabled (task mode)";
3081
vabr0215a8e2017-03-28 12:47:343082} // namespace flag_descriptions