blob: 6127251646572b93a8d26b29bf6dfc34200a833f [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
650const char kGestureRequirementForMediaPlaybackName[] =
651 "Gesture requirement for media playback";
652
653const char kGestureRequirementForMediaPlaybackDescription[] =
654 "User gesture requirement for playing media elements. Disabling this "
655 "will allow autoplay to work.";
656
vabr0215a8e2017-03-28 12:47:34657const char kPassiveDocumentEventListenersDescription[] =
658 "Forces touchstart, and touchmove event listeners on document level "
659 "targets (which haven't requested otherwise) to be treated as passive.";
660
661const char kPassiveDocumentEventListenersName[] =
662 "Document Level Event Listeners Passive Default";
663
664const char kPassiveEventListenersDueToFlingDescription[] =
665 "Forces touchstart, and first touchmove per scroll event listeners "
666 "during fling to be treated as passive.";
667
668const char kPassiveEventListenersDueToFlingName[] =
669 "Touch Event Listeners Passive Default During Fling";
670
671const char kPassiveEventListenerTrue[] = "True (when unspecified)";
672
673const char kPassiveEventListenerForceAllTrue[] = "Force All True";
674
675const char kPassiveEventListenerDefaultName[] =
676 "Passive Event Listener Override";
677
678const char kPassiveEventListenerDefaultDescription[] =
679 "Forces touchstart, touchmove, mousewheel and wheel event listeners "
680 "(which haven't requested otherwise) to be treated as passive. This "
681 "will break touch/wheel behavior on some websites but is useful for "
682 "demonstrating the potential performance benefits of adopting passive "
683 "event listeners.";
684
685#if defined(OS_ANDROID)
686
687const char kImportantSitesInCbdName[] =
688 "Important sites options in clear browsing data dialog";
689
690const char kImportantSitesInCbdDescription[] =
691 "Include the option to whitelist important sites in the clear browsing "
692 "data dialog.";
693
694#endif // defined(OS_ANDROID)
695
696#if defined(USE_ASH)
697
bruthigd8b95962017-03-31 19:38:34698const char kAshShelfColor[] = "Shelf color in Chrome OS system UI";
vabr0215a8e2017-03-28 12:47:34699
700const char kAshShelfColorDescription[] =
bruthigd8b95962017-03-31 19:38:34701 "Enables/disables the shelf color to be a derived from the wallpaper. The "
702 "--ash-shelf-color-scheme flag defines how that color is derived.";
vabr0215a8e2017-03-28 12:47:34703
bruthigd8b95962017-03-31 19:38:34704const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI";
vabr0215a8e2017-03-28 12:47:34705
bruthigd8b95962017-03-31 19:38:34706const char kAshShelfColorSchemeDescription[] =
707 "Specify how the color is derived from the wallpaper. This flag is only "
708 "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted";
vabr0215a8e2017-03-28 12:47:34709
bruthigd8b95962017-03-31 19:38:34710const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant";
vabr0215a8e2017-03-28 12:47:34711
bruthigd8b95962017-03-31 19:38:34712const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant";
vabr0215a8e2017-03-28 12:47:34713
bruthigd8b95962017-03-31 19:38:34714const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant";
vabr0215a8e2017-03-28 12:47:34715
bruthigd8b95962017-03-31 19:38:34716const char kAshShelfColorSchemeLightMuted[] = "Light & Muted";
717
718const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted";
719
720const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted";
vabr0215a8e2017-03-28 12:47:34721
722const char kAshMaximizeModeWindowBackdropName[] =
723 "Window backdrops in TouchView";
724
725const char kAshMaximizeModeWindowBackdropDescription[] =
726 "Show grey window backdrops used in TouchView (maximize mode) behind "
727 "windows which cannot be maximized.";
728
729const char kAshScreenOrientationLockName[] = "Screen Orientation locking";
730
731const char kAshScreenOrientationLockDescription[] =
732 "Allows javascript to lock the screen orienation.";
733
734const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode.";
735
736const char kAshEnableMirroredScreenDescription[] =
737 "Enable the mirrored screen mode. This mode flips the screen image "
738 "horizontally.";
739
wutaob161bf22017-04-26 16:55:03740const char kAshDisableSmoothScreenRotationName[] =
741 "Disable smooth rotation animations.";
wutao2c0ca182017-04-06 22:40:54742
wutaob161bf22017-04-26 16:55:03743const char kAshDisableSmoothScreenRotationDescription[] =
744 "Disable smooth rotation animations.";
wutao2c0ca182017-04-06 22:40:54745
vabr0215a8e2017-03-28 12:47:34746const char kMaterialDesignInkDropAnimationFast[] = "Fast";
747
748const char kMaterialDesignInkDropAnimationSlow[] = "Slow";
749
750const char kMaterialDesignInkDropAnimationSpeedName[] =
751 "Material Design Ink Drop Animation Speed";
752
753const char kMaterialDesignInkDropAnimationSpeedDescription[] =
754 "Sets the speed of the experimental visual feedback animations for "
755 "material design.";
756
757const char kUiSlowAnimationsName[] = "Slow UI animations";
758
759const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
760
reveman5be07ac82017-04-14 01:06:05761const char kUiShowCompositedLayerBordersName[] =
762 "Show UI composited layer borders";
763
764const char kUiShowCompositedLayerBordersDescription[] =
765 "Show border around composited layers created by UI.";
766
767const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
768
769const char kUiShowCompositedLayerBordersSurface[] = "Surface";
770
771const char kUiShowCompositedLayerBordersLayer[] = "Layer";
772
773const char kUiShowCompositedLayerBordersAll[] = "All";
774
vabr0215a8e2017-03-28 12:47:34775#endif // defined(USE_ASH)
776
777const char kJavascriptHarmonyShippingName[] =
778 "Latest stable JavaScript features";
779
780const char kJavascriptHarmonyShippingDescription[] =
781 "Some web pages use legacy or non-standard JavaScript extensions that "
782 "may conflict with the latest JavaScript features. This flag allows "
783 "disabling support of those features for compatibility with such "
784 "pages.";
785
786const char kJavascriptHarmonyName[] = "Experimental JavaScript";
787
788const char kJavascriptHarmonyDescription[] =
789 "Enable web pages to use experimental JavaScript features.";
790
vabr0215a8e2017-03-28 12:47:34791const char kV8DisableIgnitionTurboName[] =
rmcilroy124254af2017-03-29 14:30:55792 "Classic JavaScript Compilation Pipeline";
vabr0215a8e2017-03-28 12:47:34793
794const char kV8DisableIgnitionTurboDescription[] =
rmcilroy124254af2017-03-29 14:30:55795 "Enables V8's classic compilation pipeline for JavaScript execution "
796 "(disabling V8's new Ignition interpreter and TurboFan compiler)";
vabr0215a8e2017-03-28 12:47:34797
798const char kEnableAsmWasmName[] =
799 "Experimental Validate Asm.js and convert to WebAssembly when valid.";
800
801const char kEnableAsmWasmDescription[] =
802 R"*(Validate Asm.js when "use asm" is present and then convert to )*"
803 R"*(WebAssembly.)*";
804
805const char kEnableSharedArrayBufferName[] =
806 "Experimental enabled SharedArrayBuffer support in JavaScript.";
807
808const char kEnableSharedArrayBufferDescription[] =
809 "Enable SharedArrayBuffer support in JavaScript.";
810
811const char kEnableWasmName[] = "WebAssembly structured cloning support.";
vabr0215a8e2017-03-28 12:47:34812const char kEnableWasmDescription[] =
813 "Enable web pages to use WebAssembly structured cloning.";
814
mtrofinc8717b52017-04-19 14:27:22815const char kEnableWasmStreamingName[] =
816 "WebAssembly streaming compile/instantiate support.";
817const char kEnableWasmStreamingDescription[] =
818 "WebAssembly.{compile|instantiate} taking a Response as parameter.";
819
vabr0215a8e2017-03-28 12:47:34820#if defined(OS_ANDROID)
821
822const char kMediaDocumentDownloadButtonName[] =
823 "Download button when opening a page with media url.";
824
825const char kMediaDocumentDownloadButtonDescription[] =
826 "Allow a download button to show up when opening a page with media "
827 "url.";
828
829#endif // defined(OS_ANDROID)
830
831const char kSoftwareRasterizerName[] = "3D software rasterizer";
832
833const char kSoftwareRasterizerDescription[] =
834 "Fall back to a 3D software rasterizer when the GPU cannot be used.";
835
836const char kGpuRasterizationName[] = "GPU rasterization";
837
838const char kGpuRasterizationDescription[] =
839 "Use GPU to rasterize web content. Requires impl-side painting.";
840
841const char kForceGpuRasterization[] = "Force-enabled for all layers";
842
843const char kGpuRasterizationMsaaSampleCountName[] =
844 "GPU rasterization MSAA sample count.";
845
846const char kGpuRasterizationMsaaSampleCountDescription[] =
847 "Specify the number of MSAA samples for GPU rasterization.";
848
849const char kGpuRasterizationMsaaSampleCountZero[] = "0";
850
851const char kGpuRasterizationMsaaSampleCountTwo[] = "2";
852
853const char kGpuRasterizationMsaaSampleCountFour[] = "4";
854
855const char kGpuRasterizationMsaaSampleCountEight[] = "8";
856
857const char kGpuRasterizationMsaaSampleCountSixteen[] = "16";
858
859const char kSlimmingPaintInvalidationName[] = "Slimming paint invalidation.";
860
861const char kSlimmingPaintInvalidationDescription[] =
862 "Whether to enable a new paint invalidation system.";
863
864const char kExperimentalSecurityFeaturesName[] =
865 "Potentially annoying security features";
866
867const char kExperimentalSecurityFeaturesDescription[] =
868 "Enables several security features that will likely break one or more "
869 "pages that you visit on a daily basis. Strict mixed content checking, "
870 "for example. And locking powerful features to secure contexts. This "
871 "flag will probably annoy you.";
872
873const char kExperimentalWebPlatformFeaturesName[] =
874 "Experimental Web Platform features";
875
876const char kExperimentalWebPlatformFeaturesDescription[] =
877 "Enables experimental Web Platform features that are in development.";
878
879const char kExperimentalPointerEventName[] = "Pointer Events";
880
881const char kExperimentalPointerEventDescription[] =
882 "Enables support for the Pointer Events API. This is intended only for "
883 "testing by web developers.";
884
885const char kOriginTrialsName[] = "Origin Trials";
886
887const char kOriginTrialsDescription[] =
888 "Enables origin trials for controlling access to feature/API "
889 "experiments.";
890
891const char kBleAdvertisingInExtensionsName[] = "BLE Advertising in Chrome Apps";
892
893const char kBleAdvertisingInExtensionsDescription[] =
894 "Enables BLE Advertising in Chrome Apps. BLE Advertising might "
895 "interfere with regular use of Bluetooth Low Energy features.";
896
897const char kDevtoolsExperimentsName[] = "Developer Tools experiments";
898
899const char kDevtoolsExperimentsDescription[] =
900 "Enables Developer Tools experiments. Use Settings panel in Developer "
901 "Tools to toggle individual experiments.";
902
903const char kSilentDebuggerExtensionApiName[] = "Silent Debugging";
904
905const char kSilentDebuggerExtensionApiDescription[] =
906 "Do not show the infobar when an extension attaches to a page via "
907 "chrome.debugger API. This is required to debug extension background "
908 "pages.";
909
910const char kShowTouchHudName[] = "Show HUD for touch points";
911
912const char kShowTouchHudDescription[] =
913 "Enables a heads-up display at the top-left corner of the screen that "
914 "lists information about the touch-points on the screen.";
915
916const char kPreferHtmlOverPluginsName[] = "Prefer HTML over Flash";
917
918const char kPreferHtmlOverPluginsDescription[] =
919 "Prefer HTML content by hiding Flash from the list of plugins.";
920
921const char kAllowNaclSocketApiName[] = "NaCl Socket API.";
922
923const char kAllowNaclSocketApiDescription[] =
924 "Allows applications to use NaCl Socket API. Use only to test NaCl "
925 "plugins.";
926
927const char kRunAllFlashInAllowModeName[] =
928 R"*(Run all Flash content when Flash setting is set to "allow")*";
929
930const char kRunAllFlashInAllowModeDescription[] =
931 R"*(For sites that have been set to "allow" Flash content, run all )*"
932 R"*(content including any that has been deemed unimportant.)*";
933
934const char kPinchScaleName[] = "Pinch scale";
935
936const char kPinchScaleDescription[] =
937 "Enables experimental support for scale using pinch.";
938
939const char kCredentialManagerApiName[] = "Experimental Credential Manager API";
940
941const char kCredentialManagerApiDescription[] =
942 "Enables an experimental implementation of the Credential Manager API. "
943 "Don't enable this unless you know what you're doing.";
944
945const char kReducedReferrerGranularityName[] =
946 "Reduce default 'referer' header granularity.";
947
948const char kReducedReferrerGranularityDescription[] =
949 "If a page hasn't set an explicit referrer policy, setting this flag "
950 "will reduce the amount of information in the 'referer' header for "
951 "cross-origin requests.";
952
953#if defined(OS_CHROMEOS)
954
955const char kUseMashName[] = "Mojo UI Service (mus).";
956
957const char kUseMashDescription[] = "Enable mus, mash etc.";
958
959const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click";
960
961const char kAllowTouchpadThreeFingerClickDescription[] =
962 "Enables touchpad three-finger-click as middle button.";
963
964const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
965
966const char kAshEnableUnifiedDesktopDescription[] =
967 "Enable unified desktop mode which allows a window to span multiple "
968 "displays.";
969
970const char kBootAnimation[] = "Boot animation";
971
972const char kBootAnimationDescription[] =
973 "Wallpaper boot animation (except for OOBE case).";
974
975#endif // defined(OS_CHROMEOS)
976
977const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode";
978
979const char kAcceleratedVideoDecodeDescription[] =
980 "Hardware-accelerated video decode where available.";
981
hubbee7499512017-04-05 22:35:04982const char kEnableHDRName[] = "HDR mode";
983
984const char kEnableHDRDescription[] =
985 "Enables HDR support on compatible displays.";
986
vabr0215a8e2017-03-28 12:47:34987const char kCloudImport[] = "Cloud Import";
988
989const char kCloudImportDescription[] = "Allows the cloud-import feature.";
990
991const char kRequestTabletSiteName[] =
992 "Request tablet site option in the settings menu";
993
994const char kRequestTabletSiteDescription[] =
995 "Allows the user to request tablet site. Web content is often optimized "
996 "for tablet devices. When this option is selected the user agent string "
997 "is changed to indicate a tablet device. Web content optimized for "
998 "tablets is received there after for the current tab.";
999
1000const char kDebugPackedAppName[] = "Debugging for packed apps";
1001
1002const char kDebugPackedAppDescription[] =
1003 "Enables debugging context menu options such as Inspect Element for "
1004 "packed applications.";
1005
1006const char kDropSyncCredentialName[] =
1007 "Drop sync credentials from password manager";
1008
1009const char kDropSyncCredentialDescription[] =
1010 "The password manager will not offer to save the credential used to "
1011 "sync.";
1012
1013const char kPasswordGenerationName[] = "Password generation";
1014
1015const char kPasswordGenerationDescription[] =
1016 "Allow the user to have Chrome generate passwords when it detects "
1017 "account creation pages.";
1018
1019const char kPasswordForceSavingName[] = "Force-saving of passwords";
1020
1021const char kPasswordForceSavingDescription[] =
1022 "Allow the user to manually enforce password saving instead of relying "
1023 "on password manager's heuristics.";
1024
1025const char kManualPasswordGenerationName[] = "Manual password generation.";
1026
1027const char kManualPasswordGenerationDescription[] =
1028 "Show a 'Generate Password' option on the context menu for all password "
1029 "fields.";
1030
1031const char kShowAutofillSignatures[] = "Show autofill signatures.";
1032
1033const char kShowAutofillSignaturesDescription[] =
1034 "Annotates web forms with Autofill signatures as HTML attributes.";
1035
1036const char kSuggestionsWithSubStringMatchName[] =
1037 "Substring matching for Autofill suggestions";
1038
1039const char kSuggestionsWithSubStringMatchDescription[] =
1040 "Match Autofill suggestions based on substrings (token prefixes) rather "
1041 "than just prefixes.";
1042
1043const char kAffiliationBasedMatchingName[] =
1044 "Affiliation based matching in password manager";
1045
1046const char kAffiliationBasedMatchingDescription[] =
1047 "Allow credentials stored for Android applications to be filled into "
1048 "corresponding websites.";
1049
1050const char kProtectSyncCredentialName[] = "Autofill sync credential";
1051
1052const char kProtectSyncCredentialDescription[] =
1053 "How the password manager handles autofill for the sync credential.";
1054
1055const char kPasswordImportExportName[] = "Password import and export";
1056
1057const char kPasswordImportExportDescription[] =
1058 "Import and Export functionality in password settings.";
1059
1060const char kProtectSyncCredentialOnReauthName[] =
1061 "Autofill sync credential only for transactional reauth pages";
1062
1063const char kProtectSyncCredentialOnReauthDescription[] =
1064 "How the password manager handles autofill for the sync credential only "
1065 "for transactional reauth pages.";
1066
1067const char kIconNtpName[] = "Large icons on the New Tab page";
1068
1069const char kIconNtpDescription[] =
1070 "Enable the experimental New Tab page using large icons.";
1071
1072const char kPushApiBackgroundModeName[] = "Enable Push API background mode";
1073
1074const char kPushApiBackgroundModeDescription[] =
1075 "Enable background mode for the Push API. This allows Chrome to "
1076 "continue running after the last window is closed, and to launch at OS "
1077 "startup, if the Push API needs it.";
1078
1079const char kEnableNavigationTracing[] = "Enable navigation tracing";
1080
1081const char kEnableNavigationTracingDescription[] =
1082 "This is to be used in conjunction with the trace-upload-url flag. "
1083 "WARNING: When enabled, Chrome will record performance data for every "
1084 "navigation and upload it to the URL specified by the trace-upload-url "
1085 "flag. The trace may include personally identifiable information (PII) "
1086 "such as the titles and URLs of websites you visit.";
1087
1088const char kTraceUploadUrl[] = "Trace label for navigation tracing";
1089
1090const char kTraceUploadUrlDescription[] =
1091 "This is to be used in conjunction with the enable-navigation-tracing "
1092 "flag. Please select the label that best describes the recorded traces. "
1093 "This will choose the destination the traces are uploaded to. If you "
1094 "are not sure, select other. If left empty, no traces will be "
1095 "uploaded.";
1096
1097const char kDisableAudioForDesktopShare[] = "Disable Audio For Desktop Share";
1098
1099const char kDisableAudioForDesktopShareDescription[] =
1100 "With this flag on, desktop share picker window will not let the user "
1101 "choose whether to share audio.";
1102
1103const char kDisableTabForDesktopShare[] =
1104 "Disable Desktop Share with tab source";
1105
1106const char kDisableTabForDesktopShareDescription[] =
1107 "This flag controls whether users can choose a tab for desktop share.";
1108
1109const char kTraceUploadUrlChoiceOther[] = "Other";
1110
1111const char kTraceUploadUrlChoiceEmloading[] = "emloading";
1112
1113const char kTraceUploadUrlChoiceQa[] = "QA";
1114
1115const char kTraceUploadUrlChoiceTesting[] = "Testing";
1116
1117const char kSupervisedUserManagedBookmarksFolderName[] =
1118 "Managed bookmarks for supervised users";
1119
1120const char kSupervisedUserManagedBookmarksFolderDescription[] =
1121 "Enable the managed bookmarks folder for supervised users.";
1122
1123const char kSyncAppListName[] = "App Launcher sync";
1124
1125const char kSyncAppListDescription[] =
1126 "Enable App Launcher sync. This also enables Folders where available "
1127 "(non OSX).";
1128
1129const char kDriveSearchInChromeLauncher[] =
1130 "Drive Search in Chrome App Launcher";
1131
1132const char kDriveSearchInChromeLauncherDescription[] =
1133 "Files from Drive will show up when searching the Chrome App Launcher.";
1134
1135const char kV8CacheOptionsName[] = "V8 caching mode.";
1136
1137const char kV8CacheOptionsDescription[] =
1138 "Caching mode for the V8 JavaScript engine.";
1139
1140const char kV8CacheOptionsParse[] = "Cache V8 parser data.";
1141
1142const char kV8CacheOptionsCode[] = "Cache V8 compiler data.";
1143
1144const char kV8CacheStrategiesForCacheStorageName[] =
1145 "V8 caching strategy for CacheStorage.";
1146
1147const char kV8CacheStrategiesForCacheStorageDescription[] =
1148 "Caching strategy of scripts in CacheStorage for the V8 JavaScript "
1149 "engine.";
1150
1151const char kV8CacheStrategiesForCacheStorageNormal[] = "Normal";
1152
1153const char kV8CacheStrategiesForCacheStorageAggressive[] = "Aggressive";
1154
vabr0215a8e2017-03-28 12:47:341155const char kMemoryCoordinatorName[] = "Memory coordinator";
1156
1157const char kMemoryCoordinatorDescription[] =
1158 "Enable memory coordinator instead of memory pressure listeners.";
1159
1160const char kServiceWorkerNavigationPreloadName[] =
1161 "Service worker navigation preload.";
1162
1163const char kServiceWorkerNavigationPreloadDescription[] =
1164 "Enable web pages to use the experimental service worker navigation "
1165 "preload API.";
1166
vabr0215a8e2017-03-28 12:47:341167// Data Reduction Proxy
1168
1169const char kDataReductionProxyLoFiName[] = "Data Saver Lo-Fi mode";
1170
1171const char kDataReductionProxyLoFiDescription[] =
1172 "Forces Data Saver Lo-Fi mode to be always enabled, enabled only on "
1173 "cellular connections, or disabled. Data Saver must be enabled for "
1174 "Lo-Fi mode to be used.";
1175
1176const char kDataReductionProxyLoFiAlwaysOn[] = "Always on";
1177
1178const char kDataReductionProxyLoFiCellularOnly[] = "Cellular only";
1179
1180const char kDataReductionProxyLoFiDisabled[] = "Disable";
1181
1182const char kDataReductionProxyLoFiSlowConnectionsOnly[] =
1183 "Slow connections only";
1184
1185const char kEnableDataReductionProxyLitePageName[] =
1186 "Lite pages for Data Saver Lo-Fi mode";
1187
1188const char kEnableDataReductionProxyLitePageDescription[] =
1189 "Enable lite pages in Data Saver Lo-Fi mode. Previews of pages will be "
1190 "shown instead of image placeholders when Lo-Fi is on. Data Saver and "
1191 "Lo-Fi must be enabled for lite pages to be shown.";
1192
1193const char kDataReductionProxyCarrierTestName[] =
1194 "Enable a carrier-specific Data Reduction Proxy for testing.";
1195
1196const char kDataReductionProxyCarrierTestDescription[] =
1197 "Use a carrier-specific Data Reduction Proxy for testing.";
1198
1199const char kEnableDataReductionProxySavingsPromoName[] =
1200 "Data Saver 1 MB Savings Promo";
1201
1202const char kEnableDataReductionProxySavingsPromoDescription[] =
1203 "Enable a Data Saver promo for 1 MB of savings. If Data Saver has "
1204 "already saved 1 MB of data, then the promo will not be shown. Data "
1205 "Saver must be enabled for the promo to be shown.";
1206
megjablon553df4cf2017-04-01 01:29:551207#if defined(OS_ANDROID)
1208
1209const char kEnableDataReductionProxyMainMenuName[] =
megjablonacb36d12017-04-21 00:09:291210 "Enable Data Saver main menu footer";
megjablon553df4cf2017-04-01 01:29:551211
1212const char kEnableDataReductionProxyMainMenuDescription[] =
megjablonacb36d12017-04-21 00:09:291213 "Enables the Data Saver footer in the main menu";
megjablon553df4cf2017-04-01 01:29:551214
megjablon5e5d1c172017-04-06 23:55:111215const char kEnableDataReductionProxySiteBreakdownName[] =
1216 "Data Saver Site Breakdown";
1217
1218const char kEnableDataReductionProxySiteBreakdownDescription[] =
1219 "Enable the site breakdown on the Data Saver settings page.";
1220
megjablon553df4cf2017-04-01 01:29:551221#endif // defined(OS_ANDROID)
1222
vabr0215a8e2017-03-28 12:47:341223const char kLcdTextName[] = "LCD text antialiasing";
1224
1225const char kLcdTextDescription[] =
1226 "If disabled, text is rendered with grayscale antialiasing instead of "
1227 "LCD (subpixel) when doing accelerated compositing.";
1228
1229const char kDistanceFieldTextName[] = "Distance field text";
1230
1231const char kDistanceFieldTextDescription[] =
1232 "Text is rendered with signed distance fields rather than bitmap alpha "
1233 "masks.";
1234
1235const char kZeroCopyName[] = "Zero-copy rasterizer";
1236
1237const char kZeroCopyDescription[] =
1238 "Raster threads write directly to GPU memory associated with tiles.";
1239
1240const char kHideInactiveStackedTabCloseButtonsName[] =
1241 "Hiding close buttons on inactive tabs when stacked";
1242
1243const char kHideInactiveStackedTabCloseButtonsDescription[] =
1244 "Hides the close buttons of inactive tabs when the tabstrip is in "
1245 "stacked mode.";
1246
1247const char kDefaultTileWidthName[] = "Default tile width";
1248
1249const char kDefaultTileWidthDescription[] = "Specify the default tile width.";
1250
1251const char kDefaultTileWidthShort[] = "128";
1252
1253const char kDefaultTileWidthTall[] = "256";
1254
1255const char kDefaultTileWidthGrande[] = "512";
1256
1257const char kDefaultTileWidthVenti[] = "1024";
1258
1259const char kDefaultTileHeightName[] = "Default tile height";
1260
1261const char kDefaultTileHeightDescription[] = "Specify the default tile height.";
1262
1263const char kDefaultTileHeightShort[] = "128";
1264
1265const char kDefaultTileHeightTall[] = "256";
1266
1267const char kDefaultTileHeightGrande[] = "512";
1268
1269const char kDefaultTileHeightVenti[] = "1024";
1270
1271const char kNumRasterThreadsName[] = "Number of raster threads";
1272
1273const char kNumRasterThreadsDescription[] =
1274 "Specify the number of raster threads.";
1275
1276const char kNumRasterThreadsOne[] = "1";
1277
1278const char kNumRasterThreadsTwo[] = "2";
1279
1280const char kNumRasterThreadsThree[] = "3";
1281
1282const char kNumRasterThreadsFour[] = "4";
1283
1284const char kResetAppListInstallStateName[] =
1285 "Reset the App Launcher install state on every restart.";
1286
1287const char kResetAppListInstallStateDescription[] =
1288 "Reset the App Launcher install state on every restart. While this flag "
1289 "is set, Chrome will forget the launcher has been installed each time "
1290 "it starts. This is used for testing the App Launcher install flow.";
1291
1292#if defined(OS_CHROMEOS)
1293
1294const char kFirstRunUiTransitionsName[] =
1295 "Animated transitions in the first-run tutorial";
1296
1297const char kFirstRunUiTransitionsDescription[] =
1298 "Transitions during first-run tutorial are animated.";
1299
1300#endif // defined(OS_CHROMEOS)
1301
1302const char kNewBookmarkAppsName[] = "The new bookmark app system";
1303
1304const char kNewBookmarkAppsDescription[] =
1305 "Enables the new system for creating bookmark apps.";
1306
1307#if defined(OS_MACOSX)
1308
1309const char kHostedAppsInWindowsName[] =
1310 "Allow hosted apps to be opened in windows";
1311
1312const char kHostedAppsInWindowsDescription[] =
1313 "Allows hosted apps to be opened in windows instead of being limited to "
1314 "tabs.";
1315
1316const char kTabDetachingInFullscreenName[] =
1317 "Allow tab detaching in fullscreen";
1318
1319const char kTabDetachingInFullscreenDescription[] =
1320 "Allow tabs to detach from the tabstrip when in fullscreen mode on "
1321 "Mac.";
1322
1323const char kFullscreenToolbarRevealName[] =
1324 "Enables the toolbar in fullscreen to reveal itself.";
1325
1326const char kFullscreenToolbarRevealDescription[] =
1327 "Reveal the toolbar in fullscreen for a short period when the tab strip "
1328 "has changed.";
1329
1330const char kTabStripKeyboardFocusName[] = "Tab Strip Keyboard Focus";
1331
1332const char kTabStripKeyboardFocusDescription[] =
1333 "Enable keyboard focus for the tabs in the tab strip.";
1334
1335#endif // defined(OS_MACOSX)
1336
1337const char kHostedAppShimCreationName[] =
1338 "Creation of app shims for hosted apps on Mac";
1339
1340const char kHostedAppShimCreationDescription[] =
1341 "Create app shims on Mac when creating a hosted app.";
1342
1343const char kHostedAppQuitNotificationName[] =
1344 "Quit notification for hosted apps";
1345
1346const char kHostedAppQuitNotificationDescription[] =
1347 "Display a notification when quitting Chrome if hosted apps are "
1348 "currently running.";
1349
1350#if defined(OS_ANDROID)
1351
1352const char kPullToRefreshEffectName[] = "The pull-to-refresh effect";
1353
1354const char kPullToRefreshEffectDescription[] =
1355 "Page reloads triggered by vertically overscrolling content.";
1356
1357#endif // defined(OS_ANDROID)
1358
1359#if defined(OS_MACOSX)
1360
1361const char kTranslateNewUxName[] = "New Translate UX";
1362
1363const char kTranslateNewUxDescription[] =
1364 "Enable the new Translate bubble UX is offered instead of the infobar.";
1365
1366#endif // defined(OS_MACOSX)
1367
1368const char kTranslate2016q2UiName[] = "Translate 2016Q2 UI";
1369
1370const char kTranslate2016q2UiDescription[] =
1371 "Improved triggering logic and look for Translate Bubble UI";
1372
1373const char kTranslateLanguageByUlpName[] = "Translate Language by ULP";
1374
1375const char kTranslateLanguageByUlpDescription[] =
1376 "Improved translate target language and triggering logic by considering "
1377 "information from User Language Profile (ULP).";
1378
1379const char kViewsRectBasedTargetingName[] = "Rect-based targeting in views";
1380
1381const char kViewsRectBasedTargetingDescription[] =
1382 "Rect-based targeting uses a heuristic to determine the most probable "
1383 "target of a gesture, where the touch region is represented by a "
1384 "rectangle.";
1385
1386const char kPermissionActionReportingName[] = "Permission Action Reporting";
1387
1388const char kPermissionActionReportingDescription[] =
1389 "Enables permission action reporting to Safe Browsing servers for opted "
1390 "in users.";
1391
1392const char kPermissionsBlacklistName[] = "Permissions Blacklist";
1393
1394const char kPermissionsBlacklistDescription[] =
1395 "Enables the Permissions Blacklist, which blocks permissions for "
1396 "blacklisted sites for Safe Browsing users.";
1397
1398const char kThreadedScrollingName[] = "Threaded scrolling";
1399
1400const char kThreadedScrollingDescription[] =
1401 "Threaded handling of scroll-related input events. Disabling this will "
1402 "force all such scroll events to be handled on the main thread. Note "
1403 "that this can dramatically hurt scrolling performance of most websites "
1404 "and is intended for testing purposes only.";
1405
1406const char kHarfbuzzRendertextName[] = "HarfBuzz for UI text";
1407
1408const char kHarfbuzzRendertextDescription[] =
1409 "Enable cross-platform HarfBuzz layout engine for UI text. Doesn't "
1410 "affect web content.";
1411
1412const char kEmbeddedExtensionOptionsName[] = "Embedded extension options";
1413
1414const char kEmbeddedExtensionOptionsDescription[] =
1415 "Display extension options as an embedded element in "
1416 "chrome://extensions rather than opening a new tab.";
1417
1418const char kTabAudioMutingName[] = "Tab audio muting UI control";
1419
1420const char kTabAudioMutingDescription[] =
1421 "When enabled, the audio indicators in the tab strip double as tab "
1422 "audio mute controls. This also adds commands in the tab context menu "
1423 "for quickly muting multiple selected tabs.";
1424
1425const char kEasyUnlockBluetoothLowEnergyDiscoveryName[] =
1426 "Smart Lock Bluetooth Low Energy Discovery";
1427
1428const char kEasyUnlockBluetoothLowEnergyDiscoveryDescription[] =
1429 "Enables a Smart Lock setting that allows Chromebook to discover phones "
1430 "over Bluetooth Low Energy in order to unlock the Chromebook when the "
1431 "phone is in its proximity.";
1432
1433const char kEasyUnlockProximityDetectionName[] =
1434 "Smart Lock proximity detection";
1435
1436const char kEasyUnlockProximityDetectionDescription[] =
1437 "Enables a Smart Lock setting that restricts unlocking to only work "
1438 "when your phone is very close to (roughly, within an arm's length of) "
1439 "the Chrome device.";
1440
1441const char kWifiCredentialSyncName[] = "WiFi credential sync";
1442
1443const char kWifiCredentialSyncDescription[] =
1444 "Enables synchronizing WiFi network settings across devices. When "
1445 "enabled, the WiFi credential datatype is registered with Chrome Sync, "
1446 "and WiFi credentials are synchronized subject to user preferences. "
1447 "(See also, chrome://settings/syncSetup.)";
1448
1449const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
1450
1451const char kSyncSandboxDescription[] =
1452 "Connects to the testing server for Chrome Sync.";
1453
1454const char kDatasaverPromptName[] = "Cellular Data Saver Prompt";
1455
1456const char kDatasaverPromptDescription[] =
1457 "Enables a prompt, which appears when a cellular network connection is "
1458 "detected, to take the user to the Data Saver extension page on Chrome "
1459 "Web Store.";
1460
1461const char kDatasaverPromptDemoMode[] = "Demo mode";
1462
1463const char kDisableUnifiedMediaPipelineDescription[] =
1464 "Disables the unified (Android and desktop) media pipeline on Android.";
1465
1466const char kTrySupportedChannelLayoutsName[] =
1467 "Causes audio output streams to check if channel layouts other than the "
1468 "default hardware layout are available.";
1469
1470const char kTrySupportedChannelLayoutsDescription[] =
1471 "Causes audio output streams to check if channel layouts other than the "
1472 "default hardware layout are available. Turning this on will allow the "
1473 "OS to do stereo to surround expansion if supported. May expose third "
1474 "party driver bugs, use with caution.";
1475
1476#if defined(OS_MACOSX)
1477
1478const char kAppInfoDialogName[] = "Toolkit-Views App Info Dialog.";
1479
1480const char kAppInfoDialogDescription[] =
1481 "Makes the Toolkit-Views based App Info dialog accessible from "
1482 "chrome://apps or chrome://extensions in place of the native extension "
1483 "permissions dialog, or the details link (which is a link to the Web "
1484 "Store).";
1485
1486const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows.";
1487
1488const char kMacViewsNativeAppWindowsDescription[] =
1489 "Controls whether to use Toolkit-Views based Chrome App windows.";
1490
1491const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager.";
1492
1493const char kMacViewsTaskManagerDescription[] =
1494 "Controls whether to use the Toolkit-Views based Task Manager.";
1495
1496const char kAppWindowCyclingName[] = "Custom Window Cycling for Chrome Apps.";
1497
1498const char kAppWindowCyclingDescription[] =
1499 "Changes the behavior of Cmd+` when a Chrome App becomes active. When "
1500 "enabled, Chrome Apps will not be cycled when Cmd+` is pressed from a "
1501 "browser window, and browser windows will not be cycled when a Chrome "
1502 "App is active.";
1503
1504#endif // defined(OS_MACOSX)
1505
1506#if defined(OS_CHROMEOS)
1507
1508const char kAcceleratedMjpegDecodeName[] =
1509 "Hardware-accelerated mjpeg decode for captured frame";
1510
1511const char kAcceleratedMjpegDecodeDescription[] =
1512 "Enable hardware-accelerated mjpeg decode for captured frame where "
1513 "available.";
1514
1515#endif // defined(OS_CHROMEOS)
1516
1517const char kSimplifiedFullscreenUiName[] =
1518 "Simplified full screen / mouse lock UI.";
1519
1520const char kSimplifiedFullscreenUiDescription[] =
1521 "A simplified new user experience when entering page-triggered full "
1522 "screen or mouse pointer lock states.";
1523
1524const char kExperimentalKeyboardLockUiName[] = "Experimental keyboard lock UI.";
1525
1526const char kExperimentalKeyboardLockUiDescription[] =
1527 "An experimental full screen with keyboard lock mode requiring users to "
1528 "hold Esc to exit.";
1529
1530#if defined(OS_ANDROID)
1531
1532const char kProgressBarAnimationName[] =
1533 "Android phone page loading progress bar animation";
1534
1535const char kProgressBarAnimationDescription[] =
1536 "Configures Android phone page loading progress bar animation.";
1537
1538const char kProgressBarAnimationLinear[] = "Linear";
1539
1540const char kProgressBarAnimationSmooth[] = "Smooth";
1541
1542const char kProgressBarAnimationSmoothIndeterminate[] = "Smooth indeterminate";
1543
1544const char kProgressBarAnimationFastStart[] = "Fast start";
1545
1546const char kProgressBarCompletionName[] =
1547 "Android phone page load progress bar completion time.";
1548
1549const char kProgressBarCompletionDescription[] =
1550 "Configures Android phone page loading progress bar completion time.";
1551
1552const char kProgressBarCompletionLoadEvent[] =
1553 R"*(Top loading frame's onload event ("everything" is done in the )*"
1554 R"*(page, historical behavior).)*";
1555
1556const char kProgressBarCompletionResourcesBeforeDcl[] =
1557 "Main frame's domContentLoaded and all resources loads started before "
1558 "domContentLoaded (iframes ignored).";
1559
1560const char kProgressBarCompletionDomContentLoaded[] =
1561 "Main frame's domContentLoaded (iframes ignored).";
1562
1563const char kProgressBarCompletionResourcesBeforeDclAndSameOriginIframes[] =
1564 "domContentLoaded and all resources loads started before "
1565 "domContentLoaded (main frame and same origin iframes).";
1566
1567#endif // defined(OS_ANDROID)
1568
1569const char kDisallowDocWrittenScriptsUiName[] =
1570 "Block scripts loaded via document.write";
1571
1572const char kDisallowDocWrittenScriptsUiDescription[] =
1573 "Disallows fetches for third-party parser-blocking scripts inserted "
1574 "into the main frame via document.write.";
1575
1576#if defined(OS_WIN)
1577
1578const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown.";
1579
1580const char kEnableAppcontainerDescription[] =
1581 "Enables the use of an AppContainer on sandboxed processes to improve "
1582 "security.";
1583
1584#endif // defined(OS_WIN)
1585
1586#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
1587
1588const char kAutofillCreditCardUploadName[] =
1589 "Enable offering upload of Autofilled credit cards";
1590
1591const char kAutofillCreditCardUploadDescription[] =
1592 "Enables a new option to upload credit cards to Google Payments for "
1593 "sync to all Chrome devices.";
1594
1595#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
1596
1597const char kForceUiDirectionName[] = "Force UI direction";
1598
1599const char kForceUiDirectionDescription[] =
1600 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
1601 "mode, overriding the default direction of the UI language.";
1602
1603const char kForceUiDirectionLtr[] = "Left-to-right";
1604
1605const char kForceUiDirectionRtl[] = "Right-to-left";
1606
1607#if defined(OS_WIN) || defined(OS_LINUX)
1608
1609const char kEnableInputImeApiName[] = "Enable Input IME API";
1610
1611const char kEnableInputImeApiDescription[] =
1612 "Enable the use of chrome.input.ime API.";
1613
1614#endif // defined(OS_WIN) || defined(OS_LINUX)
1615
1616const char kEnableGroupedHistoryName[] = "Group history by domain";
1617
1618const char kEnableGroupedHistoryDescription[] =
1619 "Group history by website domain (i.e. google.com) on "
1620 "chrome://history.";
1621
1622const char kSecurityChipDefault[] = "Default";
1623
1624const char kSecurityChipShowNonsecureOnly[] = "Show non-secure only";
1625
1626const char kSecurityChipShowAll[] = "Show all";
1627
1628const char kSecurityChipAnimationDefault[] = "Default";
1629
1630const char kSecurityChipAnimationNone[] = "No animation";
1631
1632const char kSecurityChipAnimationNonsecureOnly[] = "Animate non-secure only";
1633
1634const char kSecurityChipAnimationAll[] = "Animate all";
1635
1636const char kSaveasMenuLabelExperimentName[] =
1637 "Switch 'Save as' menu labels to 'Download'";
1638
1639const char kSaveasMenuLabelExperimentDescription[] =
1640 "Enables an experiment to switch menu labels that use 'Save as...' to "
1641 "'Download'.";
1642
1643const char kEnableEnumeratingAudioDevicesName[] =
1644 "Experimentally enable enumerating audio devices.";
1645
1646const char kEnableEnumeratingAudioDevicesDescription[] =
1647 "Experimentally enable the use of enumerating audio devices.";
1648
1649const char kNewUsbBackendName[] = "Enable new USB backend";
1650
1651const char kNewUsbBackendDescription[] =
1652 "Enables the new experimental USB backend for Windows.";
1653
1654const char kNewOmniboxAnswerTypesName[] =
1655 "New omnibox answers in suggest types";
1656
1657const char kNewOmniboxAnswerTypesDescription[] =
1658 "Enables new types of answers in the omnibox suggest drop-down: "
1659 "currency conversions, dictionary definitions, sports scores, "
1660 "translations, and when is.";
1661
1662const char kEnableZeroSuggestRedirectToChromeName[] =
1663 "Experimental contextual omnibox suggestion";
1664
1665const char kEnableZeroSuggestRedirectToChromeDescription[] =
1666 "Change omnibox contextual suggestions to an experimental source. Note "
1667 "that this is not an on/off switch for contextual omnibox and it only "
1668 "applies to suggestions provided before the user starts typing a URL or "
1669 "a search query (i.e. zero suggest).";
1670
1671const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
1672
1673const char kFillOnAccountSelectDescription[] =
1674 "Filling of passwords when an account is explicitly selected by the "
1675 "user rather than autofilling credentials on page load.";
1676
1677const char kEnableClearBrowsingDataCountersName[] =
1678 "Enable Clear browsing data counters.";
1679
1680const char kEnableClearBrowsingDataCountersDescription[] =
1681 "Shows data volume counters in the Clear browsing data dialog.";
1682
1683#if defined(OS_ANDROID)
1684
1685const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog.";
1686
1687const char kTabsInCbdDescription[] =
1688 "Enables a basic and an advanced tab for the Clear Browsing Data "
1689 "dialog.";
1690
1691#endif // defined(OS_ANDROID)
1692
1693const char kNotificationsNativeFlag[] = "Enable native notifications.";
1694
1695const char kNotificationsNativeFlagDescription[] =
1696 "Enable support for using the native notification toasts and "
1697 "notification center on platforms where these are available.";
1698
1699#if defined(OS_ANDROID)
1700
1701const char kEnableAndroidSpellcheckerDescription[] =
1702 "Enables use of the Android spellchecker.";
1703
1704const char kEnableAndroidSpellcheckerName[] = "Enable spell checking";
1705
1706#endif // defined(OS_ANDROID)
1707
1708const char kEnableWebNotificationCustomLayoutsName[] =
1709 "Enable custom layouts for Web Notifications.";
1710
1711const char kEnableWebNotificationCustomLayoutsDescription[] =
1712 "Enable custom layouts for Web Notifications. They will have subtle "
1713 "layout improvements that are otherwise not possible.";
1714
1715const char kAccountConsistencyName[] =
1716 "Identity consistency between browser and cookie jar";
1717
1718const char kAccountConsistencyDescription[] =
1719 "When enabled, the browser manages signing in and out of Google "
1720 "accounts.";
1721
1722const char kEnablePasswordSeparatedSigninFlowName[] =
1723 "Enable new gaia password-separated sign in flow";
1724
1725const char kEnablePasswordSeparatedSigninFlowDescription[] =
1726 "When enabled, signing in to the browser will use a new gaia "
1727 "password-separated sign in flow.";
1728
1729const char kGoogleProfileInfoName[] = "Google profile name and icon";
1730
1731const char kGoogleProfileInfoDescription[] =
1732 "Enables using Google information to populate the profile name and icon "
1733 "in the avatar menu.";
1734
1735const char kOfferStoreUnmaskedWalletCards[] =
1736 "Google Payments card saving checkbox";
1737
1738const char kOfferStoreUnmaskedWalletCardsDescription[] =
1739 "Show the checkbox to offer local saving of a credit card downloaded "
1740 "from the server.";
1741
1742const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode";
1743
1744const char kOfflineAutoReloadDescription[] =
1745 "Pages that fail to load while the browser is offline will be "
1746 "auto-reloaded when the browser is online again.";
1747
1748const char kOfflineAutoReloadVisibleOnlyName[] =
1749 "Only Auto-Reload Visible Tabs";
1750
1751const char kOfflineAutoReloadVisibleOnlyDescription[] =
1752 "Pages that fail to load while the browser is offline will only be "
1753 "auto-reloaded if their tab is visible.";
1754
1755const char kShowSavedCopyName[] = "Show Saved Copy Button";
1756
1757const char kShowSavedCopyDescription[] =
1758 "When a page fails to load, if a stale copy of the page exists in the "
1759 "browser cache, a button will be presented to allow the user to load "
1760 "that stale copy. The primary enabling choice puts the button in the "
1761 "most salient position on the error page; the secondary enabling choice "
1762 "puts it secondary to the reload button.";
1763
1764const char kEnableShowSavedCopyPrimary[] = "Enable: Primary";
1765
1766const char kEnableShowSavedCopySecondary[] = "Enable: Secondary";
1767
1768const char kDisableShowSavedCopy[] = "Disable";
1769
1770#if defined(OS_CHROMEOS)
1771
1772const char kSmartVirtualKeyboardName[] =
1773 "Smart Deployment of the Virtual Keyboard";
1774
1775const char kSmartVirtualKeyboardDescription[] =
1776 "Enable/Disable smart deployment of the virtual keyboard.";
1777
1778const char kVirtualKeyboardName[] = "Virtual Keyboard";
1779
1780const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support.";
1781
1782const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll";
1783
1784const char kVirtualKeyboardOverscrollDescription[] =
1785 "Enables virtual keyboard overscroll support.";
1786
1787const char kInputViewName[] = "Input views";
1788
1789const char kInputViewDescription[] =
1790 "Enable IME extensions to supply custom views for user input such as "
1791 "virtual keyboards.";
1792
1793const char kNewKoreanImeName[] = "New Korean IME";
1794
1795const char kNewKoreanImeDescription[] =
1796 "New Korean IME, which is based on Google Input Tools' HMM engine.";
1797
1798const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect";
1799
1800const char kPhysicalKeyboardAutocorrectDescription[] =
1801 "Enable physical keyboard autocorrect for US keyboard, which can "
1802 "provide suggestions as typing on physical keyboard.";
1803
1804const char kVoiceInputName[] = "Voice input on virtual keyboard";
1805
1806const char kVoiceInputDescription[] =
1807 "Enables voice input on virtual keyboard.";
1808
1809const char kExperimentalInputViewFeaturesName[] =
1810 "Experimental input view features";
1811
1812const char kExperimentalInputViewFeaturesDescription[] =
1813 "Enable experimental features for IME input views.";
1814
1815const char kFloatingVirtualKeyboardName[] = "Floating virtual keyboard.";
1816
1817const char kFloatingVirtualKeyboardDescription[] =
1818 "Enable/Disable floating virtual keyboard.";
1819
1820const char kGestureTypingName[] = "Gesture typing for the virtual keyboard.";
1821
1822const char kGestureTypingDescription[] =
1823 "Enable/Disable gesture typing option in the settings page for the "
1824 "virtual keyboard.";
1825
1826const char kGestureEditingName[] = "Gesture editing for the virtual keyboard.";
1827
1828const char kGestureEditingDescription[] =
1829 "Enable/Disable gesture editing option in the settings page for the "
1830 "virtual keyboard.";
1831
1832const char kCaptivePortalBypassProxyName[] =
1833 "Bypass proxy for Captive Portal Authorization";
1834
1835const char kCaptivePortalBypassProxyDescription[] =
1836 "If proxy is configured, it usually prevents from authorization on "
1837 "different captive portals. This enables opening captive portal "
1838 "authorization dialog in a separate window, which ignores proxy "
1839 "settings.";
1840
1841const char kTouchscreenCalibrationName[] =
1842 "Enable/disable touchscreen calibration option in material design "
1843 "settings";
1844
1845const char kTouchscreenCalibrationDescription[] =
1846 "If enabled, the user can calibrate the touch screen displays in "
1847 "chrome://md-settings/display.";
1848
1849#endif // defined(OS_CHROMEOS)
1850
1851// Strings for controlling credit card assist feature in about:flags.
1852
1853const char kCreditCardAssistName[] = "Credit Card Assisted Filling";
1854
1855const char kCreditCardAssistDescription[] =
1856 "Enable assisted credit card filling on certain sites.";
1857
1858// Strings for controlling credit card scanning feature in about:flags.
1859
1860// Simple Cache Backend experiment.
1861
1862const char kSimpleCacheBackendName[] = "Simple Cache for HTTP";
1863
1864const char kSimpleCacheBackendDescription[] =
1865 "The Simple Cache for HTTP is a new cache. It relies on the filesystem "
1866 "for disk space allocation.";
1867
1868// Spelling feedback field trial.
1869
1870const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial";
1871
1872const char kSpellingFeedbackFieldTrialDescription[] =
1873 "Enable the field trial for sending user feedback to spelling service.";
1874
1875// Web MIDI API.
1876
1877const char kWebMidiName[] = "Web MIDI API";
1878
1879const char kWebMidiDescription[] = "Enable Web MIDI API experimental support.";
1880
1881// Site per process mode
1882
creisc3af64f2017-04-12 17:22:381883const char kSitePerProcessName[] = "Strict site isolation";
vabr0215a8e2017-03-28 12:47:341884
1885const char kSitePerProcessDescription[] =
creisc3af64f2017-04-12 17:22:381886 "Highly experimental security mode that ensures each renderer process "
1887 "contains pages from at most one site. In this mode, out-of-process "
1888 "iframes will be used whenever an iframe is cross-site.";
vabr0215a8e2017-03-28 12:47:341889
1890// Top document isolation mode
1891
1892const char kTopDocumentIsolationName[] = "Top document isolation";
1893
1894const char kTopDocumentIsolationDescription[] =
1895 "Highly experimental performance mode where cross-site iframes are kept "
1896 "in a separate process from the top document. In this mode, iframes "
1897 "from different third-party sites will be allowed to share a process.";
1898
1899// Cross process guest frames isolation mode
1900
1901const char kCrossProcessGuestViewIsolationName[] =
1902 "Cross process frames for guests";
1903
1904const char kCrossProcessGuestViewIsolationDescription[] =
1905 "Highly experimental where guests such as <webview> are implemented "
1906 "on the out-of-process iframe infrastructure.";
1907
1908// Task Scheduler
1909
1910const char kBrowserTaskSchedulerName[] = "Task Scheduler";
1911
1912const char kBrowserTaskSchedulerDescription[] =
1913 "Enables redirection of some task posting APIs to the task scheduler.";
1914
1915// Arc authorization
1916
1917#if defined(OS_CHROMEOS)
1918
1919const char kArcUseAuthEndpointName[] = "Android apps authorization point";
1920
1921const char kArcUseAuthEndpointDescription[] =
1922 "Enable Android apps authorization point to automatic sign-in in OptIn "
1923 "flow.";
1924
1925#endif // defined(OS_CHROMEOS)
1926
1927// Autofill experiment flags
1928
1929const char kSingleClickAutofillName[] = "Single-click autofill";
1930
1931const char kSingleClickAutofillDescription[] =
1932 "Make autofill suggestions on initial mouse click on a form element.";
1933
1934#if defined(OS_ANDROID)
1935
1936const char kAutofillAccessoryViewName[] =
1937 "Autofill suggestions as keyboard accessory view";
1938
1939const char kAutofillAccessoryViewDescription[] =
1940 "Shows Autofill suggestions on top of the keyboard rather than in a "
1941 "dropdown.";
1942
1943#endif // defined(OS_ANDROID)
1944
1945// Reader mode experiment flags
1946
1947#if defined(OS_ANDROID)
1948
1949const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
1950
1951const char kReaderModeHeuristicsDescription[] =
1952 "Determines what pages the Reader Mode button is shown on.";
1953
1954const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
1955
1956const char kReaderModeHeuristicsAdaboost[] = "Appears to be an article";
1957
1958const char kReaderModeHeuristicsAlwaysOff[] = "Never";
1959
1960const char kReaderModeHeuristicsAlwaysOn[] = "Always";
1961
1962#endif // defined(OS_ANDROID)
1963
1964// Chrome home flags
1965
1966#if defined(OS_ANDROID)
1967
1968const char kChromeHomeName[] = "Chrome Home";
1969
1970const char kChromeHomeDescription[] = "Enables Chrome Home on Android.";
1971
1972#endif // defined(OS_ANDROID)
1973
Tommy Nyquist4fad7062017-04-11 20:01:281974// In-Product Help flags
1975
1976#if defined(OS_ANDROID)
1977
1978const char kEnableIphDemoMode[] = "In-Product Help Demo Mode";
1979
1980const char kEnableIphDemoModeDescription[] =
1981 "Enables In-Product Help demo mode on Android.";
1982
1983#endif // defined(OS_ANDROID)
1984
vabr0215a8e2017-03-28 12:47:341985// Settings window flags
1986
1987const char kSettingsWindowName[] = "Show settings in a window";
1988
1989const char kSettingsWindowDescription[] =
1990 "Settings will be shown in a dedicated window instead of as a browser "
1991 "tab.";
1992
1993// Mixed content issue workaround flags
1994
1995#if defined(OS_ANDROID)
1996
1997// Flag strings for seccomp-bpf sandbox flag.
1998
1999const char kSeccompFilterSandboxAndroidName[] = "Seccomp-bpf renderer sandbox";
2000
2001const char kSeccompFilterSandboxAndroidDescription[] =
2002 "Renderers will have a second-layer sandbox provided by seccomp-bpf. "
2003 "This requires kernel features only available on select Android "
2004 "versions.";
2005
2006#endif // defined(OS_ANDROID)
2007
2008// Extension Content Verification
2009
2010const char kExtensionContentVerificationName[] =
2011 "Extension Content Verification";
2012
2013const char kExtensionContentVerificationDescription[] =
2014 "This flag can be used to turn on verification that the contents of the "
2015 "files on disk for extensions from the webstore match what they're "
2016 "expected to be. This can be used to turn on this feature if it would "
2017 "not otherwise have been turned on, but cannot be used to turn it off "
2018 "(because this setting can be tampered with by malware).";
2019
2020const char kExtensionContentVerificationBootstrap[] =
2021 "Bootstrap (get expected hashes, but do not enforce them)";
2022
2023const char kExtensionContentVerificationEnforce[] =
2024 "Enforce (try to get hashes, and enforce them if successful)";
2025
2026const char kExtensionContentVerificationEnforceStrict[] =
2027 "Enforce strict (hard fail if we can't get hashes)";
2028
2029// Built-in hotword detection display strings
2030
2031const char kExperimentalHotwordHardwareName[] =
2032 "Simulated hardware 'Ok Google' features";
2033
2034const char kExperimentalHotwordHardwareDescription[] =
2035 "Enables an experimental version of 'Ok Google' hotword detection "
2036 "features that have a hardware dependency.";
2037
2038// Message center strings
2039
2040const char kMessageCenterAlwaysScrollUpUponRemovalName[] =
2041 "Experiments that message center always scroll up upon notification "
2042 "removal";
2043
2044const char kMessageCenterAlwaysScrollUpUponRemovalDescription[] =
2045 "Enables experiment that message center always scroll up when a "
2046 "notification is removed.";
2047
2048const char kCastStreamingHwEncodingName[] =
2049 "Cast Streaming hardware video encoding";
2050
2051const char kCastStreamingHwEncodingDescription[] =
2052 "This option enables support in Cast Streaming for encoding video "
2053 "streams using platform hardware.";
2054
2055const char kAllowInsecureLocalhost[] =
2056 "Allow invalid certificates for resources loaded from localhost.";
2057
2058const char kAllowInsecureLocalhostDescription[] =
2059 "Allows requests to localhost over HTTPS even when an invalid "
2060 "certificate is presented.";
2061
2062#if defined(OS_WIN) || defined(OS_MACOSX)
2063
2064// Tab discarding
2065
2066const char kAutomaticTabDiscardingName[] = "Automatic tab discarding";
2067
2068const char kAutomaticTabDiscardingDescription[] =
2069 "If enabled, tabs get automatically discarded from memory when the "
2070 "system memory is low. Discarded tabs are still visible on the tab "
2071 "strip and get reloaded when clicked on. Info about discarded tabs can "
2072 "be found at chrome://discards.";
2073
2074#endif // defined(OS_WIN) || defined(OS_MACOSX)
2075
2076#if defined(OS_ANDROID)
2077
2078const char kOfflineBookmarksName[] = "Enable offline bookmarks";
2079
2080const char kOfflineBookmarksDescription[] =
2081 "Enable saving bookmarked pages for offline viewing.";
2082
2083const char kNtpOfflinePagesName[] = "Enable NTP offline pages";
2084
2085const char kNtpOfflinePagesDescription[] =
2086 "Enables badging of offline pages on the New Tab page. Only relevant if "
2087 "offline pages are enabled.";
2088
2089const char kOfflinePagesAsyncDownloadName[] =
2090 R"*(Enables showing "DOWNLOAD PAGE LATER" button in error pages.)*";
2091
2092const char kOfflinePagesAsyncDownloadDescription[] =
2093 R"*(Enables showing "DOWNLOAD PAGE LATER" button in error pages such )*"
2094 R"*(that the user can click on it to download the page later.)*";
2095
2096const char kOfflinePagesSvelteConcurrentLoadingName[] =
2097 "Enables concurrent background loading on svelte.";
2098
2099const char kOfflinePagesSvelteConcurrentLoadingDescription[] =
2100 "Enables concurrent background loading (or downloading) of pages on "
2101 "Android svelte (512MB RAM) devices. Otherwise, background loading will "
2102 "happen when the svelte device is idle.";
2103
petewil2abcf042017-04-10 21:45:002104const char kOfflinePagesLoadSignalCollectingName[] =
2105 "Enables collecting load timing data for offline page snapshots.";
2106
2107const char kOfflinePagesLoadSignalCollectingDescription[] =
2108 "Enables loading completeness data collection while writing an offline "
2109 "page. This data is collected in the snapshotted offline page to allow "
2110 "data analysis to improve deciding when to make the offline snapshot.";
2111
vabr0215a8e2017-03-28 12:47:342112const char kOfflinePagesPrefetchingName[] =
2113 "Enables suggested offline pages to be prefetched.";
2114
2115const char kOfflinePagesPrefetchingDescription[] =
2116 "Enables suggested offline pages to be prefetched, so useful content is "
2117 "available while offline.";
2118
2119const char kOfflinePagesSharingName[] = "Enables offline pages to be shared.";
2120
2121const char kOfflinePagesSharingDescription[] =
2122 "Enables the saved offline pages to be shared via other applications.";
2123
2124const char kBackgroundLoaderForDownloadsName[] =
2125 "Enables background downloading of pages.";
2126
2127const char kBackgroundLoaderForDownloadsDescription[] =
2128 "Enables downloading pages in the background in case page is not yet "
2129 "loaded in current tab.";
2130
2131const char kNewBackgroundLoaderName[] =
2132 "Use background loader instead of prerenderer to load pages.";
2133
2134const char kNewBackgroundLoaderDescription[] =
2135 "Use background loader instead of prerenderer to asynchronously "
2136 "download pages.";
2137
2138const char kNtpPopularSitesName[] = "Show popular sites on the New Tab page";
2139
2140const char kNtpPopularSitesDescription[] =
2141 "Pre-populate the New Tab page with popular sites.";
2142
2143const char kNtpSwitchToExistingTabName[] =
2144 "Switch to an existing tab for New Tab Page suggestions.";
2145
2146const char kNtpSwitchToExistingTabDescription[] =
2147 "When opening a suggested webpage from the New Tab Page, if a tab is "
2148 "already open for the suggestion, switch to that one instead of loading "
2149 "the suggestion in the new tab.";
2150
2151const char kNtpSwitchToExistingTabMatchUrl[] = "Match by URL";
2152
2153const char kNtpSwitchToExistingTabMatchHost[] = "Match by Hostname";
2154
2155const char kUseAndroidMidiApiName[] = "Use Android Midi API";
2156
2157const char kUseAndroidMidiApiDescription[] =
2158 "Use Android Midi API for WebMIDI (effective only with Android M+ "
2159 "devices).";
2160
2161const char kWebPaymentsModifiersName[] = "Enable web payment modifiers";
2162
2163const char kWebPaymentsModifiersDescription[] =
2164 "If the website provides modifiers in the payment request, show the "
2165 "custom total for each payment instrument, update the shopping cart "
2166 "when instruments are switched, and send modified payment method "
2167 "specific data to the payment app.";
2168
2169#endif // defined(OS_ANDROID)
2170
2171#if defined(OS_WIN)
2172
2173// Exporting tracing events to ETW
2174
2175const char kTraceExportEventsToEtwName[] =
2176 "Enable exporting of tracing events to ETW.";
2177
2178const char kTraceExportEventsToEtwDesription[] =
2179 "If enabled, trace events will be exported to the Event Tracing for "
2180 "Windows (ETW) and can then be captured by tools such as UIForETW or "
2181 "Xperf.";
2182
2183const char kMergeKeyCharEventsName[] =
2184 "Enable or disable merging merging the key event (WM_KEY*) with char "
2185 "event (WM_CHAR).";
2186
2187const char kMergeKeyCharEventsDescription[] =
2188 "If disabled, Chrome will handle WM_KEY* and WM_CHAR separatedly.";
2189
2190const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
2191
2192const char kUseWinrtMidiApiDescription[] =
2193 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 "
2194 "or later).";
2195
2196#endif // defined(OS_WIN)
2197
2198#if defined(OS_ANDROID)
2199
2200// Data Use
2201
2202// Update Menu Item Flags
2203
2204const char kUpdateMenuItemName[] = "Force show update menu item";
2205
2206const char kUpdateMenuItemDescription[] =
2207 R"*(When enabled, an "Update Chrome" item will be shown in the app )*"
2208 R"*(menu.)*";
2209
twellingtonce0b29ba2017-04-19 21:01:172210const char kUpdateMenuItemCustomSummaryDescription[] =
vabr0215a8e2017-03-28 12:47:342211 "When this flag and the force show update menu item flag are enabled, a "
twellingtonce0b29ba2017-04-19 21:01:172212 "custom summary string will be displayed below the update menu item.";
vabr0215a8e2017-03-28 12:47:342213
twellingtonce0b29ba2017-04-19 21:01:172214const char kUpdateMenuItemCustomSummaryName[] =
2215 "Update menu item custom summary";
vabr0215a8e2017-03-28 12:47:342216
2217const char kUpdateMenuBadgeName[] = "Force show update menu badge";
2218
2219const char kUpdateMenuBadgeDescription[] =
2220 "When enabled, an update badge will be shown on the app menu button.";
2221
2222const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
2223
2224const char kSetMarketUrlForTestingDescription[] =
2225 "When enabled, sets the market URL for use in testing the update menu "
2226 "item.";
2227
2228#endif // defined(OS_ANDROID)
2229
2230#if defined(OS_ANDROID)
2231
2232const char kHerbPrototypeChoicesName[] = "Switch preferred flavor of Herb";
2233
2234const char kHerbPrototypeChoicesDescription[] =
2235 "Switching this option changes which tab management prototype is being "
2236 "tested.";
2237
2238const char kHerbPrototypeFlavorElderberry[] =
2239 "ELDERBERRY: All View Intents in CCT v2";
2240
2241const char kEnableSpecialLocaleName[] =
2242 "Enable custom logic for special locales.";
2243
2244const char kEnableSpecialLocaleDescription[] =
2245 "Enable custom logic for special locales. In this mode, Chrome might "
2246 "behave differently in some locales.";
2247
2248// WebApks
2249
2250const char kEnableWebapk[] = "Enable improved add to Home screen";
2251
2252const char kEnableWebapkDescription[] =
2253 R"*(Packages "Progressive Web Apps" so that they can integrate more )*"
2254 R"*(deeply with Android. A Chrome server is used to package sites. In )*"
2255 R"*(Chrome Canary and Chrome Dev, this requires “Untrusted )*"
2256 R"*(sources” to be enabled in Android security settings.)*";
2257
2258#endif // defined(OS_ANDROID)
2259
2260const char kEnableBrotliName[] = "Brotli Content-Encoding.";
2261
2262const char kEnableBrotliDescription[] =
2263 "Enable Brotli Content-Encoding support.";
2264
2265const char kEnableWebfontsInterventionName[] =
2266 "New version of User Agent Intervention for WebFonts loading.";
2267
2268const char kEnableWebfontsInterventionDescription[] =
2269 "Enable New version of User Agent Intervention for WebFonts loading.";
2270
2271const char kEnableWebfontsInterventionV2ChoiceDefault[] = "Default";
2272
2273const char kEnableWebfontsInterventionV2ChoiceEnabledWith2g[] = "Enabled: 2G";
2274
2275const char kEnableWebfontsInterventionV2ChoiceEnabledWith3g[] = "Enabled: 3G";
2276
2277const char kEnableWebfontsInterventionV2ChoiceEnabledWithSlow2g[] =
2278 "Enabled: Slow 2G";
2279
2280const char kEnableWebfontsInterventionV2ChoiceDisabled[] = "Disabled";
2281
2282const char kEnableWebfontsInterventionTriggerName[] =
2283 "Trigger User Agent Intervention for WebFonts loading always.";
2284
2285const char kEnableWebfontsInterventionTriggerDescription[] =
2286 "Enable to trigger User Agent Intervention for WebFonts loading always. "
2287 "This flag affects only when the intervention is enabled.";
2288
2289const char kEnableScrollAnchoringName[] = "Scroll Anchoring";
2290
2291const char kEnableScrollAnchoringDescription[] =
2292 "Adjusts scroll position to prevent visible jumps when offscreen "
2293 "content changes.";
2294
2295#if defined(OS_CHROMEOS)
2296
skaua9afc0212017-04-07 19:18:472297const char kDisableNativeCupsName[] = "Native CUPS";
vabr0215a8e2017-03-28 12:47:342298
skaua9afc0212017-04-07 19:18:472299const char kDisableNativeCupsDescription[] =
2300 "Disable the use of the native CUPS printing backend.";
vabr0215a8e2017-03-28 12:47:342301
2302const char kEnableAndroidWallpapersAppName[] = "Android Wallpapers App";
2303
2304const char kEnableAndroidWallpapersAppDescription[] =
2305 "Enables the Android Wallpapers App as the default Wallpaper App on "
2306 "Chrome OS.";
2307
2308const char kEnableTouchSupportForScreenMagnifierName[] =
2309 "Touch support for screen magnifier";
2310
2311const char kEnableTouchSupportForScreenMagnifierDescription[] =
2312 "Enables touch support for screen magnifier";
2313
takise183b8cb42017-04-07 05:12:082314const char kEnableZipArchiverOnFileManagerName[] =
2315 "ZIP archiver for Drive";
2316
2317const char kEnableZipArchiverOnFileManagerDescription[] =
2318 "Enable the ability to archive and unpack files on Drive in the Files app";
2319
vabr0215a8e2017-03-28 12:47:342320#endif // defined(OS_CHROMEOS)
2321
2322#if defined(OS_ANDROID)
2323
2324const char kContentSuggestionsCategoryOrderName[] =
2325 "Default content suggestions category order (e.g. on NTP)";
2326
2327const char kContentSuggestionsCategoryOrderDescription[] =
2328 "Set default order of content suggestion categories (e.g. on the NTP).";
2329
2330const char kContentSuggestionsCategoryRankerName[] =
2331 "Content suggestions category ranker (e.g. on NTP)";
2332
2333const char kContentSuggestionsCategoryRankerDescription[] =
2334 "Set category ranker to order categories of content suggestions (e.g. "
2335 "on the NTP).";
2336
2337const char kEnableNtpSnippetsVisibilityName[] =
2338 "Make New Tab Page Snippets more visible.";
2339
2340const char kEnableNtpSnippetsVisibilityDescription[] =
2341 "If enabled, the NTP snippets will become more discoverable with a "
2342 "larger portion of the first card above the fold.";
2343
jkrcal18514e662017-03-30 06:12:282344const char kEnableContentSuggestionsNewFaviconServerName[] =
2345 "Get favicons for content suggestions from a new server.";
2346
2347const char kEnableContentSuggestionsNewFaviconServerDescription[] =
2348 "If enabled, the content suggestions (on the NTP) will get favicons from a "
2349 "new favicon server.";
2350
dgn2b5a43382017-04-06 16:56:562351const char kEnableContentSuggestionsSettingsName[] =
2352 "Show content suggestions settings.";
2353
2354const char kEnableContentSuggestionsSettingsDescription[] =
2355 "If enabled, the content suggestions settings will be available from the "
2356 "main settings menu.";
2357
vabr0215a8e2017-03-28 12:47:342358const char kEnableNtpRemoteSuggestionsName[] =
2359 "Show server-side suggestions on the New Tab page";
2360
2361const char kEnableNtpRemoteSuggestionsDescription[] =
2362 "If enabled, the list of content suggestions on the New Tab page (see "
2363 "#enable-ntp-snippets) will contain server-side suggestions (e.g., "
2364 "Articles for you). Furthermore, it allows to override the source used "
2365 "to retrieve these server-side suggestions.";
2366
2367const char kEnableNtpRecentOfflineTabSuggestionsName[] =
2368 "Show recent offline tabs on the New Tab page";
2369
2370const char kEnableNtpRecentOfflineTabSuggestionsDescription[] =
2371 "If enabled, the list of content suggestions on the New Tab page (see "
2372 "#enable-ntp-snippets) will contain pages that were captured offline "
2373 "during browsing (see #offlining-recent-pages)";
2374
vabr0215a8e2017-03-28 12:47:342375const char kEnableNtpAssetDownloadSuggestionsName[] =
2376 "Show asset downloads on the New Tab page";
2377
2378const char kEnableNtpAssetDownloadSuggestionsDescription[] =
2379 "If enabled, the list of content suggestions on the New Tab page (see "
2380 "#enable-ntp-snippets) will contain assets (e.g. books, pictures, "
2381 "audio) that the user downloaded for later use.";
2382
2383const char kEnableNtpOfflinePageDownloadSuggestionsName[] =
2384 "Show offline page downloads on the New Tab page";
2385
2386const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] =
2387 "If enabled, the list of content suggestions on the New Tab page (see "
2388 "#enable-ntp-snippets) will contain pages that the user downloaded for "
2389 "later use.";
2390
2391const char kEnableNtpBookmarkSuggestionsName[] =
2392 "Show recently visited bookmarks on the New Tab page";
2393
2394const char kEnableNtpBookmarkSuggestionsDescription[] =
2395 "If enabled, the list of content suggestions on the New Tab page (see "
2396 "#enable-ntp-snippets) will contain recently visited bookmarks.";
2397
2398const char kEnableNtpPhysicalWebPageSuggestionsName[] =
2399 "Show Physical Web pages on the New Tab page";
2400
2401const char kEnableNtpPhysicalWebPageSuggestionsDescription[] =
2402 "If enabled, the list of content suggestions on the New Tab page (see "
2403 "#enable-ntp-snippets) will contain pages that are available through "
2404 "Physical Web (see #enable-physical-web)";
2405
2406const char kEnableNtpForeignSessionsSuggestionsName[] =
2407 "Show recent foreign tabs on the New Tab page";
2408
2409const char kEnableNtpForeignSessionsSuggestionsDescription[] =
2410 "If enabled, the list of content suggestions on the New Tab page (see "
2411 "#enable-ntp-snippets) will contain recent foreign tabs.";
2412
2413const char kEnableNtpSuggestionsNotificationsName[] =
2414 "Notify about new content suggestions available at the New Tab page";
2415
2416const char kEnableNtpSuggestionsNotificationsDescription[] =
2417 "If enabled, notifications will inform about new content suggestions on "
2418 "the New Tab page (see #enable-ntp-snippets).";
2419
2420const char kNtpCondensedLayoutName[] = "Condensed NTP layout";
2421
2422const char kNtpCondensedLayoutDescription[] =
2423 "Show a condensed layout on the New Tab Page.";
2424
2425const char kNtpCondensedTileLayoutName[] = "Condensed NTP tile layout";
2426
2427const char kNtpCondensedTileLayoutDescription[] =
2428 "Show a condensed tile layout on the New Tab Page.";
2429
2430const char kNtpGoogleGInOmniboxName[] = "Google G in New Tab Page omnibox";
2431
2432const char kNtpGoogleGInOmniboxDescription[] =
2433 "Show a Google G in the omnibox on the New Tab Page.";
2434
2435#endif // defined(OS_ANDROID)
2436
2437#if defined(OS_ANDROID)
2438
2439const char kOffliningRecentPagesName[] =
2440 "Enable offlining of recently visited pages";
2441
2442const char kOffliningRecentPagesDescription[] =
2443 "Enable storing recently visited pages locally for offline use. "
2444 "Requires Offline Pages to be enabled.";
2445
2446const char kOfflinePagesCtName[] = "Enable Offline Pages CT features.";
2447
2448const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features.";
2449
2450#endif // defined(OS_ANDROID)
2451
2452#if defined(OS_ANDROID)
2453
2454const char kEnableExpandedAutofillCreditCardPopupLayout[] =
2455 "Use expanded autofill credit card popup layout.";
2456
2457const char kEnableExpandedAutofillCreditCardPopupLayoutDescription[] =
2458 "If enabled, displays autofill credit card popup using expanded "
2459 "layout.";
2460
2461#endif // defined(OS_ANDROID)
2462
2463const char kEnableAutofillCreditCardLastUsedDateDisplay[] =
2464 "Display the last used date of a credit card in autofill.";
2465
2466const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
2467 "If enabled, display the last used date of a credit card in autofill.";
2468
jsaul314052192017-04-13 23:20:572469const char kEnableAutofillCreditCardUploadCvcPrompt[] =
2470 "Enable requesting missing CVC during Autofill credit card upload";
2471
2472const char kEnableAutofillCreditCardUploadCvcPromptDescription[] =
2473 "If enabled, requests missing CVC when offering to upload credit cards to "
2474 "Google Payments.";
2475
vabr0215a8e2017-03-28 12:47:342476#if !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
2477
2478const char kGoogleBrandedContextMenuName[] =
2479 "Google branding in the context menu";
2480
2481const char kGoogleBrandedContextMenuDescription[] =
2482 "Shows a Google icon next to context menu items powered by Google "
2483 "services.";
2484
2485#endif // !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
2486
2487const char kEnableWebUsbName[] = "WebUSB";
2488
2489const char kEnableWebUsbDescription[] = "Enable WebUSB support.";
2490
2491const char kEnableGenericSensorName[] = "Generic Sensor";
2492
2493const char kEnableGenericSensorDescription[] =
2494 "Enable sensor APIs based on Generic Sensor API.";
2495
2496const char kFontCacheScalingName[] = "FontCache scaling";
2497
2498const char kFontCacheScalingDescription[] =
2499 "Reuse a cached font in the renderer to serve different sizes of font "
2500 "for faster layout.";
2501
2502const char kFramebustingName[] =
2503 "Framebusting requires same-origin or a user gesture";
2504
2505const char kFramebustingDescription[] =
2506 "Don't permit an iframe to navigate the top level browsing context "
2507 "unless they are same-origin or the iframe is processing a user "
2508 "gesture.";
2509
binluc5b59112017-04-19 15:38:462510const char kVibrateRequiresUserGestureName[] =
2511 "Requiring user gesture for the Vibration API";
2512
2513const char kVibrateRequiresUserGestureDescription[] =
2514 "Block the Vibration API if no user gesture has been received on "
2515 "the frame or any embedded frame.";
2516
vabr0215a8e2017-03-28 12:47:342517#if defined(OS_ANDROID)
2518
2519const char kEnableVrShellName[] = "Enable Chrome VR.";
2520
2521const char kEnableVrShellDescription[] =
2522 "Allow browsing with a VR headset if available for this device.";
2523
2524#endif // defined(OS_ANDROID)
2525
2526// Web payments
2527
2528const char kWebPaymentsName[] = "Web Payments";
2529
2530const char kWebPaymentsDescription[] =
2531 "Enable Web Payments API integration, a JavaScript API for merchants.";
2532
2533#if defined(OS_ANDROID)
2534
2535const char kEnableAndroidPayIntegrationV1Name[] = "Enable Android Pay v1";
2536
2537const char kEnableAndroidPayIntegrationV1Description[] =
2538 "Enable integration with Android Pay using the first version of the "
2539 "API";
2540
2541const char kEnableAndroidPayIntegrationV2Name[] = "Enable Android Pay v2";
2542
2543const char kEnableAndroidPayIntegrationV2Description[] =
2544 "Enable integration with Android Pay using the second version of the "
2545 "API";
2546
2547const char kEnableWebPaymentsSingleAppUiSkipName[] =
2548 "Enable Web Payments single app UI skip";
2549
2550const char kEnableWebPaymentsSingleAppUiSkipDescription[] =
2551 "Enable Web Payments to skip showing its UI if the developer specifies "
2552 "a single app.";
2553
2554const char kAndroidPaymentAppsName[] = "Android payment apps";
2555
2556const char kAndroidPaymentAppsDescription[] =
2557 "Enable third party Android apps to integrate as payment apps";
2558
vabr0215a8e2017-03-28 12:47:342559#endif // defined(OS_ANDROID)
2560
2561const char kFeaturePolicyName[] = "Feature Policy";
2562
2563const char kFeaturePolicyDescription[] =
2564 "Enables granting and removing access to features through the "
2565 "Feature-Policy HTTP header.";
2566
2567// Audio rendering mixing experiment strings.
2568
2569const char kNewAudioRenderingMixingStrategyName[] =
2570 "New audio rendering mixing strategy";
2571
2572const char kNewAudioRenderingMixingStrategyDescription[] =
2573 "Use the new audio rendering mixing strategy.";
2574
2575// Background video track disabling experiment strings.
2576
2577const char kBackgroundVideoTrackOptimizationName[] =
2578 "Optimize background video playback.";
2579
2580const char kBackgroundVideoTrackOptimizationDescription[] =
2581 "Disable video tracks when the video is played in the background to "
2582 "optimize performance.";
2583
2584// Video fullscreen with orientation lock experiment strings.
2585
2586const char kVideoFullscreenOrientationLockName[] =
2587 "Lock screen orientation when playing a video fullscreen.";
2588
2589const char kVideoFullscreenOrientationLockDescription[] =
2590 "Lock the screen orientation of the device to match video orientation "
2591 "when a video goes fullscreen. Only on phones.";
2592
2593// Expensive background timer throttling flag
2594
2595const char kExpensiveBackgroundTimerThrottlingName[] =
2596 "Throttle expensive background timers";
2597
2598const char kExpensiveBackgroundTimerThrottlingDescription[] =
2599 "Enables intervention to limit CPU usage of background timers to 1%.";
2600
2601// Enable default MediaSession flag
2602
2603#if !defined(OS_ANDROID)
2604
2605const char kEnableDefaultMediaSessionName[] = "Manage audio focus across tabs";
2606
2607const char kEnableDefaultMediaSessionDescription[] =
2608 "Manage audio focus across tabs to improve the audio mixing.";
2609
2610const char kEnableDefaultMediaSessionDisabled[] = "Disabled";
2611
2612const char kEnableDefaultMediaSessionEnabled[] = "Enabled";
2613
2614const char kEnableDefaultMediaSessionEnabledDuckFlash[] =
2615 "Enabled (Flash lowers volume when interrupted by other sound, "
2616 "experimental)";
2617
2618#endif // !defined(OS_ANDROID)
2619
2620#if defined(OS_WIN)
2621
2622const char kGdiTextPrinting[] = "GDI Text Printing";
2623
2624const char kGdiTextPrintingDescription[] =
2625 "Use GDI to print text as simply text";
2626
2627#endif // defined(OS_WIN)
2628
2629#if defined(OS_ANDROID)
2630
2631const char kModalPermissionPromptsName[] = "Modal Permission Prompts";
2632
2633const char kModalPermissionPromptsDescription[] =
2634 "Whether to use permission dialogs in place of permission infobars.";
2635
2636#endif // defined(OS_ANDROID)
2637
2638#if !defined(OS_MACOSX)
2639
2640const char kPermissionPromptPersistenceToggleName[] =
2641 "Persistence Toggle in Permission Prompts";
2642
2643const char kPermissionPromptPersistenceToggleDescription[] =
2644 "Whether to display a persistence toggle in permission prompts.";
2645
2646#endif // !defined(OS_MACOSX)
2647
2648#if defined(OS_ANDROID)
2649
2650const char kNoCreditCardAbort[] = "No Credit Card Abort";
2651
2652const char kNoCreditCardAbortDescription[] =
2653 "Whether or not the No Credit Card Abort is enabled.";
2654
2655#endif // defined(OS_ANDROID)
2656
2657// Consistent omnibox geolocation
2658
2659#if defined(OS_ANDROID)
2660
2661const char kEnableConsistentOmniboxGeolocationName[] =
2662 "Have consistent omnibox geolocation access.";
2663
2664const char kEnableConsistentOmniboxGeolocationDescription[] =
2665 "Have consistent geolocation access between the omnibox and default "
2666 "search engine.";
2667
2668#endif // defined(OS_ANDROID)
2669
2670// Media Remoting chrome://flags strings
2671
2672const char kMediaRemotingName[] = "Media Remoting during Cast Tab Mirroring";
2673
2674const char kMediaRemotingDescription[] =
2675 "When Casting a tab to a remote device, enabling this turns on an "
2676 "optimization that forwards the content bitstream directly to the "
2677 "remote device when a video is fullscreened.";
2678
2679const char kMediaRemotingEncryptedName[] =
2680 "Media Remoting during Cast Tab Mirroring: Encrypted content too";
2681
2682const char kMediaRemotingEncryptedDescription[] =
2683 "When Media Remoting is enabled, this flag must be enabled to allow the "
2684 "remoting of encrypted content. When disabled, only non-encrypted "
2685 "content can be remoted.";
2686
2687// Chrome OS component updates chrome://flags strings
2688
2689const char kCrosCompUpdatesName[] = "Chrome OS Flash Component Updates";
2690
2691const char kCrosCompUpdatesDescription[] =
2692 "Enable Flash component updates for Chrome OS.";
2693
2694// Native Android History chrome://flags strings
2695
2696#if defined(OS_ANDROID)
2697
2698const char kNativeAndroidHistoryManager[] = "Native Android History";
2699
2700const char kNativeAndroidHistoryManagerDescription[] =
2701 "Show the native Android UI for browsing history.";
2702
2703#endif // defined(OS_ANDROID)
2704
2705// Play Services LSD permission prompt chrome://flags strings
2706
2707#if defined(OS_ANDROID)
2708
2709const char kLsdPermissionPromptName[] =
2710 "Location Settings Dialog Permission Prompt";
2711
2712const char kLsdPermissionPromptDescription[] =
2713 "Whether to use the Google Play Services Location Settings Dialog "
2714 "permission dialog.";
2715
2716#endif // defined(OS_ANDROID)
2717
2718#if defined(OS_WIN)
2719
2720// Custom draw the Windows 10 titlebar. crbug.com/505013
2721
2722const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar";
2723
2724const char kWindows10CustomTitlebarDescription[] =
2725 "If enabled, Chrome will draw the titlebar and caption buttons instead "
2726 "of deferring to Windows.";
2727
2728#endif // defined(OS_WIN)
2729
2730#if defined(OS_WIN)
2731
2732const char kPostscriptPrinting[] = "PostScript Printing";
2733
2734const char kPostscriptPrintingDescription[] =
2735 "Enable postscript generation in place of emf generation when printing "
2736 "to postscript capable printers.";
2737
2738#endif // defined(OS_WIN)
2739
2740#if defined(OS_ANDROID)
2741
2742const char kAiaFetchingName[] = "Intermediate Certificate Fetching";
2743
2744const char kAiaFetchingDescription[] =
2745 "Enable intermediate certificate fetching when a server does not "
2746 "provide sufficient certificates to build a chain to a trusted root.";
2747
2748#endif // defined(OS_ANDROID)
2749
2750// Web MIDI supports MIDIManager dynamic instantiation chrome://flags strings
2751
2752const char kEnableMidiManagerDynamicInstantiationName[] =
2753 "MIDIManager dynamic instantiation for Web MIDI.";
2754
2755const char kEnableMidiManagerDynamicInstantiationDescription[] =
2756 "Enable MIDIManager dynamic instantiation for Web MIDI.";
2757
2758// Desktop iOS promotion chrome://flags strings
2759
2760#if defined(OS_WIN)
2761
2762const char kEnableDesktopIosPromotionsName[] = "Desktop to iOS promotions.";
2763
2764const char kEnableDesktopIosPromotionsDescription[] =
2765 "Enable Desktop to iOS promotions, and allow users to see them if they "
2766 "are eligible.";
2767
2768#endif // defined(OS_WIN)
2769
2770#if defined(OS_ANDROID)
2771
2772const char kEnableCustomFeedbackUiName[] = "Enable Custom Feedback UI";
2773
2774const char kEnableCustomFeedbackUiDescription[] =
2775 "Enables a custom feedback UI when submitting feedback through Google "
2776 "Feedback. Works with Google Play Services v10.2+";
2777
2778#endif // defined(OS_ANDROID)
2779
vabr0215a8e2017-03-28 12:47:342780#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || \
2781 defined(OS_WIN)
2782
2783const char kOmniboxEntitySuggestionsName[] = "Omnibox entity suggestions";
2784
2785const char kOmniboxEntitySuggestionsDescription[] =
2786 "Enable receiving entity suggestions in Omnibox.";
2787
ojan38c678352017-04-11 20:27:552788const char kPauseBackgroundTabsName[] = "Pause background tabs";
2789const char kPauseBackgroundTabsDescription[] =
2790 "Pause timers in background tabs after 5 minutes on desktop.";
2791
spqchan064a8112017-04-18 16:46:322792const char kAppMenuIconName[] = "App Menu Icon";
2793const char kAppMenuIconDescription[] = "Changes the icon in the app menu.";
2794const char kAppMenuIconOldBehavior[] = "Old Behavior";
2795const char kAppMenuIconPersistentOpenedState[] = "Persistent Opened State";
2796const char kAppMenuIconPersistentClosedState[] = "Persistent Closed State";
2797
vabr0215a8e2017-03-28 12:47:342798#endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) ||
2799 // defined(OS_WIN)
2800
2801#if defined(OS_CHROMEOS)
2802
2803const char kEnableChromevoxArcSupportName[] = "ChromeVox ARC support";
2804
2805const char kEnableChromevoxArcSupportDescription[] =
2806 "Enable ChromeVox screen reader features in ARC";
2807
2808#endif // defined(OS_CHROMEOS)
2809
2810const char kMojoLoadingName[] = "Use Mojo IPC for resource loading";
2811
2812const char kMojoLoadingDescription[] =
2813 "Use Mojo IPC instead of traditional Chrome IPC for resource loading.";
2814
2815#if defined(OS_ANDROID)
2816
2817const char kUseNewDoodleApiName[] = "Use new Doodle API";
2818
2819const char kUseNewDoodleApiDescription[] =
2820 "Enables the new API to fetch Doodles for the NTP.";
2821
2822#endif // defined(OS_ANDROID)
2823
vabr0215a8e2017-03-28 12:47:342824const char kDebugShortcutsDescription[] =
2825 "Enables additional keyboard shortcuts that are useful for debugging "
2826 "Ash.";
2827
dskiba950fbc82017-04-12 20:36:282828const char kMemoryAblationName[] = "Memory ablation experiment";
2829const char kMemoryAblationDescription[] =
2830 "Allocates extra memory in the browser process.";
2831
jwanda1582bcf2017-03-30 04:33:482832#if defined(OS_ANDROID)
2833
2834const char kEnableCustomContextMenuName[] = "Enable custom context menu";
2835
2836const char kEnableCustomContextMenuDescription[] =
2837 "Enables a new context menu when a link, image, or video is pressed within "
2838 "Chrome.";
2839
2840#endif // defined(OS_ANDROID)
2841
vabr0215a8e2017-03-28 12:47:342842#if defined(OS_CHROMEOS)
2843
2844// File Manager
2845
2846const char kVideoPlayerChromecastSupportName[] =
2847 "Experimental Chromecast support for Video Player";
2848
2849const char kVideoPlayerChromecastSupportDescription[] =
2850 "This option enables experimental Chromecast support for Video Player "
2851 "app on ChromeOS.";
2852
2853const char kNewZipUnpackerName[] = "New ZIP unpacker";
2854
2855const char kNewZipUnpackerDescription[] =
2856 "New ZIP unpacker flow, based on the File System Provider API.";
2857
2858const char kShowArcFilesAppName[] = "Show Android Files app";
2859
2860const char kShowArcFilesAppDescription[] =
2861 "Show Android Files app in Chrome OS launcher. This is only effective "
2862 "on a device with access to Play Store.";
2863
2864const char kOfficeEditingComponentAppName[] =
2865 "Office Editing for Docs, Sheets & Slides";
2866
2867const char kOfficeEditingComponentAppDescription[] =
2868 "Office Editing for Docs, Sheets & Slides for testing purposes.";
2869
2870const char kDisplayColorCalibrationName[] = "Color calibration of the display";
2871
2872const char kDisplayColorCalibrationDescription[] =
2873 "Allow color calibration of the display if the display supports the "
2874 "feature.";
2875
2876const char kMemoryPressureThresholdName[] =
2877 "Memory discard strategy for advanced pressure handling";
2878
2879const char kMemoryPressureThresholdDescription[] =
2880 "Memory discarding strategy to use";
2881
2882const char kConservativeThresholds[] =
2883 "Conservative memory pressure release strategy";
2884
2885const char kAggressiveCacheDiscardThresholds[] =
2886 "Aggressive cache release strategy";
2887
2888const char kAggressiveTabDiscardThresholds[] =
2889 "Aggressive tab release strategy";
2890
2891const char kAggressiveThresholds[] =
2892 "Aggressive tab and cache release strategy";
2893
2894const char kWakeOnPacketsName[] = "Wake On Packets";
2895
2896const char kWakeOnPacketsDescription[] =
2897 "Enables waking the device based on the receipt of some network "
2898 "packets.";
2899
2900const char kQuickUnlockPin[] = "Quick Unlock (PIN)";
2901
2902const char kQuickUnlockPinDescription[] =
jdufault74476492017-04-20 01:20:002903 "Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS "
2904 "device on the lock screen after you have signed into your device.";
2905
2906const char kQuickUnlockPinSignin[] = "Enable PIN when logging in.";
2907
2908const char kQuickUnlockPinSigninDescription[] =
2909 "Enabling PIN allows you to use a PIN to sign in and unlock your ChromeOS "
2910 "device. After changing this flag PIN needs to be set up again.";
vabr0215a8e2017-03-28 12:47:342911
2912const char kQuickUnlockFingerprint[] = "Quick Unlock (Fingerprint)";
2913
2914const char kQuickUnlockFingerprintDescription[] =
2915 "Enabling fingerprint quick unlock allows you to setup and use a "
2916 "fingerprint to unlock your Chromebook on the lock screen after you "
2917 "have signed into your device.";
2918
2919const char kExperimentalAccessibilityFeaturesName[] =
2920 "Experimental accessibility features";
2921
2922const char kExperimentalAccessibilityFeaturesDescription[] =
2923 "Enable additional accessibility features in the Settings page.";
2924
2925const char kDisableSystemTimezoneAutomaticDetectionName[] =
2926 "SystemTimezoneAutomaticDetection policy support";
2927
2928const char kDisableSystemTimezoneAutomaticDetectionDescription[] =
2929 "Disable system timezone automatic detection device policy.";
2930
2931const char kEolNotificationName[] = "Disable Device End of Life notification.";
2932
2933const char kEolNotificationDescription[] =
2934 "Disable Notifcation when Device is End of Life.";
2935
2936// Stylus strings
2937
2938const char kForceEnableStylusToolsName[] = "Force enable stylus features";
2939
2940const char kForceEnableStylusToolsDescription[] =
2941 "Forces display of the stylus tools menu in the shelf and the stylus "
2942 "section in settings, even if there is no attached stylus device.";
2943
2944// Network portal notification
2945
2946const char kNetworkPortalNotificationName[] =
2947 "Notifications about captive portals";
2948
2949const char kNetworkPortalNotificationDescription[] =
2950 "If enabled, notification is displayed when device is connected to a "
2951 "network behind captive portal.";
2952
2953const char kMtpWriteSupportName[] = "MTP write support";
2954
2955const char kMtpWriteSupportDescription[] =
2956 "MTP write support in File System API (and file manager). In-place "
2957 "editing operations are not supported.";
2958
2959const char kCrosRegionsModeName[] = "Cros-regions load mode";
2960
2961const char kCrosRegionsModeDescription[] =
2962 "This flag controls cros-regions load mode";
2963
2964const char kCrosRegionsModeDefault[] = "Default";
2965
2966const char kCrosRegionsModeOverride[] = "Override VPD values.";
2967
2968const char kCrosRegionsModeHide[] = "Hide VPD values.";
2969
2970const char kPrinterProviderSearchAppName[] =
2971 "Chrome Web Store Gallery app for printer drivers";
2972
2973const char kPrinterProviderSearchAppDescription[] =
2974 "Enables Chrome Web Store Gallery app for printer drivers. The app "
2975 "searches Chrome Web Store for extensions that support printing to a "
2976 "USB printer with specific USB ID.";
2977
2978const char kArcBootCompleted[] = "Load Android apps automatically";
2979
2980const char kArcBootCompletedDescription[] =
2981 "Allow Android apps to start automatically after signing in.";
2982
2983const char kEnableImeMenuName[] = "Enable opt-in IME menu";
2984
2985const char kEnableImeMenuDescription[] =
2986 "Enable access to the new IME menu in the Language Settings page.";
2987
2988const char kEnableEhvInputName[] =
2989 "Emoji, handwriting and voice input on opt-in IME menu";
2990
2991const char kEnableEhvInputDescription[] =
2992 "Enable access to emoji, handwriting and voice input form opt-in IME "
2993 "menu.";
2994
fukino1b5ebe952017-04-07 05:35:302995const char kEnableEncryptionMigrationName[] =
2996 "Enable encryption migration of user data";
2997
2998const char kEnableEncryptionMigrationDescription[] =
2999 "If enabled and the device supports ARC, the user will be asked to update "
3000 "the encryption of user data when the user signs in.";
3001
vabr0215a8e2017-03-28 12:47:343002#endif // #if defined(OS_CHROMEOS)
3003
wychen2212fe72017-04-10 10:23:323004#if defined(OS_ANDROID)
3005
3006const char kEnableCopylessPasteName[] = "App Indexing (Copyless Paste)";
3007
3008const char kEnableCopylessPasteDescription[] =
3009 "Provide suggestions for text input, based on your recent context. For "
3010 "example, if you looked at a restaurant website and switched to the Maps "
3011 "app, the keyboard would offer the name of that restaurant as a suggestion "
3012 "to enter into the search bar. The data is indexed locally, and never sent "
3013 "to the server. It's disabled in incognito mode.";
3014
alexander.shalamov588eca42017-04-20 13:32:423015const char kEnableWebNfcName[] = "WebNFC";
3016
3017const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
3018
wychen2212fe72017-04-10 10:23:323019#endif // defined(OS_ANDROID)
3020
xiaochengh91ba4c52017-04-21 03:49:253021const char kEnableIdleTimeSpellCheckingName[] =
3022 "Enable idle time spell checker";
3023
3024const char kEnableIdleTimeSpellCheckingDescription[] =
3025 "Make spell-checking code run only when the browser is idle, so that input "
3026 "latency is reduced, especially when editing long articles, emails, etc.";
3027
mpearson5aed28a2017-04-25 06:01:313028#if defined(OS_ANDROID)
3029
3030const char kEnableOmniboxClipboardProviderName[] =
3031 "Omnibox clipboard URL suggestions";
3032
3033const char kEnableOmniboxClipboardProviderDescription[] =
3034 "Provide a suggestion of the URL stored in the clipboard (if any) upon "
3035 "focus in the omnibox.";
3036
3037#endif // defined(OS_ANDROID)
3038
mlamouri1f264da22017-04-25 22:34:423039const char kAutoplayPolicyName[] = "Autoplay policy";
3040
3041const char kAutoplayPolicyDescription[] =
3042 "Policy used when deciding if audio or video is allowed to autoplay.";
3043
3044const char kAutoplayPolicyNoUserGestureRequired[] =
3045 "No user gesture is required.";
3046
3047const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required.";
3048
3049const char kAutoplayPolicyCrossOriginUserGestureRequired[] =
3050 "User gesture is required for cross-origin iframes.";
3051
vabr0215a8e2017-03-28 12:47:343052} // namespace flag_descriptions