blob: 6254a58d36d509cadd684dc69ad88ebbaed68298 [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
Brett Wilsonf27ff602017-07-07 22:28:47399const char kEnableMidiManagerDynamicInstantiationName[] =
400 "MIDIManager dynamic instantiation for Web MIDI.";
401const char kEnableMidiManagerDynamicInstantiationDescription[] =
402 "Enable MIDIManager dynamic instantiation for Web MIDI.";
403
404const char kEnableNavigationTracingName[] = "Enable navigation tracing";
405const char kEnableNavigationTracingDescription[] =
406 "This is to be used in conjunction with the trace-upload-url flag. "
407 "WARNING: When enabled, Chrome will record performance data for every "
408 "navigation and upload it to the URL specified by the trace-upload-url "
409 "flag. The trace may include personally identifiable information (PII) "
410 "such as the titles and URLs of websites you visit.";
411
412const char kEnableNetworkServiceName[] = "Enable network service";
413const char kEnableNetworkServiceDescription[] =
414 "Enables the network service, which makes network requests through a "
415 "separate service. Note: most features don't work with this yet.";
416
Ahmed Fakhry2fd8fc82017-07-28 16:31:12417const char kEnableNightLightName[] = "Enable Night Light";
418const char kEnableNightLightDescription[] =
419 "Enable the Night Light feature which controls the color temperature of "
420 "the screen.";
421
Yutaka Hirano98be3272017-08-07 17:55:39422const char kEnableOutOfBlinkCORSName[] = "Out of blink CORS";
423const char kEnableOutOfBlinkCORSDescription[] =
424 "CORS handling logic is moved out of blink.";
425
Erik Chen49bbfa22017-08-18 08:49:56426const char kEnableOutOfProcessHeapProfilingName[] =
427 "Out of process heap profiling.";
428const char kEnableOutOfProcessHeapProfilingDescription[] =
429 "Creates a profiling service that records stacktraces for all live, "
430 "malloced objects.";
erikchen1dff1812017-09-11 21:27:36431const char kEnableOutOfProcessHeapProfilingModeMinimal[] =
432 "Profile only the browser and GPU processes.";
Erik Chen49bbfa22017-08-18 08:49:56433const char kEnableOutOfProcessHeapProfilingModeAll[] = "Profile all processes.";
434
Brett Wilsonf27ff602017-07-07 22:28:47435const char kEnablePictureInPictureName[] = "Enable picture in picture.";
436const char kEnablePictureInPictureDescription[] =
437 "Enable the picture in picture feature for videos.";
438
F#m59d036e2017-09-13 07:22:17439const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
440const char kEnablePixelCanvasRecordingDescription[] =
441 "Pixel canvas recording allows the compositor to raster contents aligned "
442 "with the pixel and improves text rendering. This should be enabled when a "
443 "device is using fractional scale factor.";
444
Brett Wilsonf27ff602017-07-07 22:28:47445const char kEnableTokenBindingName[] = "Token Binding.";
446const char kEnableTokenBindingDescription[] = "Enable Token Binding support.";
447
Irmak Kavasoglu7e16af02017-07-19 09:52:47448const char kEnableUsernameCorrectionName[] = "Enable username correction";
449const char kEnableUsernameCorrectionDescription[] =
450 "While on the pending password state, add an edit button to the bubble so "
451 "that user can edit the username.";
452
Brett Wilsonf27ff602017-07-07 22:28:47453const char kEnableUseZoomForDsfName[] =
454 "Use Blink's zoom for device scale factor.";
455const char kEnableUseZoomForDsfDescription[] =
456 "If enabled, Blink uses its zooming mechanism to scale content for device "
457 "scale factor.";
458const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
459const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
460const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
461
462const char kEnableScrollAnchoringName[] = "Scroll Anchoring";
463const char kEnableScrollAnchoringDescription[] =
464 "Adjusts scroll position to prevent visible jumps when offscreen content "
465 "changes.";
466
467const char kEnableSharedArrayBufferName[] =
468 "Experimental enabled SharedArrayBuffer support in JavaScript.";
469const char kEnableSharedArrayBufferDescription[] =
470 "Enable SharedArrayBuffer support in JavaScript.";
471
472const char kEnableWasmName[] = "WebAssembly structured cloning support.";
473const char kEnableWasmDescription[] =
474 "Enable web pages to use WebAssembly structured cloning.";
475
Brett Wilsonf27ff602017-07-07 22:28:47476const char kEnableImageCaptureAPIName[] = "Image Capture API";
477const char kEnableImageCaptureAPIDescription[] =
478 "Enables the Web Platform Image Capture API: takePhoto(), "
479 "getPhotoCapabilities(), etc.";
480
481const char kEnableZeroSuggestRedirectToChromeName[] =
482 "Experimental contextual omnibox suggestion";
483const char kEnableZeroSuggestRedirectToChromeDescription[] =
484 "Change omnibox contextual suggestions to an experimental source. Note "
485 "that this is not an on/off switch for contextual omnibox and it only "
486 "applies to suggestions provided before the user starts typing a URL or a "
487 "search query (i.e. zero suggest).";
488
489const char kEnableWasmStreamingName[] =
490 "WebAssembly streaming compile/instantiate support.";
491const char kEnableWasmStreamingDescription[] =
492 "WebAssembly.{compile|instantiate} taking a Response as parameter.";
493
494const char kEnableWebfontsInterventionName[] =
495 "New version of User Agent Intervention for WebFonts loading.";
496const char kEnableWebfontsInterventionDescription[] =
497 "Enable New version of User Agent Intervention for WebFonts loading.";
498const char kEnableWebfontsInterventionV2ChoiceDefault[] = "Default";
499const char kEnableWebfontsInterventionV2ChoiceEnabledWith2g[] = "Enabled: 2G";
500const char kEnableWebfontsInterventionV2ChoiceEnabledWith3g[] = "Enabled: 3G";
501const char kEnableWebfontsInterventionV2ChoiceEnabledWithSlow2g[] =
502 "Enabled: Slow 2G";
503const char kEnableWebfontsInterventionV2ChoiceDisabled[] = "Disabled";
504
505const char kEnableWebfontsInterventionTriggerName[] =
506 "Trigger User Agent Intervention for WebFonts loading always.";
507const char kEnableWebfontsInterventionTriggerDescription[] =
508 "Enable to trigger User Agent Intervention for WebFonts loading always. "
509 "This flag affects only when the intervention is enabled.";
510
511const char kEnableWebNotificationCustomLayoutsName[] =
512 "Enable custom layouts for Web Notifications.";
513const char kEnableWebNotificationCustomLayoutsDescription[] =
514 "Enable custom layouts for Web Notifications. They will have subtle layout "
515 "improvements that are otherwise not possible.";
516
517const char kExpensiveBackgroundTimerThrottlingName[] =
518 "Throttle expensive background timers";
519const char kExpensiveBackgroundTimerThrottlingDescription[] =
520 "Enables intervention to limit CPU usage of background timers to 1%.";
521
522const char kExperimentalAppBannersName[] = "Experimental app banners";
523const char kExperimentalAppBannersDescription[] =
524 "Enables a new experimental app banner flow and UI";
525
526const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features";
527const char kExperimentalCanvasFeaturesDescription[] =
528 "Enables the use of experimental canvas features which are still in "
529 "development.";
530
531const char kExperimentalExtensionApisName[] = "Experimental Extension APIs";
532const char kExperimentalExtensionApisDescription[] =
533 "Enables experimental extension APIs. Note that the extension gallery "
534 "doesn't allow you to upload extensions that use experimental APIs.";
535
536const char kExperimentalFullscreenExitUIName[] =
537 "Experimental fullscreen exit UI";
538const char kExperimentalFullscreenExitUIDescription[] =
539 "Displays experimental UI to allow mouse and touch input methods to exit "
540 "fullscreen mode.";
541
542const char kExperimentalHotwordHardwareName[] =
543 "Simulated hardware 'Ok Google' features";
544const char kExperimentalHotwordHardwareDescription[] =
545 "Enables an experimental version of 'Ok Google' hotword detection features "
546 "that have a hardware dependency.";
547
548const char kExperimentalKeyboardLockUiName[] = "Experimental keyboard lock UI.";
549const char kExperimentalKeyboardLockUiDescription[] =
550 "An experimental full screen with keyboard lock mode requiring users to "
551 "hold Esc to exit.";
552
553const char kExperimentalSecurityFeaturesName[] =
554 "Potentially annoying security features";
555const char kExperimentalSecurityFeaturesDescription[] =
556 "Enables several security features that will likely break one or more "
557 "pages that you visit on a daily basis. Strict mixed content checking, for "
558 "example. And locking powerful features to secure contexts. This flag will "
559 "probably annoy you.";
560
561const char kExperimentalWebPlatformFeaturesName[] =
562 "Experimental Web Platform features";
563const char kExperimentalWebPlatformFeaturesDescription[] =
564 "Enables experimental Web Platform features that are in development.";
565
566const char kExtensionContentVerificationName[] =
567 "Extension Content Verification";
568const char kExtensionContentVerificationDescription[] =
569 "This flag can be used to turn on verification that the contents of the "
570 "files on disk for extensions from the webstore match what they're "
571 "expected to be. This can be used to turn on this feature if it would not "
572 "otherwise have been turned on, but cannot be used to turn it off (because "
573 "this setting can be tampered with by malware).";
574const char kExtensionContentVerificationBootstrap[] =
575 "Bootstrap (get expected hashes, but do not enforce them)";
576const char kExtensionContentVerificationEnforce[] =
577 "Enforce (try to get hashes, and enforce them if successful)";
578const char kExtensionContentVerificationEnforceStrict[] =
579 "Enforce strict (hard fail if we can't get hashes)";
580
581const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
582const char kExtensionsOnChromeUrlsDescription[] =
583 "Enables running extensions on chrome:// URLs, where extensions explicitly "
584 "request this permission.";
galinapae72e152017-05-12 13:12:28585
Brett Wilsonecb80982017-07-12 20:34:51586const char kFastUnloadName[] = "Fast tab/window close";
587const char kFastUnloadDescription[] =
588 "Enables fast tab/window closing - runs a tab's onunload js handler "
589 "independently of the GUI.";
vabr0215a8e2017-03-28 12:47:34590
Brett Wilsonecb80982017-07-12 20:34:51591const char kFeaturePolicyName[] = "Feature Policy";
592const char kFeaturePolicyDescription[] =
593 "Enables granting and removing access to features through the "
594 "Feature-Policy HTTP header.";
vabr0215a8e2017-03-28 12:47:34595
Brett Wilsonecb80982017-07-12 20:34:51596const char kFetchKeepaliveTimeoutSettingName[] =
597 "Fetch API keepalive timeout setting";
598const char kFetchKeepaliveTimeoutSettingDescription[] =
599 "This is for setting the timeout value for Fetch API with keepalive option "
600 "and SendBeacon";
601
602const char kFontCacheScalingName[] = "FontCache scaling";
603const char kFontCacheScalingDescription[] =
604 "Reuse a cached font in the renderer to serve different sizes of font for "
605 "faster layout.";
606
607const char kForceEffectiveConnectionTypeName[] =
608 "Override effective connection type";
609const char kForceEffectiveConnectionTypeDescription[] =
610 "Overrides the effective connection type of the current connection "
611 "returned by the network quality estimator.";
612const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
613const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
614const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
615const char kEffectiveConnectionType2GDescription[] = "2G";
616const char kEffectiveConnectionType3GDescription[] = "3G";
617const char kEffectiveConnectionType4GDescription[] = "4G";
618
619const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
620const char kFillOnAccountSelectDescription[] =
621 "Filling of passwords when an account is explicitly selected by the user "
622 "rather than autofilling credentials on page load.";
623
Brett Wilsonecb80982017-07-12 20:34:51624const char kForceTextDirectionName[] = "Force text direction";
625const char kForceTextDirectionDescription[] =
626 "Explicitly force the per-character directionality of UI text to "
627 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
628 "direction of the character language.";
629const char kForceDirectionLtr[] = "Left-to-right";
630const char kForceDirectionRtl[] = "Right-to-left";
631
632const char kForceUiDirectionName[] = "Force UI direction";
633const char kForceUiDirectionDescription[] =
634 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
635 "mode, overriding the default direction of the UI language.";
636
637const char kFramebustingName[] =
638 "Framebusting requires same-origin or a user gesture";
639const char kFramebustingDescription[] =
640 "Don't permit an iframe to navigate the top level browsing context unless "
641 "they are same-origin or the iframe is processing a user gesture.";
642
643const char kGamepadExtensionsName[] = "Gamepad Extensions";
644const char kGamepadExtensionsDescription[] =
645 "Enabling this option allows web applications to access experimental "
646 "extensions to the Gamepad APIs.";
647
sohan3f00ffc2017-07-14 22:28:08648const char kGlCompositedOverlayCandidateQuadBordersName[] =
649 "GL composited overlay candidate quad borders";
650const char kGlCompositedOverlayCandidateQuadBordersDescription[] =
Alex Newcomer43cb7f12017-07-28 17:37:39651 "Renders a border around GL composited overlay candidate quads to help "
652 "debug and study overlay support.";
Brett Wilsonecb80982017-07-12 20:34:51653
654const char kGpuRasterizationMsaaSampleCountName[] =
655 "GPU rasterization MSAA sample count.";
656const char kGpuRasterizationMsaaSampleCountDescription[] =
657 "Specify the number of MSAA samples for GPU rasterization.";
658const char kGpuRasterizationMsaaSampleCountZero[] = "0";
659const char kGpuRasterizationMsaaSampleCountTwo[] = "2";
660const char kGpuRasterizationMsaaSampleCountFour[] = "4";
661const char kGpuRasterizationMsaaSampleCountEight[] = "8";
662const char kGpuRasterizationMsaaSampleCountSixteen[] = "16";
663
664const char kGpuRasterizationName[] = "GPU rasterization";
665const char kGpuRasterizationDescription[] =
666 "Use GPU to rasterize web content. Requires impl-side painting.";
Brett Wilson7b44537e2017-08-18 01:38:28667const char kForceGpuRasterization[] = "Force-enabled for all layers";
Brett Wilsonecb80982017-07-12 20:34:51668
669const char kGoogleProfileInfoName[] = "Google profile name and icon";
670const char kGoogleProfileInfoDescription[] =
671 "Enables using Google information to populate the profile name and icon in "
672 "the avatar menu.";
673
674const char kHarfbuzzRendertextName[] = "HarfBuzz for UI text";
675const char kHarfbuzzRendertextDescription[] =
676 "Enable cross-platform HarfBuzz layout engine for UI text. Doesn't affect "
677 "web content.";
678
679const char kHistoryRequiresUserGestureName[] =
680 "New history entries require a user gesture.";
681const char kHistoryRequiresUserGestureDescription[] =
682 "Require a user gesture to add a history entry.";
683const char kHyperlinkAuditingName[] = "Hyperlink auditing";
684const char kHyperlinkAuditingDescription[] = "Sends hyperlink auditing pings.";
685
686const char kHostedAppQuitNotificationName[] =
687 "Quit notification for hosted apps";
688const char kHostedAppQuitNotificationDescription[] =
689 "Display a notification when quitting Chrome if hosted apps are currently "
690 "running.";
691
692const char kHostedAppShimCreationName[] =
693 "Creation of app shims for hosted apps on Mac";
694const char kHostedAppShimCreationDescription[] =
695 "Create app shims on Mac when creating a hosted app.";
696
697const char kIconNtpName[] = "Large icons on the New Tab page";
698const char kIconNtpDescription[] =
699 "Enable the experimental New Tab page using large icons.";
700
701const char kIgnoreGpuBlacklistName[] = "Override software rendering list";
702const char kIgnoreGpuBlacklistDescription[] =
703 "Overrides the built-in software rendering list and enables "
704 "GPU-acceleration on unsupported system configurations.";
705
706const char kImportantSitesInCbdName[] =
707 "Important sites options in clear browsing data dialog";
708const char kImportantSitesInCbdDescription[] =
709 "Include the option to whitelist important sites in the clear browsing "
710 "data dialog.";
711
712const char kInertVisualViewportName[] = "Inert visual viewport.";
713const char kInertVisualViewportDescription[] =
714 "Experiment to have all APIs reflect the layout viewport. This will make "
715 "window.scroll properties relative to the layout viewport.";
716
717const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
718const char kInProductHelpDemoModeChoiceDescription[] =
719 "Selects the In-Product Help demo mode.";
720
721const char kJavascriptHarmonyName[] = "Experimental JavaScript";
722const char kJavascriptHarmonyDescription[] =
723 "Enable web pages to use experimental JavaScript features.";
724
725const char kJavascriptHarmonyShippingName[] =
726 "Latest stable JavaScript features";
727const char kJavascriptHarmonyShippingDescription[] =
728 "Some web pages use legacy or non-standard JavaScript extensions that may "
729 "conflict with the latest JavaScript features. This flag allows disabling "
730 "support of those features for compatibility with such pages.";
731
Yutaka Hiranof7f2f632017-09-06 10:40:08732const char kKeepAliveRendererForKeepaliveRequestsName[] =
733 "Keep a renderer alive for keepalive fetch requests";
734const char kKeepAliveRendererForKeepaliveRequestsDescription[] =
735 "Keep a render process alive when the process has a pending fetch request "
736 "with `keepalive' specified.";
737
Brett Wilsonecb80982017-07-12 20:34:51738const char kLcdTextName[] = "LCD text antialiasing";
739const char kLcdTextDescription[] =
740 "If disabled, text is rendered with grayscale antialiasing instead of LCD "
741 "(subpixel) when doing accelerated compositing.";
742
743const char kLoadMediaRouterComponentExtensionName[] =
744 "Load Media Router Component Extension";
745const char kLoadMediaRouterComponentExtensionDescription[] =
746 "Loads the Media Router component extension at startup.";
747
748const char kManualPasswordGenerationName[] = "Manual password generation.";
749const char kManualPasswordGenerationDescription[] =
750 "Show a 'Generate Password' option on the context menu for all password "
751 "fields.";
752
Dominic Battref27e8762017-08-23 11:16:25753const char kManualPasswordSavingName[] = "Manual password saving.";
754const char kManualPasswordSavingDescription[] =
755 "Show the password manager icon when typing into a password filed. "
756 "Clicking it allows to save the password without submitting the form.";
757
Brett Wilsonecb80982017-07-12 20:34:51758const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure";
759const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages";
760const char kMarkHttpAsDangerous[] = "Always mark HTTP as actively dangerous";
761const char kMarkHttpAsNonSecureAfterEditing[] =
762 "Warn on HTTP after editing forms";
763const char kMarkHttpAsNonSecureWhileIncognito[] =
764 "Warn on HTTP while in Incognito mode";
765const char kMarkHttpAsNonSecureWhileIncognitoOrEditing[] =
766 "Warn on HTTP while in Incognito mode or after editing forms";
767
768extern const char kMaterialDesignIncognitoNTPName[] =
769 "Material Design Incognito NTP.";
770extern const char kMaterialDesignIncognitoNTPDescription[] =
771 "If enabled, the Incognito New Tab page uses the new material design with "
772 "a better readable text.";
773
774const char kMediaRemotingName[] = "Media Remoting during Cast Tab Mirroring";
775const char kMediaRemotingDescription[] =
776 "When Casting a tab to a remote device, enabling this turns on an "
777 "optimization that forwards the content bitstream directly to the remote "
778 "device when a video is fullscreened.";
779
780const char kMemoryAblationName[] = "Memory ablation experiment";
781const char kMemoryAblationDescription[] =
782 "Allocates extra memory in the browser process.";
783
784const char kMemoryCoordinatorName[] = "Memory coordinator";
785const char kMemoryCoordinatorDescription[] =
786 "Enable memory coordinator instead of memory pressure listeners.";
787
788const char kMessageCenterNewStyleNotificationName[] = "New style notification";
789const char kMessageCenterNewStyleNotificationDescription[] =
790 "Enables the experiment style of material-design notification";
791
792const char kMessageCenterAlwaysScrollUpUponRemovalName[] =
793 "Experiments that message center always scroll up upon notification "
794 "removal";
795const char kMessageCenterAlwaysScrollUpUponRemovalDescription[] =
796 "Enables experiment that message center always scroll up when a "
797 "notification is removed.";
798
799const char kMhtmlGeneratorOptionName[] = "MHTML Generation Option";
800const char kMhtmlGeneratorOptionDescription[] =
801 "Provides experimental options for MHTML file generator.";
802const char kMhtmlSkipNostoreMain[] = "Skips no-store main frame.";
803const char kMhtmlSkipNostoreAll[] = "Skips all no-store resources.";
804
805const char kMojoLoadingName[] = "Use Mojo IPC for resource loading";
806const char kMojoLoadingDescription[] =
807 "Use Mojo IPC instead of traditional Chrome IPC for resource loading.";
808
Miguel Casas-Sanchez10769c82017-07-27 23:52:04809const char kMojoVideoEncodeAcceleratorName[] =
810 "Hardware-accelerated video encoder accessed using Mojo IPC";
811const char kMojoVideoEncodeAcceleratorDescription[] =
812 "Use new Mojo IPC to access hardware-accelerated video encoder, where "
813 "available.";
814
Brett Wilsonecb80982017-07-12 20:34:51815const char kModuleScriptsName[] = "Enable ECMAScript 6 modules";
816const char kModuleScriptsDescription[] =
817 "Enables ECMAScript 6 modules support in Blink.";
818
Kouhei Ueno08445c22017-09-05 03:58:30819const char kModuleScriptsDynamicImportName[] =
820 "Enable ECMAScript 6 modules dynamic import";
821const char kModuleScriptsDynamicImportDescription[] =
822 "Enables ECMAScript 6 modules dynamic \"import\" syntax support in V8 and "
823 "Blink.";
824
Brett Wilsonecb80982017-07-12 20:34:51825const char kNewAudioRenderingMixingStrategyName[] =
826 "New audio rendering mixing strategy";
827const char kNewAudioRenderingMixingStrategyDescription[] =
828 "Use the new audio rendering mixing strategy.";
829
830const char kNewBookmarkAppsName[] = "The new bookmark app system";
831const char kNewBookmarkAppsDescription[] =
832 "Enables the new system for creating bookmark apps.";
833
834const char kNewOmniboxAnswerTypesName[] =
835 "New omnibox answers in suggest types";
836const char kNewOmniboxAnswerTypesDescription[] =
837 "Enables new types of answers in the omnibox suggest drop-down: currency "
838 "conversions, dictionary definitions, sports scores, translations, and "
839 "when is.";
840
841const char kNewRemotePlaybackPipelineName[] =
842 "Enable the new remote playback pipeline.";
843const char kNewRemotePlaybackPipelineDescription[] =
844 "Enable the new pipeline for playing media element remotely via "
845 "RemotePlayback API or native controls.";
846
847const char kNewUsbBackendName[] = "Enable new USB backend";
848const char kNewUsbBackendDescription[] =
849 "Enables the new experimental USB backend for Windows.";
vabr0215a8e2017-03-28 12:47:34850
brettw5f9c1642017-05-14 17:12:48851const char kNostatePrefetchName[] = "No-State Prefetch";
vabr0215a8e2017-03-28 12:47:34852const char kNostatePrefetchDescription[] =
853 R"*("No-State Prefetch" pre-downloads resources to improve load )*"
854 R"*(times. "Prerender" does a full pre-rendering of the page, to )*"
855 R"*(improve load times even more. "Simple Load" does nothing and is )*"
856 R"*(similar to disabling the feature, but collects more metrics for )*"
857 R"*(comparison purposes.)*";
858
Brett Wilsonecb80982017-07-12 20:34:51859const char kNotificationsNativeFlagName[] = "Enable native notifications.";
860const char kNotificationsNativeFlagDescription[] =
861 "Enable support for using the native notification toasts and notification "
862 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:34863
Brett Wilsonecb80982017-07-12 20:34:51864const char kNumRasterThreadsName[] = "Number of raster threads";
865const char kNumRasterThreadsDescription[] =
866 "Specify the number of raster threads.";
867const char kNumRasterThreadsOne[] = "1";
868const char kNumRasterThreadsTwo[] = "2";
869const char kNumRasterThreadsThree[] = "3";
870const char kNumRasterThreadsFour[] = "4";
871
872const char kOfferStoreUnmaskedWalletCardsName[] =
873 "Google Payments card saving checkbox";
874const char kOfferStoreUnmaskedWalletCardsDescription[] =
875 "Show the checkbox to offer local saving of a credit card downloaded from "
876 "the server.";
877
878const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode";
879const char kOfflineAutoReloadDescription[] =
880 "Pages that fail to load while the browser is offline will be "
881 "auto-reloaded when the browser is online again.";
882
883const char kOfflineAutoReloadVisibleOnlyName[] =
884 "Only Auto-Reload Visible Tabs";
885const char kOfflineAutoReloadVisibleOnlyDescription[] =
886 "Pages that fail to load while the browser is offline will only be "
887 "auto-reloaded if their tab is visible.";
888
889const char kOffMainThreadFetchName[] = "Off-main-thread fetch for Web Workers";
890const char kOffMainThreadFetchDescription[] =
891 "If enabled, the resource fetches from worker threads will not be blocked "
892 "by the busy main thread.";
893
894const char kOmniboxDisplayTitleForCurrentUrlName[] =
895 "Include title for the current URL in the omnibox";
896const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
897 "In the event that the omnibox provides suggestions on-focus, the URL of "
898 "the current page is provided as the first suggestion without a title. "
899 "Enabling this flag causes the title to be displayed.";
900
Benoit Lizeab08362c2017-07-19 14:50:54901const char kOmniboxSpareRendererName[] =
902 "Start spare renderer on omnibox focus";
903const char kOmniboxSpareRendererDescription[] =
904 "When the omnibox is focused, start an empty spare renderer. This can "
905 "speed up the load of the navigation from the omnibox.";
906
Tommy C. Li8875a442017-08-23 00:10:59907const char kOmniboxUIElideSuggestionUrlAfterHostName[] =
908 "Omnibox UI Elide Suggestion URL After Host";
909const char kOmniboxUIElideSuggestionUrlAfterHostDescription[] =
910 "Elides the path, query, and ref of suggested URLs in the Omnibox "
911 "dropdown.";
912
Brett Wilsonecb80982017-07-12 20:34:51913const char kOmniboxUIHideSuggestionUrlSchemeName[] =
914 "Omnibox UI Hide Suggestion URL Scheme";
915const char kOmniboxUIHideSuggestionUrlSchemeDescription[] =
916 "Elides the schemes of suggested URLs in the Omnibox dropdown.";
917
918const char kOmniboxUIHideSuggestionUrlTrivialSubdomainsName[] =
919 "Omnibox UI Hide Suggestion URL Trivial Subdomains";
920const char kOmniboxUIHideSuggestionUrlTrivialSubdomainsDescription[] =
921 "Elides trivially informative subdomains from suggested URLs in the "
922 "Omnibox dropdown (e.g. www. and m.).";
923
Tommy C. Li8875a442017-08-23 00:10:59924const char kOmniboxUIShowSuggestionFaviconsName[] =
925 "Omnibox UI Show Suggestion Favicons";
926const char kOmniboxUIShowSuggestionFaviconsDescription[] =
927 "Shows favicons instead of generic vector icons for URL suggestions in the "
928 "Omnibox dropdown.";
929
Brett Wilsonecb80982017-07-12 20:34:51930const char kOmniboxUIMaxAutocompleteMatchesName[] =
931 "Omnibox UI Max Autocomplete Matches";
932
933const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
934 "Changes the maximum number of autocomplete matches displayed in the "
935 "Omnibox UI.";
936
937const char kOmniboxUINarrowDropdownName[] = "Omnibox UI Narrow Dropdown";
938const char kOmniboxUINarrowDropdownDescription[] =
939 "Makes the suggestions dropdown width match the omnibox width.";
940
941const char kOmniboxUIVerticalLayoutName[] = "Omnibox UI Vertical Layout";
942const char kOmniboxUIVerticalLayoutDescription[] =
943 "Displays Omnibox sugestions in 2 lines - title over origin.";
944
945const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin";
946const char kOmniboxUIVerticalMarginDescription[] =
947 "Changes the vertical margin in the Omnibox UI.";
948
949const char kOriginTrialsName[] = "Origin Trials";
950const char kOriginTrialsDescription[] =
951 "Enables origin trials for controlling access to feature/API experiments.";
952
953const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
954const char kOverlayScrollbarsDescription[] =
955 "Enable the experimental overlay scrollbars implementation. You must also "
956 "enable threaded compositing to have the scrollbars animate.";
957
chaopenge8aa016b2017-08-24 15:20:19958const char kOverlayScrollbarsFlashAfterAnyScrollUpdateName[] =
959 "Flash Overlay Scrollbars After Any Scroll Update";
960const char kOverlayScrollbarsFlashAfterAnyScrollUpdateDescription[] =
961 "Flash Overlay Scrollbars After any scroll update happends in page. You"
962 " must also enable Overlay Scrollbars.";
963
chaopeng343678022017-08-24 18:45:00964const char kOverlayScrollbarsFlashWhenMouseEnterName[] =
965 "Flash Overlay Scrollbars When Mouse Enter";
966const char kOverlayScrollbarsFlashWhenMouseEnterDescription[] =
967 "Flash Overlay Scrollbars When Mouse Enter a scrollable area. You must also"
968 " enable Overlay Scrollbars.";
969
Claudio Magni81326f92017-09-01 05:21:18970const char kUseNewAcceptLanguageHeaderName[] = "Use new Accept-Language header";
971const char kUseNewAcceptLanguageHeaderDescription[] =
972 "Adds the base language code after other corresponding language+region "
973 "codes. This ensures that users receive content in their preferred "
974 "language.";
975
Brett Wilsonecb80982017-07-12 20:34:51976const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
977const char kOverscrollHistoryNavigationDescription[] =
978 "Experimental history navigation in response to horizontal overscroll.";
979const char kOverscrollHistoryNavigationSimpleUi[] = "Simple";
980
981const char kOverscrollStartThresholdName[] = "Overscroll start threshold";
982const char kOverscrollStartThresholdDescription[] =
983 "Changes overscroll start threshold relative to the default value.";
984const char kOverscrollStartThreshold133Percent[] = "133%";
985const char kOverscrollStartThreshold166Percent[] = "166%";
986const char kOverscrollStartThreshold200Percent[] = "200%";
987
988const char kPassiveEventListenerDefaultName[] =
989 "Passive Event Listener Override";
990const char kPassiveEventListenerDefaultDescription[] =
991 "Forces touchstart, touchmove, mousewheel and wheel event listeners (which "
992 "haven't requested otherwise) to be treated as passive. This will break "
993 "touch/wheel behavior on some websites but is useful for demonstrating the "
994 "potential performance benefits of adopting passive event listeners.";
995const char kPassiveEventListenerTrue[] = "True (when unspecified)";
996const char kPassiveEventListenerForceAllTrue[] = "Force All True";
997
998const char kPassiveEventListenersDueToFlingName[] =
999 "Touch Event Listeners Passive Default During Fling";
1000const char kPassiveEventListenersDueToFlingDescription[] =
1001 "Forces touchstart, and first touchmove per scroll event listeners during "
1002 "fling to be treated as passive.";
1003
1004const char kPassiveDocumentEventListenersName[] =
1005 "Document Level Event Listeners Passive Default";
1006const char kPassiveDocumentEventListenersDescription[] =
1007 "Forces touchstart, and touchmove event listeners on document level "
1008 "targets (which haven't requested otherwise) to be treated as passive.";
1009
1010const char kPasswordForceSavingName[] = "Force-saving of passwords";
1011const char kPasswordForceSavingDescription[] =
1012 "Allow the user to manually enforce password saving instead of relying on "
1013 "password manager's heuristics.";
1014
1015const char kPasswordGenerationName[] = "Password generation";
1016const char kPasswordGenerationDescription[] =
1017 "Allow the user to have Chrome generate passwords when it detects account "
1018 "creation pages.";
1019
1020const char kPasswordImportExportName[] = "Password import and export";
1021const char kPasswordImportExportDescription[] =
1022 "Import and Export functionality in password settings.";
1023
1024const char kPermissionActionReportingName[] = "Permission Action Reporting";
1025const char kPermissionActionReportingDescription[] =
1026 "Enables permission action reporting to Safe Browsing servers for opted in "
1027 "users.";
1028
1029const char kPermissionsBlacklistName[] = "Permissions Blacklist";
1030const char kPermissionsBlacklistDescription[] =
1031 "Enables the Permissions Blacklist, which blocks permissions for "
1032 "blacklisted sites for Safe Browsing users.";
1033
1034const char kPinchScaleName[] = "Pinch scale";
1035const char kPinchScaleDescription[] =
1036 "Enables experimental support for scale using pinch.";
1037
Brett Wilsonecb80982017-07-12 20:34:511038const char kPrintPdfAsImageName[] = "Print Pdf as Image";
1039const char kPrintPdfAsImageDescription[] =
1040 "If enabled, an option to print PDF files as images will be available in "
1041 "print preview.";
1042
1043const char kPrintPreviewRegisterPromosName[] =
1044 "Print Preview Registration Promos";
1045const char kPrintPreviewRegisterPromosDescription[] =
1046 "Enable registering unregistered cloud printers from print preview.";
1047
1048const char kProtectSyncCredentialName[] = "Autofill sync credential";
1049const char kProtectSyncCredentialDescription[] =
1050 "How the password manager handles autofill for the sync credential.";
1051
1052const char kProtectSyncCredentialOnReauthName[] =
1053 "Autofill sync credential only for transactional reauth pages";
1054const char kProtectSyncCredentialOnReauthDescription[] =
1055 "How the password manager handles autofill for the sync credential only "
1056 "for transactional reauth pages.";
1057
Mohsen Izadi93faac12017-07-29 04:45:151058const char kPullToRefreshName[] = "Pull-to-refresh gesture";
1059const char kPullToRefreshDescription[] =
1060 "Pull-to-refresh gesture in response to vertical overscroll.";
1061
Brett Wilsonecb80982017-07-12 20:34:511062const char kPushApiBackgroundModeName[] = "Enable Push API background mode";
1063const char kPushApiBackgroundModeDescription[] =
1064 "Enable background mode for the Push API. This allows Chrome to continue "
1065 "running after the last window is closed, and to launch at OS startup, if "
1066 "the Push API needs it.";
1067
Piotr Swigon46929d12017-08-11 07:16:331068const char kPwaMinimalUiName[] = "Minimal-UI display mode for PWAs";
1069const char kPwaMinimalUiDescription[] =
1070 "Enables support for Minimal-UI display mode for installed PWAs";
1071
Brett Wilsonecb80982017-07-12 20:34:511072const char kQuicName[] = "Experimental QUIC protocol";
1073const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
1074
1075const char kReducedReferrerGranularityName[] =
1076 "Reduce default 'referer' header granularity.";
1077const char kReducedReferrerGranularityDescription[] =
1078 "If a page hasn't set an explicit referrer policy, setting this flag will "
1079 "reduce the amount of information in the 'referer' header for cross-origin "
1080 "requests.";
1081
1082const char kRequestTabletSiteName[] =
1083 "Request tablet site option in the settings menu";
1084const char kRequestTabletSiteDescription[] =
1085 "Allows the user to request tablet site. Web content is often optimized "
1086 "for tablet devices. When this option is selected the user agent string is "
1087 "changed to indicate a tablet device. Web content optimized for tablets is "
1088 "received there after for the current tab.";
1089
1090const char kResetAppListInstallStateName[] =
1091 "Reset the App Launcher install state on every restart.";
1092const char kResetAppListInstallStateDescription[] =
1093 "Reset the App Launcher install state on every restart. While this flag is "
1094 "set, Chrome will forget the launcher has been installed each time it "
1095 "starts. This is used for testing the App Launcher install flow.";
1096
1097const char kResourceLoadSchedulerName[] = "Use the resource load scheduler";
1098const char kResourceLoadSchedulerDescription[] =
1099 "Uses the resource load scheduler in blink to schedule and throttle "
1100 "resource load requests.";
1101
Brett Wilsonecb80982017-07-12 20:34:511102const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting.";
1103const char kSafeSearchUrlReportingDescription[] =
1104 "If enabled, inappropriate URLs can be reported back to SafeSearch.";
1105
1106const char kSaveasMenuLabelExperimentName[] =
1107 "Switch 'Save as' menu labels to 'Download'";
1108const char kSaveasMenuLabelExperimentDescription[] =
1109 "Enables an experiment to switch menu labels that use 'Save as...' to "
1110 "'Download'.";
1111
1112const char kSavePageAsMhtmlName[] = "Save Page as MHTML";
1113const char kSavePageAsMhtmlDescription[] =
1114 "Enables saving pages as MHTML: a single text file containing HTML and all "
1115 "sub-resources.";
1116
Brett Wilsonecb80982017-07-12 20:34:511117const char kScrollPredictionName[] = "Scroll prediction";
1118const char kScrollPredictionDescription[] =
1119 "Predicts the finger's future position during scrolls allowing time to "
1120 "render the frame before the finger is there.";
1121
1122const char kSecondaryUiMd[] =
1123 "Material Design in the rest of the browser's native UI";
1124const char kSecondaryUiMdDescription[] =
1125 "Extends the --top-chrome-md setting to secondary UI (bubbles, dialogs, "
1126 "etc.). On Mac, this enables MacViews, which uses toolkit-views for native "
1127 "browser dialogs.";
1128
1129const char kServiceWorkerNavigationPreloadName[] =
1130 "Service worker navigation preload.";
1131const char kServiceWorkerNavigationPreloadDescription[] =
1132 "Enable web pages to use the experimental service worker navigation "
1133 "preload API.";
1134
gogeraldd5061b592017-09-06 23:39:551135const char kServiceWorkerPaymentAppsName[] = "Service Worker payment apps";
1136const char kServiceWorkerPaymentAppsDescription[] =
1137 "Enable Service Worker applications to integrate as payment apps";
1138
Makoto Shimazud9f333c2017-08-08 07:23:171139const char kServiceWorkerScriptStreamingName[] =
1140 "Service worker script streaming.";
1141const char kServiceWorkerScriptStreamingDescription[] =
1142 "Installed scripts for a service worker are sent over a dedicated "
1143 "message pipe and data pipes, and that is never be blocked on the main "
1144 "thread.";
1145
Brett Wilsonecb80982017-07-12 20:34:511146const char kSettingsWindowName[] = "Show settings in a window";
1147const char kSettingsWindowDescription[] =
1148 "Settings will be shown in a dedicated window instead of as a browser tab.";
1149
1150const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
1151const char kShowAutofillSignaturesDescription[] =
1152 "Annotates web forms with Autofill signatures as HTML attributes.";
1153
1154const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
1155const char kShowAutofillTypePredictionsDescription[] =
1156 "Annotates web forms with Autofill field type predictions as placeholder "
1157 "text.";
1158
1159const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
1160const char kShowOverdrawFeedbackDescription[] =
1161 "Visualize overdraw by color-coding elements based on if they have other "
1162 "elements drawn underneath.";
1163
1164const char kShowSavedCopyName[] = "Show Saved Copy Button";
1165const char kShowSavedCopyDescription[] =
1166 "When a page fails to load, if a stale copy of the page exists in the "
1167 "browser cache, a button will be presented to allow the user to load that "
1168 "stale copy. The primary enabling choice puts the button in the most "
1169 "salient position on the error page; the secondary enabling choice puts it "
1170 "secondary to the reload button.";
1171const char kEnableShowSavedCopyPrimary[] = "Enable: Primary";
1172const char kEnableShowSavedCopySecondary[] = "Enable: Secondary";
1173const char kDisableShowSavedCopy[] = "Disable";
1174
1175const char kShowTouchHudName[] = "Show HUD for touch points";
1176const char kShowTouchHudDescription[] =
1177 "Enables a heads-up display at the top-left corner of the screen that "
1178 "lists information about the touch-points on the screen.";
1179
1180const char kSilentDebuggerExtensionApiName[] = "Silent Debugging";
1181const char kSilentDebuggerExtensionApiDescription[] =
1182 "Do not show the infobar when an extension attaches to a page via "
1183 "chrome.debugger API. This is required to debug extension background "
1184 "pages.";
1185
1186const char kSimpleCacheBackendName[] = "Simple Cache for HTTP";
1187const char kSimpleCacheBackendDescription[] =
1188 "The Simple Cache for HTTP is a new cache. It relies on the filesystem for "
1189 "disk space allocation.";
1190
1191const char kSimplifiedFullscreenUiName[] =
1192 "Simplified full screen / mouse lock UI.";
1193const char kSimplifiedFullscreenUiDescription[] =
1194 "A simplified new user experience when entering page-triggered full screen "
1195 "or mouse pointer lock states.";
1196
1197const char kSingleClickAutofillName[] = "Single-click autofill";
1198const char kSingleClickAutofillDescription[] =
1199 "Make autofill suggestions on initial mouse click on a form element.";
1200
1201const char kSiteDetails[] = "Site Details";
1202const char kSiteDetailsDescription[] =
1203 "Adds UI in MD Settings to view all content settings for a specific "
1204 "origin.";
1205
1206const char kSitePerProcessName[] = "Strict site isolation";
1207const char kSitePerProcessDescription[] =
1208 "Highly experimental security mode that ensures each renderer process "
1209 "contains pages from at most one site. In this mode, out-of-process "
1210 "iframes will be used whenever an iframe is cross-site.";
1211
1212const char kSiteSettings[] = "Site settings with All sites and Site details";
1213const char kSiteSettingsDescription[] =
1214 "Adds new ways of viewing Site settings.";
1215
1216const char kSlimmingPaintInvalidationName[] = "Slimming paint invalidation.";
1217const char kSlimmingPaintInvalidationDescription[] =
1218 "Whether to enable a new paint invalidation system.";
1219
1220const char kSmoothScrollingName[] = "Smooth Scrolling";
1221const char kSmoothScrollingDescription[] =
1222 "Animate smoothly when scrolling page content.";
1223
1224const char kSoftwareRasterizerName[] = "3D software rasterizer";
1225const char kSoftwareRasterizerDescription[] =
1226 "Fall back to a 3D software rasterizer when the GPU cannot be used.";
1227
Tommy Steimel77704be2017-08-28 22:14:401228const char kSoundContentSettingName[] = "Sound content setting";
1229const char kSoundContentSettingDescription[] =
1230 "Enable site-wide muting in content settings and tab strip context menu.";
1231
Brett Wilsonecb80982017-07-12 20:34:511232const char kSpeculativePrefetchName[] = "Speculative Prefetch";
vabr0215a8e2017-03-28 12:47:341233const char kSpeculativePrefetchDescription[] =
1234 R"*("Speculative Prefetch" fetches likely resources early to improve )*"
1235 R"*(load times, based on a local database (see chrome://predictors). )*"
1236 R"*("Learning" means that only the database construction is enabled, )*"
1237 R"*("Prefetching" that learning and prefetching are enabled.)*";
1238
Justin Donnelly4e448cb2017-07-07 21:32:131239const char kSpeculativeServiceWorkerStartOnQueryInputName[] =
1240 "Enable speculative start of a service worker when a search is predicted.";
Justin Donnelly4e448cb2017-07-07 21:32:131241const char kSpeculativeServiceWorkerStartOnQueryInputDescription[] =
1242 "If enabled, when the user enters text in the omnibox that looks like a "
1243 "a query, any service worker associated with the search engine the query "
1244 "will be sent to is started early.";
1245
Brett Wilsonecb80982017-07-12 20:34:511246const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial";
1247const char kSpellingFeedbackFieldTrialDescription[] =
1248 "Enable the field trial for sending user feedback to spelling service.";
horo201d49492017-05-19 05:31:401249
Brett Wilsonecb80982017-07-12 20:34:511250const char kSuggestionsWithSubStringMatchName[] =
1251 "Substring matching for Autofill suggestions";
1252const char kSuggestionsWithSubStringMatchDescription[] =
1253 "Match Autofill suggestions based on substrings (token prefixes) rather "
1254 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:341255
Brett Wilsonecb80982017-07-12 20:34:511256const char kSupervisedUserManagedBookmarksFolderName[] =
1257 "Managed bookmarks for supervised users";
1258const char kSupervisedUserManagedBookmarksFolderDescription[] =
1259 "Enable the managed bookmarks folder for supervised users.";
vabr0215a8e2017-03-28 12:47:341260
Brett Wilsonecb80982017-07-12 20:34:511261const char kSyncAppListName[] = "App Launcher sync";
1262const char kSyncAppListDescription[] =
1263 "Enable App Launcher sync. This also enables Folders where available (non "
1264 "OSX).";
vabr0215a8e2017-03-28 12:47:341265
Brett Wilsonecb80982017-07-12 20:34:511266const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
1267const char kSyncSandboxDescription[] =
1268 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:341269
Brett Wilsonecb80982017-07-12 20:34:511270const char kTabAudioMutingName[] = "Tab audio muting UI control";
1271const char kTabAudioMutingDescription[] =
1272 "When enabled, the audio indicators in the tab strip double as tab audio "
1273 "mute controls. This also adds commands in the tab context menu for "
1274 "quickly muting multiple selected tabs.";
vabr0215a8e2017-03-28 12:47:341275
Christian Dullweberd0d96f02017-09-13 09:22:511276const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog.";
1277const char kTabsInCbdDescription[] =
1278 "Enables a basic and an advanced tab for the Clear Browsing Data dialog.";
1279
Brett Wilsonecb80982017-07-12 20:34:511280const char kTcpFastOpenName[] = "TCP Fast Open";
1281const char kTcpFastOpenDescription[] =
1282 "Enable the option to send extra authentication information in the initial "
1283 "SYN packet for a previously connected client, allowing faster data send "
1284 "start.";
vabr0215a8e2017-03-28 12:47:341285
Brett Wilsonecb80982017-07-12 20:34:511286const char kTopChromeMd[] = "UI Layout for the browser's top chrome";
1287const char kTopChromeMdDescription[] =
1288 R"*(Toggles between normal and touch (formerly "hybrid") layouts.)*";
1289const char kTopChromeMdMaterial[] = "Normal";
1290const char kTopChromeMdMaterialHybrid[] = "Touch";
vabr0215a8e2017-03-28 12:47:341291
Brett Wilsonecb80982017-07-12 20:34:511292const char kThreadedScrollingName[] = "Threaded scrolling";
1293const char kThreadedScrollingDescription[] =
1294 "Threaded handling of scroll-related input events. Disabling this will "
1295 "force all such scroll events to be handled on the main thread. Note that "
1296 "this can dramatically hurt scrolling performance of most websites and is "
1297 "intended for testing purposes only.";
1298
Steven Valdez4584b2482017-07-14 01:11:571299const char kTLS13VariantName[] = "TLS 1.3";
1300const char kTLS13VariantDescription[] = "Sets the TLS 1.3 variant used.";
1301const char kTLS13VariantDisabled[] = "Disabled";
1302const char kTLS13VariantDraft[] = "Enabled (Draft)";
1303const char kTLS13VariantExperiment[] = "Enabled (Experiment)";
Steven Valdez2d7b4e82017-07-17 22:22:091304const char kTLS13VariantRecordTypeExperiment[] =
1305 "Enabled (Record Type Experiment)";
Steven Valdez2ee1c4a22017-07-19 20:39:311306const char kTLS13VariantNoSessionIDExperiment[] =
1307 "Enabled (No Session ID Experiment)";
Steven Valdezf00f8782017-09-13 18:05:281308const char kTLS13VariantExperiment2[] = "Enabled (Experiment 2)";
1309const char kTLS13VariantExperiment3[] = "Enabled (Experiment 3)";
Steven Valdez4584b2482017-07-14 01:11:571310
Brett Wilsonecb80982017-07-12 20:34:511311const char kTopDocumentIsolationName[] = "Top document isolation";
1312const char kTopDocumentIsolationDescription[] =
1313 "Highly experimental performance mode where cross-site iframes are kept in "
1314 "a separate process from the top document. In this mode, iframes from "
1315 "different third-party sites will be allowed to share a process.";
1316
1317const char kTouchAdjustmentName[] = "Touch adjustment";
1318const char kTouchAdjustmentDescription[] =
1319 "Refine the position of a touch gesture in order to compensate for touches "
1320 "having poor resolution compared to a mouse.";
1321
1322const char kTouchDragDropName[] = "Touch initiated drag and drop";
1323const char kTouchDragDropDescription[] =
1324 "Touch drag and drop can be initiated through long press on a draggable "
1325 "element.";
1326
1327const char kTouchEventsName[] = "Touch Events API";
1328const char kTouchEventsDescription[] =
1329 "Force Touch Events API feature detection to always be enabled or "
1330 "disabled, or to be enabled when a touchscreen is detected on startup "
1331 "(Automatic, the default).";
1332
1333const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
1334const char kTouchSelectionStrategyDescription[] =
1335 "Controls how text selection granularity changes when touch text selection "
1336 "handles are dragged. Non-default behavior is experimental.";
1337const char kTouchSelectionStrategyCharacter[] = "Character";
1338const char kTouchSelectionStrategyDirection[] = "Direction";
1339
1340const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
1341const char kTraceUploadUrlDescription[] =
1342 "This is to be used in conjunction with the enable-navigation-tracing "
1343 "flag. Please select the label that best describes the recorded traces. "
1344 "This will choose the destination the traces are uploaded to. If you are "
1345 "not sure, select other. If left empty, no traces will be uploaded.";
1346const char kTraceUploadUrlChoiceOther[] = "Other";
1347const char kTraceUploadUrlChoiceEmloading[] = "emloading";
1348const char kTraceUploadUrlChoiceQa[] = "QA";
1349const char kTraceUploadUrlChoiceTesting[] = "Testing";
1350
1351const char kTranslate2016q2UiName[] = "Translate 2016Q2 UI";
1352const char kTranslate2016q2UiDescription[] =
1353 "Improved triggering logic and look for Translate Bubble UI";
1354
1355const char kTranslateLanguageByUlpName[] = "Translate Language by ULP";
1356const char kTranslateLanguageByUlpDescription[] =
1357 "Improved translate target language and triggering logic by considering "
1358 "information from User Language Profile (ULP).";
1359
1360const char kTrySupportedChannelLayoutsName[] =
1361 "Causes audio output streams to check if channel layouts other than the "
1362 "default hardware layout are available.";
1363const char kTrySupportedChannelLayoutsDescription[] =
1364 "Causes audio output streams to check if channel layouts other than the "
1365 "default hardware layout are available. Turning this on will allow the OS "
1366 "to do stereo to surround expansion if supported. May expose third party "
1367 "driver bugs, use with caution.";
1368
1369const char kUiPartialSwapName[] = "Partial swap";
1370const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
1371
Chris Pickel3a227ae62017-08-24 10:47:261372const char kUseDdljsonApiName[] = "Use new ddljson API for Doodles";
1373const char kUseDdljsonApiDescription[] =
1374 "Enables the new ddljson API to fetch Doodles for the NTP.";
1375
Brett Wilsonecb80982017-07-12 20:34:511376const char kUserConsentForExtensionScriptsName[] =
1377 "User consent for extension scripts";
1378const char kUserConsentForExtensionScriptsDescription[] =
1379 "Require user consent for an extension running a script on the page, if "
1380 "the extension requested permission to run on all urls.";
1381
1382const char kUseSuggestionsEvenIfFewFeatureName[] =
1383 "Disable minimum for server-side tile suggestions on NTP.";
1384const char kUseSuggestionsEvenIfFewFeatureDescription[] =
1385 "Request server-side suggestions even if there are only very few of them "
1386 "and use them for tiles on the New Tab Page.";
1387
1388const char kV8CacheOptionsName[] = "V8 caching mode.";
1389const char kV8CacheOptionsDescription[] =
1390 "Caching mode for the V8 JavaScript engine.";
1391const char kV8CacheOptionsParse[] = "Cache V8 parser data.";
1392const char kV8CacheOptionsCode[] = "Cache V8 compiler data.";
1393
1394const char kV8CacheStrategiesForCacheStorageName[] =
1395 "V8 caching strategy for CacheStorage.";
1396const char kV8CacheStrategiesForCacheStorageDescription[] =
1397 "Caching strategy of scripts in CacheStorage for the V8 JavaScript engine.";
1398const char kV8CacheStrategiesForCacheStorageNormal[] = "Normal";
1399const char kV8CacheStrategiesForCacheStorageAggressive[] = "Aggressive";
1400
Hitoshi Yoshida3e5db562017-09-11 02:31:081401const char kV8ContextSnapshotName[] = "Use a snapshot to create V8 contexts.";
1402const char kV8ContextSnapshotDescription[] =
1403 "Sets to use a snapshot to create V8 contexts in frame creation.";
1404
Brett Wilsonecb80982017-07-12 20:34:511405const char kVibrateRequiresUserGestureName[] =
1406 "Requiring user gesture for the Vibration API";
1407const char kVibrateRequiresUserGestureDescription[] =
1408 "Block the Vibration API if no user gesture has been received on the frame "
1409 "or any embedded frame.";
1410
1411const char kVideoFullscreenOrientationLockName[] =
1412 "Lock screen orientation when playing a video fullscreen.";
1413const char kVideoFullscreenOrientationLockDescription[] =
1414 "Lock the screen orientation of the device to match video orientation when "
1415 "a video goes fullscreen. Only on phones.";
1416
1417const char kVideoRotateToFullscreenName[] =
1418 "Rotate-to-fullscreen gesture for videos.";
1419const char kVideoRotateToFullscreenDescription[] =
1420 "Enter/exit fullscreen when device is rotated to/from the orientation of "
1421 "the video. Only on phones.";
1422
1423const char kWalletServiceUseSandboxName[] =
1424 "Use Google Payments sandbox servers";
1425const char kWalletServiceUseSandboxDescription[] =
1426 "For developers: use the sandbox service for Google Payments API calls.";
1427
1428const char kWebgl2Name[] = "WebGL 2.0";
1429const char kWebgl2Description[] = "Allow web applications to access WebGL 2.0.";
1430
1431const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
1432const char kWebglDraftExtensionsDescription[] =
1433 "Enabling this option allows web applications to access the WebGL "
1434 "Extensions that are still in draft status.";
1435
1436const char kWebMidiName[] = "Web MIDI API";
1437const char kWebMidiDescription[] = "Enable Web MIDI API experimental support.";
1438
1439const char kWebPaymentsName[] = "Web Payments";
1440const char kWebPaymentsDescription[] =
1441 "Enable Web Payments API integration, a JavaScript API for merchants.";
1442
Mathieu Perreault51339b82017-07-20 17:06:051443const char kWebPaymentsModifiersName[] = "Enable web payment modifiers";
1444const char kWebPaymentsModifiersDescription[] =
1445 "If the website provides modifiers in the payment request, show the custom "
1446 "total for each payment instrument, update the shopping cart when "
1447 "instruments are switched, and send modified payment method specific data "
1448 "to the payment app.";
1449
Brett Wilsonecb80982017-07-12 20:34:511450const char kWebrtcEchoCanceller3Name[] = "WebRTC Echo Canceller 3.";
1451const char kWebrtcEchoCanceller3Description[] =
1452 "Experimental WebRTC echo canceller (AEC3).";
1453
1454const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
1455const char kWebrtcHwDecodingDescription[] =
1456 "Support in WebRTC for decoding video streams using platform hardware.";
1457
1458const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
1459const char kWebrtcHwEncodingDescription[] =
1460 "Support in WebRTC for encoding video streams using platform hardware.";
1461
1462const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding";
1463const char kWebrtcHwH264EncodingDescription[] =
1464 "Support in WebRTC for encoding h264 video streams using platform "
1465 "hardware.";
1466
1467const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding";
1468const char kWebrtcHwVP8EncodingDescription[] =
1469 "Support in WebRTC for encoding vp8 video streams using platform hardware.";
1470
1471const char kWebrtcSrtpAesGcmName[] =
1472 "Negotiation with GCM cipher suites for SRTP in WebRTC";
1473const char kWebrtcSrtpAesGcmDescription[] =
1474 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
1475
Joachim Bauch4a41d7512017-08-23 14:24:231476const char kWebrtcSrtpEncryptedHeadersName[] =
1477 "Negotiation with encrypted header extensions for SRTP in WebRTC";
1478const char kWebrtcSrtpEncryptedHeadersDescription[] =
1479 "When enabled, WebRTC will try to negotiate encrypted header extensions "
1480 "for SRTP.";
1481
Brett Wilsonecb80982017-07-12 20:34:511482const char kWebrtcStunOriginName[] = "WebRTC Stun origin header";
1483const char kWebrtcStunOriginDescription[] =
1484 "When enabled, Stun messages generated by WebRTC will contain the Origin "
1485 "header.";
1486
1487const char kWebvrName[] = "WebVR";
1488const char kWebvrDescription[] =
1489 "Enabling this option allows web applications to access experimental "
1490 "Virtual Reality APIs.";
1491
1492const char kWifiCredentialSyncName[] = "WiFi credential sync";
1493const char kWifiCredentialSyncDescription[] =
1494 "Enables synchronizing WiFi network settings across devices. When enabled, "
1495 "the WiFi credential datatype is registered with Chrome Sync, and WiFi "
1496 "credentials are synchronized subject to user preferences. (See also, "
1497 "chrome://settings/syncSetup.)";
1498
Tom Anderson5c3130ad2017-08-21 19:49:171499const char kWindowNavNativeFlagName[] =
1500 "Enable native window navigation buttons.";
1501const char kWindowNavNativeFlagDescription[] =
1502 "Whether the window frame buttons should be drawn using the system theme. "
1503 "Has no effect unless using the GTK3 theme.";
1504
Brett Wilsonecb80982017-07-12 20:34:511505const char kZeroCopyName[] = "Zero-copy rasterizer";
1506const char kZeroCopyDescription[] =
1507 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:341508
Brett Wilsonff596952017-07-14 01:06:551509// Android ---------------------------------------------------------------------
1510
1511#if defined(OS_ANDROID)
1512
1513const char kAiaFetchingName[] = "Intermediate Certificate Fetching";
1514const char kAiaFetchingDescription[] =
1515 "Enable intermediate certificate fetching when a server does not provide "
1516 "sufficient certificates to build a chain to a trusted root.";
1517
1518const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher";
1519const char kAccessibilityTabSwitcherDescription[] =
1520 "Enable the accessibility tab switcher for Android.";
1521
1522const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility";
1523const char kAndroidAutofillAccessibilityDescription[] =
1524 "Enable accessibility for autofill popup.";
1525
1526const char kAndroidPaymentAppsName[] = "Android payment apps";
1527const char kAndroidPaymentAppsDescription[] =
1528 "Enable third party Android apps to integrate as payment apps";
1529
Iulia Harasim0b5a4312017-07-21 16:20:501530const char kAndroidSigninPromosName[] = "Signin promos for Android.";
1531const char kAndroidSigninPromosDescription[] =
1532 "New signin promos for Android which will be displayed in content "
1533 "suggestions, Settings, Bookmarks and Recent Tabs.";
1534
Tatiana Gornak38ab3562017-07-28 11:04:181535const char kAndroidViewPasswordsName[] = "Copy and view passwords for Android";
1536const char kAndroidViewPasswordsDescription[] =
1537 "Enables copying and viewing passwords in settings.";
1538
Brett Wilsonff596952017-07-14 01:06:551539const char kAutofillAccessoryViewName[] =
1540 "Autofill suggestions as keyboard accessory view";
1541const char kAutofillAccessoryViewDescription[] =
1542 "Shows Autofill suggestions on top of the keyboard rather than in a "
1543 "dropdown.";
1544
1545const char kBackgroundLoaderForDownloadsName[] =
1546 "Enables background downloading of pages.";
1547const char kBackgroundLoaderForDownloadsDescription[] =
1548 "Enables downloading pages in the background in case page is not yet "
1549 "loaded in current tab.";
1550
Theresa Wellington37014d92017-08-23 02:09:201551const char kChromeHomeDoodleName[] = "Chrome Home Doodle.";
1552const char kChromeHomeDoodleDescription[] =
1553 "Enables showing the Doodle on the NTP for Chrome Home.";
1554
Brett Wilsonff596952017-07-14 01:06:551555const char kChromeHomeExpandButtonName[] = "Chrome Home Expand Button";
1556const char kChromeHomeExpandButtonDescription[] =
1557 "Enables the expand button for Chrome Home.";
1558
Michael van Ouwerkerk66e45322017-08-04 17:25:241559const char kChromeHomeModernLayoutName[] = "Modern layout for Chrome Home.";
1560const char kChromeHomeModernLayoutDescription[] =
1561 "Enables the modern layout for Chrome Home.";
1562
Brett Wilsonff596952017-07-14 01:06:551563const char kChromeHomeSwipeLogicName[] = "Chrome Home Swipe Logic";
1564const char kChromeHomeSwipeLogicDescription[] =
1565 "Various swipe logic options for Chrome Home for sheet expansion.";
1566const char kChromeHomeSwipeLogicRestrictArea[] = "Restrict swipable area";
1567const char kChromeHomeSwipeLogicButtonOnly[] = "Swipe on expand button";
1568
1569const char kChromeHomeName[] = "Chrome Home";
1570const char kChromeHomeDescription[] =
1571 "Enables Chrome Home on Android. You must restart the browser"
1572 " twice for changes to take effect.";
1573
1574const char kContentSuggestionsCategoryOrderName[] =
1575 "Default content suggestions category order (e.g. on NTP)";
1576const char kContentSuggestionsCategoryOrderDescription[] =
1577 "Set default order of content suggestion categories (e.g. on the NTP).";
1578
1579const char kContentSuggestionsCategoryRankerName[] =
1580 "Content suggestions category ranker (e.g. on NTP)";
1581const char kContentSuggestionsCategoryRankerDescription[] =
1582 "Set category ranker to order categories of content suggestions (e.g. on "
1583 "the NTP).";
1584
Vitalii Iarkof52ff802017-09-14 12:34:241585const char kContentSuggestionsDebugLogName[] = "Content suggestions debug log";
1586const char kContentSuggestionsDebugLogDescription[] =
1587 "Enable content suggestions debug log accessible through "
1588 "snippets-internals.";
1589
Brett Wilsonff596952017-07-14 01:06:551590const char kContextualSearchContextualCardsBarIntegration[] =
1591 "Contextual Search - Contextual Cards Integration";
1592const char kContextualSearchContextualCardsBarIntegrationDescription[] =
1593 "Whether or not integration of Contextual Cards data in the Contextual "
1594 "Search Bar is enabled.";
1595
1596const char kContextualSearchSingleActionsName[] =
1597 "Contextual Search - Single Actions";
1598const char kContextualSearchSingleActionsDescription[] =
1599 "Whether or not single actions using Contextual Cards data in the "
1600 "Contextual Search Bar is enabled.";
1601
1602const char kContextualSearchUrlActionsName[] =
1603 "Contextual Search - URL Actions";
1604const char kContextualSearchUrlActionsDescription[] =
1605 "Whether or not URL actions using Contextual Cards data in the Contextual "
1606 "Search Bar is enabled.";
1607
1608const char kContextualSearchName[] = "Contextual Search";
1609const char kContextualSearchDescription[] =
1610 "Whether or not Contextual Search is enabled.";
1611
Dmitry Skiba9c3efa72017-07-20 22:01:141612const char kDontPrefetchLibrariesName[] = "Don't Prefetch Libraries";
1613const char kDontPrefetchLibrariesDescription[] =
1614 "Don't prefetch libraries after loading.";
1615
Brett Wilsonff596952017-07-14 01:06:551616const char kEnableAndroidPayIntegrationV1Name[] = "Enable Android Pay v1";
1617const char kEnableAndroidPayIntegrationV1Description[] =
1618 "Enable integration with Android Pay using the first version of the API";
1619
1620const char kEnableAndroidPayIntegrationV2Name[] = "Enable Android Pay v2";
1621const char kEnableAndroidPayIntegrationV2Description[] =
1622 "Enable integration with Android Pay using the second version of the API";
1623
1624const char kEnableAndroidSpellcheckerDescription[] =
1625 "Enables use of the Android spellchecker.";
1626const char kEnableAndroidSpellcheckerName[] = "Enable spell checking";
1627
Brett Wilsonff596952017-07-14 01:06:551628const char kEnableContentSuggestionsNewFaviconServerName[] =
1629 "Get favicons for content suggestions from a new server.";
1630const char kEnableContentSuggestionsNewFaviconServerDescription[] =
1631 "If enabled, the content suggestions (on the NTP) will get favicons from a "
1632 "new favicon server.";
1633
1634const char kEnableContentSuggestionsLargeThumbnailName[] =
1635 "Large thumbnails layout for content suggestions cards.";
1636const char kEnableContentSuggestionsLargeThumbnailDescription[] =
1637 "If enabled, the content suggestions cards will use large thumbnails and "
1638 "some related adjustments.";
1639
1640const char kEnableContentSuggestionsVideoOverlayName[] =
1641 "Video icon overlay on thumbnails for content suggestions cards.";
1642const char kEnableContentSuggestionsVideoOverlayDescription[] =
1643 "If enabled, the content suggestions cards for suggestions with a video "
1644 "will show a video play icon overlay on the thumbnail.";
1645
1646const char kEnableContentSuggestionsSettingsName[] =
1647 "Show content suggestions settings.";
1648const char kEnableContentSuggestionsSettingsDescription[] =
1649 "If enabled, the content suggestions settings will be available from the "
1650 "main settings menu.";
1651
1652const char kEnableContentSuggestionsShowSummaryName[] =
1653 "Show content suggestions summaries.";
1654const char kEnableContentSuggestionsShowSummaryDescription[] =
1655 "If enabled, the content suggestions summaries will be shown.";
1656
1657const char kEnableCopylessPasteName[] = "App Indexing (Copyless Paste)";
1658const char kEnableCopylessPasteDescription[] =
1659 "Provide suggestions for text input, based on your recent context. For "
1660 "example, if you looked at a restaurant website and switched to the Maps "
1661 "app, the keyboard would offer the name of that restaurant as a suggestion "
1662 "to enter into the search bar. The data is indexed locally, and never sent "
1663 "to the server. It's disabled in incognito mode.";
1664
1665const char kEnableCustomContextMenuName[] = "Enable custom context menu";
1666const char kEnableCustomContextMenuDescription[] =
1667 "Enables a new context menu when a link, image, or video is pressed within "
1668 "Chrome.";
1669
1670const char kEnableCustomFeedbackUiName[] = "Enable Custom Feedback UI";
1671const char kEnableCustomFeedbackUiDescription[] =
1672 "Enables a custom feedback UI when submitting feedback through Google "
1673 "Feedback. Works with Google Play Services v10.2+";
1674
1675const char kEnableDataReductionProxyMainMenuName[] =
1676 "Enable Data Saver main menu footer";
1677const char kEnableDataReductionProxyMainMenuDescription[] =
1678 "Enables the Data Saver footer in the main menu";
1679
1680const char kEnableDataReductionProxySiteBreakdownName[] =
1681 "Data Saver Site Breakdown";
1682const char kEnableDataReductionProxySiteBreakdownDescription[] =
1683 "Enable the site breakdown on the Data Saver settings page.";
1684
1685const char kEnableOmniboxClipboardProviderName[] =
1686 "Omnibox clipboard URL suggestions";
1687const char kEnableOmniboxClipboardProviderDescription[] =
1688 "Provide a suggestion of the URL stored in the clipboard (if any) upon "
1689 "focus in the omnibox.";
1690
1691const char kEnableExpandedAutofillCreditCardPopupLayoutName[] =
1692 "Use expanded autofill credit card popup layout.";
1693const char kEnableExpandedAutofillCreditCardPopupLayoutDescription[] =
1694 "If enabled, displays autofill credit card popup using expanded layout.";
1695
1696const char kEnableFaviconsFromWebManifestName[] =
1697 "Load favicons from Web Manifests";
1698const char kEnableFaviconsFromWebManifestDescription[] =
1699 "Fetch Web Manifests on page load to read favicons from them.";
1700
1701const char kEnableNtpAssetDownloadSuggestionsName[] =
1702 "Show asset downloads on the New Tab page";
1703const char kEnableNtpAssetDownloadSuggestionsDescription[] =
1704 "If enabled, the list of content suggestions on the New Tab page will "
1705 "contain assets (e.g. books, pictures, audio) that the user downloaded for "
1706 "later use.";
1707
1708const char kEnableNtpBookmarkSuggestionsName[] =
1709 "Show recently visited bookmarks on the New Tab page";
1710const char kEnableNtpBookmarkSuggestionsDescription[] =
1711 "If enabled, the list of content suggestions on the New Tab page will "
1712 "contain recently visited bookmarks.";
1713
1714const char kEnableNtpForeignSessionsSuggestionsName[] =
1715 "Show recent foreign tabs on the New Tab page";
1716const char kEnableNtpForeignSessionsSuggestionsDescription[] =
1717 "If enabled, the list of content suggestions on the New Tab page will "
1718 "contain recent foreign tabs.";
1719
1720const char kEnableNtpMostLikelyFaviconsFromServerName[] =
1721 "Download favicons for NTP tiles from Google.";
1722const char kEnableNtpMostLikelyFaviconsFromServerDescription[] =
1723 "If enabled, missing favicons for NTP tiles get downloaded from Google. "
1724 "This only applies to tiles that originate from synced history.";
1725
Jan Krcal7fadbd32017-08-04 10:49:211726const char kNtpTilesLowerResolutionFaviconsName[] =
1727 "Show also lower resolution favicons in NTP tiles.";
1728const char kNtpTilesLowerResolutionFaviconsDescription[] =
1729 "If enabled, the size limit for a favicon to get displayed in an NTP tile "
1730 "decreases. Tiles where the largest available favicon is below this limit "
1731 "get displayed as colored tiles.";
1732
Brett Wilsonff596952017-07-14 01:06:551733const char kEnableNtpOfflinePageDownloadSuggestionsName[] =
1734 "Show offline page downloads on the New Tab page";
1735const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] =
1736 "If enabled, the list of content suggestions on the New Tab page will "
1737 "contain pages that the user downloaded for later use.";
1738
1739const char kEnableNtpRemoteSuggestionsName[] =
1740 "Show server-side suggestions on the New Tab page";
1741const char kEnableNtpRemoteSuggestionsDescription[] =
1742 "If enabled, the list of content suggestions on the New Tab page will "
1743 "contain server-side suggestions (e.g., Articles for you). Furthermore, it "
1744 "allows to override the source used to retrieve these server-side "
1745 "suggestions.";
1746
1747const char kEnableNtpSnippetsVisibilityName[] =
1748 "Make New Tab Page Snippets more visible.";
1749const char kEnableNtpSnippetsVisibilityDescription[] =
1750 "If enabled, the NTP snippets will become more discoverable with a larger "
1751 "portion of the first card above the fold.";
1752
1753const char kEnableNtpSuggestionsNotificationsName[] =
1754 "Notify about new content suggestions available at the New Tab page";
1755const char kEnableNtpSuggestionsNotificationsDescription[] =
1756 "If enabled, notifications will inform about new content suggestions on "
1757 "the New Tab page.";
1758
1759const char kEnablePhysicalWebName[] = "Enable the Physical Web.";
1760const char kEnablePhysicalWebDescription[] =
1761 "Enable scanning for URLs from Physical Web objects.";
1762
1763const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
1764const char kEnableOfflinePreviewsDescription[] =
1765 "Enable showing offline page previews on slow networks.";
1766
1767const char kEnableOskOverscrollName[] = "Enable OSK Overscroll";
1768const char kEnableOskOverscrollDescription[] =
1769 "Enable OSK overscroll support. With this flag on, the OSK will only "
1770 "resize the visual viewport.";
1771
1772const char kEnableSpecialLocaleName[] =
1773 "Enable custom logic for special locales.";
1774const char kEnableSpecialLocaleDescription[] =
1775 "Enable custom logic for special locales. In this mode, Chrome might "
1776 "behave differently in some locales.";
1777
Brett Wilsonff596952017-07-14 01:06:551778const char kEnableWebNfcName[] = "WebNFC";
1779const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
1780
gogeraldf3cbb422017-07-26 14:37:121781const char kEnableWebPaymentsMethodSectionOrderV2Name[] =
1782 "Enable Web Payments method section order V2.";
1783const char kEnableWebPaymentsMethodSectionOrderV2Description[] =
1784 "Enable this option to display payment method section above address "
1785 "section instead of below it.";
1786
Brett Wilsonff596952017-07-14 01:06:551787const char kEnableWebPaymentsSingleAppUiSkipName[] =
1788 "Enable Web Payments single app UI skip";
1789const char kEnableWebPaymentsSingleAppUiSkipDescription[] =
1790 "Enable Web Payments to skip showing its UI if the developer specifies a "
1791 "single app.";
1792
1793const char kHerbPrototypeChoicesName[] = "Switch preferred flavor of Herb";
1794const char kHerbPrototypeChoicesDescription[] =
1795 "Switching this option changes which tab management prototype is being "
1796 "tested.";
1797const char kHerbPrototypeFlavorElderberry[] =
1798 "ELDERBERRY: All View Intents in CCT v2";
1799
1800const char kKeepPrefetchedContentSuggestionsName[] =
1801 "Keep prefetched content suggestions";
1802const char kKeepPrefetchedContentSuggestionsDescription[] =
1803 "If enabled, some of prefetched content suggestions are not replaced by "
1804 "the new fetched suggestions.";
1805
1806const char kLsdPermissionPromptName[] =
1807 "Location Settings Dialog Permission Prompt";
1808const char kLsdPermissionPromptDescription[] =
1809 "Whether to use the Google Play Services Location Settings Dialog "
1810 "permission dialog.";
1811
Brett Wilsonff596952017-07-14 01:06:551812const char kMediaScreenCaptureName[] = "Experimental ScreenCapture.";
1813const char kMediaScreenCaptureDescription[] =
1814 "Enable this option for experimental ScreenCapture feature on Android.";
1815
1816const char kModalPermissionPromptsName[] = "Modal Permission Prompts";
1817const char kModalPermissionPromptsDescription[] =
1818 "Whether to use permission dialogs in place of permission infobars.";
1819
Brett Wilsonff596952017-07-14 01:06:551820const char kNewPhotoPickerName[] = "Enable new Photopicker";
1821const char kNewPhotoPickerDescription[] =
1822 "Activates the new picker for selecting photos.";
1823
1824const char kNoCreditCardAbort[] = "No Credit Card Abort";
1825const char kNoCreditCardAbortDescription[] =
1826 "Whether or not the No Credit Card Abort is enabled.";
1827
1828const char kNtpCondensedLayoutName[] = "Condensed NTP layout";
1829const char kNtpCondensedLayoutDescription[] =
1830 "Show a condensed layout on the New Tab Page.";
1831
1832const char kNtpCondensedTileLayoutName[] = "Condensed NTP tile layout";
1833const char kNtpCondensedTileLayoutDescription[] =
1834 "Show a condensed tile layout on the New Tab Page.";
1835
Nicolas Dossou-gbete56f37dc2017-08-10 16:14:041836const char kSiteExplorationUiName[] = "Site Exploration UI";
1837const char kSiteExplorationUiDescription[] =
1838 "Show site suggestions in the Exploration UI";
1839
Brett Wilsonff596952017-07-14 01:06:551840const char kNtpGoogleGInOmniboxName[] = "Google G in New Tab Page omnibox";
1841const char kNtpGoogleGInOmniboxDescription[] =
1842 "Show a Google G in the omnibox on the New Tab Page.";
1843
1844const char kNtpOfflinePagesName[] = "Enable NTP offline pages";
1845const char kNtpOfflinePagesDescription[] =
1846 "Enables badging of offline pages on the New Tab page. Only relevant if "
1847 "offline pages are enabled.";
1848
1849const char kNtpPopularSitesName[] = "Show popular sites on the New Tab page";
1850const char kNtpPopularSitesDescription[] =
1851 "Pre-populate the New Tab page with popular sites.";
1852
Brett Wilsonff596952017-07-14 01:06:551853const char kOfflineBookmarksName[] = "Enable offline bookmarks";
1854const char kOfflineBookmarksDescription[] =
1855 "Enable saving bookmarked pages for offline viewing.";
1856
1857const char kOfflinePagesAsyncDownloadName[] =
1858 R"*(Enables showing "DOWNLOAD WHEN ONLINE" button in error pages.)*";
1859const char kOfflinePagesAsyncDownloadDescription[] =
1860 R"*(Enables showing "DOWNLOAD WHEN ONLINE" button in error pages such )*"
1861 R"*(that the user can click on it to download the page later.)*";
1862
1863const char kOfflinePagesCtName[] = "Enable Offline Pages CT features.";
1864const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features.";
1865
1866const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features.";
1867const char kOfflinePagesCtV2Description[] =
1868 "V2 features include attributing pages to the app that initiated the "
1869 "custom tabs, and being able to query for pages by page attribution.";
1870
1871const char kOfflinePagesLoadSignalCollectingName[] =
1872 "Enables collecting load timing data for offline page snapshots.";
1873const char kOfflinePagesLoadSignalCollectingDescription[] =
1874 "Enables loading completeness data collection while writing an offline "
1875 "page. This data is collected in the snapshotted offline page to allow "
1876 "data analysis to improve deciding when to make the offline snapshot.";
1877
1878const char kOfflinePagesPrefetchingName[] =
1879 "Enables suggested offline pages to be prefetched.";
1880const char kOfflinePagesPrefetchingDescription[] =
1881 "Enables suggested offline pages to be prefetched, so useful content is "
1882 "available while offline.";
1883
Cathy Li3d5379e2017-09-07 00:11:091884const char kOfflinePagesPrefetchingUIName[] =
1885 "Enables prefetched offline pages to be shown in UI.";
1886const char kOfflinePagesPrefetchingUIDescription[] =
1887 "Enables prefetched offline pages to raise notifications and be shown in "
1888 "download home UI.";
1889
Collin Baker17f92a52017-07-19 21:41:251890const char kOfflinePagesRenovationsName[] = "Enables offline page renovations.";
1891const char kOfflinePagesRenovationsDescription[] =
1892 "Enables offline page renovations which correct issues with dynamic "
1893 "content that occur when offlining pages that use JavaScript.";
1894
Brett Wilsonff596952017-07-14 01:06:551895const char kOfflinePagesSharingName[] = "Enables offline pages to be shared.";
1896const char kOfflinePagesSharingDescription[] =
1897 "Enables the saved offline pages to be shared via other applications.";
1898
1899const char kOfflinePagesSvelteConcurrentLoadingName[] =
1900 "Enables concurrent background loading on svelte.";
1901const char kOfflinePagesSvelteConcurrentLoadingDescription[] =
1902 "Enables concurrent background loading (or downloading) of pages on "
1903 "Android svelte (512MB RAM) devices. Otherwise, background loading will "
1904 "happen when the svelte device is idle.";
1905
1906const char kOffliningRecentPagesName[] =
1907 "Enable offlining of recently visited pages";
1908const char kOffliningRecentPagesDescription[] =
1909 "Enable storing recently visited pages locally for offline use. Requires "
1910 "Offline Pages to be enabled.";
1911
1912extern const char kPayWithGoogleV1Name[] = "Pay with Google v1";
1913extern const char kPayWithGoogleV1Description[] =
1914 "Enable Pay with Google integration into Web Payments with API version "
1915 "'1'.";
1916
Matthew Jones7c37430cd2017-09-11 15:59:281917const char kProgressBarThrottleName[] = "Android progress update throttling.";
1918const char kProgressBarThrottleDescription[] =
1919 "Limit the maximum progress update to make progress appear smoother.";
1920
Brett Wilsonff596952017-07-14 01:06:551921const char kProgressBarCompletionName[] =
1922 "Android phone page load progress bar completion time.";
1923const char kProgressBarCompletionDescription[] =
1924 "Configures Android phone page loading progress bar completion time.";
1925const char kProgressBarCompletionLoadEvent[] =
1926 R"*(Top loading frame's onload event ("everything" is done in the )*"
1927 R"*(page, historical behavior).)*";
1928const char kProgressBarCompletionResourcesBeforeDcl[] =
1929 "Main frame's domContentLoaded and all resources loads started before "
1930 "domContentLoaded (iframes ignored).";
1931const char kProgressBarCompletionDomContentLoaded[] =
1932 "Main frame's domContentLoaded (iframes ignored).";
1933const char kProgressBarCompletionResourcesBeforeDclAndSameOriginIframes[] =
1934 "domContentLoaded and all resources loads started before domContentLoaded "
1935 "(main frame and same origin iframes).";
1936
1937const char kPullToRefreshEffectName[] = "The pull-to-refresh effect";
1938const char kPullToRefreshEffectDescription[] =
1939 "Page reloads triggered by vertically overscrolling content.";
1940
Piotr Swigon7c296ef2017-08-29 04:32:001941const char kPwaImprovedSplashScreenName[] =
1942 "Improved Splash Screen for standalone PWAs";
1943const char kPwaImprovedSplashScreenDescription[] =
1944 "Enables the Improved Splash Screen UX for standalone PWAs based on new "
1945 "Web App Manifest attributes";
Piotr Swigon9f630b32017-07-26 09:42:491946const char kPwaPersistentNotificationName[] =
1947 "Persistent notification in standalone PWA";
1948const char kPwaPersistentNotificationDescription[] =
1949 "Enables a persistent Android notification for standalone PWAs";
1950
Brett Wilsonff596952017-07-14 01:06:551951const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
1952const char kReaderModeHeuristicsDescription[] =
1953 "Determines what pages the Reader Mode infobar is shown on.";
1954const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
1955const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
1956const char kReaderModeHeuristicsAllArticles[] = "All articles";
1957const char kReaderModeHeuristicsAlwaysOff[] = "Never";
1958const char kReaderModeHeuristicsAlwaysOn[] = "Always";
1959
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:181960const char kReaderModeInCCTName[] = "Reader Mode in CCT";
1961const char kReaderModeInCCTDescription[] =
1962 "Open Reader Mode in Chrome Custom Tabs.";
1963
Brett Wilsonff596952017-07-14 01:06:551964const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
1965const char kSetMarketUrlForTestingDescription[] =
1966 "When enabled, sets the market URL for use in testing the update menu "
1967 "item.";
1968
1969const char kSpannableInlineAutocompleteName[] = "Spannable inline autocomplete";
1970const char kSpannableInlineAutocompleteDescription[] =
1971 "A new type of inline autocomplete for the omnibox that works with "
1972 "keyboards that compose text.";
1973
Brett Wilsonff596952017-07-14 01:06:551974const char kTranslateCompactUIName[] = "New Translate Infobar";
1975const char kTranslateCompactUIDescription[] =
1976 "Enable the new Translate compact infobar UI.";
1977
1978const char kUpdateMenuBadgeName[] = "Force show update menu badge";
1979const char kUpdateMenuBadgeDescription[] =
1980 "When enabled, an update badge will be shown on the app menu button.";
1981
1982const char kUpdateMenuItemCustomSummaryDescription[] =
1983 "When this flag and the force show update menu item flag are enabled, a "
1984 "custom summary string will be displayed below the update menu item.";
1985const char kUpdateMenuItemCustomSummaryName[] =
1986 "Update menu item custom summary";
1987
1988const char kUpdateMenuItemName[] = "Force show update menu item";
1989const char kUpdateMenuItemDescription[] =
1990 R"*(When enabled, an "Update Chrome" item will be shown in the app )*"
1991 R"*(menu.)*";
1992
1993const char kUseAndroidMidiApiName[] = "Use Android Midi API";
1994const char kUseAndroidMidiApiDescription[] =
1995 "Use Android Midi API for WebMIDI (effective only with Android M+ "
1996 "devices).";
1997
Marc Treib93af46a2017-08-23 13:30:001998const char kThirdPartyDoodlesName[] =
1999 "Enable Doodles for third-party search engines";
2000const char kThirdPartyDoodlesDescription[] =
2001 "Enables fetching and displaying Doodles on the NTP for third-party search "
2002 "engines.";
2003
Brett Wilsonff596952017-07-14 01:06:552004const char kXGEOVisibleNetworksName[] = "Enable XGEO Visible Networks";
2005const char kXGEOVisibleNetworksDescription[] =
2006 "If location permissions are granted, include visible networks in the XGEO "
2007 "Header for omnibox queries. This will only happen if location is not "
2008 "fresh or not available (for example, due to a cold start).";
2009
Brett Wilson7b44537e2017-08-18 01:38:282010// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:552011
Brett Wilson7b44537e2017-08-18 01:38:282012#else // !defined(OS_ANDROID)
brettw5f9c1642017-05-14 17:12:482013
Brett Wilson7b44537e2017-08-18 01:38:282014const char kAccountConsistencyName[] =
2015 "Identity consistency between browser and cookie jar";
2016const char kAccountConsistencyDescription[] =
2017 "When enabled, the browser manages signing in and out of Google accounts.";
2018const char kAccountConsistencyChoiceMirror[] = "Mirror";
2019const char kAccountConsistencyChoiceDice[] = "Dice";
vabr0215a8e2017-03-28 12:47:342020
Chris Pickel3a227ae62017-08-24 10:47:262021const char kDoodlesOnLocalNtpName[] = "Enable doodles on the local NTP";
2022const char kDoodlesOnLocalNtpDescription[] =
2023 "Show doodles on the local New Tab page if Google is the default search "
2024 "engine.";
2025
mlamouriff56c092017-05-11 15:31:392026const char kEnableAudioFocusName[] = "Manage audio focus across tabs";
mlamouriff56c092017-05-11 15:31:392027const char kEnableAudioFocusDescription[] =
vabr0215a8e2017-03-28 12:47:342028 "Manage audio focus across tabs to improve the audio mixing.";
mlamouriff56c092017-05-11 15:31:392029const char kEnableAudioFocusDisabled[] = "Disabled";
mlamouriff56c092017-05-11 15:31:392030const char kEnableAudioFocusEnabled[] = "Enabled";
mlamouriff56c092017-05-11 15:31:392031const char kEnableAudioFocusEnabledDuckFlash[] =
vabr0215a8e2017-03-28 12:47:342032 "Enabled (Flash lowers volume when interrupted by other sound, "
2033 "experimental)";
2034
Brett Wilson7b44537e2017-08-18 01:38:282035const char kEnableNewAppMenuIconName[] = "Enable the New App Menu Icon";
2036const char kEnableNewAppMenuIconDescription[] =
2037 "Use the new app menu icon with update notification animations.";
vabr0215a8e2017-03-28 12:47:342038
2039const char kOmniboxEntitySuggestionsName[] = "Omnibox entity suggestions";
vabr0215a8e2017-03-28 12:47:342040const char kOmniboxEntitySuggestionsDescription[] =
krbcc621412017-06-01 19:40:282041 "Enable receiving entity suggestions - disambiguation descriptions - for "
2042 "Omnibox suggestions.";
2043
2044const char kOmniboxTailSuggestionsName[] = "Omnibox tail suggestions";
2045const char kOmniboxTailSuggestionsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192046 "Enable receiving tail suggestions, a type of search suggestion based on "
2047 "the last few words in the query, for the Omnibox.";
vabr0215a8e2017-03-28 12:47:342048
Brett Wilson7b44537e2017-08-18 01:38:282049const char kOneGoogleBarOnLocalNtpName[] =
2050 "Enable the OneGoogleBar on the local NTP";
2051const char kOneGoogleBarOnLocalNtpDescription[] =
2052 "Show a OneGoogleBar on the local New Tab page if Google is the default "
2053 "search engine.";
2054
ojan38c678352017-04-11 20:27:552055const char kPauseBackgroundTabsName[] = "Pause background tabs";
2056const char kPauseBackgroundTabsDescription[] =
2057 "Pause timers in background tabs after 5 minutes on desktop.";
2058
Brett Wilson7b44537e2017-08-18 01:38:282059const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP";
2060const char kUseGoogleLocalNtpDescription[] =
2061 "Use the local New Tab page if Google is the default search engine.";
spqchan064a8112017-04-18 16:46:322062
Brett Wilson7b44537e2017-08-18 01:38:282063const char kVoiceSearchOnLocalNtpName[] =
2064 "Enable Voice Search on the local NTP";
2065const char kVoiceSearchOnLocalNtpDescription[] =
2066 "Show a microphone for voice search on the local New Tab page "
2067 "if Google is the default search engine.";
2068
2069#if defined(GOOGLE_CHROME_BUILD)
2070
2071const char kGoogleBrandedContextMenuName[] =
2072 "Google branding in the context menu";
2073const char kGoogleBrandedContextMenuDescription[] =
2074 "Shows a Google icon next to context menu items powered by Google "
2075 "services.";
2076
2077#endif // !defined(GOOGLE_CHROME_BUILD)
2078
2079#endif // !defined(OS_ANDROID)
2080
2081// Windows ---------------------------------------------------------------------
2082
2083#if defined(OS_WIN)
2084
2085const char kCloudPrintXpsName[] = "XPS in Google Cloud Print";
2086const char kCloudPrintXpsDescription[] =
2087 "XPS enables advanced options for classic printers connected to the Cloud "
2088 "Print with Chrome. Printers must be re-connected after changing this "
2089 "flag.";
2090
Dave Tapuskadd43469d2017-08-22 22:15:532091const char kDirectManipulationStylusName[] = "Direct Manipulation Stylus";
2092const char kDirectManipulationStylusDescription[] =
2093 "If enabled, Chrome will scroll web pages on stylus drag.";
2094
Brett Wilson7b44537e2017-08-18 01:38:282095const char kDisablePostscriptPrinting[] = "Disable PostScript Printing";
2096const char kDisablePostscriptPrintingDescription[] =
2097 "Disables PostScript generation when printing to PostScript capable "
2098 "printers, and uses EMF generation in its place.";
2099
2100const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown.";
2101const char kEnableAppcontainerDescription[] =
2102 "Enables the use of an AppContainer on sandboxed processes to improve "
2103 "security.";
2104
2105const char kEnableD3DVsync[] = "D3D v-sync";
2106const char kEnableD3DVsyncDescription[] =
2107 "Produces v-sync signal by having D3D wait for vertical blanking interval "
2108 "to occur.";
2109
2110const char kEnableDesktopIosPromotionsName[] = "Desktop to iOS promotions.";
2111const char kEnableDesktopIosPromotionsDescription[] =
2112 "Enable Desktop to iOS promotions, and allow users to see them if they are "
2113 "eligible.";
2114
2115const char kGdiTextPrinting[] = "GDI Text Printing";
2116const char kGdiTextPrintingDescription[] =
2117 "Use GDI to print text as simply text";
2118
2119const char kMergeKeyCharEventsName[] =
2120 "Enable or disable merging merging the key event (WM_KEY*) with char event "
2121 "(WM_CHAR).";
2122const char kMergeKeyCharEventsDescription[] =
2123 "If disabled, Chrome will handle WM_KEY* and WM_CHAR separately.";
2124
2125const char kTraceExportEventsToEtwName[] =
2126 "Enable exporting of tracing events to ETW.";
2127const char kTraceExportEventsToEtwDesription[] =
2128 "If enabled, trace events will be exported to the Event Tracing for "
2129 "Windows (ETW) and can then be captured by tools such as UIForETW or "
2130 "Xperf.";
2131
2132const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
2133const char kUseWinrtMidiApiDescription[] =
2134 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
2135 "later).";
2136
2137const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar";
2138const char kWindows10CustomTitlebarDescription[] =
2139 "If enabled, Chrome will draw the titlebar and caption buttons instead of "
2140 "deferring to Windows.";
2141
Wez6656c572017-08-29 22:29:582142#if DCHECK_IS_ON() && defined(SYZYASAN)
2143extern const char kSyzyAsanDcheckIsFatalName[] = "DCHECKs are fatal";
2144extern const char kSyzyAsanDcheckIsFatalDescription[] =
2145 "By default Chrome will evaluate DCHECKs in SyzyASAN builds, but only log "
2146 "failed DCHECKs. If enabled, DCHECKs will crash the calling process.";
2147#endif // DCHECK_IS_ON() && defined(SYZYASAN)
2148
Brett Wilson7b44537e2017-08-18 01:38:282149#endif // defined(OS_WIN)
2150
2151// Mac -------------------------------------------------------------------------
2152
2153#if defined(OS_MACOSX)
2154
2155const char kAppInfoDialogName[] = "Toolkit-Views App Info Dialog.";
2156const char kAppInfoDialogDescription[] =
2157 "Makes the Toolkit-Views based App Info dialog accessible from "
2158 "chrome://apps or chrome://extensions in place of the native extension "
2159 "permissions dialog, or the details link (which is a link to the Web "
2160 "Store).";
2161
2162const char kAppWindowCyclingName[] = "Custom Window Cycling for Chrome Apps.";
2163const char kAppWindowCyclingDescription[] =
2164 "Changes the behavior of Cmd+` when a Chrome App becomes active. When "
2165 "enabled, Chrome Apps will not be cycled when Cmd+` is pressed from a "
2166 "browser window, and browser windows will not be cycled when a Chrome App "
2167 "is active.";
2168
2169extern const char kCreditCardAutofillTouchBarName[] =
2170 "Credit Card Autofill Touch Bar";
2171extern const char kCreditCardAutofillTouchBarDescription[] =
2172 "Shows Credit Card Autofill Suggestions on the Touch Bar.";
2173
2174const char kFullscreenToolbarRevealName[] =
2175 "Enables the toolbar in fullscreen to reveal itself.";
2176const char kFullscreenToolbarRevealDescription[] =
2177 "Reveal the toolbar in fullscreen for a short period when the tab strip "
2178 "has changed.";
2179
2180const char kContentFullscreenName[] = "Improved Content Fullscreen";
2181const char kContentFullscreenDescription[] =
2182 "Fullscreen content window detaches from main browser window and goes to "
2183 "a new space without moving or changing the original browser window.";
2184
2185extern const char kDialogTouchBarName[] = "Dialog Touch Bar";
2186extern const char kDialogTouchBarDescription[] =
2187 "Shows Dialog buttons on the Touch Bar.";
2188
2189const char kHostedAppsInWindowsName[] =
2190 "Allow hosted apps to be opened in windows";
2191const char kHostedAppsInWindowsDescription[] =
2192 "Allows hosted apps to be opened in windows instead of being limited to "
2193 "tabs.";
2194
2195extern const char kMacRTLName[] = "Enable RTL";
2196extern const char kMacRTLDescription[] =
2197 "Mirrors the UI for RTL language users";
2198
2199extern const char kMacTouchBarName[] = "Hardware Touch Bar";
2200extern const char kMacTouchBarDescription[] =
2201 "Control the use of the Touch Bar.";
2202
2203const char kMacV2SandboxName[] = "Mac V2 Sandbox";
2204const char kMacV2SandboxDescription[] =
2205 "Eliminates the unsandboxed warmup phase and sandboxes processes for their "
2206 "entire life cycle.";
2207
2208const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows.";
2209const char kMacViewsNativeAppWindowsDescription[] =
2210 "Controls whether to use Toolkit-Views based Chrome App windows.";
2211
2212const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager.";
2213const char kMacViewsTaskManagerDescription[] =
2214 "Controls whether to use the Toolkit-Views based Task Manager.";
2215
2216const char kTabDetachingInFullscreenName[] =
2217 "Allow tab detaching in fullscreen";
2218const char kTabDetachingInFullscreenDescription[] =
2219 "Allow tabs to detach from the tabstrip when in fullscreen mode on Mac.";
2220
2221const char kTabStripKeyboardFocusName[] = "Tab Strip Keyboard Focus";
2222const char kTabStripKeyboardFocusDescription[] =
2223 "Enable keyboard focus for the tabs in the tab strip.";
2224
2225const char kTranslateNewUxName[] = "New Translate UX";
2226const char kTranslateNewUxDescription[] =
2227 "Enable the new Translate bubble UX is offered instead of the infobar.";
2228
2229// Non-Mac ---------------------------------------------------------------------
2230
2231#else // !defined(OS_MACOSX)
2232
2233const char kPermissionPromptPersistenceToggleName[] =
2234 "Persistence Toggle in Permission Prompts";
2235const char kPermissionPromptPersistenceToggleDescription[] =
2236 "Whether to display a persistence toggle in permission prompts.";
2237
2238#endif
2239
2240// Chrome OS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:342241
2242#if defined(OS_CHROMEOS)
2243
Brett Wilson7b44537e2017-08-18 01:38:282244const char kAcceleratedMjpegDecodeName[] =
2245 "Hardware-accelerated mjpeg decode for captured frame";
2246const char kAcceleratedMjpegDecodeDescription[] =
2247 "Enable hardware-accelerated mjpeg decode for captured frame where "
2248 "available.";
vabr0215a8e2017-03-28 12:47:342249
Brett Wilson7b44537e2017-08-18 01:38:282250const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click";
2251const char kAllowTouchpadThreeFingerClickDescription[] =
2252 "Enables touchpad three-finger-click as middle button.";
vabr0215a8e2017-03-28 12:47:342253
Brett Wilson7b44537e2017-08-18 01:38:282254const char kArcBootCompleted[] = "Load Android apps automatically";
2255const char kArcBootCompletedDescription[] =
2256 "Allow Android apps to start automatically after signing in.";
vabr0215a8e2017-03-28 12:47:342257
Lev Rumyantsev7a8544312017-08-18 19:26:512258const char kArcNativeBridgeExperimentName[] =
2259 "Enable native bridge experiment for ARC";
2260const char kArcNativeBridgeExperimentDescription[] =
2261 "Enables experimental native bridge feature.";
2262
Brett Wilson7b44537e2017-08-18 01:38:282263const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
2264const char kAshEnableUnifiedDesktopDescription[] =
2265 "Enable unified desktop mode which allows a window to span multiple "
2266 "displays.";
vabr0215a8e2017-03-28 12:47:342267
Brett Wilson7b44537e2017-08-18 01:38:282268const char kBootAnimationName[] = "Boot animation";
2269const char kBootAnimationDescription[] =
2270 "Wallpaper boot animation (except for OOBE case).";
vabr0215a8e2017-03-28 12:47:342271
Brett Wilson7b44537e2017-08-18 01:38:282272const char kCaptivePortalBypassProxyName[] =
2273 "Bypass proxy for Captive Portal Authorization";
2274const char kCaptivePortalBypassProxyDescription[] =
2275 "If proxy is configured, it usually prevents from authorization on "
2276 "different captive portals. This enables opening captive portal "
2277 "authorization dialog in a separate window, which ignores proxy settings.";
vabr0215a8e2017-03-28 12:47:342278
Brett Wilson7b44537e2017-08-18 01:38:282279const char kCrOSComponentName[] = "Chrome OS Component";
2280const char kCrOSComponentDescription[] =
2281 "Enable the use of componentized escpr CUPS filter.";
vabr0215a8e2017-03-28 12:47:342282
Xiaochu Liu51d03fd2017-09-08 23:51:022283const char kCrOSContainerName[] = "Chrome OS Container";
2284const char kCrOSContainerDescription[] =
2285 "Enable the use of Chrome OS Container utility.";
2286
Brett Wilson7b44537e2017-08-18 01:38:282287const char kCrosRegionsModeName[] = "Cros-regions load mode";
2288const char kCrosRegionsModeDescription[] =
2289 "This flag controls cros-regions load mode";
2290const char kCrosRegionsModeDefault[] = "Default";
2291const char kCrosRegionsModeOverride[] = "Override VPD values.";
2292const char kCrosRegionsModeHide[] = "Hide VPD values.";
vabr0215a8e2017-03-28 12:47:342293
Jacob Dufault2becbc482017-08-25 00:36:352294const char kDisableLockScreenAppsName[] = "Disable lock screen note taking";
2295const char kDisableLockScreenAppsDescription[] =
2296 "Disable new-note action handler apps on the lock screen. The user will "
2297 "not be able to launch the preferred note-taking action from the lock "
2298 "screen, provided that the app supports lock screen note taking.";
2299
Brett Wilson7b44537e2017-08-18 01:38:282300const char kDisableNewVirtualKeyboardBehaviorName[] =
2301 "New window behavior for the accessibility keyboard";
2302const char kDisableNewVirtualKeyboardBehaviorDescription[] =
2303 "Disable new window behavior for the accessibility keyboard in non-sticky "
2304 "mode (do not change work area in non-sticky mode).";
vabr0215a8e2017-03-28 12:47:342305
Sammie Quonef6b4882017-09-14 16:50:052306const char kDisableTabletAutohideTitlebarsName[] =
2307 "Disable autohide titlebars in tablet mode";
2308const char kDisableTabletAutohideTitlebarsDescription[] =
2309 "Disable tablet mode autohide titlebars functionality. The user will be "
2310 "able to see the titlebar in tablet mode.";
2311
Brett Wilson7b44537e2017-08-18 01:38:282312const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences.";
2313const char kEnablePerUserTimezoneDescription[] =
2314 "Chrome OS system timezone preference is stored and handled for each user "
2315 "individually.";
vabr0215a8e2017-03-28 12:47:342316
Brett Wilson7b44537e2017-08-18 01:38:282317const char kDisableSystemTimezoneAutomaticDetectionName[] =
2318 "SystemTimezoneAutomaticDetection policy support";
2319const char kDisableSystemTimezoneAutomaticDetectionDescription[] =
2320 "Disable system timezone automatic detection device policy.";
vabr0215a8e2017-03-28 12:47:342321
newcomer403ac142017-07-05 18:26:302322const char kEnableFullscreenAppListName[] = "Enable The Peeking Launcher";
newcomer403ac142017-07-05 18:26:302323const char kEnableFullscreenAppListDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192324 "The peeking launcher UI supports touch and provides more space for "
2325 "upcoming features.";
newcomer403ac142017-07-05 18:26:302326
Alex Newcomer43cb7f12017-07-28 17:37:392327extern const char kEnableBackgroundBlurName[] = "Enable background blur.";
2328extern const char kEnableBackgroundBlurDescription[] =
2329 "Enables background blur for the Peeking Launcher, Lock Screen, and Tab "
2330 "Switcher.";
2331
Brett Wilson7b44537e2017-08-18 01:38:282332const char kEnableAndroidWallpapersAppName[] = "Android Wallpapers App";
2333const char kEnableAndroidWallpapersAppDescription[] =
2334 "Enables the Android Wallpapers App as the default Wallpaper App on Chrome "
2335 "OS.";
vabr0215a8e2017-03-28 12:47:342336
Brett Wilson7b44537e2017-08-18 01:38:282337const char kEnableChromevoxArcSupportName[] = "ChromeVox ARC support";
2338const char kEnableChromevoxArcSupportDescription[] =
2339 "Enable ChromeVox screen reader features in ARC";
vabr0215a8e2017-03-28 12:47:342340
Brett Wilson7b44537e2017-08-18 01:38:282341const char kEnableEhvInputName[] =
2342 "Emoji, handwriting and voice input on opt-in IME menu";
2343const char kEnableEhvInputDescription[] =
2344 "Enable access to emoji, handwriting and voice input form opt-in IME menu.";
vabr0215a8e2017-03-28 12:47:342345
Brett Wilson7b44537e2017-08-18 01:38:282346const char kEnableEncryptionMigrationName[] =
2347 "Enable encryption migration of user data";
2348const char kEnableEncryptionMigrationDescription[] =
2349 "If enabled and the device supports ARC, the user will be asked to update "
2350 "the encryption of user data when the user signs in.";
vabr0215a8e2017-03-28 12:47:342351
Klemen Kozjekf2b30e452017-09-01 05:04:512352const char kEnableExternalDriveRename[] = "Enable external drive rename";
2353const char kEnableExternalDriveRenameDescription[] =
2354 "If enabled, external removable drives will get 'Rename' action in the "
2355 "context menu";
2356
Brett Wilson7b44537e2017-08-18 01:38:282357const char kEnableImeMenuName[] = "Enable opt-in IME menu";
2358const char kEnableImeMenuDescription[] =
2359 "Enable access to the new IME menu in the Language Settings page.";
vabr0215a8e2017-03-28 12:47:342360
Brett Wilson7b44537e2017-08-18 01:38:282361const char kEnableZipArchiverOnFileManagerName[] = "ZIP archiver for Drive";
2362const char kEnableZipArchiverOnFileManagerDescription[] =
2363 "Enable the ability to archive and unpack files on Drive in the Files app";
2364
2365const char kEolNotificationName[] = "Disable Device End of Life notification.";
2366const char kEolNotificationDescription[] =
2367 "Disable Notifcation when Device is End of Life.";
2368
2369const char kExperimentalAccessibilityFeaturesName[] =
2370 "Experimental accessibility features";
2371const char kExperimentalAccessibilityFeaturesDescription[] =
2372 "Enable additional accessibility features in the Settings page.";
2373
2374const char kExperimentalInputViewFeaturesName[] =
2375 "Experimental input view features";
2376const char kExperimentalInputViewFeaturesDescription[] =
2377 "Enable experimental features for IME input views.";
2378
2379const char kFileManagerTouchModeName[] = "Files App. touch mode";
2380const char kFileManagerTouchModeDescription[] =
2381 "Touchscreen-specific interactions of the Files app.";
2382
2383const char kFirstRunUiTransitionsName[] =
2384 "Animated transitions in the first-run tutorial";
2385const char kFirstRunUiTransitionsDescription[] =
2386 "Transitions during first-run tutorial are animated.";
2387
2388const char kFloatingVirtualKeyboardName[] = "Floating virtual keyboard.";
2389const char kFloatingVirtualKeyboardDescription[] =
2390 "Enable/Disable floating virtual keyboard.";
2391
2392const char kForceEnableStylusToolsName[] = "Force enable stylus features";
2393const char kForceEnableStylusToolsDescription[] =
2394 "Forces display of the stylus tools menu in the shelf and the stylus "
2395 "section in settings, even if there is no attached stylus device.";
2396
2397const char kGestureEditingName[] = "Gesture editing for the virtual keyboard.";
2398const char kGestureEditingDescription[] =
2399 "Enable/Disable gesture editing option in the settings page for the "
2400 "virtual keyboard.";
2401
2402const char kGestureTypingName[] = "Gesture typing for the virtual keyboard.";
2403const char kGestureTypingDescription[] =
2404 "Enable/Disable gesture typing option in the settings page for the virtual "
2405 "keyboard.";
2406
2407const char kInputViewName[] = "Input views";
2408const char kInputViewDescription[] =
2409 "Enable IME extensions to supply custom views for user input such as "
2410 "virtual keyboards.";
2411
2412const char kMemoryPressureThresholdName[] =
2413 "Memory discard strategy for advanced pressure handling";
2414const char kMemoryPressureThresholdDescription[] =
2415 "Memory discarding strategy to use";
2416const char kConservativeThresholds[] =
2417 "Conservative memory pressure release strategy";
2418const char kAggressiveCacheDiscardThresholds[] =
2419 "Aggressive cache release strategy";
2420const char kAggressiveTabDiscardThresholds[] =
2421 "Aggressive tab release strategy";
2422const char kAggressiveThresholds[] =
2423 "Aggressive tab and cache release strategy";
2424
2425const char kMtpWriteSupportName[] = "MTP write support";
2426const char kMtpWriteSupportDescription[] =
2427 "MTP write support in File System API (and file manager). In-place editing "
2428 "operations are not supported.";
2429
2430const char kMultideviceName[] = "Enable multidevice features";
2431const char kMultideviceDescription[] =
2432 "Enables UI for controlling multidevice features.";
vabr0215a8e2017-03-28 12:47:342433
2434const char kNetworkPortalNotificationName[] =
2435 "Notifications about captive portals";
vabr0215a8e2017-03-28 12:47:342436const char kNetworkPortalNotificationDescription[] =
2437 "If enabled, notification is displayed when device is connected to a "
2438 "network behind captive portal.";
2439
stevenjbe1d457382017-05-24 22:37:242440const char kNetworkSettingsConfigName[] =
2441 "Settings based Network Configuration";
stevenjbe1d457382017-05-24 22:37:242442const char kNetworkSettingsConfigDescription[] =
2443 "Enables the Settings based network configuration UI instead of the Views "
2444 "based configuration dialog.";
2445
Brett Wilson7b44537e2017-08-18 01:38:282446const char kNewKoreanImeName[] = "New Korean IME";
2447const char kNewKoreanImeDescription[] =
2448 "New Korean IME, which is based on Google Input Tools' HMM engine.";
vabr0215a8e2017-03-28 12:47:342449
Brett Wilson7b44537e2017-08-18 01:38:282450const char kNewZipUnpackerName[] = "New ZIP unpacker";
2451const char kNewZipUnpackerDescription[] =
2452 "New ZIP unpacker flow, based on the File System Provider API.";
vabr0215a8e2017-03-28 12:47:342453
Brett Wilson7b44537e2017-08-18 01:38:282454const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect";
2455const char kPhysicalKeyboardAutocorrectDescription[] =
2456 "Enable physical keyboard autocorrect for US keyboard, which can provide "
2457 "suggestions as typing on physical keyboard.";
vabr0215a8e2017-03-28 12:47:342458
2459const char kPrinterProviderSearchAppName[] =
2460 "Chrome Web Store Gallery app for printer drivers";
vabr0215a8e2017-03-28 12:47:342461const char kPrinterProviderSearchAppDescription[] =
2462 "Enables Chrome Web Store Gallery app for printer drivers. The app "
Vitalii Iarko7df520142017-07-07 12:53:192463 "searches Chrome Web Store for extensions that support printing to a USB "
2464 "printer with specific USB ID.";
vabr0215a8e2017-03-28 12:47:342465
Brett Wilson7b44537e2017-08-18 01:38:282466const char kQuickUnlockPinName[] = "Quick Unlock (PIN)";
2467const char kQuickUnlockPinDescription[] =
2468 "Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS "
2469 "device on the lock screen after you have signed into your device.";
2470const char kQuickUnlockPinSignin[] = "Enable PIN when logging in.";
2471const char kQuickUnlockPinSigninDescription[] =
2472 "Enabling PIN allows you to use a PIN to sign in and unlock your ChromeOS "
2473 "device. After changing this flag PIN needs to be set up again.";
2474const char kQuickUnlockFingerprint[] = "Quick Unlock (Fingerprint)";
2475const char kQuickUnlockFingerprintDescription[] =
2476 "Enabling fingerprint quick unlock allows you to setup and use a "
2477 "fingerprint to unlock your Chromebook on the lock screen after you have "
2478 "signed into your device.";
vabr0215a8e2017-03-28 12:47:342479
Brett Wilson7b44537e2017-08-18 01:38:282480const char kOfficeEditingComponentAppName[] =
2481 "Office Editing for Docs, Sheets & Slides";
2482const char kOfficeEditingComponentAppDescription[] =
2483 "Office Editing for Docs, Sheets & Slides for testing purposes.";
Daniel Erat33054b22017-06-27 16:18:072484
2485const char kSpuriousPowerButtonWindowName[] = "Spurious power button window";
2486const char kSpuriousPowerButtonWindowDescription[] =
2487 "Number of recent accelerometer samples to examine to determine if a power "
2488 "button event was spurious.";
2489
2490const char kSpuriousPowerButtonAccelCountName[] =
2491 "Spurious power button acceleration count";
2492const char kSpuriousPowerButtonAccelCountDescription[] =
2493 "Number of recent acceleration samples that must meet or exceed exceed the "
2494 "threshold in order for a power button event to be considered spurious.";
2495
2496const char kSpuriousPowerButtonScreenAccelName[] =
2497 "Spurious power button screen acceleration threshold";
2498const char kSpuriousPowerButtonScreenAccelDescription[] =
2499 "Threshold (in m/s^2, disregarding gravity) that screen acceleration must "
2500 "meet or exceed for a power button event to be considered spurious.";
2501
2502const char kSpuriousPowerButtonKeyboardAccelName[] =
2503 "Spurious power button keyboard acceleration threshold";
2504const char kSpuriousPowerButtonKeyboardAccelDescription[] =
2505 "Threshold (in m/s^2, disregarding gravity) that keyboard acceleration "
2506 "must meet or exceed for a power button event to be considered spurious.";
2507
2508const char kSpuriousPowerButtonLidAngleChangeName[] =
2509 "Spurious power button lid angle change threshold";
2510const char kSpuriousPowerButtonLidAngleChangeDescription[] =
2511 "Change in lid angle (i.e. hinge between keyboard and screen) that must be "
2512 "met or exceeded for a power button event to be considered spurious.";
2513
Chung-Sheng Wu468b0b32017-09-01 14:41:572514const char kSysInternalsName[] = "Enable Sys-Internals";
2515const char kSysInternalsDescription[] =
2516 "If enabled, user can monitor system information at "
2517 "chrome://sys-internals.";
2518
Brett Wilson7b44537e2017-08-18 01:38:282519const char kTeamDrivesName[] = "Enable Team Drives Integration";
2520const char kTeamDrivesDescription[] =
2521 "If enabled, files under Team Drives will appear in the Files app.";
vabr0215a8e2017-03-28 12:47:342522
Brett Wilson7b44537e2017-08-18 01:38:282523const char kTetherName[] = "Instant Tethering";
2524const char kTetherDescription[] =
2525 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
2526 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:372527
Brett Wilson7b44537e2017-08-18 01:38:282528const char kTouchscreenCalibrationName[] =
2529 "Enable/disable touchscreen calibration option in material design settings";
2530const char kTouchscreenCalibrationDescription[] =
2531 "If enabled, the user can calibrate the touch screen displays in "
2532 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:092533
Mitsuru Oshima63d3f2a2017-08-23 00:12:112534// Force UI Mode
2535const char kUiModeName[] = "Force Ui Mode";
2536const char kUiModeDescription[] =
2537 R"*(This flag can be used to force a certain mode on to a chromebook, )*"
2538 R"*(despite its current orientation. "Tablet" means that the )*"
2539 R"*(chromebook will act as if it were in tablet mode. "Clamshell" )*"
2540 R"*(means that the chromebook will act as if it were in clamshell )*"
2541 R"*(mode . "Auto" means that the chromebook will alternate between )*"
2542 R"*(the two, based on its orientation.)*";
2543const char kUiModeTablet[] = "TouchView";
2544const char kUiModeClamshell[] = "Clamshell";
2545const char kUiModeAuto[] = "Auto (default)";
2546
bruthigeafb0c02017-06-09 13:11:532547const char kUiDevToolsName[] = "Enable native UI inspection";
2548const char kUiDevToolsDescription[] =
2549 "Enables inspection of native UI elements. For local inspection use "
2550 "chrome://inspect#other";
2551
Takashi Toyoshima14f64f562017-07-19 08:38:202552const char kUseCrosMidiServiceName[] = "Use Chrome OS MIDI Service";
2553const char kUseCrosMidiServiceNameDescription[] =
2554 "Use Chrome OS MIDI Service for Web MIDI and allow ARC to support Android "
2555 "MIDI.";
2556
Brett Wilson7b44537e2017-08-18 01:38:282557const char kUseMusName[] = "Mus";
2558const char kUseMusDescription[] = "Enable the Mojo UI service.";
2559const char kEnableMashDescription[] =
2560 "Mash (UI, Chrome and ash in separate services)";
2561const char kEnableMusDescription[] =
2562 "Mus (UI in separate service, Chrome and ash in same service)";
2563
2564const char kVideoPlayerChromecastSupportName[] =
2565 "Experimental Chromecast support for Video Player";
2566const char kVideoPlayerChromecastSupportDescription[] =
2567 "This option enables experimental Chromecast support for Video Player app "
2568 "on ChromeOS.";
2569
2570const char kVirtualKeyboardName[] = "Virtual Keyboard";
2571const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support.";
2572
2573const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll";
2574const char kVirtualKeyboardOverscrollDescription[] =
2575 "Enables virtual keyboard overscroll support.";
2576
2577const char kVoiceInputName[] = "Voice input on virtual keyboard";
2578const char kVoiceInputDescription[] =
2579 "Enables voice input on virtual keyboard.";
2580
2581const char kWakeOnPacketsName[] = "Wake On Packets";
2582const char kWakeOnPacketsDescription[] =
2583 "Enables waking the device based on the receipt of some network packets.";
orenb21da031c2017-06-30 21:24:202584
yhanadac5bff5b2017-05-18 06:37:092585#endif // defined(OS_CHROMEOS)
2586
Brett Wilson7b44537e2017-08-18 01:38:282587// Random platform combinations -----------------------------------------------
2588
2589#if defined(OS_WIN) || defined(OS_LINUX)
2590
2591const char kEnableInputImeApiName[] = "Enable Input IME API";
2592const char kEnableInputImeApiDescription[] =
2593 "Enable the use of chrome.input.ime API.";
2594
2595#endif // defined(OS_WIN) || defined(OS_LINUX)
2596
2597#if defined(OS_WIN) || defined(OS_MACOSX)
2598
2599const char kAutomaticTabDiscardingName[] = "Automatic tab discarding";
2600const char kAutomaticTabDiscardingDescription[] =
2601 "If enabled, tabs get automatically discarded from memory when the system "
2602 "memory is low. Discarded tabs are still visible on the tab strip and get "
2603 "reloaded when clicked on. Info about discarded tabs can be found at "
2604 "chrome://discards.";
2605
2606#endif // defined(OS_WIN) || defined(OS_MACOSX)
2607
2608// Feature flags --------------------------------------------------------------
2609
2610#if BUILDFLAG(ENABLE_VR)
2611
2612#if defined(OS_ANDROID)
2613
2614const char kEnableVrShellName[] = "Enable Chrome VR.";
2615const char kEnableVrShellDescription[] =
2616 "Allow browsing with a VR headset if available for this device.";
2617
2618const char kVrCustomTabBrowsingName[] = "Enable Custom Tab browsing in VR.";
2619const char kVrCustomTabBrowsingDescription[] =
2620 "Allow browsing with a VR headset in a Custom Tab if available for this "
2621 "device.";
2622
2623const char kWebVrAutopresentName[] = "Enable WebVr auto presentation";
2624const char kWebVrAutopresentDescription[] =
2625 "Allows auto presentation of WebVr content from trusted first-party apps";
2626
2627const char kWebVrVsyncAlignName[] = "Enable WebVR VSync-aligned timing";
2628const char kWebVrVsyncAlignDescription[] =
2629 "Enabling this option aligns WebVR application rendering with VSync "
2630 "for smoother animations.";
2631
2632#endif // OS_ANDROID
2633
2634const char kWebvrExperimentalRenderingName[] =
2635 "WebVR experimental rendering optimizations";
2636const char kWebvrExperimentalRenderingDescription[] =
2637 "Enabling this option activates experimental rendering path optimizations "
2638 "for WebVR.";
2639
2640#endif // ENABLE_VR
2641
Nico Weberaf3b00b2017-09-11 17:58:172642#if BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:282643
2644const char kNaclDebugMaskName[] =
2645 "Restrict Native Client GDB-based debugging by pattern";
2646const char kNaclDebugMaskDescription[] =
2647 "Restricts Native Client application GDB-based debugging by URL of "
2648 "manifest file. Native Client GDB-based debugging must be enabled for this "
2649 "option to work.";
2650const char kNaclDebugMaskChoiceDebugAll[] = "Debug everything.";
2651const char kNaclDebugMaskChoiceExcludeUtilsPnacl[] =
2652 "Debug everything except secure shell and the PNaCl translator.";
2653const char kNaclDebugMaskChoiceIncludeDebug[] =
2654 "Debug only if manifest URL ends with debug.nmf.";
2655
2656const char kNaclDebugName[] = "Native Client GDB-based debugging";
2657const char kNaclDebugDescription[] =
2658 "Enable GDB debug stub. This will stop a Native Client application on "
2659 "startup and wait for nacl-gdb (from the NaCl SDK) to attach to it.";
2660
2661const char kNaclName[] = "Native Client";
2662const char kNaclDescription[] =
2663 "Support Native Client for all web applications, even those that were not "
2664 "installed from the Chrome Web Store.";
2665
2666const char kPnaclSubzeroName[] = "Force PNaCl Subzero";
2667const char kPnaclSubzeroDescription[] =
2668 "Force the use of PNaCl's fast Subzero translator for all pexe files.";
2669
Nico Weberaf3b00b2017-09-11 17:58:172670#endif // BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:282671
Brett Wilson7b44537e2017-08-18 01:38:282672#if BUILDFLAG(ENABLE_WEBRTC)
2673
2674const char kWebrtcH264WithOpenh264FfmpegName[] =
2675 "WebRTC H.264 software video encoder/decoder";
2676const char kWebrtcH264WithOpenh264FfmpegDescription[] =
2677 "When enabled, an H.264 software video encoder/decoder pair is included. "
2678 "If a hardware encoder/decoder is also available it may be used instead of "
2679 "this encoder/decoder.";
2680
2681#endif // BUILDFLAG(ENABLE_WEBRTC)
2682
2683#if defined(USE_ASH)
2684
2685const char kAshDisableSmoothScreenRotationName[] =
2686 "Disable smooth rotation animations.";
2687const char kAshDisableSmoothScreenRotationDescription[] =
2688 "Disable smooth rotation animations.";
2689
2690const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode.";
2691const char kAshEnableMirroredScreenDescription[] =
2692 "Enable the mirrored screen mode. This mode flips the screen image "
2693 "horizontally.";
2694
2695const char kAshShelfColorName[] = "Shelf color in Chrome OS system UI";
2696const char kAshShelfColorDescription[] =
2697 "Enables/disables the shelf color to be a derived from the wallpaper. The "
2698 "--ash-shelf-color-scheme flag defines how that color is derived.";
2699
2700const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI";
2701const char kAshShelfColorSchemeDescription[] =
2702 "Specify how the color is derived from the wallpaper. This flag is only "
2703 "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted";
2704const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant";
2705const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant";
2706const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant";
2707const char kAshShelfColorSchemeLightMuted[] = "Light & Muted";
2708const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted";
2709const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted";
2710
2711const char kMaterialDesignInkDropAnimationSpeedName[] =
2712 "Material Design Ink Drop Animation Speed";
2713const char kMaterialDesignInkDropAnimationSpeedDescription[] =
2714 "Sets the speed of the experimental visual feedback animations for "
2715 "material design.";
2716const char kMaterialDesignInkDropAnimationFast[] = "Fast";
2717const char kMaterialDesignInkDropAnimationSlow[] = "Slow";
2718
2719const char kUiShowCompositedLayerBordersName[] =
2720 "Show UI composited layer borders";
2721const char kUiShowCompositedLayerBordersDescription[] =
2722 "Show border around composited layers created by UI.";
2723const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
2724const char kUiShowCompositedLayerBordersSurface[] = "Surface";
2725const char kUiShowCompositedLayerBordersLayer[] = "Layer";
2726const char kUiShowCompositedLayerBordersAll[] = "All";
2727
2728const char kUiSlowAnimationsName[] = "Slow UI animations";
2729const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
2730
2731#endif // defined(USE_ASH)
2732
2733#if defined(TOOLKIT_VIEWS) || defined(OS_MACOSX)
2734
2735const char kShowCertLinkOnPageInfoName[] = "Show certificate link";
2736const char kShowCertLinkOnPageInfoDescription[] =
2737 "Add a link from the Page Info bubble to the certificate viewer for HTTPS "
2738 "sites.";
2739
2740#endif // defined(TOOLKIT_VIEWS) || defined(OS_MACOSX)
2741
2742#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
2743
2744const char kAutofillCreditCardUploadName[] =
2745 "Enable offering upload of Autofilled credit cards";
2746const char kAutofillCreditCardUploadDescription[] =
2747 "Enables a new option to upload credit cards to Google Payments for sync "
2748 "to all Chrome devices.";
2749
2750#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
2751
2752// ============================================================================
2753// Don't just add flags to the end, put them in the right section in
2754// alphabetical order just like the header file.
2755// ============================================================================
2756
vabr0215a8e2017-03-28 12:47:342757} // namespace flag_descriptions