blob: af8a5f79047f1083e40552ed96235ec7f457804d [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
Brett Wilson7b44537e2017-08-18 01:38:287// Keep in identical order as the header file, see the comment at the top
8// for formatting rules.
9
vabr0215a8e2017-03-28 12:47:3410namespace flag_descriptions {
11
Brett Wilsonf27ff602017-07-07 22:28:4712const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas";
13const char kAccelerated2dCanvasDescription[] =
14 "Enables the use of the GPU to perform 2d canvas rendering instead of "
15 "using software rendering.";
horodb71a5a2017-06-09 16:08:2416
Brett Wilsonf27ff602017-07-07 22:28:4717const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode";
18const char kAcceleratedVideoDecodeDescription[] =
19 "Hardware-accelerated video decode where available.";
20
21const char kAffiliationBasedMatchingName[] =
22 "Affiliation based matching in password manager";
23const char kAffiliationBasedMatchingDescription[] =
24 "Allow credentials stored for Android applications to be filled into "
25 "corresponding websites.";
26
27const char kAllowInsecureLocalhostName[] =
28 "Allow invalid certificates for resources loaded from localhost.";
29const char kAllowInsecureLocalhostDescription[] =
30 "Allows requests to localhost over HTTPS even when an invalid certificate "
31 "is presented.";
32
33const char kAllowNaclSocketApiName[] = "NaCl Socket API.";
34const char kAllowNaclSocketApiDescription[] =
35 "Allows applications to use NaCl Socket API. Use only to test NaCl "
36 "plugins.";
37
38const char kAppBannersName[] = "App Banners";
39const char kAppBannersDescription[] =
40 "Enable the display of Progressive Web App banners, which prompt a user to "
41 "add a web app to their shelf, or other platform-specific equivalent.";
42
Khushalba202212017-07-12 19:53:4943const char kAsyncImageDecodingName[] = "AsyncImageDecoding";
44const char kAsyncImageDecodingDescription[] =
45 "Enables asynchronous decoding of images from raster for web content";
46
Brett Wilsonf27ff602017-07-07 22:28:4747const char kAutoplayPolicyName[] = "Autoplay policy";
48const char kAutoplayPolicyDescription[] =
49 "Policy used when deciding if audio or video is allowed to autoplay.";
50
51const char kAutoplayPolicyUserGestureRequiredForCrossOrigin[] =
52 "User gesture is required for cross-origin iframes.";
53const char kAutoplayPolicyNoUserGestureRequired[] =
54 "No user gesture is required.";
55const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required.";
56const char kAutoplayPolicyDocumentUserActivation[] =
57 "Document user activation is required.";
58
59const char kBackgroundVideoTrackOptimizationName[] =
60 "Optimize background video playback.";
61const char kBackgroundVideoTrackOptimizationDescription[] =
62 "Disable video tracks when the video is played in the background to "
63 "optimize performance.";
64
65const char kBleAdvertisingInExtensionsName[] = "BLE Advertising in Chrome Apps";
66const char kBleAdvertisingInExtensionsDescription[] =
67 "Enables BLE Advertising in Chrome Apps. BLE Advertising might interfere "
68 "with regular use of Bluetooth Low Energy features.";
69
70const char kBrowserSideNavigationName[] = "Enable browser side navigation";
horodb71a5a2017-06-09 16:08:2471const char kBrowserSideNavigationDescription[] =
horo3beccfb2017-06-19 14:47:0172 "Enable browser side navigation (aka PlzNavigate).";
horodb71a5a2017-06-09 16:08:2473
Brett Wilsonf27ff602017-07-07 22:28:4774const char kBrowserTaskSchedulerName[] = "Task Scheduler";
75const char kBrowserTaskSchedulerDescription[] =
76 "Enables redirection of some task posting APIs to the task scheduler.";
77
78const char kBypassAppBannerEngagementChecksName[] =
79 "Bypass user engagement checks";
80const char kBypassAppBannerEngagementChecksDescription[] =
81 "Bypasses user engagement checks for displaying app banners, such as "
82 "requiring that users have visited the site before and that the banner "
83 "hasn't been shown recently. This allows developers to test that other "
84 "eligibility requirements for showing app banners, such as having a "
85 "manifest, are met.";
86
87const char kCaptureThumbnailOnLoadFinishedName[] =
88 "Capture page thumbnail on load finished";
89const char kCaptureThumbnailOnLoadFinishedDescription[] =
90 "Capture a page thumbnail (for use on the New Tab page) when the page load "
91 "finishes, in addition to other times a thumbnail may be captured.";
92
Marc Treibe3651be2017-07-14 11:05:4093const char kCaptureThumbnailOnNavigatingAwayName[] =
94 "Capture page thumbnail on navigating away";
95const char kCaptureThumbnailOnNavigatingAwayDescription[] =
96 "Capture a page thumbnail (for use on the New Tab page) when navigating "
97 "away from the current page, in addition to other times a thumbnail may be "
98 "captured.";
99
Brett Wilsonf27ff602017-07-07 22:28:47100const char kCastStreamingHwEncodingName[] =
101 "Cast Streaming hardware video encoding";
102const char kCastStreamingHwEncodingDescription[] =
103 "This option enables support in Cast Streaming for encoding video streams "
104 "using platform hardware.";
105
Amber Won478561d2017-08-19 01:02:59106const char kClickToOpenPDFName[] = "Click to open embedded PDFs";
107const char kClickToOpenPDFDescription[] =
108 "When the PDF plugin is unavailable, show a click-to-open placeholder for "
109 "embedded PDFs.";
110
Brett Wilsonf27ff602017-07-07 22:28:47111const char kCloudImportName[] = "Cloud Import";
112const char kCloudImportDescription[] = "Allows the cloud-import feature.";
113
114const char kColorCorrectRenderingName[] = "Color correct rendering";
115const char kColorCorrectRenderingDescription[] =
116 "Enables color correct rendering of web content.";
117
Christopher Cameronceb8727d2017-09-07 23:53:16118const char kForceColorProfileSRGB[] = "sRGB";
119const char kForceColorProfileP3[] = "Display P3 D65";
120const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
121const char kForceColorProfileHdr[] = "scRGB linear (HDR where available)";
122
123const char kForceColorProfileName[] = "Force color profile";
124const char kForceColorProfileDescription[] =
125 "Forces Chrome to use a specific color profile instead of the color "
126 "of the window's current monitor, as specified by the operating system.";
127
Brett Wilsonf27ff602017-07-07 22:28:47128const char kCompositedLayerBordersName[] = "Composited render layer borders";
129const char kCompositedLayerBordersDescription[] =
130 "Renders a border around composited Render Layers to help debug and study "
131 "layer compositing.";
132
133const char kContextualSuggestionsCarouselName[] =
134 "Enable Contextual Suggestions";
135const char kContextualSuggestionsCarouselDescription[] =
136 "If enabled, shows contextual suggestions in a horizontal carousel in "
137 "bottom sheet content.";
138
139const char kCreditCardAssistName[] = "Credit Card Assisted Filling";
140const char kCreditCardAssistDescription[] =
141 "Enable assisted credit card filling on certain sites.";
142
143const char kCrossProcessGuestViewIsolationName[] =
144 "Cross process frames for guests";
145const char kCrossProcessGuestViewIsolationDescription[] =
146 "Highly experimental where guests such as <webview> are implemented on "
147 "the out-of-process iframe infrastructure.";
148
Brett Wilsonf27ff602017-07-07 22:28:47149const char kDataReductionProxyLoFiName[] = "Data Saver Lo-Fi mode";
150const char kDataReductionProxyLoFiDescription[] =
151 "Forces Data Saver Lo-Fi mode to be always enabled, enabled only on "
152 "cellular connections, or disabled. Data Saver must be enabled for Lo-Fi "
153 "mode to be used.";
154const char kDataReductionProxyLoFiAlwaysOn[] = "Always on";
155const char kDataReductionProxyLoFiCellularOnly[] = "Cellular only";
156const char kDataReductionProxyLoFiDisabled[] = "Disable";
157const char kDataReductionProxyLoFiSlowConnectionsOnly[] =
158 "Slow connections only";
159
160const char kDatasaverPromptName[] = "Cellular Data Saver Prompt";
161const char kDatasaverPromptDescription[] =
162 "Enables a prompt, which appears when a cellular network connection is "
163 "detected, to take the user to the Data Saver extension page on Chrome Web "
164 "Store.";
165const char kDatasaverPromptDemoMode[] = "Demo mode";
166
167const char kDebugPackedAppName[] = "Debugging for packed apps";
168const char kDebugPackedAppDescription[] =
169 "Enables debugging context menu options such as Inspect Element for packed "
170 "applications.";
171
172const char kDefaultTileHeightName[] = "Default tile height";
173const char kDefaultTileHeightDescription[] = "Specify the default tile height.";
174const char kDefaultTileHeightShort[] = "128";
175const char kDefaultTileHeightTall[] = "256";
176const char kDefaultTileHeightGrande[] = "512";
177const char kDefaultTileHeightVenti[] = "1024";
178
179const char kDefaultTileWidthName[] = "Default tile width";
180const char kDefaultTileWidthDescription[] = "Specify the default tile width.";
181const char kDefaultTileWidthShort[] = "128";
182const char kDefaultTileWidthTall[] = "256";
183const char kDefaultTileWidthGrande[] = "512";
184const char kDefaultTileWidthVenti[] = "1024";
185
186const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
187const char kDebugShortcutsDescription[] =
188 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
189
190const char kDeviceDiscoveryNotificationsName[] =
191 "Device Discovery Notifications";
192const char kDeviceDiscoveryNotificationsDescription[] =
193 "Device discovery notifications on local network.";
194
195const char kDevtoolsExperimentsName[] = "Developer Tools experiments";
196const char kDevtoolsExperimentsDescription[] =
197 "Enables Developer Tools experiments. Use Settings panel in Developer "
198 "Tools to toggle individual experiments.";
199
200const char kDisableAudioForDesktopShareName[] =
201 "Disable Audio For Desktop Share";
202const char kDisableAudioForDesktopShareDescription[] =
203 "With this flag on, desktop share picker window will not let the user "
204 "choose whether to share audio.";
205
Brett Wilsonf27ff602017-07-07 22:28:47206const char kDisableTabForDesktopShareName[] =
207 "Disable Desktop Share with tab source";
208const char kDisableTabForDesktopShareDescription[] =
209 "This flag controls whether users can choose a tab for desktop share.";
210
211const char kDisallowDocWrittenScriptsUiName[] =
212 "Block scripts loaded via document.write";
213const char kDisallowDocWrittenScriptsUiDescription[] =
214 "Disallows fetches for third-party parser-blocking scripts inserted into "
215 "the main frame via document.write.";
216
217const char kDisplayList2dCanvasName[] = "Display list 2D canvas";
218const char kDisplayList2dCanvasDescription[] =
219 "Enables the use of display lists to record 2D canvas commands. This "
220 "allows 2D canvas rasterization to be performed on separate thread.";
221
222const char kDistanceFieldTextName[] = "Distance field text";
223const char kDistanceFieldTextDescription[] =
224 "Text is rendered with signed distance fields rather than bitmap alpha "
225 "masks.";
226
227const char kDriveSearchInChromeLauncherName[] =
228 "Drive Search in Chrome App Launcher";
229const char kDriveSearchInChromeLauncherDescription[] =
230 "Files from Drive will show up when searching the Chrome App Launcher.";
231
232const char kDropSyncCredentialName[] =
233 "Drop sync credentials from password manager";
234const char kDropSyncCredentialDescription[] =
235 "The password manager will not offer to save the credential used to sync.";
236
237const char kEasyUnlockBluetoothLowEnergyDiscoveryName[] =
238 "Smart Lock Bluetooth Low Energy Discovery";
239const char kEasyUnlockBluetoothLowEnergyDiscoveryDescription[] =
Tim Song52c142c62017-07-20 03:29:07240 "Disables a Smart Lock setting that allows Chromebook to discover phones "
Brett Wilsonf27ff602017-07-07 22:28:47241 "over Bluetooth Low Energy in order to unlock the Chromebook when the "
242 "phone is in its proximity.";
243
Gustavo Sacomotofb11164f2017-07-21 12:56:18244const char kEasyUnlockPromotionsName[] = "Smart Lock Promotions";
245const char kEasyUnlockPromotionsDescription[] =
246 "Enables Smart Lock promotions. Promotions will be periodically display "
247 "if the user is eligible.";
248
Brett Wilsonf27ff602017-07-07 22:28:47249const char kEmbeddedExtensionOptionsName[] = "Embedded extension options";
250const char kEmbeddedExtensionOptionsDescription[] =
251 "Display extension options as an embedded element in chrome://extensions "
252 "rather than opening a new tab.";
253
254const char kEnableAsmWasmName[] =
255 "Experimental Validate Asm.js and convert to WebAssembly when valid.";
256const char kEnableAsmWasmDescription[] =
257 R"*(Validate Asm.js when "use asm" is present and then convert to )*"
258 R"*(WebAssembly.)*";
259
260const char kEnableAutofillCreditCardBankNameDisplayName[] =
261 "Display the issuer bank name of a credit card in autofill.";
262const char kEnableAutofillCreditCardBankNameDisplayDescription[] =
263 "If enabled, displays the issuer bank name of a credit card in autofill.";
264
265const char kEnableAutofillCreditCardLastUsedDateDisplayName[] =
266 "Display the last used date of a credit card in autofill.";
267const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
268 "If enabled, display the last used date of a credit card in autofill.";
269
270const char kEnableAutofillCreditCardUploadCvcPromptName[] =
271 "Enable requesting missing CVC during Autofill credit card upload";
272const char kEnableAutofillCreditCardUploadCvcPromptDescription[] =
273 "If enabled, requests missing CVC when offering to upload credit cards to "
274 "Google Payments.";
275
Jared Saule4446d12017-08-15 20:01:13276const char kEnableAutofillCreditCardUploadGoogleLogoName[] =
277 "Show Google Logo for Autofill credit card upload";
278const char kEnableAutofillCreditCardUploadGoogleLogoDescription[] =
279 "If enabled, displays the Google logo in the save prompt when offering to "
280 "upload credit cards to Google Payments.";
281
jsaul19ef81c2017-08-09 18:53:40282const char kEnableAutofillCreditCardUploadNewUiName[] =
283 "Enable updated UI for Autofill credit card upload";
284const char kEnableAutofillCreditCardUploadNewUiDescription[] =
285 "If enabled, displays a new save card bubble/infobar design when offering "
286 "to upload credit cards to Google Payments.";
287
Vitalii Iarko4f9834ce2017-08-04 07:05:19288const char kEnableBreakingNewsPushName[] = "Breaking News Push";
289const char kEnableBreakingNewsPushDescription[] =
290 "Listen for breaking news content suggestions (e.g. for New Tab Page) "
291 "through Google Cloud Messaging.";
292
Brett Wilsonf27ff602017-07-07 22:28:47293const char kEnableBrotliName[] = "Brotli Content-Encoding.";
294const char kEnableBrotliDescription[] =
295 "Enable Brotli Content-Encoding support.";
296
297const char kEnableClearBrowsingDataCountersName[] =
298 "Enable Clear browsing data counters.";
299const char kEnableClearBrowsingDataCountersDescription[] =
300 "Shows data volume counters in the Clear browsing data dialog.";
301
sclittle50e4bb92017-07-08 02:23:03302const char kEnableClientLoFiName[] = "Client-side Lo-Fi previews";
303
304const char kEnableClientLoFiDescription[] =
305 "Enable showing low fidelity images on some pages on slow networks.";
306
Brett Wilsonf27ff602017-07-07 22:28:47307const char kEnableDataReductionProxyLitePageName[] =
308 "Lite pages for Data Saver Lo-Fi mode";
309const char kEnableDataReductionProxyLitePageDescription[] =
310 "Enable lite pages in Data Saver Lo-Fi mode. Previews of pages will be "
311 "shown instead of image placeholders when Lo-Fi is on. Data Saver and "
312 "Lo-Fi must be enabled for lite pages to be shown.";
313
314const char kDataReductionProxyServerAlternative[] =
315 "Use alternative server configuration";
316const char kEnableDataReductionProxyServerExperimentName[] =
317 "Use an alternative Data Saver back end configuration.";
318const char kEnableDataReductionProxyServerExperimentDescription[] =
319 "Enable a different approach to saving data by configuring the back end "
320 "server";
321
322const char kEnableDataReductionProxySavingsPromoName[] =
323 "Data Saver 1 MB Savings Promo";
324const char kEnableDataReductionProxySavingsPromoDescription[] =
325 "Enable a Data Saver promo for 1 MB of savings. If Data Saver has already "
326 "saved 1 MB of data, then the promo will not be shown. Data Saver must be "
327 "enabled for the promo to be shown.";
328
Giovanni Ortuño Urquidi45020e232017-07-12 06:10:17329const char kEnableDesktopPWAWindowingName[] =
330 "Windowing related features for desktop PWAs.";
331const char kEnableDesktopPWAWindowingDescription[] =
332 "Enable experimental windowing features for desktop PWAs.";
333
Brett Wilsonf27ff602017-07-07 22:28:47334const char kEnableEnumeratingAudioDevicesName[] =
335 "Experimentally enable enumerating audio devices.";
336const char kEnableEnumeratingAudioDevicesDescription[] =
337 "Experimentally enable the use of enumerating audio devices.";
338
339const char kEnableGenericSensorName[] = "Generic Sensor";
340const char kEnableGenericSensorDescription[] =
Mikhail Pozdnyakov73373a62017-08-24 17:31:25341 "Enables motion sensor classes based on Generic Sensor API, i.e. "
342 "Accelerometer, LinearAccelerationSensor, Gyroscope, "
343 "AbsoluteOrientationSensor and RelativeOrientationSensor interfaces.";
344
345const char kEnableGenericSensorExtraClassesName[] =
346 "Generic Sensor Extra Classes";
347const char kEnableGenericSensorExtraClassesDescription[] =
348 "Enables an extra set of sensor classes based on Generic Sensor API, which "
349 "expose previously unavailable platform features, i.e. AmbientLightSensor "
350 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:47351
Brett Wilsonf27ff602017-07-07 22:28:47352const char kEnableHDRName[] = "HDR mode";
353const char kEnableHDRDescription[] =
354 "Enables HDR support on compatible displays.";
355
356const char kEnableHeapProfilingName[] = "Heap profiling";
357const char kEnableHeapProfilingDescription[] = "Enables heap profiling.";
358const char kEnableHeapProfilingModePseudo[] = "Enabled (pseudo mode)";
359const char kEnableHeapProfilingModeNative[] = "Enabled (native mode)";
360const char kEnableHeapProfilingTaskProfiler[] = "Enabled (task mode)";
361
362const char kEnableHttpFormWarningName[] =
363 "Show in-form warnings for sensitive fields when the top-level page is not "
Eric Lawrenceed8fccf2017-09-08 21:27:15364 "HTTPS";
Brett Wilsonf27ff602017-07-07 22:28:47365const char kEnableHttpFormWarningDescription[] =
366 "Attaches a warning UI to any password or credit card fields detected when "
367 "the top-level page is not HTTPS";
368
Sidney San Martín9375b892017-09-09 00:29:54369const char kEnableMacMaterialDesignDownloadShelfName[] =
370 "Enable Material Design download shelf";
371
372const char kEnableMacMaterialDesignDownloadShelfDescription[] =
373 "If enabled, the download shelf uses Material Design.";
374
Tatiana Gornakafb40452017-07-31 13:50:04375const char kEnableManualFallbacksFillingName[] =
376 "Manual fallbacks for password manager forms filling";
377const char kEnableManualFallbacksFillingDescription[] =
378 "If enabled, then if user clicks on the password field on a form, popup "
379 "might contain generation fallbacks or 'Show all saved passwords' "
380 "fallback.";
381
vabr0215a8e2017-03-28 12:47:34382const char kEnableMaterialDesignBookmarksName[] =
383 "Enable Material Design bookmarks";
vabr0215a8e2017-03-28 12:47:34384const char kEnableMaterialDesignBookmarksDescription[] =
385 "If enabled, the chrome://bookmarks/ URL loads the Material Design "
386 "bookmarks page.";
387
vabr0215a8e2017-03-28 12:47:34388const char kEnableMaterialDesignExtensionsName[] =
389 "Enable Material Design extensions";
vabr0215a8e2017-03-28 12:47:34390const char kEnableMaterialDesignExtensionsDescription[] =
391 "If enabled, the chrome://extensions/ URL loads the Material Design "
392 "extensions page.";
393
vabr0215a8e2017-03-28 12:47:34394const char kEnableMaterialDesignFeedbackName[] =
395 "Enable Material Design feedback";
vabr0215a8e2017-03-28 12:47:34396const char kEnableMaterialDesignFeedbackDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:19397 "If enabled, reporting an issue will load the Material Design feedback UI.";
vabr0215a8e2017-03-28 12:47:34398
Anton Urusov47cd4932017-09-19 14:41:41399const char kEnablePolicyToolName[] = "Enable policy management page";
400const char kEnablePolicyToolDescription[] =
401 "If enabled, the chrome://policy-tool URL loads a page for managing "
402 "policies.";
403
Brett Wilsonf27ff602017-07-07 22:28:47404const char kEnableMidiManagerDynamicInstantiationName[] =
405 "MIDIManager dynamic instantiation for Web MIDI.";
406const char kEnableMidiManagerDynamicInstantiationDescription[] =
407 "Enable MIDIManager dynamic instantiation for Web MIDI.";
408
409const char kEnableNavigationTracingName[] = "Enable navigation tracing";
410const char kEnableNavigationTracingDescription[] =
411 "This is to be used in conjunction with the trace-upload-url flag. "
412 "WARNING: When enabled, Chrome will record performance data for every "
413 "navigation and upload it to the URL specified by the trace-upload-url "
414 "flag. The trace may include personally identifiable information (PII) "
415 "such as the titles and URLs of websites you visit.";
416
417const char kEnableNetworkServiceName[] = "Enable network service";
418const char kEnableNetworkServiceDescription[] =
419 "Enables the network service, which makes network requests through a "
420 "separate service. Note: most features don't work with this yet.";
421
Ahmed Fakhry2fd8fc82017-07-28 16:31:12422const char kEnableNightLightName[] = "Enable Night Light";
423const char kEnableNightLightDescription[] =
424 "Enable the Night Light feature which controls the color temperature of "
425 "the screen.";
426
Yutaka Hirano98be3272017-08-07 17:55:39427const char kEnableOutOfBlinkCORSName[] = "Out of blink CORS";
428const char kEnableOutOfBlinkCORSDescription[] =
429 "CORS handling logic is moved out of blink.";
430
Erik Chen49bbfa22017-08-18 08:49:56431const char kEnableOutOfProcessHeapProfilingName[] =
432 "Out of process heap profiling.";
433const char kEnableOutOfProcessHeapProfilingDescription[] =
434 "Creates a profiling service that records stacktraces for all live, "
435 "malloced objects.";
erikchen1dff1812017-09-11 21:27:36436const char kEnableOutOfProcessHeapProfilingModeMinimal[] =
437 "Profile only the browser and GPU processes.";
Erik Chen49bbfa22017-08-18 08:49:56438const char kEnableOutOfProcessHeapProfilingModeAll[] = "Profile all processes.";
439
Brett Wilsonf27ff602017-07-07 22:28:47440const char kEnablePictureInPictureName[] = "Enable picture in picture.";
441const char kEnablePictureInPictureDescription[] =
442 "Enable the picture in picture feature for videos.";
443
F#m59d036e2017-09-13 07:22:17444const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
445const char kEnablePixelCanvasRecordingDescription[] =
446 "Pixel canvas recording allows the compositor to raster contents aligned "
447 "with the pixel and improves text rendering. This should be enabled when a "
448 "device is using fractional scale factor.";
449
Brett Wilsonf27ff602017-07-07 22:28:47450const char kEnableTokenBindingName[] = "Token Binding.";
451const char kEnableTokenBindingDescription[] = "Enable Token Binding support.";
452
Irmak Kavasoglu7e16af02017-07-19 09:52:47453const char kEnableUsernameCorrectionName[] = "Enable username correction";
454const char kEnableUsernameCorrectionDescription[] =
455 "While on the pending password state, add an edit button to the bubble so "
456 "that user can edit the username.";
457
Brett Wilsonf27ff602017-07-07 22:28:47458const char kEnableUseZoomForDsfName[] =
459 "Use Blink's zoom for device scale factor.";
460const char kEnableUseZoomForDsfDescription[] =
461 "If enabled, Blink uses its zooming mechanism to scale content for device "
462 "scale factor.";
463const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
464const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
465const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
466
467const char kEnableScrollAnchoringName[] = "Scroll Anchoring";
468const char kEnableScrollAnchoringDescription[] =
469 "Adjusts scroll position to prevent visible jumps when offscreen content "
470 "changes.";
471
472const char kEnableSharedArrayBufferName[] =
473 "Experimental enabled SharedArrayBuffer support in JavaScript.";
474const char kEnableSharedArrayBufferDescription[] =
475 "Enable SharedArrayBuffer support in JavaScript.";
476
477const char kEnableWasmName[] = "WebAssembly structured cloning support.";
478const char kEnableWasmDescription[] =
479 "Enable web pages to use WebAssembly structured cloning.";
480
Brett Wilsonf27ff602017-07-07 22:28:47481const char kEnableImageCaptureAPIName[] = "Image Capture API";
482const char kEnableImageCaptureAPIDescription[] =
483 "Enables the Web Platform Image Capture API: takePhoto(), "
484 "getPhotoCapabilities(), etc.";
485
486const char kEnableZeroSuggestRedirectToChromeName[] =
487 "Experimental contextual omnibox suggestion";
488const char kEnableZeroSuggestRedirectToChromeDescription[] =
489 "Change omnibox contextual suggestions to an experimental source. Note "
490 "that this is not an on/off switch for contextual omnibox and it only "
491 "applies to suggestions provided before the user starts typing a URL or a "
492 "search query (i.e. zero suggest).";
493
494const char kEnableWasmStreamingName[] =
495 "WebAssembly streaming compile/instantiate support.";
496const char kEnableWasmStreamingDescription[] =
497 "WebAssembly.{compile|instantiate} taking a Response as parameter.";
498
499const char kEnableWebfontsInterventionName[] =
500 "New version of User Agent Intervention for WebFonts loading.";
501const char kEnableWebfontsInterventionDescription[] =
502 "Enable New version of User Agent Intervention for WebFonts loading.";
503const char kEnableWebfontsInterventionV2ChoiceDefault[] = "Default";
504const char kEnableWebfontsInterventionV2ChoiceEnabledWith2g[] = "Enabled: 2G";
505const char kEnableWebfontsInterventionV2ChoiceEnabledWith3g[] = "Enabled: 3G";
506const char kEnableWebfontsInterventionV2ChoiceEnabledWithSlow2g[] =
507 "Enabled: Slow 2G";
508const char kEnableWebfontsInterventionV2ChoiceDisabled[] = "Disabled";
509
510const char kEnableWebfontsInterventionTriggerName[] =
511 "Trigger User Agent Intervention for WebFonts loading always.";
512const char kEnableWebfontsInterventionTriggerDescription[] =
513 "Enable to trigger User Agent Intervention for WebFonts loading always. "
514 "This flag affects only when the intervention is enabled.";
515
516const char kEnableWebNotificationCustomLayoutsName[] =
517 "Enable custom layouts for Web Notifications.";
518const char kEnableWebNotificationCustomLayoutsDescription[] =
519 "Enable custom layouts for Web Notifications. They will have subtle layout "
520 "improvements that are otherwise not possible.";
521
522const char kExpensiveBackgroundTimerThrottlingName[] =
523 "Throttle expensive background timers";
524const char kExpensiveBackgroundTimerThrottlingDescription[] =
525 "Enables intervention to limit CPU usage of background timers to 1%.";
526
527const char kExperimentalAppBannersName[] = "Experimental app banners";
528const char kExperimentalAppBannersDescription[] =
529 "Enables a new experimental app banner flow and UI";
530
531const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features";
532const char kExperimentalCanvasFeaturesDescription[] =
533 "Enables the use of experimental canvas features which are still in "
534 "development.";
535
536const char kExperimentalExtensionApisName[] = "Experimental Extension APIs";
537const char kExperimentalExtensionApisDescription[] =
538 "Enables experimental extension APIs. Note that the extension gallery "
539 "doesn't allow you to upload extensions that use experimental APIs.";
540
541const char kExperimentalFullscreenExitUIName[] =
542 "Experimental fullscreen exit UI";
543const char kExperimentalFullscreenExitUIDescription[] =
544 "Displays experimental UI to allow mouse and touch input methods to exit "
545 "fullscreen mode.";
546
547const char kExperimentalHotwordHardwareName[] =
548 "Simulated hardware 'Ok Google' features";
549const char kExperimentalHotwordHardwareDescription[] =
550 "Enables an experimental version of 'Ok Google' hotword detection features "
551 "that have a hardware dependency.";
552
553const char kExperimentalKeyboardLockUiName[] = "Experimental keyboard lock UI.";
554const char kExperimentalKeyboardLockUiDescription[] =
555 "An experimental full screen with keyboard lock mode requiring users to "
556 "hold Esc to exit.";
557
558const char kExperimentalSecurityFeaturesName[] =
559 "Potentially annoying security features";
560const char kExperimentalSecurityFeaturesDescription[] =
561 "Enables several security features that will likely break one or more "
562 "pages that you visit on a daily basis. Strict mixed content checking, for "
563 "example. And locking powerful features to secure contexts. This flag will "
564 "probably annoy you.";
565
566const char kExperimentalWebPlatformFeaturesName[] =
567 "Experimental Web Platform features";
568const char kExperimentalWebPlatformFeaturesDescription[] =
569 "Enables experimental Web Platform features that are in development.";
570
571const char kExtensionContentVerificationName[] =
572 "Extension Content Verification";
573const char kExtensionContentVerificationDescription[] =
574 "This flag can be used to turn on verification that the contents of the "
575 "files on disk for extensions from the webstore match what they're "
576 "expected to be. This can be used to turn on this feature if it would not "
577 "otherwise have been turned on, but cannot be used to turn it off (because "
578 "this setting can be tampered with by malware).";
579const char kExtensionContentVerificationBootstrap[] =
580 "Bootstrap (get expected hashes, but do not enforce them)";
581const char kExtensionContentVerificationEnforce[] =
582 "Enforce (try to get hashes, and enforce them if successful)";
583const char kExtensionContentVerificationEnforceStrict[] =
584 "Enforce strict (hard fail if we can't get hashes)";
585
586const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
587const char kExtensionsOnChromeUrlsDescription[] =
588 "Enables running extensions on chrome:// URLs, where extensions explicitly "
589 "request this permission.";
galinapae72e152017-05-12 13:12:28590
Brett Wilsonecb80982017-07-12 20:34:51591const char kFastUnloadName[] = "Fast tab/window close";
592const char kFastUnloadDescription[] =
593 "Enables fast tab/window closing - runs a tab's onunload js handler "
594 "independently of the GUI.";
vabr0215a8e2017-03-28 12:47:34595
Brett Wilsonecb80982017-07-12 20:34:51596const char kFeaturePolicyName[] = "Feature Policy";
597const char kFeaturePolicyDescription[] =
598 "Enables granting and removing access to features through the "
599 "Feature-Policy HTTP header.";
vabr0215a8e2017-03-28 12:47:34600
Brett Wilsonecb80982017-07-12 20:34:51601const char kFetchKeepaliveTimeoutSettingName[] =
602 "Fetch API keepalive timeout setting";
603const char kFetchKeepaliveTimeoutSettingDescription[] =
604 "This is for setting the timeout value for Fetch API with keepalive option "
605 "and SendBeacon";
606
607const char kFontCacheScalingName[] = "FontCache scaling";
608const char kFontCacheScalingDescription[] =
609 "Reuse a cached font in the renderer to serve different sizes of font for "
610 "faster layout.";
611
612const char kForceEffectiveConnectionTypeName[] =
613 "Override effective connection type";
614const char kForceEffectiveConnectionTypeDescription[] =
615 "Overrides the effective connection type of the current connection "
616 "returned by the network quality estimator.";
617const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
618const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
619const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
620const char kEffectiveConnectionType2GDescription[] = "2G";
621const char kEffectiveConnectionType3GDescription[] = "3G";
622const char kEffectiveConnectionType4GDescription[] = "4G";
623
624const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
625const char kFillOnAccountSelectDescription[] =
626 "Filling of passwords when an account is explicitly selected by the user "
627 "rather than autofilling credentials on page load.";
628
Brett Wilsonecb80982017-07-12 20:34:51629const char kForceTextDirectionName[] = "Force text direction";
630const char kForceTextDirectionDescription[] =
631 "Explicitly force the per-character directionality of UI text to "
632 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
633 "direction of the character language.";
634const char kForceDirectionLtr[] = "Left-to-right";
635const char kForceDirectionRtl[] = "Right-to-left";
636
637const char kForceUiDirectionName[] = "Force UI direction";
638const char kForceUiDirectionDescription[] =
639 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
640 "mode, overriding the default direction of the UI language.";
641
642const char kFramebustingName[] =
643 "Framebusting requires same-origin or a user gesture";
644const char kFramebustingDescription[] =
645 "Don't permit an iframe to navigate the top level browsing context unless "
646 "they are same-origin or the iframe is processing a user gesture.";
647
648const char kGamepadExtensionsName[] = "Gamepad Extensions";
649const char kGamepadExtensionsDescription[] =
650 "Enabling this option allows web applications to access experimental "
651 "extensions to the Gamepad APIs.";
652
sohan3f00ffc2017-07-14 22:28:08653const char kGlCompositedOverlayCandidateQuadBordersName[] =
654 "GL composited overlay candidate quad borders";
655const char kGlCompositedOverlayCandidateQuadBordersDescription[] =
Alex Newcomer43cb7f12017-07-28 17:37:39656 "Renders a border around GL composited overlay candidate quads to help "
657 "debug and study overlay support.";
Brett Wilsonecb80982017-07-12 20:34:51658
659const char kGpuRasterizationMsaaSampleCountName[] =
660 "GPU rasterization MSAA sample count.";
661const char kGpuRasterizationMsaaSampleCountDescription[] =
662 "Specify the number of MSAA samples for GPU rasterization.";
663const char kGpuRasterizationMsaaSampleCountZero[] = "0";
664const char kGpuRasterizationMsaaSampleCountTwo[] = "2";
665const char kGpuRasterizationMsaaSampleCountFour[] = "4";
666const char kGpuRasterizationMsaaSampleCountEight[] = "8";
667const char kGpuRasterizationMsaaSampleCountSixteen[] = "16";
668
669const char kGpuRasterizationName[] = "GPU rasterization";
670const char kGpuRasterizationDescription[] =
671 "Use GPU to rasterize web content. Requires impl-side painting.";
Brett Wilson7b44537e2017-08-18 01:38:28672const char kForceGpuRasterization[] = "Force-enabled for all layers";
Brett Wilsonecb80982017-07-12 20:34:51673
674const char kGoogleProfileInfoName[] = "Google profile name and icon";
675const char kGoogleProfileInfoDescription[] =
676 "Enables using Google information to populate the profile name and icon in "
677 "the avatar menu.";
678
679const char kHarfbuzzRendertextName[] = "HarfBuzz for UI text";
680const char kHarfbuzzRendertextDescription[] =
681 "Enable cross-platform HarfBuzz layout engine for UI text. Doesn't affect "
682 "web content.";
683
684const char kHistoryRequiresUserGestureName[] =
685 "New history entries require a user gesture.";
686const char kHistoryRequiresUserGestureDescription[] =
687 "Require a user gesture to add a history entry.";
688const char kHyperlinkAuditingName[] = "Hyperlink auditing";
689const char kHyperlinkAuditingDescription[] = "Sends hyperlink auditing pings.";
690
691const char kHostedAppQuitNotificationName[] =
692 "Quit notification for hosted apps";
693const char kHostedAppQuitNotificationDescription[] =
694 "Display a notification when quitting Chrome if hosted apps are currently "
695 "running.";
696
697const char kHostedAppShimCreationName[] =
698 "Creation of app shims for hosted apps on Mac";
699const char kHostedAppShimCreationDescription[] =
700 "Create app shims on Mac when creating a hosted app.";
701
702const char kIconNtpName[] = "Large icons on the New Tab page";
703const char kIconNtpDescription[] =
704 "Enable the experimental New Tab page using large icons.";
705
706const char kIgnoreGpuBlacklistName[] = "Override software rendering list";
707const char kIgnoreGpuBlacklistDescription[] =
708 "Overrides the built-in software rendering list and enables "
709 "GPU-acceleration on unsupported system configurations.";
710
711const char kImportantSitesInCbdName[] =
712 "Important sites options in clear browsing data dialog";
713const char kImportantSitesInCbdDescription[] =
714 "Include the option to whitelist important sites in the clear browsing "
715 "data dialog.";
716
717const char kInertVisualViewportName[] = "Inert visual viewport.";
718const char kInertVisualViewportDescription[] =
719 "Experiment to have all APIs reflect the layout viewport. This will make "
720 "window.scroll properties relative to the layout viewport.";
721
722const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
723const char kInProductHelpDemoModeChoiceDescription[] =
724 "Selects the In-Product Help demo mode.";
725
726const char kJavascriptHarmonyName[] = "Experimental JavaScript";
727const char kJavascriptHarmonyDescription[] =
728 "Enable web pages to use experimental JavaScript features.";
729
730const char kJavascriptHarmonyShippingName[] =
731 "Latest stable JavaScript features";
732const char kJavascriptHarmonyShippingDescription[] =
733 "Some web pages use legacy or non-standard JavaScript extensions that may "
734 "conflict with the latest JavaScript features. This flag allows disabling "
735 "support of those features for compatibility with such pages.";
736
Yutaka Hiranof7f2f632017-09-06 10:40:08737const char kKeepAliveRendererForKeepaliveRequestsName[] =
738 "Keep a renderer alive for keepalive fetch requests";
739const char kKeepAliveRendererForKeepaliveRequestsDescription[] =
740 "Keep a render process alive when the process has a pending fetch request "
741 "with `keepalive' specified.";
742
Brett Wilsonecb80982017-07-12 20:34:51743const char kLcdTextName[] = "LCD text antialiasing";
744const char kLcdTextDescription[] =
745 "If disabled, text is rendered with grayscale antialiasing instead of LCD "
746 "(subpixel) when doing accelerated compositing.";
747
748const char kLoadMediaRouterComponentExtensionName[] =
749 "Load Media Router Component Extension";
750const char kLoadMediaRouterComponentExtensionDescription[] =
751 "Loads the Media Router component extension at startup.";
752
753const char kManualPasswordGenerationName[] = "Manual password generation.";
754const char kManualPasswordGenerationDescription[] =
755 "Show a 'Generate Password' option on the context menu for all password "
756 "fields.";
757
Dominic Battref27e8762017-08-23 11:16:25758const char kManualPasswordSavingName[] = "Manual password saving.";
759const char kManualPasswordSavingDescription[] =
760 "Show the password manager icon when typing into a password filed. "
761 "Clicking it allows to save the password without submitting the form.";
762
Brett Wilsonecb80982017-07-12 20:34:51763const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure";
764const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages";
765const char kMarkHttpAsDangerous[] = "Always mark HTTP as actively dangerous";
766const char kMarkHttpAsNonSecureAfterEditing[] =
767 "Warn on HTTP after editing forms";
768const char kMarkHttpAsNonSecureWhileIncognito[] =
769 "Warn on HTTP while in Incognito mode";
770const char kMarkHttpAsNonSecureWhileIncognitoOrEditing[] =
771 "Warn on HTTP while in Incognito mode or after editing forms";
772
773extern const char kMaterialDesignIncognitoNTPName[] =
774 "Material Design Incognito NTP.";
775extern const char kMaterialDesignIncognitoNTPDescription[] =
776 "If enabled, the Incognito New Tab page uses the new material design with "
777 "a better readable text.";
778
779const char kMediaRemotingName[] = "Media Remoting during Cast Tab Mirroring";
780const char kMediaRemotingDescription[] =
781 "When Casting a tab to a remote device, enabling this turns on an "
782 "optimization that forwards the content bitstream directly to the remote "
783 "device when a video is fullscreened.";
784
785const char kMemoryAblationName[] = "Memory ablation experiment";
786const char kMemoryAblationDescription[] =
787 "Allocates extra memory in the browser process.";
788
789const char kMemoryCoordinatorName[] = "Memory coordinator";
790const char kMemoryCoordinatorDescription[] =
791 "Enable memory coordinator instead of memory pressure listeners.";
792
793const char kMessageCenterNewStyleNotificationName[] = "New style notification";
794const char kMessageCenterNewStyleNotificationDescription[] =
795 "Enables the experiment style of material-design notification";
796
797const char kMessageCenterAlwaysScrollUpUponRemovalName[] =
798 "Experiments that message center always scroll up upon notification "
799 "removal";
800const char kMessageCenterAlwaysScrollUpUponRemovalDescription[] =
801 "Enables experiment that message center always scroll up when a "
802 "notification is removed.";
803
804const char kMhtmlGeneratorOptionName[] = "MHTML Generation Option";
805const char kMhtmlGeneratorOptionDescription[] =
806 "Provides experimental options for MHTML file generator.";
807const char kMhtmlSkipNostoreMain[] = "Skips no-store main frame.";
808const char kMhtmlSkipNostoreAll[] = "Skips all no-store resources.";
809
810const char kMojoLoadingName[] = "Use Mojo IPC for resource loading";
811const char kMojoLoadingDescription[] =
812 "Use Mojo IPC instead of traditional Chrome IPC for resource loading.";
813
Miguel Casas-Sanchez10769c82017-07-27 23:52:04814const char kMojoVideoEncodeAcceleratorName[] =
815 "Hardware-accelerated video encoder accessed using Mojo IPC";
816const char kMojoVideoEncodeAcceleratorDescription[] =
817 "Use new Mojo IPC to access hardware-accelerated video encoder, where "
818 "available.";
819
Brett Wilsonecb80982017-07-12 20:34:51820const char kModuleScriptsName[] = "Enable ECMAScript 6 modules";
821const char kModuleScriptsDescription[] =
822 "Enables ECMAScript 6 modules support in Blink.";
823
Kouhei Ueno08445c22017-09-05 03:58:30824const char kModuleScriptsDynamicImportName[] =
825 "Enable ECMAScript 6 modules dynamic import";
826const char kModuleScriptsDynamicImportDescription[] =
827 "Enables ECMAScript 6 modules dynamic \"import\" syntax support in V8 and "
828 "Blink.";
829
Brett Wilsonecb80982017-07-12 20:34:51830const char kNewAudioRenderingMixingStrategyName[] =
831 "New audio rendering mixing strategy";
832const char kNewAudioRenderingMixingStrategyDescription[] =
833 "Use the new audio rendering mixing strategy.";
834
835const char kNewBookmarkAppsName[] = "The new bookmark app system";
836const char kNewBookmarkAppsDescription[] =
837 "Enables the new system for creating bookmark apps.";
838
839const char kNewOmniboxAnswerTypesName[] =
840 "New omnibox answers in suggest types";
841const char kNewOmniboxAnswerTypesDescription[] =
842 "Enables new types of answers in the omnibox suggest drop-down: currency "
843 "conversions, dictionary definitions, sports scores, translations, and "
844 "when is.";
845
846const char kNewRemotePlaybackPipelineName[] =
847 "Enable the new remote playback pipeline.";
848const char kNewRemotePlaybackPipelineDescription[] =
849 "Enable the new pipeline for playing media element remotely via "
850 "RemotePlayback API or native controls.";
851
852const char kNewUsbBackendName[] = "Enable new USB backend";
853const char kNewUsbBackendDescription[] =
854 "Enables the new experimental USB backend for Windows.";
vabr0215a8e2017-03-28 12:47:34855
brettw5f9c1642017-05-14 17:12:48856const char kNostatePrefetchName[] = "No-State Prefetch";
vabr0215a8e2017-03-28 12:47:34857const char kNostatePrefetchDescription[] =
858 R"*("No-State Prefetch" pre-downloads resources to improve load )*"
859 R"*(times. "Prerender" does a full pre-rendering of the page, to )*"
860 R"*(improve load times even more. "Simple Load" does nothing and is )*"
861 R"*(similar to disabling the feature, but collects more metrics for )*"
862 R"*(comparison purposes.)*";
863
Brett Wilsonecb80982017-07-12 20:34:51864const char kNotificationsNativeFlagName[] = "Enable native notifications.";
865const char kNotificationsNativeFlagDescription[] =
866 "Enable support for using the native notification toasts and notification "
867 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:34868
Brett Wilsonecb80982017-07-12 20:34:51869const char kNumRasterThreadsName[] = "Number of raster threads";
870const char kNumRasterThreadsDescription[] =
871 "Specify the number of raster threads.";
872const char kNumRasterThreadsOne[] = "1";
873const char kNumRasterThreadsTwo[] = "2";
874const char kNumRasterThreadsThree[] = "3";
875const char kNumRasterThreadsFour[] = "4";
876
877const char kOfferStoreUnmaskedWalletCardsName[] =
878 "Google Payments card saving checkbox";
879const char kOfferStoreUnmaskedWalletCardsDescription[] =
880 "Show the checkbox to offer local saving of a credit card downloaded from "
881 "the server.";
882
883const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode";
884const char kOfflineAutoReloadDescription[] =
885 "Pages that fail to load while the browser is offline will be "
886 "auto-reloaded when the browser is online again.";
887
888const char kOfflineAutoReloadVisibleOnlyName[] =
889 "Only Auto-Reload Visible Tabs";
890const char kOfflineAutoReloadVisibleOnlyDescription[] =
891 "Pages that fail to load while the browser is offline will only be "
892 "auto-reloaded if their tab is visible.";
893
894const char kOffMainThreadFetchName[] = "Off-main-thread fetch for Web Workers";
895const char kOffMainThreadFetchDescription[] =
896 "If enabled, the resource fetches from worker threads will not be blocked "
897 "by the busy main thread.";
898
899const char kOmniboxDisplayTitleForCurrentUrlName[] =
900 "Include title for the current URL in the omnibox";
901const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
902 "In the event that the omnibox provides suggestions on-focus, the URL of "
903 "the current page is provided as the first suggestion without a title. "
904 "Enabling this flag causes the title to be displayed.";
905
Benoit Lizeab08362c2017-07-19 14:50:54906const char kOmniboxSpareRendererName[] =
907 "Start spare renderer on omnibox focus";
908const char kOmniboxSpareRendererDescription[] =
909 "When the omnibox is focused, start an empty spare renderer. This can "
910 "speed up the load of the navigation from the omnibox.";
911
Tommy C. Li8875a442017-08-23 00:10:59912const char kOmniboxUIElideSuggestionUrlAfterHostName[] =
913 "Omnibox UI Elide Suggestion URL After Host";
914const char kOmniboxUIElideSuggestionUrlAfterHostDescription[] =
915 "Elides the path, query, and ref of suggested URLs in the Omnibox "
916 "dropdown.";
917
Brett Wilsonecb80982017-07-12 20:34:51918const char kOmniboxUIHideSuggestionUrlSchemeName[] =
919 "Omnibox UI Hide Suggestion URL Scheme";
920const char kOmniboxUIHideSuggestionUrlSchemeDescription[] =
921 "Elides the schemes of suggested URLs in the Omnibox dropdown.";
922
923const char kOmniboxUIHideSuggestionUrlTrivialSubdomainsName[] =
924 "Omnibox UI Hide Suggestion URL Trivial Subdomains";
925const char kOmniboxUIHideSuggestionUrlTrivialSubdomainsDescription[] =
926 "Elides trivially informative subdomains from suggested URLs in the "
927 "Omnibox dropdown (e.g. www. and m.).";
928
Tommy C. Li8875a442017-08-23 00:10:59929const char kOmniboxUIShowSuggestionFaviconsName[] =
930 "Omnibox UI Show Suggestion Favicons";
931const char kOmniboxUIShowSuggestionFaviconsDescription[] =
932 "Shows favicons instead of generic vector icons for URL suggestions in the "
933 "Omnibox dropdown.";
934
Brett Wilsonecb80982017-07-12 20:34:51935const char kOmniboxUIMaxAutocompleteMatchesName[] =
936 "Omnibox UI Max Autocomplete Matches";
937
938const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
939 "Changes the maximum number of autocomplete matches displayed in the "
940 "Omnibox UI.";
941
942const char kOmniboxUINarrowDropdownName[] = "Omnibox UI Narrow Dropdown";
943const char kOmniboxUINarrowDropdownDescription[] =
944 "Makes the suggestions dropdown width match the omnibox width.";
945
946const char kOmniboxUIVerticalLayoutName[] = "Omnibox UI Vertical Layout";
947const char kOmniboxUIVerticalLayoutDescription[] =
948 "Displays Omnibox sugestions in 2 lines - title over origin.";
949
950const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin";
951const char kOmniboxUIVerticalMarginDescription[] =
952 "Changes the vertical margin in the Omnibox UI.";
953
954const char kOriginTrialsName[] = "Origin Trials";
955const char kOriginTrialsDescription[] =
956 "Enables origin trials for controlling access to feature/API experiments.";
957
958const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
959const char kOverlayScrollbarsDescription[] =
960 "Enable the experimental overlay scrollbars implementation. You must also "
961 "enable threaded compositing to have the scrollbars animate.";
962
chaopenge8aa016b2017-08-24 15:20:19963const char kOverlayScrollbarsFlashAfterAnyScrollUpdateName[] =
964 "Flash Overlay Scrollbars After Any Scroll Update";
965const char kOverlayScrollbarsFlashAfterAnyScrollUpdateDescription[] =
966 "Flash Overlay Scrollbars After any scroll update happends in page. You"
967 " must also enable Overlay Scrollbars.";
968
chaopeng343678022017-08-24 18:45:00969const char kOverlayScrollbarsFlashWhenMouseEnterName[] =
970 "Flash Overlay Scrollbars When Mouse Enter";
971const char kOverlayScrollbarsFlashWhenMouseEnterDescription[] =
972 "Flash Overlay Scrollbars When Mouse Enter a scrollable area. You must also"
973 " enable Overlay Scrollbars.";
974
Claudio Magni81326f92017-09-01 05:21:18975const char kUseNewAcceptLanguageHeaderName[] = "Use new Accept-Language header";
976const char kUseNewAcceptLanguageHeaderDescription[] =
977 "Adds the base language code after other corresponding language+region "
978 "codes. This ensures that users receive content in their preferred "
979 "language.";
980
Brett Wilsonecb80982017-07-12 20:34:51981const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
982const char kOverscrollHistoryNavigationDescription[] =
983 "Experimental history navigation in response to horizontal overscroll.";
984const char kOverscrollHistoryNavigationSimpleUi[] = "Simple";
985
986const char kOverscrollStartThresholdName[] = "Overscroll start threshold";
987const char kOverscrollStartThresholdDescription[] =
988 "Changes overscroll start threshold relative to the default value.";
989const char kOverscrollStartThreshold133Percent[] = "133%";
990const char kOverscrollStartThreshold166Percent[] = "166%";
991const char kOverscrollStartThreshold200Percent[] = "200%";
992
Xing Liu5400a002017-09-15 21:48:29993const char kParallelDownloadingName[] = "Parallel downloading";
994const char kParallelDownloadingDescription[] =
995 "Enable parallel downloading to"
996 "accelerate download speed.";
997
Brett Wilsonecb80982017-07-12 20:34:51998const char kPassiveEventListenerDefaultName[] =
999 "Passive Event Listener Override";
1000const char kPassiveEventListenerDefaultDescription[] =
1001 "Forces touchstart, touchmove, mousewheel and wheel event listeners (which "
1002 "haven't requested otherwise) to be treated as passive. This will break "
1003 "touch/wheel behavior on some websites but is useful for demonstrating the "
1004 "potential performance benefits of adopting passive event listeners.";
1005const char kPassiveEventListenerTrue[] = "True (when unspecified)";
1006const char kPassiveEventListenerForceAllTrue[] = "Force All True";
1007
1008const char kPassiveEventListenersDueToFlingName[] =
1009 "Touch Event Listeners Passive Default During Fling";
1010const char kPassiveEventListenersDueToFlingDescription[] =
1011 "Forces touchstart, and first touchmove per scroll event listeners during "
1012 "fling to be treated as passive.";
1013
1014const char kPassiveDocumentEventListenersName[] =
1015 "Document Level Event Listeners Passive Default";
1016const char kPassiveDocumentEventListenersDescription[] =
1017 "Forces touchstart, and touchmove event listeners on document level "
1018 "targets (which haven't requested otherwise) to be treated as passive.";
1019
1020const char kPasswordForceSavingName[] = "Force-saving of passwords";
1021const char kPasswordForceSavingDescription[] =
1022 "Allow the user to manually enforce password saving instead of relying on "
1023 "password manager's heuristics.";
1024
1025const char kPasswordGenerationName[] = "Password generation";
1026const char kPasswordGenerationDescription[] =
1027 "Allow the user to have Chrome generate passwords when it detects account "
1028 "creation pages.";
1029
1030const char kPasswordImportExportName[] = "Password import and export";
1031const char kPasswordImportExportDescription[] =
1032 "Import and Export functionality in password settings.";
1033
Maxim Kolosovskiyd97b94612017-09-19 20:10:391034const char kPasswordSelectionName[] =
1035 "Password selection and eye icon in prompt";
1036const char kPasswordSelectionDescription[] =
1037 "Show a password selector and an eye icon in prompt";
1038
Brett Wilsonecb80982017-07-12 20:34:511039const char kPermissionActionReportingName[] = "Permission Action Reporting";
1040const char kPermissionActionReportingDescription[] =
1041 "Enables permission action reporting to Safe Browsing servers for opted in "
1042 "users.";
1043
1044const char kPermissionsBlacklistName[] = "Permissions Blacklist";
1045const char kPermissionsBlacklistDescription[] =
1046 "Enables the Permissions Blacklist, which blocks permissions for "
1047 "blacklisted sites for Safe Browsing users.";
1048
1049const char kPinchScaleName[] = "Pinch scale";
1050const char kPinchScaleDescription[] =
1051 "Enables experimental support for scale using pinch.";
1052
Brett Wilsonecb80982017-07-12 20:34:511053const char kPrintPdfAsImageName[] = "Print Pdf as Image";
1054const char kPrintPdfAsImageDescription[] =
1055 "If enabled, an option to print PDF files as images will be available in "
1056 "print preview.";
1057
1058const char kPrintPreviewRegisterPromosName[] =
1059 "Print Preview Registration Promos";
1060const char kPrintPreviewRegisterPromosDescription[] =
1061 "Enable registering unregistered cloud printers from print preview.";
1062
1063const char kProtectSyncCredentialName[] = "Autofill sync credential";
1064const char kProtectSyncCredentialDescription[] =
1065 "How the password manager handles autofill for the sync credential.";
1066
1067const char kProtectSyncCredentialOnReauthName[] =
1068 "Autofill sync credential only for transactional reauth pages";
1069const char kProtectSyncCredentialOnReauthDescription[] =
1070 "How the password manager handles autofill for the sync credential only "
1071 "for transactional reauth pages.";
1072
Mohsen Izadi93faac12017-07-29 04:45:151073const char kPullToRefreshName[] = "Pull-to-refresh gesture";
1074const char kPullToRefreshDescription[] =
1075 "Pull-to-refresh gesture in response to vertical overscroll.";
1076
Brett Wilsonecb80982017-07-12 20:34:511077const char kPushApiBackgroundModeName[] = "Enable Push API background mode";
1078const char kPushApiBackgroundModeDescription[] =
1079 "Enable background mode for the Push API. This allows Chrome to continue "
1080 "running after the last window is closed, and to launch at OS startup, if "
1081 "the Push API needs it.";
1082
Piotr Swigon46929d12017-08-11 07:16:331083const char kPwaMinimalUiName[] = "Minimal-UI display mode for PWAs";
1084const char kPwaMinimalUiDescription[] =
1085 "Enables support for Minimal-UI display mode for installed PWAs";
1086
Brett Wilsonecb80982017-07-12 20:34:511087const char kQuicName[] = "Experimental QUIC protocol";
1088const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
1089
1090const char kReducedReferrerGranularityName[] =
1091 "Reduce default 'referer' header granularity.";
1092const char kReducedReferrerGranularityDescription[] =
1093 "If a page hasn't set an explicit referrer policy, setting this flag will "
1094 "reduce the amount of information in the 'referer' header for cross-origin "
1095 "requests.";
1096
1097const char kRequestTabletSiteName[] =
1098 "Request tablet site option in the settings menu";
1099const char kRequestTabletSiteDescription[] =
1100 "Allows the user to request tablet site. Web content is often optimized "
1101 "for tablet devices. When this option is selected the user agent string is "
1102 "changed to indicate a tablet device. Web content optimized for tablets is "
1103 "received there after for the current tab.";
1104
1105const char kResetAppListInstallStateName[] =
1106 "Reset the App Launcher install state on every restart.";
1107const char kResetAppListInstallStateDescription[] =
1108 "Reset the App Launcher install state on every restart. While this flag is "
1109 "set, Chrome will forget the launcher has been installed each time it "
1110 "starts. This is used for testing the App Launcher install flow.";
1111
1112const char kResourceLoadSchedulerName[] = "Use the resource load scheduler";
1113const char kResourceLoadSchedulerDescription[] =
1114 "Uses the resource load scheduler in blink to schedule and throttle "
1115 "resource load requests.";
1116
Brett Wilsonecb80982017-07-12 20:34:511117const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting.";
1118const char kSafeSearchUrlReportingDescription[] =
1119 "If enabled, inappropriate URLs can be reported back to SafeSearch.";
1120
1121const char kSaveasMenuLabelExperimentName[] =
1122 "Switch 'Save as' menu labels to 'Download'";
1123const char kSaveasMenuLabelExperimentDescription[] =
1124 "Enables an experiment to switch menu labels that use 'Save as...' to "
1125 "'Download'.";
1126
1127const char kSavePageAsMhtmlName[] = "Save Page as MHTML";
1128const char kSavePageAsMhtmlDescription[] =
1129 "Enables saving pages as MHTML: a single text file containing HTML and all "
1130 "sub-resources.";
1131
Brett Wilsonecb80982017-07-12 20:34:511132const char kScrollPredictionName[] = "Scroll prediction";
1133const char kScrollPredictionDescription[] =
1134 "Predicts the finger's future position during scrolls allowing time to "
1135 "render the frame before the finger is there.";
1136
1137const char kSecondaryUiMd[] =
1138 "Material Design in the rest of the browser's native UI";
1139const char kSecondaryUiMdDescription[] =
1140 "Extends the --top-chrome-md setting to secondary UI (bubbles, dialogs, "
1141 "etc.). On Mac, this enables MacViews, which uses toolkit-views for native "
1142 "browser dialogs.";
1143
1144const char kServiceWorkerNavigationPreloadName[] =
1145 "Service worker navigation preload.";
1146const char kServiceWorkerNavigationPreloadDescription[] =
1147 "Enable web pages to use the experimental service worker navigation "
1148 "preload API.";
1149
gogeraldd5061b592017-09-06 23:39:551150const char kServiceWorkerPaymentAppsName[] = "Service Worker payment apps";
1151const char kServiceWorkerPaymentAppsDescription[] =
1152 "Enable Service Worker applications to integrate as payment apps";
1153
Makoto Shimazud9f333c2017-08-08 07:23:171154const char kServiceWorkerScriptStreamingName[] =
1155 "Service worker script streaming.";
1156const char kServiceWorkerScriptStreamingDescription[] =
1157 "Installed scripts for a service worker are sent over a dedicated "
1158 "message pipe and data pipes, and that is never be blocked on the main "
1159 "thread.";
1160
Brett Wilsonecb80982017-07-12 20:34:511161const char kSettingsWindowName[] = "Show settings in a window";
1162const char kSettingsWindowDescription[] =
1163 "Settings will be shown in a dedicated window instead of as a browser tab.";
1164
1165const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
1166const char kShowAutofillSignaturesDescription[] =
1167 "Annotates web forms with Autofill signatures as HTML attributes.";
1168
1169const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
1170const char kShowAutofillTypePredictionsDescription[] =
1171 "Annotates web forms with Autofill field type predictions as placeholder "
1172 "text.";
1173
1174const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
1175const char kShowOverdrawFeedbackDescription[] =
1176 "Visualize overdraw by color-coding elements based on if they have other "
1177 "elements drawn underneath.";
1178
1179const char kShowSavedCopyName[] = "Show Saved Copy Button";
1180const char kShowSavedCopyDescription[] =
1181 "When a page fails to load, if a stale copy of the page exists in the "
1182 "browser cache, a button will be presented to allow the user to load that "
1183 "stale copy. The primary enabling choice puts the button in the most "
1184 "salient position on the error page; the secondary enabling choice puts it "
1185 "secondary to the reload button.";
1186const char kEnableShowSavedCopyPrimary[] = "Enable: Primary";
1187const char kEnableShowSavedCopySecondary[] = "Enable: Secondary";
1188const char kDisableShowSavedCopy[] = "Disable";
1189
1190const char kShowTouchHudName[] = "Show HUD for touch points";
1191const char kShowTouchHudDescription[] =
1192 "Enables a heads-up display at the top-left corner of the screen that "
1193 "lists information about the touch-points on the screen.";
1194
1195const char kSilentDebuggerExtensionApiName[] = "Silent Debugging";
1196const char kSilentDebuggerExtensionApiDescription[] =
1197 "Do not show the infobar when an extension attaches to a page via "
1198 "chrome.debugger API. This is required to debug extension background "
1199 "pages.";
1200
1201const char kSimpleCacheBackendName[] = "Simple Cache for HTTP";
1202const char kSimpleCacheBackendDescription[] =
1203 "The Simple Cache for HTTP is a new cache. It relies on the filesystem for "
1204 "disk space allocation.";
1205
1206const char kSimplifiedFullscreenUiName[] =
1207 "Simplified full screen / mouse lock UI.";
1208const char kSimplifiedFullscreenUiDescription[] =
1209 "A simplified new user experience when entering page-triggered full screen "
1210 "or mouse pointer lock states.";
1211
1212const char kSingleClickAutofillName[] = "Single-click autofill";
1213const char kSingleClickAutofillDescription[] =
1214 "Make autofill suggestions on initial mouse click on a form element.";
1215
1216const char kSiteDetails[] = "Site Details";
1217const char kSiteDetailsDescription[] =
1218 "Adds UI in MD Settings to view all content settings for a specific "
1219 "origin.";
1220
1221const char kSitePerProcessName[] = "Strict site isolation";
1222const char kSitePerProcessDescription[] =
1223 "Highly experimental security mode that ensures each renderer process "
1224 "contains pages from at most one site. In this mode, out-of-process "
1225 "iframes will be used whenever an iframe is cross-site.";
1226
1227const char kSiteSettings[] = "Site settings with All sites and Site details";
1228const char kSiteSettingsDescription[] =
1229 "Adds new ways of viewing Site settings.";
1230
1231const char kSlimmingPaintInvalidationName[] = "Slimming paint invalidation.";
1232const char kSlimmingPaintInvalidationDescription[] =
1233 "Whether to enable a new paint invalidation system.";
1234
1235const char kSmoothScrollingName[] = "Smooth Scrolling";
1236const char kSmoothScrollingDescription[] =
1237 "Animate smoothly when scrolling page content.";
1238
1239const char kSoftwareRasterizerName[] = "3D software rasterizer";
1240const char kSoftwareRasterizerDescription[] =
1241 "Fall back to a 3D software rasterizer when the GPU cannot be used.";
1242
Tommy Steimel77704be2017-08-28 22:14:401243const char kSoundContentSettingName[] = "Sound content setting";
1244const char kSoundContentSettingDescription[] =
1245 "Enable site-wide muting in content settings and tab strip context menu.";
1246
Brett Wilsonecb80982017-07-12 20:34:511247const char kSpeculativePrefetchName[] = "Speculative Prefetch";
vabr0215a8e2017-03-28 12:47:341248const char kSpeculativePrefetchDescription[] =
1249 R"*("Speculative Prefetch" fetches likely resources early to improve )*"
1250 R"*(load times, based on a local database (see chrome://predictors). )*"
1251 R"*("Learning" means that only the database construction is enabled, )*"
1252 R"*("Prefetching" that learning and prefetching are enabled.)*";
1253
Justin Donnelly4e448cb2017-07-07 21:32:131254const char kSpeculativeServiceWorkerStartOnQueryInputName[] =
1255 "Enable speculative start of a service worker when a search is predicted.";
Justin Donnelly4e448cb2017-07-07 21:32:131256const char kSpeculativeServiceWorkerStartOnQueryInputDescription[] =
1257 "If enabled, when the user enters text in the omnibox that looks like a "
1258 "a query, any service worker associated with the search engine the query "
1259 "will be sent to is started early.";
1260
Brett Wilsonecb80982017-07-12 20:34:511261const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial";
1262const char kSpellingFeedbackFieldTrialDescription[] =
1263 "Enable the field trial for sending user feedback to spelling service.";
horo201d49492017-05-19 05:31:401264
Brett Wilsonecb80982017-07-12 20:34:511265const char kSuggestionsWithSubStringMatchName[] =
1266 "Substring matching for Autofill suggestions";
1267const char kSuggestionsWithSubStringMatchDescription[] =
1268 "Match Autofill suggestions based on substrings (token prefixes) rather "
1269 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:341270
Brett Wilsonecb80982017-07-12 20:34:511271const char kSupervisedUserManagedBookmarksFolderName[] =
1272 "Managed bookmarks for supervised users";
1273const char kSupervisedUserManagedBookmarksFolderDescription[] =
1274 "Enable the managed bookmarks folder for supervised users.";
vabr0215a8e2017-03-28 12:47:341275
Brett Wilsonecb80982017-07-12 20:34:511276const char kSyncAppListName[] = "App Launcher sync";
1277const char kSyncAppListDescription[] =
1278 "Enable App Launcher sync. This also enables Folders where available (non "
1279 "OSX).";
vabr0215a8e2017-03-28 12:47:341280
Brett Wilsonecb80982017-07-12 20:34:511281const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
1282const char kSyncSandboxDescription[] =
1283 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:341284
Brett Wilsonecb80982017-07-12 20:34:511285const char kTabAudioMutingName[] = "Tab audio muting UI control";
1286const char kTabAudioMutingDescription[] =
1287 "When enabled, the audio indicators in the tab strip double as tab audio "
1288 "mute controls. This also adds commands in the tab context menu for "
1289 "quickly muting multiple selected tabs.";
vabr0215a8e2017-03-28 12:47:341290
Christian Dullweberd0d96f02017-09-13 09:22:511291const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog.";
1292const char kTabsInCbdDescription[] =
1293 "Enables a basic and an advanced tab for the Clear Browsing Data dialog.";
1294
Brett Wilsonecb80982017-07-12 20:34:511295const char kTcpFastOpenName[] = "TCP Fast Open";
1296const char kTcpFastOpenDescription[] =
1297 "Enable the option to send extra authentication information in the initial "
1298 "SYN packet for a previously connected client, allowing faster data send "
1299 "start.";
vabr0215a8e2017-03-28 12:47:341300
Brett Wilsonecb80982017-07-12 20:34:511301const char kTopChromeMd[] = "UI Layout for the browser's top chrome";
1302const char kTopChromeMdDescription[] =
1303 R"*(Toggles between normal and touch (formerly "hybrid") layouts.)*";
1304const char kTopChromeMdMaterial[] = "Normal";
1305const char kTopChromeMdMaterialHybrid[] = "Touch";
vabr0215a8e2017-03-28 12:47:341306
Brett Wilsonecb80982017-07-12 20:34:511307const char kThreadedScrollingName[] = "Threaded scrolling";
1308const char kThreadedScrollingDescription[] =
1309 "Threaded handling of scroll-related input events. Disabling this will "
1310 "force all such scroll events to be handled on the main thread. Note that "
1311 "this can dramatically hurt scrolling performance of most websites and is "
1312 "intended for testing purposes only.";
1313
Steven Valdez4584b2482017-07-14 01:11:571314const char kTLS13VariantName[] = "TLS 1.3";
1315const char kTLS13VariantDescription[] = "Sets the TLS 1.3 variant used.";
1316const char kTLS13VariantDisabled[] = "Disabled";
1317const char kTLS13VariantDraft[] = "Enabled (Draft)";
1318const char kTLS13VariantExperiment[] = "Enabled (Experiment)";
Steven Valdez2d7b4e82017-07-17 22:22:091319const char kTLS13VariantRecordTypeExperiment[] =
1320 "Enabled (Record Type Experiment)";
Steven Valdez2ee1c4a22017-07-19 20:39:311321const char kTLS13VariantNoSessionIDExperiment[] =
1322 "Enabled (No Session ID Experiment)";
Steven Valdezf00f8782017-09-13 18:05:281323const char kTLS13VariantExperiment2[] = "Enabled (Experiment 2)";
1324const char kTLS13VariantExperiment3[] = "Enabled (Experiment 3)";
Steven Valdez4584b2482017-07-14 01:11:571325
Brett Wilsonecb80982017-07-12 20:34:511326const char kTopDocumentIsolationName[] = "Top document isolation";
1327const char kTopDocumentIsolationDescription[] =
1328 "Highly experimental performance mode where cross-site iframes are kept in "
1329 "a separate process from the top document. In this mode, iframes from "
1330 "different third-party sites will be allowed to share a process.";
1331
1332const char kTouchAdjustmentName[] = "Touch adjustment";
1333const char kTouchAdjustmentDescription[] =
1334 "Refine the position of a touch gesture in order to compensate for touches "
1335 "having poor resolution compared to a mouse.";
1336
1337const char kTouchDragDropName[] = "Touch initiated drag and drop";
1338const char kTouchDragDropDescription[] =
1339 "Touch drag and drop can be initiated through long press on a draggable "
1340 "element.";
1341
1342const char kTouchEventsName[] = "Touch Events API";
1343const char kTouchEventsDescription[] =
1344 "Force Touch Events API feature detection to always be enabled or "
1345 "disabled, or to be enabled when a touchscreen is detected on startup "
1346 "(Automatic, the default).";
1347
1348const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
1349const char kTouchSelectionStrategyDescription[] =
1350 "Controls how text selection granularity changes when touch text selection "
1351 "handles are dragged. Non-default behavior is experimental.";
1352const char kTouchSelectionStrategyCharacter[] = "Character";
1353const char kTouchSelectionStrategyDirection[] = "Direction";
1354
1355const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
1356const char kTraceUploadUrlDescription[] =
1357 "This is to be used in conjunction with the enable-navigation-tracing "
1358 "flag. Please select the label that best describes the recorded traces. "
1359 "This will choose the destination the traces are uploaded to. If you are "
1360 "not sure, select other. If left empty, no traces will be uploaded.";
1361const char kTraceUploadUrlChoiceOther[] = "Other";
1362const char kTraceUploadUrlChoiceEmloading[] = "emloading";
1363const char kTraceUploadUrlChoiceQa[] = "QA";
1364const char kTraceUploadUrlChoiceTesting[] = "Testing";
1365
1366const char kTranslate2016q2UiName[] = "Translate 2016Q2 UI";
1367const char kTranslate2016q2UiDescription[] =
1368 "Improved triggering logic and look for Translate Bubble UI";
1369
1370const char kTranslateLanguageByUlpName[] = "Translate Language by ULP";
1371const char kTranslateLanguageByUlpDescription[] =
1372 "Improved translate target language and triggering logic by considering "
1373 "information from User Language Profile (ULP).";
1374
1375const char kTrySupportedChannelLayoutsName[] =
1376 "Causes audio output streams to check if channel layouts other than the "
1377 "default hardware layout are available.";
1378const char kTrySupportedChannelLayoutsDescription[] =
1379 "Causes audio output streams to check if channel layouts other than the "
1380 "default hardware layout are available. Turning this on will allow the OS "
1381 "to do stereo to surround expansion if supported. May expose third party "
1382 "driver bugs, use with caution.";
1383
1384const char kUiPartialSwapName[] = "Partial swap";
1385const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
1386
Chris Pickel3a227ae62017-08-24 10:47:261387const char kUseDdljsonApiName[] = "Use new ddljson API for Doodles";
1388const char kUseDdljsonApiDescription[] =
1389 "Enables the new ddljson API to fetch Doodles for the NTP.";
1390
Brett Wilsonecb80982017-07-12 20:34:511391const char kUserConsentForExtensionScriptsName[] =
1392 "User consent for extension scripts";
1393const char kUserConsentForExtensionScriptsDescription[] =
1394 "Require user consent for an extension running a script on the page, if "
1395 "the extension requested permission to run on all urls.";
1396
1397const char kUseSuggestionsEvenIfFewFeatureName[] =
1398 "Disable minimum for server-side tile suggestions on NTP.";
1399const char kUseSuggestionsEvenIfFewFeatureDescription[] =
1400 "Request server-side suggestions even if there are only very few of them "
1401 "and use them for tiles on the New Tab Page.";
1402
1403const char kV8CacheOptionsName[] = "V8 caching mode.";
1404const char kV8CacheOptionsDescription[] =
1405 "Caching mode for the V8 JavaScript engine.";
1406const char kV8CacheOptionsParse[] = "Cache V8 parser data.";
1407const char kV8CacheOptionsCode[] = "Cache V8 compiler data.";
1408
1409const char kV8CacheStrategiesForCacheStorageName[] =
1410 "V8 caching strategy for CacheStorage.";
1411const char kV8CacheStrategiesForCacheStorageDescription[] =
1412 "Caching strategy of scripts in CacheStorage for the V8 JavaScript engine.";
1413const char kV8CacheStrategiesForCacheStorageNormal[] = "Normal";
1414const char kV8CacheStrategiesForCacheStorageAggressive[] = "Aggressive";
1415
Hitoshi Yoshida3e5db562017-09-11 02:31:081416const char kV8ContextSnapshotName[] = "Use a snapshot to create V8 contexts.";
1417const char kV8ContextSnapshotDescription[] =
1418 "Sets to use a snapshot to create V8 contexts in frame creation.";
1419
Brett Wilsonecb80982017-07-12 20:34:511420const char kVibrateRequiresUserGestureName[] =
1421 "Requiring user gesture for the Vibration API";
1422const char kVibrateRequiresUserGestureDescription[] =
1423 "Block the Vibration API if no user gesture has been received on the frame "
1424 "or any embedded frame.";
1425
1426const char kVideoFullscreenOrientationLockName[] =
1427 "Lock screen orientation when playing a video fullscreen.";
1428const char kVideoFullscreenOrientationLockDescription[] =
1429 "Lock the screen orientation of the device to match video orientation when "
1430 "a video goes fullscreen. Only on phones.";
1431
1432const char kVideoRotateToFullscreenName[] =
1433 "Rotate-to-fullscreen gesture for videos.";
1434const char kVideoRotateToFullscreenDescription[] =
1435 "Enter/exit fullscreen when device is rotated to/from the orientation of "
1436 "the video. Only on phones.";
1437
1438const char kWalletServiceUseSandboxName[] =
1439 "Use Google Payments sandbox servers";
1440const char kWalletServiceUseSandboxDescription[] =
1441 "For developers: use the sandbox service for Google Payments API calls.";
1442
Brett Wilsonecb80982017-07-12 20:34:511443const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
1444const char kWebglDraftExtensionsDescription[] =
1445 "Enabling this option allows web applications to access the WebGL "
1446 "Extensions that are still in draft status.";
1447
1448const char kWebMidiName[] = "Web MIDI API";
1449const char kWebMidiDescription[] = "Enable Web MIDI API experimental support.";
1450
1451const char kWebPaymentsName[] = "Web Payments";
1452const char kWebPaymentsDescription[] =
1453 "Enable Web Payments API integration, a JavaScript API for merchants.";
1454
Mathieu Perreault51339b82017-07-20 17:06:051455const char kWebPaymentsModifiersName[] = "Enable web payment modifiers";
1456const char kWebPaymentsModifiersDescription[] =
1457 "If the website provides modifiers in the payment request, show the custom "
1458 "total for each payment instrument, update the shopping cart when "
1459 "instruments are switched, and send modified payment method specific data "
1460 "to the payment app.";
1461
Brett Wilsonecb80982017-07-12 20:34:511462const char kWebrtcEchoCanceller3Name[] = "WebRTC Echo Canceller 3.";
1463const char kWebrtcEchoCanceller3Description[] =
1464 "Experimental WebRTC echo canceller (AEC3).";
1465
1466const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
1467const char kWebrtcHwDecodingDescription[] =
1468 "Support in WebRTC for decoding video streams using platform hardware.";
1469
1470const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
1471const char kWebrtcHwEncodingDescription[] =
1472 "Support in WebRTC for encoding video streams using platform hardware.";
1473
1474const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding";
1475const char kWebrtcHwH264EncodingDescription[] =
1476 "Support in WebRTC for encoding h264 video streams using platform "
1477 "hardware.";
1478
1479const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding";
1480const char kWebrtcHwVP8EncodingDescription[] =
1481 "Support in WebRTC for encoding vp8 video streams using platform hardware.";
1482
1483const char kWebrtcSrtpAesGcmName[] =
1484 "Negotiation with GCM cipher suites for SRTP in WebRTC";
1485const char kWebrtcSrtpAesGcmDescription[] =
1486 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
1487
Joachim Bauch4a41d7512017-08-23 14:24:231488const char kWebrtcSrtpEncryptedHeadersName[] =
1489 "Negotiation with encrypted header extensions for SRTP in WebRTC";
1490const char kWebrtcSrtpEncryptedHeadersDescription[] =
1491 "When enabled, WebRTC will try to negotiate encrypted header extensions "
1492 "for SRTP.";
1493
Brett Wilsonecb80982017-07-12 20:34:511494const char kWebrtcStunOriginName[] = "WebRTC Stun origin header";
1495const char kWebrtcStunOriginDescription[] =
1496 "When enabled, Stun messages generated by WebRTC will contain the Origin "
1497 "header.";
1498
1499const char kWebvrName[] = "WebVR";
1500const char kWebvrDescription[] =
1501 "Enabling this option allows web applications to access experimental "
1502 "Virtual Reality APIs.";
1503
1504const char kWifiCredentialSyncName[] = "WiFi credential sync";
1505const char kWifiCredentialSyncDescription[] =
1506 "Enables synchronizing WiFi network settings across devices. When enabled, "
1507 "the WiFi credential datatype is registered with Chrome Sync, and WiFi "
1508 "credentials are synchronized subject to user preferences. (See also, "
1509 "chrome://settings/syncSetup.)";
1510
Tom Anderson5c3130ad2017-08-21 19:49:171511const char kWindowNavNativeFlagName[] =
1512 "Enable native window navigation buttons.";
1513const char kWindowNavNativeFlagDescription[] =
1514 "Whether the window frame buttons should be drawn using the system theme. "
1515 "Has no effect unless using the GTK3 theme.";
1516
Brett Wilsonecb80982017-07-12 20:34:511517const char kZeroCopyName[] = "Zero-copy rasterizer";
1518const char kZeroCopyDescription[] =
1519 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:341520
Brett Wilsonff596952017-07-14 01:06:551521// Android ---------------------------------------------------------------------
1522
1523#if defined(OS_ANDROID)
1524
1525const char kAiaFetchingName[] = "Intermediate Certificate Fetching";
1526const char kAiaFetchingDescription[] =
1527 "Enable intermediate certificate fetching when a server does not provide "
1528 "sufficient certificates to build a chain to a trusted root.";
1529
1530const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher";
1531const char kAccessibilityTabSwitcherDescription[] =
1532 "Enable the accessibility tab switcher for Android.";
1533
1534const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility";
1535const char kAndroidAutofillAccessibilityDescription[] =
1536 "Enable accessibility for autofill popup.";
1537
1538const char kAndroidPaymentAppsName[] = "Android payment apps";
1539const char kAndroidPaymentAppsDescription[] =
1540 "Enable third party Android apps to integrate as payment apps";
1541
Iulia Harasim0b5a4312017-07-21 16:20:501542const char kAndroidSigninPromosName[] = "Signin promos for Android.";
1543const char kAndroidSigninPromosDescription[] =
1544 "New signin promos for Android which will be displayed in content "
1545 "suggestions, Settings, Bookmarks and Recent Tabs.";
1546
Tatiana Gornak38ab3562017-07-28 11:04:181547const char kAndroidViewPasswordsName[] = "Copy and view passwords for Android";
1548const char kAndroidViewPasswordsDescription[] =
1549 "Enables copying and viewing passwords in settings.";
1550
Brett Wilsonff596952017-07-14 01:06:551551const char kAutofillAccessoryViewName[] =
1552 "Autofill suggestions as keyboard accessory view";
1553const char kAutofillAccessoryViewDescription[] =
1554 "Shows Autofill suggestions on top of the keyboard rather than in a "
1555 "dropdown.";
1556
1557const char kBackgroundLoaderForDownloadsName[] =
1558 "Enables background downloading of pages.";
1559const char kBackgroundLoaderForDownloadsDescription[] =
1560 "Enables downloading pages in the background in case page is not yet "
1561 "loaded in current tab.";
1562
Theresa Wellington37014d92017-08-23 02:09:201563const char kChromeHomeDoodleName[] = "Chrome Home Doodle.";
1564const char kChromeHomeDoodleDescription[] =
1565 "Enables showing the Doodle on the NTP for Chrome Home.";
1566
Brett Wilsonff596952017-07-14 01:06:551567const char kChromeHomeExpandButtonName[] = "Chrome Home Expand Button";
1568const char kChromeHomeExpandButtonDescription[] =
1569 "Enables the expand button for Chrome Home.";
1570
Michael van Ouwerkerk66e45322017-08-04 17:25:241571const char kChromeHomeModernLayoutName[] = "Modern layout for Chrome Home.";
1572const char kChromeHomeModernLayoutDescription[] =
1573 "Enables the modern layout for Chrome Home.";
1574
Brett Wilsonff596952017-07-14 01:06:551575const char kChromeHomeSwipeLogicName[] = "Chrome Home Swipe Logic";
1576const char kChromeHomeSwipeLogicDescription[] =
1577 "Various swipe logic options for Chrome Home for sheet expansion.";
1578const char kChromeHomeSwipeLogicRestrictArea[] = "Restrict swipable area";
1579const char kChromeHomeSwipeLogicButtonOnly[] = "Swipe on expand button";
1580
1581const char kChromeHomeName[] = "Chrome Home";
1582const char kChromeHomeDescription[] =
1583 "Enables Chrome Home on Android. You must restart the browser"
1584 " twice for changes to take effect.";
1585
1586const char kContentSuggestionsCategoryOrderName[] =
1587 "Default content suggestions category order (e.g. on NTP)";
1588const char kContentSuggestionsCategoryOrderDescription[] =
1589 "Set default order of content suggestion categories (e.g. on the NTP).";
1590
1591const char kContentSuggestionsCategoryRankerName[] =
1592 "Content suggestions category ranker (e.g. on NTP)";
1593const char kContentSuggestionsCategoryRankerDescription[] =
1594 "Set category ranker to order categories of content suggestions (e.g. on "
1595 "the NTP).";
1596
Vitalii Iarkof52ff802017-09-14 12:34:241597const char kContentSuggestionsDebugLogName[] = "Content suggestions debug log";
1598const char kContentSuggestionsDebugLogDescription[] =
1599 "Enable content suggestions debug log accessible through "
1600 "snippets-internals.";
1601
Brett Wilsonff596952017-07-14 01:06:551602const char kContextualSearchContextualCardsBarIntegration[] =
1603 "Contextual Search - Contextual Cards Integration";
1604const char kContextualSearchContextualCardsBarIntegrationDescription[] =
1605 "Whether or not integration of Contextual Cards data in the Contextual "
1606 "Search Bar is enabled.";
1607
1608const char kContextualSearchSingleActionsName[] =
1609 "Contextual Search - Single Actions";
1610const char kContextualSearchSingleActionsDescription[] =
1611 "Whether or not single actions using Contextual Cards data in the "
1612 "Contextual Search Bar is enabled.";
1613
1614const char kContextualSearchUrlActionsName[] =
1615 "Contextual Search - URL Actions";
1616const char kContextualSearchUrlActionsDescription[] =
1617 "Whether or not URL actions using Contextual Cards data in the Contextual "
1618 "Search Bar is enabled.";
1619
1620const char kContextualSearchName[] = "Contextual Search";
1621const char kContextualSearchDescription[] =
1622 "Whether or not Contextual Search is enabled.";
1623
Dmitry Skiba9c3efa72017-07-20 22:01:141624const char kDontPrefetchLibrariesName[] = "Don't Prefetch Libraries";
1625const char kDontPrefetchLibrariesDescription[] =
1626 "Don't prefetch libraries after loading.";
1627
Brett Wilsonff596952017-07-14 01:06:551628const char kEnableAndroidPayIntegrationV1Name[] = "Enable Android Pay v1";
1629const char kEnableAndroidPayIntegrationV1Description[] =
1630 "Enable integration with Android Pay using the first version of the API";
1631
1632const char kEnableAndroidPayIntegrationV2Name[] = "Enable Android Pay v2";
1633const char kEnableAndroidPayIntegrationV2Description[] =
1634 "Enable integration with Android Pay using the second version of the API";
1635
1636const char kEnableAndroidSpellcheckerDescription[] =
1637 "Enables use of the Android spellchecker.";
1638const char kEnableAndroidSpellcheckerName[] = "Enable spell checking";
1639
Brett Wilsonff596952017-07-14 01:06:551640const char kEnableContentSuggestionsNewFaviconServerName[] =
1641 "Get favicons for content suggestions from a new server.";
1642const char kEnableContentSuggestionsNewFaviconServerDescription[] =
1643 "If enabled, the content suggestions (on the NTP) will get favicons from a "
1644 "new favicon server.";
1645
1646const char kEnableContentSuggestionsLargeThumbnailName[] =
1647 "Large thumbnails layout for content suggestions cards.";
1648const char kEnableContentSuggestionsLargeThumbnailDescription[] =
1649 "If enabled, the content suggestions cards will use large thumbnails and "
1650 "some related adjustments.";
1651
1652const char kEnableContentSuggestionsVideoOverlayName[] =
1653 "Video icon overlay on thumbnails for content suggestions cards.";
1654const char kEnableContentSuggestionsVideoOverlayDescription[] =
1655 "If enabled, the content suggestions cards for suggestions with a video "
1656 "will show a video play icon overlay on the thumbnail.";
1657
1658const char kEnableContentSuggestionsSettingsName[] =
1659 "Show content suggestions settings.";
1660const char kEnableContentSuggestionsSettingsDescription[] =
1661 "If enabled, the content suggestions settings will be available from the "
1662 "main settings menu.";
1663
1664const char kEnableContentSuggestionsShowSummaryName[] =
1665 "Show content suggestions summaries.";
1666const char kEnableContentSuggestionsShowSummaryDescription[] =
1667 "If enabled, the content suggestions summaries will be shown.";
1668
1669const char kEnableCopylessPasteName[] = "App Indexing (Copyless Paste)";
1670const char kEnableCopylessPasteDescription[] =
1671 "Provide suggestions for text input, based on your recent context. For "
1672 "example, if you looked at a restaurant website and switched to the Maps "
1673 "app, the keyboard would offer the name of that restaurant as a suggestion "
1674 "to enter into the search bar. The data is indexed locally, and never sent "
1675 "to the server. It's disabled in incognito mode.";
1676
1677const char kEnableCustomContextMenuName[] = "Enable custom context menu";
1678const char kEnableCustomContextMenuDescription[] =
1679 "Enables a new context menu when a link, image, or video is pressed within "
1680 "Chrome.";
1681
1682const char kEnableCustomFeedbackUiName[] = "Enable Custom Feedback UI";
1683const char kEnableCustomFeedbackUiDescription[] =
1684 "Enables a custom feedback UI when submitting feedback through Google "
1685 "Feedback. Works with Google Play Services v10.2+";
1686
1687const char kEnableDataReductionProxyMainMenuName[] =
1688 "Enable Data Saver main menu footer";
1689const char kEnableDataReductionProxyMainMenuDescription[] =
1690 "Enables the Data Saver footer in the main menu";
1691
1692const char kEnableDataReductionProxySiteBreakdownName[] =
1693 "Data Saver Site Breakdown";
1694const char kEnableDataReductionProxySiteBreakdownDescription[] =
1695 "Enable the site breakdown on the Data Saver settings page.";
1696
1697const char kEnableOmniboxClipboardProviderName[] =
1698 "Omnibox clipboard URL suggestions";
1699const char kEnableOmniboxClipboardProviderDescription[] =
1700 "Provide a suggestion of the URL stored in the clipboard (if any) upon "
1701 "focus in the omnibox.";
1702
1703const char kEnableExpandedAutofillCreditCardPopupLayoutName[] =
1704 "Use expanded autofill credit card popup layout.";
1705const char kEnableExpandedAutofillCreditCardPopupLayoutDescription[] =
1706 "If enabled, displays autofill credit card popup using expanded layout.";
1707
1708const char kEnableFaviconsFromWebManifestName[] =
1709 "Load favicons from Web Manifests";
1710const char kEnableFaviconsFromWebManifestDescription[] =
1711 "Fetch Web Manifests on page load to read favicons from them.";
1712
1713const char kEnableNtpAssetDownloadSuggestionsName[] =
1714 "Show asset downloads on the New Tab page";
1715const char kEnableNtpAssetDownloadSuggestionsDescription[] =
1716 "If enabled, the list of content suggestions on the New Tab page will "
1717 "contain assets (e.g. books, pictures, audio) that the user downloaded for "
1718 "later use.";
1719
1720const char kEnableNtpBookmarkSuggestionsName[] =
1721 "Show recently visited bookmarks on the New Tab page";
1722const char kEnableNtpBookmarkSuggestionsDescription[] =
1723 "If enabled, the list of content suggestions on the New Tab page will "
1724 "contain recently visited bookmarks.";
1725
1726const char kEnableNtpForeignSessionsSuggestionsName[] =
1727 "Show recent foreign tabs on the New Tab page";
1728const char kEnableNtpForeignSessionsSuggestionsDescription[] =
1729 "If enabled, the list of content suggestions on the New Tab page will "
1730 "contain recent foreign tabs.";
1731
1732const char kEnableNtpMostLikelyFaviconsFromServerName[] =
1733 "Download favicons for NTP tiles from Google.";
1734const char kEnableNtpMostLikelyFaviconsFromServerDescription[] =
1735 "If enabled, missing favicons for NTP tiles get downloaded from Google. "
1736 "This only applies to tiles that originate from synced history.";
1737
Jan Krcal7fadbd32017-08-04 10:49:211738const char kNtpTilesLowerResolutionFaviconsName[] =
1739 "Show also lower resolution favicons in NTP tiles.";
1740const char kNtpTilesLowerResolutionFaviconsDescription[] =
1741 "If enabled, the size limit for a favicon to get displayed in an NTP tile "
1742 "decreases. Tiles where the largest available favicon is below this limit "
1743 "get displayed as colored tiles.";
1744
Brett Wilsonff596952017-07-14 01:06:551745const char kEnableNtpOfflinePageDownloadSuggestionsName[] =
1746 "Show offline page downloads on the New Tab page";
1747const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] =
1748 "If enabled, the list of content suggestions on the New Tab page will "
1749 "contain pages that the user downloaded for later use.";
1750
1751const char kEnableNtpRemoteSuggestionsName[] =
1752 "Show server-side suggestions on the New Tab page";
1753const char kEnableNtpRemoteSuggestionsDescription[] =
1754 "If enabled, the list of content suggestions on the New Tab page will "
1755 "contain server-side suggestions (e.g., Articles for you). Furthermore, it "
1756 "allows to override the source used to retrieve these server-side "
1757 "suggestions.";
1758
1759const char kEnableNtpSnippetsVisibilityName[] =
1760 "Make New Tab Page Snippets more visible.";
1761const char kEnableNtpSnippetsVisibilityDescription[] =
1762 "If enabled, the NTP snippets will become more discoverable with a larger "
1763 "portion of the first card above the fold.";
1764
1765const char kEnableNtpSuggestionsNotificationsName[] =
1766 "Notify about new content suggestions available at the New Tab page";
1767const char kEnableNtpSuggestionsNotificationsDescription[] =
1768 "If enabled, notifications will inform about new content suggestions on "
1769 "the New Tab page.";
1770
1771const char kEnablePhysicalWebName[] = "Enable the Physical Web.";
1772const char kEnablePhysicalWebDescription[] =
1773 "Enable scanning for URLs from Physical Web objects.";
1774
1775const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
1776const char kEnableOfflinePreviewsDescription[] =
1777 "Enable showing offline page previews on slow networks.";
1778
1779const char kEnableOskOverscrollName[] = "Enable OSK Overscroll";
1780const char kEnableOskOverscrollDescription[] =
1781 "Enable OSK overscroll support. With this flag on, the OSK will only "
1782 "resize the visual viewport.";
1783
1784const char kEnableSpecialLocaleName[] =
1785 "Enable custom logic for special locales.";
1786const char kEnableSpecialLocaleDescription[] =
1787 "Enable custom logic for special locales. In this mode, Chrome might "
1788 "behave differently in some locales.";
1789
Brett Wilsonff596952017-07-14 01:06:551790const char kEnableWebNfcName[] = "WebNFC";
1791const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
1792
gogeraldf3cbb422017-07-26 14:37:121793const char kEnableWebPaymentsMethodSectionOrderV2Name[] =
1794 "Enable Web Payments method section order V2.";
1795const char kEnableWebPaymentsMethodSectionOrderV2Description[] =
1796 "Enable this option to display payment method section above address "
1797 "section instead of below it.";
1798
Brett Wilsonff596952017-07-14 01:06:551799const char kEnableWebPaymentsSingleAppUiSkipName[] =
1800 "Enable Web Payments single app UI skip";
1801const char kEnableWebPaymentsSingleAppUiSkipDescription[] =
1802 "Enable Web Payments to skip showing its UI if the developer specifies a "
1803 "single app.";
1804
1805const char kHerbPrototypeChoicesName[] = "Switch preferred flavor of Herb";
1806const char kHerbPrototypeChoicesDescription[] =
1807 "Switching this option changes which tab management prototype is being "
1808 "tested.";
1809const char kHerbPrototypeFlavorElderberry[] =
1810 "ELDERBERRY: All View Intents in CCT v2";
1811
1812const char kKeepPrefetchedContentSuggestionsName[] =
1813 "Keep prefetched content suggestions";
1814const char kKeepPrefetchedContentSuggestionsDescription[] =
1815 "If enabled, some of prefetched content suggestions are not replaced by "
1816 "the new fetched suggestions.";
1817
1818const char kLsdPermissionPromptName[] =
1819 "Location Settings Dialog Permission Prompt";
1820const char kLsdPermissionPromptDescription[] =
1821 "Whether to use the Google Play Services Location Settings Dialog "
1822 "permission dialog.";
1823
Brett Wilsonff596952017-07-14 01:06:551824const char kMediaScreenCaptureName[] = "Experimental ScreenCapture.";
1825const char kMediaScreenCaptureDescription[] =
1826 "Enable this option for experimental ScreenCapture feature on Android.";
1827
1828const char kModalPermissionPromptsName[] = "Modal Permission Prompts";
1829const char kModalPermissionPromptsDescription[] =
1830 "Whether to use permission dialogs in place of permission infobars.";
1831
Brett Wilsonff596952017-07-14 01:06:551832const char kNewPhotoPickerName[] = "Enable new Photopicker";
1833const char kNewPhotoPickerDescription[] =
1834 "Activates the new picker for selecting photos.";
1835
1836const char kNoCreditCardAbort[] = "No Credit Card Abort";
1837const char kNoCreditCardAbortDescription[] =
1838 "Whether or not the No Credit Card Abort is enabled.";
1839
1840const char kNtpCondensedLayoutName[] = "Condensed NTP layout";
1841const char kNtpCondensedLayoutDescription[] =
1842 "Show a condensed layout on the New Tab Page.";
1843
1844const char kNtpCondensedTileLayoutName[] = "Condensed NTP tile layout";
1845const char kNtpCondensedTileLayoutDescription[] =
1846 "Show a condensed tile layout on the New Tab Page.";
1847
Nicolas Dossou-gbete56f37dc2017-08-10 16:14:041848const char kSiteExplorationUiName[] = "Site Exploration UI";
1849const char kSiteExplorationUiDescription[] =
1850 "Show site suggestions in the Exploration UI";
1851
Brett Wilsonff596952017-07-14 01:06:551852const char kNtpGoogleGInOmniboxName[] = "Google G in New Tab Page omnibox";
1853const char kNtpGoogleGInOmniboxDescription[] =
1854 "Show a Google G in the omnibox on the New Tab Page.";
1855
1856const char kNtpOfflinePagesName[] = "Enable NTP offline pages";
1857const char kNtpOfflinePagesDescription[] =
1858 "Enables badging of offline pages on the New Tab page. Only relevant if "
1859 "offline pages are enabled.";
1860
1861const char kNtpPopularSitesName[] = "Show popular sites on the New Tab page";
1862const char kNtpPopularSitesDescription[] =
1863 "Pre-populate the New Tab page with popular sites.";
1864
Brett Wilsonff596952017-07-14 01:06:551865const char kOfflineBookmarksName[] = "Enable offline bookmarks";
1866const char kOfflineBookmarksDescription[] =
1867 "Enable saving bookmarked pages for offline viewing.";
1868
1869const char kOfflinePagesAsyncDownloadName[] =
1870 R"*(Enables showing "DOWNLOAD WHEN ONLINE" button in error pages.)*";
1871const char kOfflinePagesAsyncDownloadDescription[] =
1872 R"*(Enables showing "DOWNLOAD WHEN ONLINE" button in error pages such )*"
1873 R"*(that the user can click on it to download the page later.)*";
1874
1875const char kOfflinePagesCtName[] = "Enable Offline Pages CT features.";
1876const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features.";
1877
1878const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features.";
1879const char kOfflinePagesCtV2Description[] =
1880 "V2 features include attributing pages to the app that initiated the "
1881 "custom tabs, and being able to query for pages by page attribution.";
1882
1883const char kOfflinePagesLoadSignalCollectingName[] =
1884 "Enables collecting load timing data for offline page snapshots.";
1885const char kOfflinePagesLoadSignalCollectingDescription[] =
1886 "Enables loading completeness data collection while writing an offline "
1887 "page. This data is collected in the snapshotted offline page to allow "
1888 "data analysis to improve deciding when to make the offline snapshot.";
1889
1890const char kOfflinePagesPrefetchingName[] =
1891 "Enables suggested offline pages to be prefetched.";
1892const char kOfflinePagesPrefetchingDescription[] =
1893 "Enables suggested offline pages to be prefetched, so useful content is "
1894 "available while offline.";
1895
Cathy Li3d5379e2017-09-07 00:11:091896const char kOfflinePagesPrefetchingUIName[] =
1897 "Enables prefetched offline pages to be shown in UI.";
1898const char kOfflinePagesPrefetchingUIDescription[] =
1899 "Enables prefetched offline pages to raise notifications and be shown in "
1900 "download home UI.";
1901
Collin Baker17f92a52017-07-19 21:41:251902const char kOfflinePagesRenovationsName[] = "Enables offline page renovations.";
1903const char kOfflinePagesRenovationsDescription[] =
1904 "Enables offline page renovations which correct issues with dynamic "
1905 "content that occur when offlining pages that use JavaScript.";
1906
Brett Wilsonff596952017-07-14 01:06:551907const char kOfflinePagesSharingName[] = "Enables offline pages to be shared.";
1908const char kOfflinePagesSharingDescription[] =
1909 "Enables the saved offline pages to be shared via other applications.";
1910
1911const char kOfflinePagesSvelteConcurrentLoadingName[] =
1912 "Enables concurrent background loading on svelte.";
1913const char kOfflinePagesSvelteConcurrentLoadingDescription[] =
1914 "Enables concurrent background loading (or downloading) of pages on "
1915 "Android svelte (512MB RAM) devices. Otherwise, background loading will "
1916 "happen when the svelte device is idle.";
1917
1918const char kOffliningRecentPagesName[] =
1919 "Enable offlining of recently visited pages";
1920const char kOffliningRecentPagesDescription[] =
1921 "Enable storing recently visited pages locally for offline use. Requires "
1922 "Offline Pages to be enabled.";
1923
1924extern const char kPayWithGoogleV1Name[] = "Pay with Google v1";
1925extern const char kPayWithGoogleV1Description[] =
1926 "Enable Pay with Google integration into Web Payments with API version "
1927 "'1'.";
1928
Matthew Jones7c37430cd2017-09-11 15:59:281929const char kProgressBarThrottleName[] = "Android progress update throttling.";
1930const char kProgressBarThrottleDescription[] =
1931 "Limit the maximum progress update to make progress appear smoother.";
1932
Brett Wilsonff596952017-07-14 01:06:551933const char kProgressBarCompletionName[] =
1934 "Android phone page load progress bar completion time.";
1935const char kProgressBarCompletionDescription[] =
1936 "Configures Android phone page loading progress bar completion time.";
1937const char kProgressBarCompletionLoadEvent[] =
1938 R"*(Top loading frame's onload event ("everything" is done in the )*"
1939 R"*(page, historical behavior).)*";
1940const char kProgressBarCompletionResourcesBeforeDcl[] =
1941 "Main frame's domContentLoaded and all resources loads started before "
1942 "domContentLoaded (iframes ignored).";
1943const char kProgressBarCompletionDomContentLoaded[] =
1944 "Main frame's domContentLoaded (iframes ignored).";
1945const char kProgressBarCompletionResourcesBeforeDclAndSameOriginIframes[] =
1946 "domContentLoaded and all resources loads started before domContentLoaded "
1947 "(main frame and same origin iframes).";
1948
1949const char kPullToRefreshEffectName[] = "The pull-to-refresh effect";
1950const char kPullToRefreshEffectDescription[] =
1951 "Page reloads triggered by vertically overscrolling content.";
1952
Piotr Swigon7c296ef2017-08-29 04:32:001953const char kPwaImprovedSplashScreenName[] =
1954 "Improved Splash Screen for standalone PWAs";
1955const char kPwaImprovedSplashScreenDescription[] =
1956 "Enables the Improved Splash Screen UX for standalone PWAs based on new "
1957 "Web App Manifest attributes";
Piotr Swigon9f630b32017-07-26 09:42:491958const char kPwaPersistentNotificationName[] =
1959 "Persistent notification in standalone PWA";
1960const char kPwaPersistentNotificationDescription[] =
1961 "Enables a persistent Android notification for standalone PWAs";
1962
Brett Wilsonff596952017-07-14 01:06:551963const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
1964const char kReaderModeHeuristicsDescription[] =
1965 "Determines what pages the Reader Mode infobar is shown on.";
1966const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
1967const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
1968const char kReaderModeHeuristicsAllArticles[] = "All articles";
1969const char kReaderModeHeuristicsAlwaysOff[] = "Never";
1970const char kReaderModeHeuristicsAlwaysOn[] = "Always";
1971
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:181972const char kReaderModeInCCTName[] = "Reader Mode in CCT";
1973const char kReaderModeInCCTDescription[] =
1974 "Open Reader Mode in Chrome Custom Tabs.";
1975
Brett Wilsonff596952017-07-14 01:06:551976const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
1977const char kSetMarketUrlForTestingDescription[] =
1978 "When enabled, sets the market URL for use in testing the update menu "
1979 "item.";
1980
1981const char kSpannableInlineAutocompleteName[] = "Spannable inline autocomplete";
1982const char kSpannableInlineAutocompleteDescription[] =
1983 "A new type of inline autocomplete for the omnibox that works with "
1984 "keyboards that compose text.";
1985
Brett Wilsonff596952017-07-14 01:06:551986const char kTranslateCompactUIName[] = "New Translate Infobar";
1987const char kTranslateCompactUIDescription[] =
1988 "Enable the new Translate compact infobar UI.";
1989
1990const char kUpdateMenuBadgeName[] = "Force show update menu badge";
1991const char kUpdateMenuBadgeDescription[] =
1992 "When enabled, an update badge will be shown on the app menu button.";
1993
1994const char kUpdateMenuItemCustomSummaryDescription[] =
1995 "When this flag and the force show update menu item flag are enabled, a "
1996 "custom summary string will be displayed below the update menu item.";
1997const char kUpdateMenuItemCustomSummaryName[] =
1998 "Update menu item custom summary";
1999
2000const char kUpdateMenuItemName[] = "Force show update menu item";
2001const char kUpdateMenuItemDescription[] =
2002 R"*(When enabled, an "Update Chrome" item will be shown in the app )*"
2003 R"*(menu.)*";
2004
2005const char kUseAndroidMidiApiName[] = "Use Android Midi API";
2006const char kUseAndroidMidiApiDescription[] =
2007 "Use Android Midi API for WebMIDI (effective only with Android M+ "
2008 "devices).";
2009
Marc Treib93af46a2017-08-23 13:30:002010const char kThirdPartyDoodlesName[] =
2011 "Enable Doodles for third-party search engines";
2012const char kThirdPartyDoodlesDescription[] =
2013 "Enables fetching and displaying Doodles on the NTP for third-party search "
2014 "engines.";
2015
Brett Wilsonff596952017-07-14 01:06:552016const char kXGEOVisibleNetworksName[] = "Enable XGEO Visible Networks";
2017const char kXGEOVisibleNetworksDescription[] =
2018 "If location permissions are granted, include visible networks in the XGEO "
2019 "Header for omnibox queries. This will only happen if location is not "
2020 "fresh or not available (for example, due to a cold start).";
2021
Brett Wilson7b44537e2017-08-18 01:38:282022// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:552023
Brett Wilson7b44537e2017-08-18 01:38:282024#else // !defined(OS_ANDROID)
brettw5f9c1642017-05-14 17:12:482025
Brett Wilson7b44537e2017-08-18 01:38:282026const char kAccountConsistencyName[] =
2027 "Identity consistency between browser and cookie jar";
2028const char kAccountConsistencyDescription[] =
2029 "When enabled, the browser manages signing in and out of Google accounts.";
2030const char kAccountConsistencyChoiceMirror[] = "Mirror";
2031const char kAccountConsistencyChoiceDice[] = "Dice";
vabr0215a8e2017-03-28 12:47:342032
Chris Pickel3a227ae62017-08-24 10:47:262033const char kDoodlesOnLocalNtpName[] = "Enable doodles on the local NTP";
2034const char kDoodlesOnLocalNtpDescription[] =
2035 "Show doodles on the local New Tab page if Google is the default search "
2036 "engine.";
2037
mlamouriff56c092017-05-11 15:31:392038const char kEnableAudioFocusName[] = "Manage audio focus across tabs";
mlamouriff56c092017-05-11 15:31:392039const char kEnableAudioFocusDescription[] =
vabr0215a8e2017-03-28 12:47:342040 "Manage audio focus across tabs to improve the audio mixing.";
mlamouriff56c092017-05-11 15:31:392041const char kEnableAudioFocusDisabled[] = "Disabled";
mlamouriff56c092017-05-11 15:31:392042const char kEnableAudioFocusEnabled[] = "Enabled";
mlamouriff56c092017-05-11 15:31:392043const char kEnableAudioFocusEnabledDuckFlash[] =
vabr0215a8e2017-03-28 12:47:342044 "Enabled (Flash lowers volume when interrupted by other sound, "
2045 "experimental)";
2046
Brett Wilson7b44537e2017-08-18 01:38:282047const char kEnableNewAppMenuIconName[] = "Enable the New App Menu Icon";
2048const char kEnableNewAppMenuIconDescription[] =
2049 "Use the new app menu icon with update notification animations.";
vabr0215a8e2017-03-28 12:47:342050
2051const char kOmniboxEntitySuggestionsName[] = "Omnibox entity suggestions";
vabr0215a8e2017-03-28 12:47:342052const char kOmniboxEntitySuggestionsDescription[] =
krbcc621412017-06-01 19:40:282053 "Enable receiving entity suggestions - disambiguation descriptions - for "
2054 "Omnibox suggestions.";
2055
2056const char kOmniboxTailSuggestionsName[] = "Omnibox tail suggestions";
2057const char kOmniboxTailSuggestionsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192058 "Enable receiving tail suggestions, a type of search suggestion based on "
2059 "the last few words in the query, for the Omnibox.";
vabr0215a8e2017-03-28 12:47:342060
Brett Wilson7b44537e2017-08-18 01:38:282061const char kOneGoogleBarOnLocalNtpName[] =
2062 "Enable the OneGoogleBar on the local NTP";
2063const char kOneGoogleBarOnLocalNtpDescription[] =
2064 "Show a OneGoogleBar on the local New Tab page if Google is the default "
2065 "search engine.";
2066
ojan38c678352017-04-11 20:27:552067const char kPauseBackgroundTabsName[] = "Pause background tabs";
2068const char kPauseBackgroundTabsDescription[] =
2069 "Pause timers in background tabs after 5 minutes on desktop.";
2070
Brett Wilson7b44537e2017-08-18 01:38:282071const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP";
2072const char kUseGoogleLocalNtpDescription[] =
2073 "Use the local New Tab page if Google is the default search engine.";
spqchan064a8112017-04-18 16:46:322074
Brett Wilson7b44537e2017-08-18 01:38:282075const char kVoiceSearchOnLocalNtpName[] =
2076 "Enable Voice Search on the local NTP";
2077const char kVoiceSearchOnLocalNtpDescription[] =
2078 "Show a microphone for voice search on the local New Tab page "
2079 "if Google is the default search engine.";
2080
2081#if defined(GOOGLE_CHROME_BUILD)
2082
2083const char kGoogleBrandedContextMenuName[] =
2084 "Google branding in the context menu";
2085const char kGoogleBrandedContextMenuDescription[] =
2086 "Shows a Google icon next to context menu items powered by Google "
2087 "services.";
2088
2089#endif // !defined(GOOGLE_CHROME_BUILD)
2090
2091#endif // !defined(OS_ANDROID)
2092
2093// Windows ---------------------------------------------------------------------
2094
2095#if defined(OS_WIN)
2096
2097const char kCloudPrintXpsName[] = "XPS in Google Cloud Print";
2098const char kCloudPrintXpsDescription[] =
2099 "XPS enables advanced options for classic printers connected to the Cloud "
2100 "Print with Chrome. Printers must be re-connected after changing this "
2101 "flag.";
2102
Dave Tapuskadd43469d2017-08-22 22:15:532103const char kDirectManipulationStylusName[] = "Direct Manipulation Stylus";
2104const char kDirectManipulationStylusDescription[] =
2105 "If enabled, Chrome will scroll web pages on stylus drag.";
2106
Brett Wilson7b44537e2017-08-18 01:38:282107const char kDisablePostscriptPrinting[] = "Disable PostScript Printing";
2108const char kDisablePostscriptPrintingDescription[] =
2109 "Disables PostScript generation when printing to PostScript capable "
2110 "printers, and uses EMF generation in its place.";
2111
2112const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown.";
2113const char kEnableAppcontainerDescription[] =
2114 "Enables the use of an AppContainer on sandboxed processes to improve "
2115 "security.";
2116
2117const char kEnableD3DVsync[] = "D3D v-sync";
2118const char kEnableD3DVsyncDescription[] =
2119 "Produces v-sync signal by having D3D wait for vertical blanking interval "
2120 "to occur.";
2121
2122const char kEnableDesktopIosPromotionsName[] = "Desktop to iOS promotions.";
2123const char kEnableDesktopIosPromotionsDescription[] =
2124 "Enable Desktop to iOS promotions, and allow users to see them if they are "
2125 "eligible.";
2126
2127const char kGdiTextPrinting[] = "GDI Text Printing";
2128const char kGdiTextPrintingDescription[] =
2129 "Use GDI to print text as simply text";
2130
2131const char kMergeKeyCharEventsName[] =
2132 "Enable or disable merging merging the key event (WM_KEY*) with char event "
2133 "(WM_CHAR).";
2134const char kMergeKeyCharEventsDescription[] =
2135 "If disabled, Chrome will handle WM_KEY* and WM_CHAR separately.";
2136
2137const char kTraceExportEventsToEtwName[] =
2138 "Enable exporting of tracing events to ETW.";
2139const char kTraceExportEventsToEtwDesription[] =
2140 "If enabled, trace events will be exported to the Event Tracing for "
2141 "Windows (ETW) and can then be captured by tools such as UIForETW or "
2142 "Xperf.";
2143
2144const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
2145const char kUseWinrtMidiApiDescription[] =
2146 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
2147 "later).";
2148
2149const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar";
2150const char kWindows10CustomTitlebarDescription[] =
2151 "If enabled, Chrome will draw the titlebar and caption buttons instead of "
2152 "deferring to Windows.";
2153
Wez6656c572017-08-29 22:29:582154#if DCHECK_IS_ON() && defined(SYZYASAN)
2155extern const char kSyzyAsanDcheckIsFatalName[] = "DCHECKs are fatal";
2156extern const char kSyzyAsanDcheckIsFatalDescription[] =
2157 "By default Chrome will evaluate DCHECKs in SyzyASAN builds, but only log "
2158 "failed DCHECKs. If enabled, DCHECKs will crash the calling process.";
2159#endif // DCHECK_IS_ON() && defined(SYZYASAN)
2160
Brett Wilson7b44537e2017-08-18 01:38:282161#endif // defined(OS_WIN)
2162
2163// Mac -------------------------------------------------------------------------
2164
2165#if defined(OS_MACOSX)
2166
2167const char kAppInfoDialogName[] = "Toolkit-Views App Info Dialog.";
2168const char kAppInfoDialogDescription[] =
2169 "Makes the Toolkit-Views based App Info dialog accessible from "
2170 "chrome://apps or chrome://extensions in place of the native extension "
2171 "permissions dialog, or the details link (which is a link to the Web "
2172 "Store).";
2173
2174const char kAppWindowCyclingName[] = "Custom Window Cycling for Chrome Apps.";
2175const char kAppWindowCyclingDescription[] =
2176 "Changes the behavior of Cmd+` when a Chrome App becomes active. When "
2177 "enabled, Chrome Apps will not be cycled when Cmd+` is pressed from a "
2178 "browser window, and browser windows will not be cycled when a Chrome App "
2179 "is active.";
2180
2181extern const char kCreditCardAutofillTouchBarName[] =
2182 "Credit Card Autofill Touch Bar";
2183extern const char kCreditCardAutofillTouchBarDescription[] =
2184 "Shows Credit Card Autofill Suggestions on the Touch Bar.";
2185
2186const char kFullscreenToolbarRevealName[] =
2187 "Enables the toolbar in fullscreen to reveal itself.";
2188const char kFullscreenToolbarRevealDescription[] =
2189 "Reveal the toolbar in fullscreen for a short period when the tab strip "
2190 "has changed.";
2191
2192const char kContentFullscreenName[] = "Improved Content Fullscreen";
2193const char kContentFullscreenDescription[] =
2194 "Fullscreen content window detaches from main browser window and goes to "
2195 "a new space without moving or changing the original browser window.";
2196
2197extern const char kDialogTouchBarName[] = "Dialog Touch Bar";
2198extern const char kDialogTouchBarDescription[] =
2199 "Shows Dialog buttons on the Touch Bar.";
2200
2201const char kHostedAppsInWindowsName[] =
2202 "Allow hosted apps to be opened in windows";
2203const char kHostedAppsInWindowsDescription[] =
2204 "Allows hosted apps to be opened in windows instead of being limited to "
2205 "tabs.";
2206
2207extern const char kMacRTLName[] = "Enable RTL";
2208extern const char kMacRTLDescription[] =
2209 "Mirrors the UI for RTL language users";
2210
2211extern const char kMacTouchBarName[] = "Hardware Touch Bar";
2212extern const char kMacTouchBarDescription[] =
2213 "Control the use of the Touch Bar.";
2214
2215const char kMacV2SandboxName[] = "Mac V2 Sandbox";
2216const char kMacV2SandboxDescription[] =
2217 "Eliminates the unsandboxed warmup phase and sandboxes processes for their "
2218 "entire life cycle.";
2219
2220const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows.";
2221const char kMacViewsNativeAppWindowsDescription[] =
2222 "Controls whether to use Toolkit-Views based Chrome App windows.";
2223
2224const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager.";
2225const char kMacViewsTaskManagerDescription[] =
2226 "Controls whether to use the Toolkit-Views based Task Manager.";
2227
2228const char kTabDetachingInFullscreenName[] =
2229 "Allow tab detaching in fullscreen";
2230const char kTabDetachingInFullscreenDescription[] =
2231 "Allow tabs to detach from the tabstrip when in fullscreen mode on Mac.";
2232
2233const char kTabStripKeyboardFocusName[] = "Tab Strip Keyboard Focus";
2234const char kTabStripKeyboardFocusDescription[] =
2235 "Enable keyboard focus for the tabs in the tab strip.";
2236
2237const char kTranslateNewUxName[] = "New Translate UX";
2238const char kTranslateNewUxDescription[] =
2239 "Enable the new Translate bubble UX is offered instead of the infobar.";
2240
2241// Non-Mac ---------------------------------------------------------------------
2242
2243#else // !defined(OS_MACOSX)
2244
2245const char kPermissionPromptPersistenceToggleName[] =
2246 "Persistence Toggle in Permission Prompts";
2247const char kPermissionPromptPersistenceToggleDescription[] =
2248 "Whether to display a persistence toggle in permission prompts.";
2249
2250#endif
2251
2252// Chrome OS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:342253
2254#if defined(OS_CHROMEOS)
2255
Brett Wilson7b44537e2017-08-18 01:38:282256const char kAcceleratedMjpegDecodeName[] =
2257 "Hardware-accelerated mjpeg decode for captured frame";
2258const char kAcceleratedMjpegDecodeDescription[] =
2259 "Enable hardware-accelerated mjpeg decode for captured frame where "
2260 "available.";
vabr0215a8e2017-03-28 12:47:342261
Brett Wilson7b44537e2017-08-18 01:38:282262const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click";
2263const char kAllowTouchpadThreeFingerClickDescription[] =
2264 "Enables touchpad three-finger-click as middle button.";
vabr0215a8e2017-03-28 12:47:342265
Brett Wilson7b44537e2017-08-18 01:38:282266const char kArcBootCompleted[] = "Load Android apps automatically";
2267const char kArcBootCompletedDescription[] =
2268 "Allow Android apps to start automatically after signing in.";
vabr0215a8e2017-03-28 12:47:342269
Lev Rumyantsev7a8544312017-08-18 19:26:512270const char kArcNativeBridgeExperimentName[] =
2271 "Enable native bridge experiment for ARC";
2272const char kArcNativeBridgeExperimentDescription[] =
2273 "Enables experimental native bridge feature.";
2274
Brett Wilson7b44537e2017-08-18 01:38:282275const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
2276const char kAshEnableUnifiedDesktopDescription[] =
2277 "Enable unified desktop mode which allows a window to span multiple "
2278 "displays.";
vabr0215a8e2017-03-28 12:47:342279
Brett Wilson7b44537e2017-08-18 01:38:282280const char kBootAnimationName[] = "Boot animation";
2281const char kBootAnimationDescription[] =
2282 "Wallpaper boot animation (except for OOBE case).";
vabr0215a8e2017-03-28 12:47:342283
Brett Wilson7b44537e2017-08-18 01:38:282284const char kCaptivePortalBypassProxyName[] =
2285 "Bypass proxy for Captive Portal Authorization";
2286const char kCaptivePortalBypassProxyDescription[] =
2287 "If proxy is configured, it usually prevents from authorization on "
2288 "different captive portals. This enables opening captive portal "
2289 "authorization dialog in a separate window, which ignores proxy settings.";
vabr0215a8e2017-03-28 12:47:342290
Brett Wilson7b44537e2017-08-18 01:38:282291const char kCrOSComponentName[] = "Chrome OS Component";
2292const char kCrOSComponentDescription[] =
2293 "Enable the use of componentized escpr CUPS filter.";
vabr0215a8e2017-03-28 12:47:342294
Xiaochu Liu51d03fd2017-09-08 23:51:022295const char kCrOSContainerName[] = "Chrome OS Container";
2296const char kCrOSContainerDescription[] =
2297 "Enable the use of Chrome OS Container utility.";
2298
Brett Wilson7b44537e2017-08-18 01:38:282299const char kCrosRegionsModeName[] = "Cros-regions load mode";
2300const char kCrosRegionsModeDescription[] =
2301 "This flag controls cros-regions load mode";
2302const char kCrosRegionsModeDefault[] = "Default";
2303const char kCrosRegionsModeOverride[] = "Override VPD values.";
2304const char kCrosRegionsModeHide[] = "Hide VPD values.";
vabr0215a8e2017-03-28 12:47:342305
Jacob Dufault2becbc482017-08-25 00:36:352306const char kDisableLockScreenAppsName[] = "Disable lock screen note taking";
2307const char kDisableLockScreenAppsDescription[] =
2308 "Disable new-note action handler apps on the lock screen. The user will "
2309 "not be able to launch the preferred note-taking action from the lock "
2310 "screen, provided that the app supports lock screen note taking.";
2311
Brett Wilson7b44537e2017-08-18 01:38:282312const char kDisableNewVirtualKeyboardBehaviorName[] =
2313 "New window behavior for the accessibility keyboard";
2314const char kDisableNewVirtualKeyboardBehaviorDescription[] =
2315 "Disable new window behavior for the accessibility keyboard in non-sticky "
2316 "mode (do not change work area in non-sticky mode).";
vabr0215a8e2017-03-28 12:47:342317
Sammie Quonef6b4882017-09-14 16:50:052318const char kDisableTabletAutohideTitlebarsName[] =
2319 "Disable autohide titlebars in tablet mode";
2320const char kDisableTabletAutohideTitlebarsDescription[] =
2321 "Disable tablet mode autohide titlebars functionality. The user will be "
2322 "able to see the titlebar in tablet mode.";
2323
Brett Wilson7b44537e2017-08-18 01:38:282324const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences.";
2325const char kEnablePerUserTimezoneDescription[] =
2326 "Chrome OS system timezone preference is stored and handled for each user "
2327 "individually.";
vabr0215a8e2017-03-28 12:47:342328
Brett Wilson7b44537e2017-08-18 01:38:282329const char kDisableSystemTimezoneAutomaticDetectionName[] =
2330 "SystemTimezoneAutomaticDetection policy support";
2331const char kDisableSystemTimezoneAutomaticDetectionDescription[] =
2332 "Disable system timezone automatic detection device policy.";
vabr0215a8e2017-03-28 12:47:342333
newcomer403ac142017-07-05 18:26:302334const char kEnableFullscreenAppListName[] = "Enable The Peeking Launcher";
newcomer403ac142017-07-05 18:26:302335const char kEnableFullscreenAppListDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192336 "The peeking launcher UI supports touch and provides more space for "
2337 "upcoming features.";
newcomer403ac142017-07-05 18:26:302338
Alex Newcomer43cb7f12017-07-28 17:37:392339extern const char kEnableBackgroundBlurName[] = "Enable background blur.";
2340extern const char kEnableBackgroundBlurDescription[] =
2341 "Enables background blur for the Peeking Launcher, Lock Screen, and Tab "
2342 "Switcher.";
2343
Brett Wilson7b44537e2017-08-18 01:38:282344const char kEnableAndroidWallpapersAppName[] = "Android Wallpapers App";
2345const char kEnableAndroidWallpapersAppDescription[] =
2346 "Enables the Android Wallpapers App as the default Wallpaper App on Chrome "
2347 "OS.";
vabr0215a8e2017-03-28 12:47:342348
Brett Wilson7b44537e2017-08-18 01:38:282349const char kEnableChromevoxArcSupportName[] = "ChromeVox ARC support";
2350const char kEnableChromevoxArcSupportDescription[] =
2351 "Enable ChromeVox screen reader features in ARC";
vabr0215a8e2017-03-28 12:47:342352
Brett Wilson7b44537e2017-08-18 01:38:282353const char kEnableEhvInputName[] =
2354 "Emoji, handwriting and voice input on opt-in IME menu";
2355const char kEnableEhvInputDescription[] =
2356 "Enable access to emoji, handwriting and voice input form opt-in IME menu.";
vabr0215a8e2017-03-28 12:47:342357
Brett Wilson7b44537e2017-08-18 01:38:282358const char kEnableEncryptionMigrationName[] =
2359 "Enable encryption migration of user data";
2360const char kEnableEncryptionMigrationDescription[] =
2361 "If enabled and the device supports ARC, the user will be asked to update "
2362 "the encryption of user data when the user signs in.";
vabr0215a8e2017-03-28 12:47:342363
Klemen Kozjekf2b30e452017-09-01 05:04:512364const char kEnableExternalDriveRename[] = "Enable external drive rename";
2365const char kEnableExternalDriveRenameDescription[] =
2366 "If enabled, external removable drives will get 'Rename' action in the "
2367 "context menu";
2368
Brett Wilson7b44537e2017-08-18 01:38:282369const char kEnableImeMenuName[] = "Enable opt-in IME menu";
2370const char kEnableImeMenuDescription[] =
2371 "Enable access to the new IME menu in the Language Settings page.";
vabr0215a8e2017-03-28 12:47:342372
Brett Wilson7b44537e2017-08-18 01:38:282373const char kEnableZipArchiverOnFileManagerName[] = "ZIP archiver for Drive";
2374const char kEnableZipArchiverOnFileManagerDescription[] =
2375 "Enable the ability to archive and unpack files on Drive in the Files app";
2376
2377const char kEolNotificationName[] = "Disable Device End of Life notification.";
2378const char kEolNotificationDescription[] =
2379 "Disable Notifcation when Device is End of Life.";
2380
2381const char kExperimentalAccessibilityFeaturesName[] =
2382 "Experimental accessibility features";
2383const char kExperimentalAccessibilityFeaturesDescription[] =
2384 "Enable additional accessibility features in the Settings page.";
2385
2386const char kExperimentalInputViewFeaturesName[] =
2387 "Experimental input view features";
2388const char kExperimentalInputViewFeaturesDescription[] =
2389 "Enable experimental features for IME input views.";
2390
2391const char kFileManagerTouchModeName[] = "Files App. touch mode";
2392const char kFileManagerTouchModeDescription[] =
2393 "Touchscreen-specific interactions of the Files app.";
2394
2395const char kFirstRunUiTransitionsName[] =
2396 "Animated transitions in the first-run tutorial";
2397const char kFirstRunUiTransitionsDescription[] =
2398 "Transitions during first-run tutorial are animated.";
2399
2400const char kFloatingVirtualKeyboardName[] = "Floating virtual keyboard.";
2401const char kFloatingVirtualKeyboardDescription[] =
2402 "Enable/Disable floating virtual keyboard.";
2403
2404const char kForceEnableStylusToolsName[] = "Force enable stylus features";
2405const char kForceEnableStylusToolsDescription[] =
2406 "Forces display of the stylus tools menu in the shelf and the stylus "
2407 "section in settings, even if there is no attached stylus device.";
2408
2409const char kGestureEditingName[] = "Gesture editing for the virtual keyboard.";
2410const char kGestureEditingDescription[] =
2411 "Enable/Disable gesture editing option in the settings page for the "
2412 "virtual keyboard.";
2413
2414const char kGestureTypingName[] = "Gesture typing for the virtual keyboard.";
2415const char kGestureTypingDescription[] =
2416 "Enable/Disable gesture typing option in the settings page for the virtual "
2417 "keyboard.";
2418
2419const char kInputViewName[] = "Input views";
2420const char kInputViewDescription[] =
2421 "Enable IME extensions to supply custom views for user input such as "
2422 "virtual keyboards.";
2423
2424const char kMemoryPressureThresholdName[] =
2425 "Memory discard strategy for advanced pressure handling";
2426const char kMemoryPressureThresholdDescription[] =
2427 "Memory discarding strategy to use";
2428const char kConservativeThresholds[] =
2429 "Conservative memory pressure release strategy";
2430const char kAggressiveCacheDiscardThresholds[] =
2431 "Aggressive cache release strategy";
2432const char kAggressiveTabDiscardThresholds[] =
2433 "Aggressive tab release strategy";
2434const char kAggressiveThresholds[] =
2435 "Aggressive tab and cache release strategy";
2436
2437const char kMtpWriteSupportName[] = "MTP write support";
2438const char kMtpWriteSupportDescription[] =
2439 "MTP write support in File System API (and file manager). In-place editing "
2440 "operations are not supported.";
2441
2442const char kMultideviceName[] = "Enable multidevice features";
2443const char kMultideviceDescription[] =
2444 "Enables UI for controlling multidevice features.";
vabr0215a8e2017-03-28 12:47:342445
2446const char kNetworkPortalNotificationName[] =
2447 "Notifications about captive portals";
vabr0215a8e2017-03-28 12:47:342448const char kNetworkPortalNotificationDescription[] =
2449 "If enabled, notification is displayed when device is connected to a "
2450 "network behind captive portal.";
2451
stevenjbe1d457382017-05-24 22:37:242452const char kNetworkSettingsConfigName[] =
2453 "Settings based Network Configuration";
stevenjbe1d457382017-05-24 22:37:242454const char kNetworkSettingsConfigDescription[] =
2455 "Enables the Settings based network configuration UI instead of the Views "
2456 "based configuration dialog.";
2457
Brett Wilson7b44537e2017-08-18 01:38:282458const char kNewKoreanImeName[] = "New Korean IME";
2459const char kNewKoreanImeDescription[] =
2460 "New Korean IME, which is based on Google Input Tools' HMM engine.";
vabr0215a8e2017-03-28 12:47:342461
Brett Wilson7b44537e2017-08-18 01:38:282462const char kNewZipUnpackerName[] = "New ZIP unpacker";
2463const char kNewZipUnpackerDescription[] =
2464 "New ZIP unpacker flow, based on the File System Provider API.";
vabr0215a8e2017-03-28 12:47:342465
Brett Wilson7b44537e2017-08-18 01:38:282466const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect";
2467const char kPhysicalKeyboardAutocorrectDescription[] =
2468 "Enable physical keyboard autocorrect for US keyboard, which can provide "
2469 "suggestions as typing on physical keyboard.";
vabr0215a8e2017-03-28 12:47:342470
2471const char kPrinterProviderSearchAppName[] =
2472 "Chrome Web Store Gallery app for printer drivers";
vabr0215a8e2017-03-28 12:47:342473const char kPrinterProviderSearchAppDescription[] =
2474 "Enables Chrome Web Store Gallery app for printer drivers. The app "
Vitalii Iarko7df520142017-07-07 12:53:192475 "searches Chrome Web Store for extensions that support printing to a USB "
2476 "printer with specific USB ID.";
vabr0215a8e2017-03-28 12:47:342477
Brett Wilson7b44537e2017-08-18 01:38:282478const char kQuickUnlockPinName[] = "Quick Unlock (PIN)";
2479const char kQuickUnlockPinDescription[] =
2480 "Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS "
2481 "device on the lock screen after you have signed into your device.";
2482const char kQuickUnlockPinSignin[] = "Enable PIN when logging in.";
2483const char kQuickUnlockPinSigninDescription[] =
2484 "Enabling PIN allows you to use a PIN to sign in and unlock your ChromeOS "
2485 "device. After changing this flag PIN needs to be set up again.";
2486const char kQuickUnlockFingerprint[] = "Quick Unlock (Fingerprint)";
2487const char kQuickUnlockFingerprintDescription[] =
2488 "Enabling fingerprint quick unlock allows you to setup and use a "
2489 "fingerprint to unlock your Chromebook on the lock screen after you have "
2490 "signed into your device.";
vabr0215a8e2017-03-28 12:47:342491
Brett Wilson7b44537e2017-08-18 01:38:282492const char kOfficeEditingComponentAppName[] =
2493 "Office Editing for Docs, Sheets & Slides";
2494const char kOfficeEditingComponentAppDescription[] =
2495 "Office Editing for Docs, Sheets & Slides for testing purposes.";
Daniel Erat33054b22017-06-27 16:18:072496
2497const char kSpuriousPowerButtonWindowName[] = "Spurious power button window";
2498const char kSpuriousPowerButtonWindowDescription[] =
2499 "Number of recent accelerometer samples to examine to determine if a power "
2500 "button event was spurious.";
2501
2502const char kSpuriousPowerButtonAccelCountName[] =
2503 "Spurious power button acceleration count";
2504const char kSpuriousPowerButtonAccelCountDescription[] =
2505 "Number of recent acceleration samples that must meet or exceed exceed the "
2506 "threshold in order for a power button event to be considered spurious.";
2507
2508const char kSpuriousPowerButtonScreenAccelName[] =
2509 "Spurious power button screen acceleration threshold";
2510const char kSpuriousPowerButtonScreenAccelDescription[] =
2511 "Threshold (in m/s^2, disregarding gravity) that screen acceleration must "
2512 "meet or exceed for a power button event to be considered spurious.";
2513
2514const char kSpuriousPowerButtonKeyboardAccelName[] =
2515 "Spurious power button keyboard acceleration threshold";
2516const char kSpuriousPowerButtonKeyboardAccelDescription[] =
2517 "Threshold (in m/s^2, disregarding gravity) that keyboard acceleration "
2518 "must meet or exceed for a power button event to be considered spurious.";
2519
2520const char kSpuriousPowerButtonLidAngleChangeName[] =
2521 "Spurious power button lid angle change threshold";
2522const char kSpuriousPowerButtonLidAngleChangeDescription[] =
2523 "Change in lid angle (i.e. hinge between keyboard and screen) that must be "
2524 "met or exceeded for a power button event to be considered spurious.";
2525
Chung-Sheng Wu468b0b32017-09-01 14:41:572526const char kSysInternalsName[] = "Enable Sys-Internals";
2527const char kSysInternalsDescription[] =
2528 "If enabled, user can monitor system information at "
2529 "chrome://sys-internals.";
2530
Brett Wilson7b44537e2017-08-18 01:38:282531const char kTeamDrivesName[] = "Enable Team Drives Integration";
2532const char kTeamDrivesDescription[] =
2533 "If enabled, files under Team Drives will appear in the Files app.";
vabr0215a8e2017-03-28 12:47:342534
Brett Wilson7b44537e2017-08-18 01:38:282535const char kTetherName[] = "Instant Tethering";
2536const char kTetherDescription[] =
2537 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
2538 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:372539
Brett Wilson7b44537e2017-08-18 01:38:282540const char kTouchscreenCalibrationName[] =
2541 "Enable/disable touchscreen calibration option in material design settings";
2542const char kTouchscreenCalibrationDescription[] =
2543 "If enabled, the user can calibrate the touch screen displays in "
2544 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:092545
Mitsuru Oshima63d3f2a2017-08-23 00:12:112546// Force UI Mode
2547const char kUiModeName[] = "Force Ui Mode";
2548const char kUiModeDescription[] =
2549 R"*(This flag can be used to force a certain mode on to a chromebook, )*"
2550 R"*(despite its current orientation. "Tablet" means that the )*"
2551 R"*(chromebook will act as if it were in tablet mode. "Clamshell" )*"
2552 R"*(means that the chromebook will act as if it were in clamshell )*"
2553 R"*(mode . "Auto" means that the chromebook will alternate between )*"
2554 R"*(the two, based on its orientation.)*";
2555const char kUiModeTablet[] = "TouchView";
2556const char kUiModeClamshell[] = "Clamshell";
2557const char kUiModeAuto[] = "Auto (default)";
2558
bruthigeafb0c02017-06-09 13:11:532559const char kUiDevToolsName[] = "Enable native UI inspection";
2560const char kUiDevToolsDescription[] =
2561 "Enables inspection of native UI elements. For local inspection use "
2562 "chrome://inspect#other";
2563
Takashi Toyoshima14f64f562017-07-19 08:38:202564const char kUseCrosMidiServiceName[] = "Use Chrome OS MIDI Service";
2565const char kUseCrosMidiServiceNameDescription[] =
2566 "Use Chrome OS MIDI Service for Web MIDI and allow ARC to support Android "
2567 "MIDI.";
2568
Brett Wilson7b44537e2017-08-18 01:38:282569const char kUseMusName[] = "Mus";
2570const char kUseMusDescription[] = "Enable the Mojo UI service.";
2571const char kEnableMashDescription[] =
2572 "Mash (UI, Chrome and ash in separate services)";
2573const char kEnableMusDescription[] =
2574 "Mus (UI in separate service, Chrome and ash in same service)";
2575
2576const char kVideoPlayerChromecastSupportName[] =
2577 "Experimental Chromecast support for Video Player";
2578const char kVideoPlayerChromecastSupportDescription[] =
2579 "This option enables experimental Chromecast support for Video Player app "
2580 "on ChromeOS.";
2581
2582const char kVirtualKeyboardName[] = "Virtual Keyboard";
2583const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support.";
2584
2585const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll";
2586const char kVirtualKeyboardOverscrollDescription[] =
2587 "Enables virtual keyboard overscroll support.";
2588
2589const char kVoiceInputName[] = "Voice input on virtual keyboard";
2590const char kVoiceInputDescription[] =
2591 "Enables voice input on virtual keyboard.";
2592
2593const char kWakeOnPacketsName[] = "Wake On Packets";
2594const char kWakeOnPacketsDescription[] =
2595 "Enables waking the device based on the receipt of some network packets.";
orenb21da031c2017-06-30 21:24:202596
yhanadac5bff5b2017-05-18 06:37:092597#endif // defined(OS_CHROMEOS)
2598
Brett Wilson7b44537e2017-08-18 01:38:282599// Random platform combinations -----------------------------------------------
2600
2601#if defined(OS_WIN) || defined(OS_LINUX)
2602
2603const char kEnableInputImeApiName[] = "Enable Input IME API";
2604const char kEnableInputImeApiDescription[] =
2605 "Enable the use of chrome.input.ime API.";
2606
2607#endif // defined(OS_WIN) || defined(OS_LINUX)
2608
2609#if defined(OS_WIN) || defined(OS_MACOSX)
2610
2611const char kAutomaticTabDiscardingName[] = "Automatic tab discarding";
2612const char kAutomaticTabDiscardingDescription[] =
2613 "If enabled, tabs get automatically discarded from memory when the system "
2614 "memory is low. Discarded tabs are still visible on the tab strip and get "
2615 "reloaded when clicked on. Info about discarded tabs can be found at "
2616 "chrome://discards.";
2617
2618#endif // defined(OS_WIN) || defined(OS_MACOSX)
2619
2620// Feature flags --------------------------------------------------------------
2621
2622#if BUILDFLAG(ENABLE_VR)
2623
2624#if defined(OS_ANDROID)
2625
2626const char kEnableVrShellName[] = "Enable Chrome VR.";
2627const char kEnableVrShellDescription[] =
2628 "Allow browsing with a VR headset if available for this device.";
2629
2630const char kVrCustomTabBrowsingName[] = "Enable Custom Tab browsing in VR.";
2631const char kVrCustomTabBrowsingDescription[] =
2632 "Allow browsing with a VR headset in a Custom Tab if available for this "
2633 "device.";
2634
2635const char kWebVrAutopresentName[] = "Enable WebVr auto presentation";
2636const char kWebVrAutopresentDescription[] =
2637 "Allows auto presentation of WebVr content from trusted first-party apps";
2638
2639const char kWebVrVsyncAlignName[] = "Enable WebVR VSync-aligned timing";
2640const char kWebVrVsyncAlignDescription[] =
2641 "Enabling this option aligns WebVR application rendering with VSync "
2642 "for smoother animations.";
2643
2644#endif // OS_ANDROID
2645
2646const char kWebvrExperimentalRenderingName[] =
2647 "WebVR experimental rendering optimizations";
2648const char kWebvrExperimentalRenderingDescription[] =
2649 "Enabling this option activates experimental rendering path optimizations "
2650 "for WebVR.";
2651
2652#endif // ENABLE_VR
2653
Nico Weberaf3b00b2017-09-11 17:58:172654#if BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:282655
2656const char kNaclDebugMaskName[] =
2657 "Restrict Native Client GDB-based debugging by pattern";
2658const char kNaclDebugMaskDescription[] =
2659 "Restricts Native Client application GDB-based debugging by URL of "
2660 "manifest file. Native Client GDB-based debugging must be enabled for this "
2661 "option to work.";
2662const char kNaclDebugMaskChoiceDebugAll[] = "Debug everything.";
2663const char kNaclDebugMaskChoiceExcludeUtilsPnacl[] =
2664 "Debug everything except secure shell and the PNaCl translator.";
2665const char kNaclDebugMaskChoiceIncludeDebug[] =
2666 "Debug only if manifest URL ends with debug.nmf.";
2667
2668const char kNaclDebugName[] = "Native Client GDB-based debugging";
2669const char kNaclDebugDescription[] =
2670 "Enable GDB debug stub. This will stop a Native Client application on "
2671 "startup and wait for nacl-gdb (from the NaCl SDK) to attach to it.";
2672
2673const char kNaclName[] = "Native Client";
2674const char kNaclDescription[] =
2675 "Support Native Client for all web applications, even those that were not "
2676 "installed from the Chrome Web Store.";
2677
2678const char kPnaclSubzeroName[] = "Force PNaCl Subzero";
2679const char kPnaclSubzeroDescription[] =
2680 "Force the use of PNaCl's fast Subzero translator for all pexe files.";
2681
Nico Weberaf3b00b2017-09-11 17:58:172682#endif // BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:282683
Brett Wilson7b44537e2017-08-18 01:38:282684#if BUILDFLAG(ENABLE_WEBRTC)
2685
2686const char kWebrtcH264WithOpenh264FfmpegName[] =
2687 "WebRTC H.264 software video encoder/decoder";
2688const char kWebrtcH264WithOpenh264FfmpegDescription[] =
2689 "When enabled, an H.264 software video encoder/decoder pair is included. "
2690 "If a hardware encoder/decoder is also available it may be used instead of "
2691 "this encoder/decoder.";
2692
2693#endif // BUILDFLAG(ENABLE_WEBRTC)
2694
2695#if defined(USE_ASH)
2696
2697const char kAshDisableSmoothScreenRotationName[] =
2698 "Disable smooth rotation animations.";
2699const char kAshDisableSmoothScreenRotationDescription[] =
2700 "Disable smooth rotation animations.";
2701
2702const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode.";
2703const char kAshEnableMirroredScreenDescription[] =
2704 "Enable the mirrored screen mode. This mode flips the screen image "
2705 "horizontally.";
2706
2707const char kAshShelfColorName[] = "Shelf color in Chrome OS system UI";
2708const char kAshShelfColorDescription[] =
2709 "Enables/disables the shelf color to be a derived from the wallpaper. The "
2710 "--ash-shelf-color-scheme flag defines how that color is derived.";
2711
2712const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI";
2713const char kAshShelfColorSchemeDescription[] =
2714 "Specify how the color is derived from the wallpaper. This flag is only "
2715 "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted";
2716const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant";
2717const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant";
2718const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant";
2719const char kAshShelfColorSchemeLightMuted[] = "Light & Muted";
2720const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted";
2721const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted";
2722
2723const char kMaterialDesignInkDropAnimationSpeedName[] =
2724 "Material Design Ink Drop Animation Speed";
2725const char kMaterialDesignInkDropAnimationSpeedDescription[] =
2726 "Sets the speed of the experimental visual feedback animations for "
2727 "material design.";
2728const char kMaterialDesignInkDropAnimationFast[] = "Fast";
2729const char kMaterialDesignInkDropAnimationSlow[] = "Slow";
2730
2731const char kUiShowCompositedLayerBordersName[] =
2732 "Show UI composited layer borders";
2733const char kUiShowCompositedLayerBordersDescription[] =
2734 "Show border around composited layers created by UI.";
2735const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
2736const char kUiShowCompositedLayerBordersSurface[] = "Surface";
2737const char kUiShowCompositedLayerBordersLayer[] = "Layer";
2738const char kUiShowCompositedLayerBordersAll[] = "All";
2739
2740const char kUiSlowAnimationsName[] = "Slow UI animations";
2741const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
2742
2743#endif // defined(USE_ASH)
2744
2745#if defined(TOOLKIT_VIEWS) || defined(OS_MACOSX)
2746
2747const char kShowCertLinkOnPageInfoName[] = "Show certificate link";
2748const char kShowCertLinkOnPageInfoDescription[] =
2749 "Add a link from the Page Info bubble to the certificate viewer for HTTPS "
2750 "sites.";
2751
2752#endif // defined(TOOLKIT_VIEWS) || defined(OS_MACOSX)
2753
2754#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
2755
2756const char kAutofillCreditCardUploadName[] =
2757 "Enable offering upload of Autofilled credit cards";
2758const char kAutofillCreditCardUploadDescription[] =
2759 "Enables a new option to upload credit cards to Google Payments for sync "
2760 "to all Chrome devices.";
2761
2762#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
2763
2764// ============================================================================
2765// Don't just add flags to the end, put them in the right section in
2766// alphabetical order just like the header file.
2767// ============================================================================
2768
vabr0215a8e2017-03-28 12:47:342769} // namespace flag_descriptions