diff --git a/infra/CMDLINE_FLAGS_LIST.md b/infra/CMDLINE_FLAGS_LIST.md
index 800e06c4..08e50a0a 100644
--- a/infra/CMDLINE_FLAGS_LIST.md
+++ b/infra/CMDLINE_FLAGS_LIST.md
@@ -1,2807 +1,2810 @@
-Condition Explanation
+## There are many command line flags which can be used with Chromium. Some change behavior or features, others are for debugging or experimenting. This page lists the available switches including their conditions and descriptions.
---/prefetch:1[1] ⊗ /prefetch:# arguments to use when launching various process types. It has been observed that when file reads are consistent for 3 process launches with the same /prefetch:# argument, the Windows prefetcher starts issuing reads in batch at process launch. Because reads depend on the process type, the prefetcher wouldn't be able to observe consistent reads if no /prefetch:# arguments were used. Note that the browser process has no /prefetch:# argument; as such all other processes must have one in order to avoid polluting its profile. Note: # must always be in [1, 8]; otherwise it is ignored by the Windows prefetcher. ↪
+Format: Condition ## Explanation ##
+-----------------------------------
---/prefetch:2[1] ⊗ No description ↪
+--/prefetch:1[1] ## /prefetch:# arguments to use when launching various process types. It has been observed that when file reads are consistent for 3 process launches with the same /prefetch:# argument, the Windows prefetcher starts issuing reads in batch at process launch. Because reads depend on the process type, the prefetcher wouldn't be able to observe consistent reads if no /prefetch:# arguments were used. Note that the browser process has no /prefetch:# argument; as such all other processes must have one in order to avoid polluting its profile. Note: # must always be in [1, 8]; otherwise it is ignored by the Windows prefetcher. ##
---/prefetch:3[1] ⊗ No description ↪
+--/prefetch:2[1] ## No description ##
---/prefetch:4[1] ⊗ No description ↪
+--/prefetch:3[1] ## No description ##
---/prefetch:5[1] ⊗ /prefetch:# arguments for the browser process launched in background mode and for the watcher process. Use profiles 5, 6 and 7 as documented on kPrefetchArgument\* in content\_switches.cc. ↪
+--/prefetch:4[1] ## No description ##
---/prefetch:6[1] ⊗ No description ↪
+--/prefetch:5[1] ## /prefetch:# arguments for the browser process launched in background mode and for the watcher process. Use profiles 5, 6 and 7 as documented on kPrefetchArgument\* in content\_switches.cc. ##
---/prefetch:8[1] ⊗ Prefetch arguments are used by the Windows prefetcher to disambiguate different execution modes (i.e. process types) of the same executable image so that different types of processes don't trample each others' prefetch behavior. Legal values are integers in the range [1, 8]. We reserve 8 to mean "whatever", and this will ultimately lead to processes with /prefetch:8 having inconsistent behavior thus disabling prefetch in practice. TODO(rockot): Make it possible for embedders to override this argument on a per-service basis. ↪
+--/prefetch:6[1] ## No description ##
---10000 ⊗ No description ↪
+--/prefetch:8[1] ## Prefetch arguments are used by the Windows prefetcher to disambiguate different execution modes (i.e. process types) of the same executable image so that different types of processes don't trample each others' prefetch behavior. Legal values are integers in the range [1, 8]. We reserve 8 to mean "whatever", and this will ultimately lead to processes with /prefetch:8 having inconsistent behavior thus disabling prefetch in practice. TODO(rockot): Make it possible for embedders to override this argument on a per-service basis. ##
---100000 ⊗ No description ↪
+--10000 ## No description ##
---1000000 ⊗ No description ↪
+--100000 ## No description ##
---3d-display-mode[1] ⊗ No description ↪
+--1000000 ## No description ##
---50000 ⊗ No description ↪
+--3d-display-mode[1] ## No description ##
---500000 ⊗ No description ↪
+--50000 ## No description ##
---5000000 ⊗ No description ↪
+--500000 ## No description ##
---? ⊗ No description ↪
+--5000000 ## No description ##
---accept-resource-provider ⊗ Flag indicating that a resource provider must be set up to provide cast receiver with resources. Apps cannot start until provided resources. This flag implies --alsa-check-close-timeout=0. ↪
+--? ## No description ##
---adaboost ⊗ No description ↪
+--accept-resource-provider ## Flag indicating that a resource provider must be set up to provide cast receiver with resources. Apps cannot start until provided resources. This flag implies --alsa-check-close-timeout=0. ##
---add-gpu-appcontainer-caps[1] ⊗ Add additional capabilities to the AppContainer sandbox on the GPU process. ↪
+--adaboost ## No description ##
---add-xr-appcontainer-caps[1] ⊗ Add additional capabilities to the AppContainer sandbox used for XR compositing. ↪
+--add-gpu-appcontainer-caps[1] ## Add additional capabilities to the AppContainer sandbox on the GPU process. ##
---additional-trust-token-key-commitments ⊗ Manually sets additional Trust Tokens key commitments in the network service to the given value, which should be a JSON dictionary satisfying the requirements of TrustTokenKeyCommitmentParser::ParseMultipleIssuers. These keys are available in addition to keys provided by the most recent call to TrustTokenKeyCommitments::Set. For issuers with keys provided through both the command line and TrustTokenKeyCommitments::Set, the keys provided through the command line take precedence. This is because someone testing manually might want to pass additional keys via the command line to a real Chrome release with the component updater enabled, and it would be surprising if the manually-passed keys were overwritten some time after startup when the component updater runs. ↪
+--add-xr-appcontainer-caps[1] ## Add additional capabilities to the AppContainer sandbox used for XR compositing. ##
---agc-startup-min-volume ⊗ Override the default minimum starting volume of the Automatic Gain Control algorithm in WebRTC used with audio tracks from getUserMedia. The valid range is 12-255. Values outside that range will be clamped to the lowest or highest valid value inside WebRTC. TODO(tommi): Remove this switch when crbug.com/555577 is fixed. ↪
+--additional-trust-token-key-commitments ## Manually sets additional Trust Tokens key commitments in the network service to the given value, which should be a JSON dictionary satisfying the requirements of TrustTokenKeyCommitmentParser::ParseMultipleIssuers. These keys are available in addition to keys provided by the most recent call to TrustTokenKeyCommitments::Set. For issuers with keys provided through both the command line and TrustTokenKeyCommitments::Set, the keys provided through the command line take precedence. This is because someone testing manually might want to pass additional keys via the command line to a real Chrome release with the component updater enabled, and it would be surprising if the manually-passed keys were overwritten some time after startup when the component updater runs. ##
---aggressive ⊗ No description ↪
+--agc-startup-min-volume ## Override the default minimum starting volume of the Automatic Gain Control algorithm in WebRTC used with audio tracks from getUserMedia. The valid range is 12-255. Values outside that range will be clamped to the lowest or highest valid value inside WebRTC. TODO(tommi): Remove this switch when crbug.com/555577 is fixed. ##
---aggressive-cache-discard ⊗ No description ↪
+--aggressive ## No description ##
---aggressive-tab-discard ⊗ No description ↪
+--aggressive-cache-discard ## No description ##
---all ⊗ No description ↪
+--aggressive-tab-discard ## No description ##
---all-renderers ⊗ No description ↪
+--all ## No description ##
---allarticles ⊗ No description ↪
+--all-renderers ## No description ##
---allow-cross-origin-auth-prompt ⊗ Allows third-party content included on a page to prompt for a HTTP basic auth username/password pair. ↪
+--allarticles ## No description ##
---allow-external-pages ⊗ Allow access to external pages during web tests. ↪
+--allow-cross-origin-auth-prompt ## Allows third-party content included on a page to prompt for a HTTP basic auth username/password pair. ##
---allow-failed-policy-fetch-for-test ⊗ If this flag is passed, failed policy fetches will not cause profile initialization to fail. This is useful for tests because it means that tests don't have to mock out the policy infrastructure. ↪
+--allow-external-pages ## Allow access to external pages during web tests. ##
---allow-file-access-from-files ⊗ By default, URIs cannot read other URIs. This is an override for developers who need the old behavior for testing. ↪
+--allow-failed-policy-fetch-for-test ## If this flag is passed, failed policy fetches will not cause profile initialization to fail. This is useful for tests because it means that tests don't have to mock out the policy infrastructure. ##
---allow-http-background-page ⊗ Allows non-https URL for background\_page for hosted apps. ↪
+--allow-file-access-from-files ## By default, URIs cannot read other URIs. This is an override for developers who need the old behavior for testing. ##
---allow-http-screen-capture ⊗ Allow non-secure origins to use the screen capture API and the desktopCapture extension API. ↪
+--allow-http-background-page ## Allows non-https URL for background\_page for hosted apps. ##
---allow-insecure-localhost ⊗ Enables TLS/SSL errors on localhost to be ignored (no interstitial, no blocking of requests). ↪
+--allow-http-screen-capture ## Allow non-secure origins to use the screen capture API and the desktopCapture extension API. ##
---allow-legacy-extension-manifests ⊗ Allows the browser to load extensions that lack a modern manifest when that would otherwise be forbidden. ↪
+--allow-insecure-localhost ## Enables TLS/SSL errors on localhost to be ignored (no interstitial, no blocking of requests). ##
---allow-loopback-in-peer-connection ⊗ Allows loopback interface to be added in network list for peer connection. ↪
+--allow-legacy-extension-manifests ## Allows the browser to load extensions that lack a modern manifest when that would otherwise be forbidden. ##
---allow-nacl-crxfs-api[2] ⊗ Specifies comma-separated list of extension ids or hosts to grant access to CRX file system APIs. ↪
+--allow-loopback-in-peer-connection ## Allows loopback interface to be added in network list for peer connection. ##
---allow-nacl-file-handle-api[2] ⊗ Specifies comma-separated list of extension ids or hosts to grant access to file handle APIs. ↪
+--allow-nacl-crxfs-api[2] ## Specifies comma-separated list of extension ids or hosts to grant access to CRX file system APIs. ##
---allow-nacl-socket-api[2] ⊗ Specifies comma-separated list of extension ids or hosts to grant access to TCP/UDP socket APIs. ↪
+--allow-nacl-file-handle-api[2] ## Specifies comma-separated list of extension ids or hosts to grant access to file handle APIs. ##
---allow-no-sandbox-job ⊗ Enables the sandboxed processes to run without a job object assigned to them. This flag is required to allow Chrome to run in RemoteApps or Citrix. This flag can reduce the security of the sandboxed processes and allow them to do certain API calls like shut down Windows or access the clipboard. Also we lose the chance to kill some processes until the outer job that owns them finishes. ↪
+--allow-nacl-socket-api[2] ## Specifies comma-separated list of extension ids or hosts to grant access to TCP/UDP socket APIs. ##
---allow-outdated-plugins ⊗ Don't block outdated plugins. ↪
+--allow-no-sandbox-job ## Enables the sandboxed processes to run without a job object assigned to them. This flag is required to allow Chrome to run in RemoteApps or Citrix. This flag can reduce the security of the sandboxed processes and allow them to do certain API calls like shut down Windows or access the clipboard. Also we lose the chance to kill some processes until the outer job that owns them finishes. ##
---allow-popups-during-page-unload ⊗ Allow a page to show popups during its unloading. TODO(https://crbug.com/937569): Remove this in Chrome 88. ↪
+--allow-outdated-plugins ## Don't block outdated plugins. ##
---allow-pre-commit-input ⊗ Allows processing of input before a frame has been committed. TODO(schenney): crbug.com/987626. Used by headless. Look for a way not involving a command line switch. ↪
+--allow-popups-during-page-unload ## Allow a page to show popups during its unloading. TODO(https://crbug.com/937569): Remove this in Chrome 88. ##
---allow-profiles-outside-user-dir ⊗ Allows profiles to be created outside of the user data dir. TODO(https://crbug.com/1060366): Various places in Chrome assume that all profiles are within the user data dir. Some tests need to violate that assumption. The switch should be removed after this workaround is no longer needed. ↪
+--allow-pre-commit-input ## Allows processing of input before a frame has been committed. TODO(schenney): crbug.com/987626. Used by headless. Look for a way not involving a command line switch. ##
---allow-ra-in-dev-mode ⊗ Allows remote attestation (RA) in dev mode for testing purpose. Usually RA is disabled in dev mode because it will always fail. However, there are cases in testing where we do want to go through the permission flow even in dev mode. This can be enabled by this flag. ↪
+--allow-profiles-outside-user-dir ## Allows profiles to be created outside of the user data dir. TODO(https://crbug.com/1060366): Various places in Chrome assume that all profiles are within the user data dir. Some tests need to violate that assumption. The switch should be removed after this workaround is no longer needed. ##
---allow-running-insecure-content ⊗ No description ↪
+--allow-ra-in-dev-mode ## Allows remote attestation (RA) in dev mode for testing purpose. Usually RA is disabled in dev mode because it will always fail. However, there are cases in testing where we do want to go through the permission flow even in dev mode. This can be enabled by this flag. ##
---allow-sandbox-debugging ⊗ Allows debugging of sandboxed processes (see zygote\_main\_linux.cc). ↪
+--allow-running-insecure-content ## No description ##
---allow-silent-push ⊗ Allows Web Push notifications that do not show a notification. ↪
+--allow-sandbox-debugging ## Allows debugging of sandboxed processes (see zygote\_main\_linux.cc). ##
---allow-sync-xhr-in-page-dimissal ⊗ Allow a page to send synchronus XHR during its unloading. TODO(https://crbug.com/1003101): Remove this in Chrome 88. ↪
+--allow-silent-push ## Allows Web Push notifications that do not show a notification. ##
---allow-third-party-modules[1] ⊗ Allows third party modules to inject by disabling the BINARY\_SIGNATURE mitigation policy on Win10+. Also has other effects in ELF. ↪
+--allow-sync-xhr-in-page-dimissal ## Allow a page to send synchronus XHR during its unloading. TODO(https://crbug.com/1003101): Remove this in Chrome 88. ##
---allow-unsecure-dlls[3] ⊗ Don't allow EnableSecureDllLoading to run when this is set. This is only to be used in tests. ↪
+--allow-third-party-modules[1] ## Allows third party modules to inject by disabling the BINARY\_SIGNATURE mitigation policy on Win10+. Also has other effects in ELF. ##
---alsa-amp-device-name ⊗ Name of the device the amp mixer should be opened on. If this flag is not specified it will default to the same device as kAlsaVolumeDeviceName. ↪
+--allow-unsecure-dlls[3] ## Don't allow EnableSecureDllLoading to run when this is set. This is only to be used in tests. ##
---alsa-amp-element-name ⊗ Name of the simple mixer control element that the ALSA-based media library should use to toggle powersave mode on the system. ↪
+--alsa-amp-device-name ## Name of the device the amp mixer should be opened on. If this flag is not specified it will default to the same device as kAlsaVolumeDeviceName. ##
---alsa-check-close-timeout ⊗ Time in ms to wait before closing the PCM handle when no more mixer inputs remain. Assumed to be 0 if --accept-resource-provider is present. ↪
+--alsa-amp-element-name ## Name of the simple mixer control element that the ALSA-based media library should use to toggle powersave mode on the system. ##
---alsa-enable-upsampling ⊗ Flag that enables resampling audio with sample rate below 32kHz up to 48kHz. Should be set to true for internal audio products. ↪
+--alsa-check-close-timeout ## Time in ms to wait before closing the PCM handle when no more mixer inputs remain. Assumed to be 0 if --accept-resource-provider is present. ##
---alsa-fixed-output-sample-rate ⊗ Optional flag to set a fixed sample rate for the alsa device. Deprecated: Use --audio-output-sample-rate instead. ↪
+--alsa-enable-upsampling ## Flag that enables resampling audio with sample rate below 32kHz up to 48kHz. Should be set to true for internal audio products. ##
---alsa-input-device[4] ⊗ The Alsa device to use when opening an audio input stream. ↪
+--alsa-fixed-output-sample-rate ## Optional flag to set a fixed sample rate for the alsa device. Deprecated: Use --audio-output-sample-rate instead. ##
---alsa-mute-device-name ⊗ Name of the device the mute mixer should be opened on. If this flag is not specified it will default to the same device as kAlsaVolumeDeviceName. ↪
+--alsa-input-device[4] ## The Alsa device to use when opening an audio input stream. ##
---alsa-mute-element-name ⊗ Name of the simple mixer control element that the ALSA-based media library should use to mute the system. ↪
+--alsa-mute-device-name ## Name of the device the mute mixer should be opened on. If this flag is not specified it will default to the same device as kAlsaVolumeDeviceName. ##
---alsa-output-avail-min ⊗ Minimum number of available frames for scheduling a transfer. ↪
+--alsa-mute-element-name ## Name of the simple mixer control element that the ALSA-based media library should use to mute the system. ##
---alsa-output-buffer-size ⊗ Size of the ALSA output buffer in frames. This directly sets the latency of the output device. Latency can be calculated by multiplying the sample rate by the output buffer size. ↪
+--alsa-output-avail-min ## Minimum number of available frames for scheduling a transfer. ##
---alsa-output-device[4] ⊗ The Alsa device to use when opening an audio stream. ↪
+--alsa-output-buffer-size ## Size of the ALSA output buffer in frames. This directly sets the latency of the output device. Latency can be calculated by multiplying the sample rate by the output buffer size. ##
---alsa-output-period-size ⊗ Size of the ALSA output period in frames. The period of an ALSA output device determines how many frames elapse between hardware interrupts. ↪
+--alsa-output-device[4] ## The Alsa device to use when opening an audio stream. ##
---alsa-output-start-threshold ⊗ How many frames need to be in the output buffer before output starts. ↪
+--alsa-output-period-size ## Size of the ALSA output period in frames. The period of an ALSA output device determines how many frames elapse between hardware interrupts. ##
---alsa-volume-device-name ⊗ Name of the device the volume control mixer should be opened on. Will use the same device as kAlsaOutputDevice and fall back to "default" if kAlsaOutputDevice is not supplied. ↪
+--alsa-output-start-threshold ## How many frames need to be in the output buffer before output starts. ##
---alsa-volume-element-name ⊗ Name of the simple mixer control element that the ALSA-based media library should use to control the volume. ↪
+--alsa-volume-device-name ## Name of the device the volume control mixer should be opened on. Will use the same device as kAlsaOutputDevice and fall back to "default" if kAlsaOutputDevice is not supplied. ##
---also-emit-success-logs ⊗ Also emit full event trace logs for successful tests. ↪
+--alsa-volume-element-name ## Name of the simple mixer control element that the ALSA-based media library should use to control the volume. ##
---alt1 ⊗ The Chrome-Proxy "exp" directive value used by data reduction proxy to receive an alternative back end implementation. ↪
+--also-emit-success-logs ## Also emit full event trace logs for successful tests. ##
---alt10 ⊗ No description ↪
+--alt1 ## The Chrome-Proxy "exp" directive value used by data reduction proxy to receive an alternative back end implementation. ##
---alt2 ⊗ No description ↪
+--alt10 ## No description ##
---alt3 ⊗ No description ↪
+--alt2 ## No description ##
---alt4 ⊗ No description ↪
+--alt3 ## No description ##
---alt5 ⊗ No description ↪
+--alt4 ## No description ##
---alt6 ⊗ No description ↪
+--alt5 ## No description ##
---alt7 ⊗ No description ↪
+--alt6 ## No description ##
---alt8 ⊗ No description ↪
+--alt7 ## No description ##
---alt9 ⊗ No description ↪
+--alt8 ## No description ##
---always-use-complex-text ⊗ Always use the complex text path for web tests. ↪
+--alt9 ## No description ##
---alwaystrue ⊗ No description ↪
+--always-use-complex-text ## Always use the complex text path for web tests. ##
---android-fonts-path ⊗ Uses the android SkFontManager on linux. The specified directory should include the configuration xml file with the name "fonts.xml". This is used in blimp to emulate android fonts on linux. ↪
+--alwaystrue ## No description ##
---angle ⊗ No description ↪
+--android-fonts-path ## Uses the android SkFontManager on linux. The specified directory should include the configuration xml file with the name "fonts.xml". This is used in blimp to emulate android fonts on linux. ##
---animation-duration-scale ⊗ Scale factor to apply to every animation duration. Must be >= 0.0. This will only apply to LinearAnimation and its subclasses. ↪
+--angle ## No description ##
---app ⊗ Specifies that the associated value should be launched in "application" mode. ↪
+--animation-duration-scale ## Scale factor to apply to every animation duration. Must be >= 0.0. This will only apply to LinearAnimation and its subclasses. ##
---app-auto-launched ⊗ Specifies whether an app launched in kiosk mode was auto launched with zero delay. Used in order to properly restore auto-launched state during session restore flow. ↪
+--app ## Specifies that the associated value should be launched in "application" mode. ##
---app-cache-force-enabled ⊗ Allows app cache to be forced on, even when gated by an origin trial. TODO(enne): remove this once app cache has been removed. ↪
+--app-auto-launched ## Specifies whether an app launched in kiosk mode was auto launched with zero delay. Used in order to properly restore auto-launched state during session restore flow. ##
---app-id ⊗ Specifies that the extension-app with the specified id should be launched according to its configuration. ↪
+--app-cache-force-enabled ## Allows app cache to be forced on, even when gated by an origin trial. TODO(enne): remove this once app cache has been removed. ##
---app-launch-url-for-shortcuts-menu-item ⊗ Overrides the launch url of an app with the specified url. This is used along with kAppId to launch a given app with the url corresponding to an item in the app's shortcuts menu. ↪
+--app-id ## Specifies that the extension-app with the specified id should be launched according to its configuration. ##
---app-mode-auth-code ⊗ Value of GAIA auth code for --force-app-mode. ↪
+--app-launch-url-for-shortcuts-menu-item ## Overrides the launch url of an app with the specified url. This is used along with kAppId to launch a given app with the url corresponding to an item in the app's shortcuts menu. ##
---app-mode-oauth-token ⊗ Value of OAuth2 refresh token for --force-app-mode. ↪
+--app-mode-auth-code ## Value of GAIA auth code for --force-app-mode. ##
---app-mode-oem-manifest ⊗ Path for app's OEM manifest file. ↪
+--app-mode-oauth-token ## Value of OAuth2 refresh token for --force-app-mode. ##
---app-shell-allow-roaming[5] ⊗ Allow roaming in the cellular network. ↪
+--app-mode-oem-manifest ## Path for app's OEM manifest file. ##
---app-shell-host-window-size[5] ⊗ Size for the host window to create (i.e. "800x600"). ↪
+--app-shell-allow-roaming[5] ## Allow roaming in the cellular network. ##
---app-shell-preferred-network[5] ⊗ SSID of the preferred WiFi network. ↪
+--app-shell-host-window-size[5] ## Size for the host window to create (i.e. "800x600"). ##
---apple ⊗ No description ↪
+--app-shell-preferred-network[5] ## SSID of the preferred WiFi network. ##
---apps-gallery-download-url ⊗ The URL that the webstore APIs download extensions from. Note: the URL must contain one '%s' for the extension ID. ↪
+--apple ## No description ##
---apps-gallery-update-url ⊗ The update url used by gallery/webstore extensions. ↪
+--apps-gallery-download-url ## The URL that the webstore APIs download extensions from. Note: the URL must contain one '%s' for the extension ID. ##
---apps-gallery-url ⊗ The URL to use for the gallery link in the app launcher. ↪
+--apps-gallery-update-url ## The update url used by gallery/webstore extensions. ##
---apps-keep-chrome-alive-in-tests[6] ⊗ Prevents Chrome from quitting when Chrome Apps are open. ↪
+--apps-gallery-url ## The URL to use for the gallery link in the app launcher. ##
---arc-availability ⊗ Signals ARC support status on this device. This can take one of the following three values. - none: ARC is not installed on this device. (default) - installed: ARC is installed on this device, but not officially supported. Users can enable ARC only when Finch experiment is turned on. - officially-supported: ARC is installed and supported on this device. So users can enable ARC via settings etc. ↪
+--apps-keep-chrome-alive-in-tests[6] ## Prevents Chrome from quitting when Chrome Apps are open. ##
---arc-available ⊗ DEPRECATED: Please use --arc-availability=installed. Signals the availability of the ARC instance on this device. ↪
+--arc-availability ## Signals ARC support status on this device. This can take one of the following three values. - none: ARC is not installed on this device. (default) - installed: ARC is installed on this device, but not officially supported. Users can enable ARC only when Finch experiment is turned on. - officially-supported: ARC is installed and supported on this device. So users can enable ARC via settings etc. ##
---arc-build-properties ⊗ A JSON dictionary whose content is the same as cros config's /arc/build-properties. ↪
+--arc-available ## DEPRECATED: Please use --arc-availability=installed. Signals the availability of the ARC instance on this device. ##
---arc-data-cleanup-on-start ⊗ Flag that forces ARC data be cleaned on each start. ↪
+--arc-build-properties ## A JSON dictionary whose content is the same as cros config's /arc/build-properties. ##
---arc-disable-app-sync ⊗ Flag that disables ARC app sync flow that installs some apps silently. Used in autotests to resolve racy conditions. ↪
+--arc-data-cleanup-on-start ## Flag that forces ARC data be cleaned on each start. ##
---arc-disable-gms-core-cache ⊗ Used in autotest to disable GMS-core caches which is on by default. ↪
+--arc-disable-app-sync ## Flag that disables ARC app sync flow that installs some apps silently. Used in autotests to resolve racy conditions. ##
---arc-disable-locale-sync ⊗ Flag that disables ARC locale sync with Android container. Used in autotest to prevent conditions when certain apps, including Play Store may get restarted. Restarting Play Store may cause random test failures. Enabling this flag would also forces ARC container to use 'en-US' as a locale and 'en-US,en' as preferred languages. ↪
+--arc-disable-gms-core-cache ## Used in autotest to disable GMS-core caches which is on by default. ##
---arc-disable-play-auto-install ⊗ Flag that disables ARC Play Auto Install flow that installs set of predefined apps silently. Used in autotests to resolve racy conditions. ↪
+--arc-disable-locale-sync ## Flag that disables ARC locale sync with Android container. Used in autotest to prevent conditions when certain apps, including Play Store may get restarted. Restarting Play Store may cause random test failures. Enabling this flag would also forces ARC container to use 'en-US' as a locale and 'en-US,en' as preferred languages. ##
---arc-disable-system-default-apps ⊗ Used for development of Android app that are included into ARC++ as system default apps in order to be able to install them via adb. ↪
+--arc-disable-play-auto-install ## Flag that disables ARC Play Auto Install flow that installs set of predefined apps silently. Used in autotests to resolve racy conditions. ##
---arc-enable-native-bridge-64bit-support-experiment ⊗ Flag to enables an experiment to allow users to turn on 64-bit support in native bridge on systems that have such support available but not yet enabled by default. ↪
+--arc-disable-system-default-apps ## Used for development of Android app that are included into ARC++ as system default apps in order to be able to install them via adb. ##
---arc-force-cache-app-icons ⊗ Flag that forces ARC to cache icons for apps. ↪
+--arc-enable-native-bridge-64bit-support-experiment ## Flag to enables an experiment to allow users to turn on 64-bit support in native bridge on systems that have such support available but not yet enabled by default. ##
---arc-force-show-optin-ui ⊗ Flag that forces the OptIn ui to be shown. Used in tests. ↪
+--arc-force-cache-app-icons ## Flag that forces ARC to cache icons for apps. ##
---arc-packages-cache-mode ⊗ Used in autotest to specifies how to handle packages cache. Can be copy - copy resulting packages.xml to the temporary directory. skip-copy - skip initial packages cache setup and copy resulting packages.xml to the temporary directory. ↪
+--arc-force-show-optin-ui ## Flag that forces the OptIn ui to be shown. Used in tests. ##
---arc-play-store-auto-update ⊗ Used in autotest to forces Play Store auto-update state. Can be on - auto-update is forced on. off - auto-update is forced off. ↪
+--arc-packages-cache-mode ## Used in autotest to specifies how to handle packages cache. Can be copy - copy resulting packages.xml to the temporary directory. skip-copy - skip initial packages cache setup and copy resulting packages.xml to the temporary directory. ##
---arc-scale ⊗ Set the scale for ARC apps. This is in DPI. e.g. 280 DPI is ~ 1.75 device scale factor. See for list of supported DPI values. ↪
+--arc-play-store-auto-update ## Used in autotest to forces Play Store auto-update state. Can be on - auto-update is forced on. off - auto-update is forced off. ##
---arc-start-mode ⊗ Defines how to start ARC. This can take one of the following values: - always-start automatically start with Play Store UI support. - always-start-with-no-play-store automatically start without Play Store UI. If it is not set, then ARC is started in default mode. ↪
+--arc-scale ## Set the scale for ARC apps. This is in DPI. e.g. 280 DPI is ~ 1.75 device scale factor. See for list of supported DPI values. ##
---arc-tos-host-for-tests ⊗ Sets ARC Terms Of Service hostname url for testing. ↪
+--arc-start-mode ## Defines how to start ARC. This can take one of the following values: - always-start automatically start with Play Store UI support. - always-start-with-no-play-store automatically start without Play Store UI. If it is not set, then ARC is started in default mode. ##
---arc-transition-migration-required ⊗ If this flag is present then the device had ARC M available and gets ARC N when updating. TODO(pmarko): Remove this when we assess that it's not necessary anymore: crbug.com/761348. ↪
+--arc-tos-host-for-tests ## Sets ARC Terms Of Service hostname url for testing. ##
---as-browser ⊗ Flag to launch tests in the browser process. ↪
+--arc-transition-migration-required ## If this flag is present then the device had ARC M available and gets ARC N when updating. TODO(pmarko): Remove this when we assess that it's not necessary anymore: crbug.com/761348. ##
---ash-color-mode ⊗ Indicates the current color mode of ash. ↪
+--as-browser ## Flag to launch tests in the browser process. ##
---ash-constrain-pointer-to-root ⊗ Force the pointer (cursor) position to be kept inside root windows. ↪
+--ash-color-mode ## Indicates the current color mode of ash. ##
---ash-contextual-nudges-interval ⊗ Overrides the minimum time that must pass between showing user contextual nudges. Unit of time is in seconds. ↪
+--ash-constrain-pointer-to-root ## Force the pointer (cursor) position to be kept inside root windows. ##
---ash-contextual-nudges-reset-shown-count ⊗ Reset contextual nudge shown count on login. ↪
+--ash-contextual-nudges-interval ## Overrides the minimum time that must pass between showing user contextual nudges. Unit of time is in seconds. ##
---ash-debug-shortcuts ⊗ Enable keyboard shortcuts useful for debugging. ↪
+--ash-contextual-nudges-reset-shown-count ## Reset contextual nudge shown count on login. ##
---ash-dev-shortcuts ⊗ Enable keyboard shortcuts used by developers only. ↪
+--ash-debug-shortcuts ## Enable keyboard shortcuts useful for debugging. ##
---ash-disable-touch-exploration-mode ⊗ Disable the Touch Exploration Mode. Touch Exploration Mode will no longer be turned on automatically when spoken feedback is enabled when this flag is set. ↪
+--ash-dev-shortcuts ## Enable keyboard shortcuts used by developers only. ##
---ash-enable-cursor-motion-blur ⊗ Enable cursor motion blur. ↪
+--ash-disable-touch-exploration-mode ## Disable the Touch Exploration Mode. Touch Exploration Mode will no longer be turned on automatically when spoken feedback is enabled when this flag is set. ##
---ash-enable-magnifier-key-scroller ⊗ Enables key bindings to scroll magnified screen. ↪
+--ash-enable-cursor-motion-blur ## Enable cursor motion blur. ##
---ash-enable-palette-on-all-displays ⊗ Enables the palette on every display, instead of only the internal one. ↪
+--ash-enable-magnifier-key-scroller ## Enables key bindings to scroll magnified screen. ##
---ash-enable-software-mirroring ⊗ Enables software based mirroring. ↪
+--ash-enable-palette-on-all-displays ## Enables the palette on every display, instead of only the internal one. ##
---ash-enable-unified-desktop[5] ⊗ Enables unified desktop mode. ↪
+--ash-enable-software-mirroring ## Enables software based mirroring. ##
---ash-enable-v1-app-back-button ⊗ Enables Backbutton on frame for v1 apps. TODO(oshima): Remove this once the feature is launched. crbug.com/749713. ↪
+--ash-enable-unified-desktop[5] ## Enables unified desktop mode. ##
---ash-hide-notifications-for-factory ⊗ Hides notifications that are irrelevant to Chrome OS device factory testing, such as battery level updates. ↪
+--ash-enable-v1-app-back-button ## Enables Backbutton on frame for v1 apps. TODO(oshima): Remove this once the feature is launched. crbug.com/749713. ##
---ash-host-window-bounds ⊗ Sets a window size, optional position, and optional scale factor. "1024x768" creates a window of size 1024x768. "100+200-1024x768" positions the window at 100,200. "1024x768\*2" sets the scale factor to 2 for a high DPI display. "800,0+800-800x800" for two displays at 800x800 resolution. "800,0+800-800x800,0+1600-800x800" for three displays at 800x800 resolution. ↪
+--ash-hide-notifications-for-factory ## Hides notifications that are irrelevant to Chrome OS device factory testing, such as battery level updates. ##
---ash-power-button-position ⊗ Power button position includes the power button's physical display side and the percentage for power button center position to the display's width/height in landscape\_primary screen orientation. The value is a JSON object containing a "position" property with the value "left", "right", "top", or "bottom". For "left" and "right", a "y" property specifies the button's center position as a fraction of the display's height (in [0.0, 1.0]) relative to the top of the display. For "top" and "bottom", an "x" property gives the position as a fraction of the display's width relative to the left side of the display. ↪
+--ash-host-window-bounds ## Sets a window size, optional position, and optional scale factor. "1024x768" creates a window of size 1024x768. "100+200-1024x768" positions the window at 100,200. "1024x768\*2" sets the scale factor to 2 for a high DPI display. "800,0+800-800x800" for two displays at 800x800 resolution. "800,0+800-800x800,0+1600-800x800" for three displays at 800x800 resolution. ##
---ash-side-volume-button-position ⊗ The physical position info of the side volume button while in landscape primary screen orientation. The value is a JSON object containing a "region" property with the value "keyboard", "screen" and a "side" property with the value "left", "right", "top", "bottom". ↪
+--ash-power-button-position ## Power button position includes the power button's physical display side and the percentage for power button center position to the display's width/height in landscape\_primary screen orientation. The value is a JSON object containing a "position" property with the value "left", "right", "top", or "bottom". For "left" and "right", a "y" property specifies the button's center position as a fraction of the display's height (in [0.0, 1.0]) relative to the top of the display. For "top" and "bottom", an "x" property gives the position as a fraction of the display's width relative to the left side of the display. ##
---ash-touch-hud ⊗ Enables the heads-up display for tracking touch points. ↪
+--ash-side-volume-button-position ## The physical position info of the side volume button while in landscape primary screen orientation. The value is a JSON object containing a "region" property with the value "keyboard", "screen" and a "side" property with the value "left", "right", "top", "bottom". ##
---attestation-server ⊗ Used in CryptohomeClient to determine which Google Privacy CA to use for attestation. ↪
+--ash-touch-hud ## Enables the heads-up display for tracking touch points. ##
---audio ⊗ No description ↪
+--attestation-server ## Used in CryptohomeClient to determine which Google Privacy CA to use for attestation. ##
---audio-buffer-size ⊗ Allow users to specify a custom buffer size for debugging purpose. ↪
+--audio ## No description ##
---audio-output-channels ⊗ Number of audio output channels. This will be used to send audio buffer with specific number of channels to ALSA and generate loopback audio. Default value is 2. ↪
+--audio-buffer-size ## Allow users to specify a custom buffer size for debugging purpose. ##
---audio-output-sample-rate ⊗ Specify fixed sample rate for audio output stream. If this flag is not specified the StreamMixer will choose sample rate based on the sample rate of the media stream. ↪
+--audio-output-channels ## Number of audio output channels. This will be used to send audio buffer with specific number of channels to ALSA and generate loopback audio. Default value is 2. ##
---audio-service-quit-timeout-ms ⊗ Set a timeout (in milliseconds) for the audio service to quit if there are no client connections to it. If the value is negative the service never quits. ↪
+--audio-output-sample-rate ## Specify fixed sample rate for audio output stream. If this flag is not specified the StreamMixer will choose sample rate based on the sample rate of the media stream. ##
---aue-reached-for-update-required-test ⊗ If this switch is passed, the device policy DeviceMinimumVersion assumes that the device has reached Auto Update Expiration. This is useful for testing the policy behaviour on the DUT. ↪
+--audio-service-quit-timeout-ms ## Set a timeout (in milliseconds) for the audio service to quit if there are no client connections to it. If the value is negative the service never quits. ##
---aura-legacy-power-button ⊗ (Most) Chrome OS hardware reports ACPI power button releases correctly. Standard hardware reports releases immediately after presses. If set, we lock the screen or shutdown the system immediately in response to a press instead of displaying an interactive animation. ↪
+--aue-reached-for-update-required-test ## If this switch is passed, the device policy DeviceMinimumVersion assumes that the device has reached Auto Update Expiration. This is useful for testing the policy behaviour on the DUT. ##
---auth-server-whitelist ⊗ Allowlist for Negotiate Auth servers. ↪
+--aura-legacy-power-button ## (Most) Chrome OS hardware reports ACPI power button releases correctly. Standard hardware reports releases immediately after presses. If set, we lock the screen or shutdown the system immediately in response to a press instead of displaying an interactive animation. ##
---auth-spnego-account-type[7] ⊗ Android authentication account type for SPNEGO authentication ↪
+--auth-server-whitelist ## Allowlist for Negotiate Auth servers. ##
---auto ⊗ No description ↪
+--auth-spnego-account-type[7] ## Android authentication account type for SPNEGO authentication ##
---auto-open-devtools-for-tabs ⊗ This flag makes Chrome auto-open DevTools window for each tab. It is intended to be used by developers and automation to not require user interaction for opening DevTools. ↪
+--auto ## No description ##
---auto-select-desktop-capture-source ⊗ This flag makes Chrome auto-select the provided choice when an extension asks permission to start desktop capture. Should only be used for tests. For instance, --auto-select-desktop-capture-source="Entire screen" will automatically select sharing the entire screen in English locales. The switch value only needs to be substring of the capture source name, i.e. "display" would match "Built-in display" and "External display", whichever comes first. ↪
+--auto-open-devtools-for-tabs ## This flag makes Chrome auto-open DevTools window for each tab. It is intended to be used by developers and automation to not require user interaction for opening DevTools. ##
---autofill-api-key ⊗ Sets the API key that will be used when calling Autofill API instead of using Chrome's baked key by default. You can use this to test new versions of the API that are not linked to the Chrome baked key yet. ↪
+--auto-select-desktop-capture-source ## This flag makes Chrome auto-select the provided choice when an extension asks permission to start desktop capture. Should only be used for tests. For instance, --auto-select-desktop-capture-source="Entire screen" will automatically select sharing the entire screen in English locales. The switch value only needs to be substring of the capture source name, i.e. "display" would match "Built-in display" and "External display", whichever comes first. ##
---autofill-assistant-auth ⊗ Disables authentication when set to false. This is only useful during development, as prod instances require authentication. ↪
+--autofill-api-key ## Sets the API key that will be used when calling Autofill API instead of using Chrome's baked key by default. You can use this to test new versions of the API that are not linked to the Chrome baked key yet. ##
---autofill-assistant-key ⊗ Sets the API key to be used instead of Chrome's default key when sending requests to the backend. ↪
+--autofill-assistant-auth ## Disables authentication when set to false. This is only useful during development, as prod instances require authentication. ##
---autofill-assistant-url ⊗ Overrides the default backend URL. ↪
+--autofill-assistant-key ## Sets the API key to be used instead of Chrome's default key when sending requests to the backend. ##
---autofill-ios-delay-between-fields ⊗ The delay between filling two fields. ↪
+--autofill-assistant-url ## Overrides the default backend URL. ##
---autofill-metadata-upload-encoding ⊗ The randomized encoding type to use when sending metadata uploads. The value of the parameter must be one of the valid integer values of the AutofillRandomizedValue\_EncodingType enum. ↪
+--autofill-ios-delay-between-fields ## The delay between filling two fields. ##
---autofill-server-url ⊗ Override the default autofill server URL with "scheme://host[:port]/prefix/". ↪
+--autofill-metadata-upload-encoding ## The randomized encoding type to use when sending metadata uploads. The value of the parameter must be one of the valid integer values of the AutofillRandomizedValue\_EncodingType enum. ##
---autofill-upload-throttling-period-in-days ⊗ The number of days after which to reset the registry of autofill events for which an upload has been sent. ↪
+--autofill-server-url ## Override the default autofill server URL with "scheme://host[:port]/prefix/". ##
---autoplay-policy ⊗ Command line flag name to set the autoplay policy. ↪
+--autofill-upload-throttling-period-in-days ## The number of days after which to reset the registry of autofill events for which an upload has been sent. ##
---autopush ⊗ The command line alias and URL for the "autopush" environment. ↪
+--autoplay-policy ## Command line flag name to set the autoplay policy. ##
---back-gesture-horizontal-threshold ⊗ The number of pixels from the start of a left swipe gesture to consider as a 'back' gesture. ↪
+--autopush ## The command line alias and URL for the "autopush" environment. ##
---blink-settings ⊗ Set blink settings. Format is [=[=],... The names are declared in Settings.json5. For boolean type, use "true", "false", or omit '=' part to set to true. For enum type, use the int value of the enum value. Applied after other command line flags and prefs. ↪
+--back-gesture-horizontal-threshold ## The number of pixels from the start of a left swipe gesture to consider as a 'back' gesture. ##
---block-new-web-contents ⊗ If true, then all pop-ups and calls to window.open will fail. ↪
+--blink-settings ## Set blink settings. Format is [=[=],... The names are declared in Settings.json5. For boolean type, use "true", "false", or omit '=' part to set to true. For enum type, use the int value of the enum value. Applied after other command line flags and prefs. ##
---bootstrap ⊗ Values for the kExtensionContentVerification flag. See ContentVerifierDelegate::Mode for more explanation. ↪
+--block-new-web-contents ## If true, then all pop-ups and calls to window.open will fail. ##
---bottom-gesture-start-height ⊗ The number of pixels up from the bottom of the screen to consider as a valid origin for a bottom swipe gesture. If set, overrides the value of both the above system-gesture-start-height flag and the default value in cast\_system\_gesture\_handler.cc. ↪
+--bootstrap ## Values for the kExtensionContentVerification flag. See ContentVerifierDelegate::Mode for more explanation. ##
---browser ⊗ No description ↪
+--bottom-gesture-start-height ## The number of pixels up from the bottom of the screen to consider as a valid origin for a bottom swipe gesture. If set, overrides the value of both the above system-gesture-start-height flag and the default value in cast\_system\_gesture\_handler.cc. ##
---browser-startup-dialog ⊗ Causes the browser process to display a dialog on launch. ↪
+--browser ## No description ##
---browser-subprocess-path ⊗ Path to the exe to run for the renderer and plugin subprocesses. ↪
+--browser-startup-dialog ## Causes the browser process to display a dialog on launch. ##
---browser-test ⊗ Tells whether the code is running browser tests (this changes the startup URL used by the content shell and also disables features that can make tests flaky [like monitoring of memory pressure]). ↪
+--browser-subprocess-path ## Path to the exe to run for the renderer and plugin subprocesses. ##
---bwsi ⊗ Indicates that the browser is in "browse without sign-in" (Guest session) mode. Should completely disable extensions, sync and bookmarks. ↪
+--browser-test ## Tells whether the code is running browser tests (this changes the startup URL used by the content shell and also disables features that can make tests flaky [like monitoring of memory pressure]). ##
---bypass-app-banner-engagement-checks ⊗ This flag causes the user engagement checks for showing app banners to be bypassed. It is intended to be used by developers who wish to test that their sites otherwise meet the criteria needed to show app banners. ↪
+--bwsi ## Indicates that the browser is in "browse without sign-in" (Guest session) mode. Should completely disable extensions, sync and bookmarks. ##
---cast-app-background-color ⊗ Background color used when Chromium hasn't rendered anything yet. ↪
+--bypass-app-banner-engagement-checks ## This flag causes the user engagement checks for showing app banners to be bypassed. It is intended to be used by developers who wish to test that their sites otherwise meet the criteria needed to show app banners. ##
---cast-initial-screen-height ⊗ No description ↪
+--cast-app-background-color ## Background color used when Chromium hasn't rendered anything yet. ##
---cast-initial-screen-width ⊗ Used to pass initial screen resolution to GPU process. This allows us to set screen size correctly (so no need to resize when first window is created). ↪
+--cast-initial-screen-height ## No description ##
---cc-layer-tree-test-long-timeout ⊗ Increases timeout for memory checkers. ↪
+--cast-initial-screen-width ## Used to pass initial screen resolution to GPU process. This allows us to set screen size correctly (so no need to resize when first window is created). ##
---cc-layer-tree-test-no-timeout ⊗ Prevents the layer tree unit tests from timing out. ↪
+--cc-layer-tree-test-long-timeout ## Increases timeout for memory checkers. ##
---cc-scroll-animation-duration-in-seconds ⊗ Controls the duration of the scroll animation curve. ↪
+--cc-layer-tree-test-no-timeout ## Prevents the layer tree unit tests from timing out. ##
---cdm ⊗ No description ↪
+--cc-scroll-animation-duration-in-seconds ## Controls the duration of the scroll animation curve. ##
---cellular-first ⊗ If this flag is set, it indicates that this device is a "Cellular First" device. Cellular First devices use cellular telephone data networks as their primary means of connecting to the internet. Setting this flag has two consequences: 1. Cellular data roaming will be enabled by default. 2. UpdateEngine will be instructed to allow auto-updating over cellular data connections. ↪
+--cdm ## No description ##
---check-accessibility-permission[8] ⊗ No description ↪
+--cellular-first ## If this flag is set, it indicates that this device is a "Cellular First" device. Cellular First devices use cellular telephone data networks as their primary means of connecting to the internet. Setting this flag has two consequences: 1. Cellular data roaming will be enabled by default. 2. UpdateEngine will be instructed to allow auto-updating over cellular data connections. ##
---check-damage-early ⊗ Checks damage early and aborts the frame if no damage, so that clients like Android WebView don't invalidate unnecessarily. ↪
+--check-accessibility-permission[8] ## No description ##
---check-for-update-interval ⊗ How often (in seconds) to check for updates. Should only be used for testing purposes. ↪
+--check-damage-early ## Checks damage early and aborts the frame if no damage, so that clients like Android WebView don't invalidate unnecessarily. ##
---check-permission[8] ⊗ No description ↪
+--check-for-update-interval ## How often (in seconds) to check for updates. Should only be used for testing purposes. ##
---check-screen-recording-permission[8] ⊗ No description ↪
+--check-permission[8] ## No description ##
---child-wallpaper-large ⊗ Default large wallpaper to use for kids accounts (as path to trusted, non-user-writable JPEG file). ↪
+--check-screen-recording-permission[8] ## No description ##
---child-wallpaper-small ⊗ Default small wallpaper to use for kids accounts (as path to trusted, non-user-writable JPEG file). ↪
+--child-wallpaper-large ## Default large wallpaper to use for kids accounts (as path to trusted, non-user-writable JPEG file). ##
---chrome-mojo-pipe-token ⊗ The Mojo pipe token for IPC communication between the Software Reporter and Chrome. Dropped in M80. ↪
+--child-wallpaper-small ## Default small wallpaper to use for kids accounts (as path to trusted, non-user-writable JPEG file). ##
---ChromeOSMemoryPressureHandling ⊗ The memory pressure thresholds selection which is used to decide whether and when a memory pressure event needs to get fired. ↪
+--chrome-mojo-pipe-token ## The Mojo pipe token for IPC communication between the Software Reporter and Chrome. Dropped in M80. ##
---cipher-suite-blacklist ⊗ Comma-separated list of SSL cipher suites to disable. ↪
+--ChromeOSMemoryPressureHandling ## The memory pressure thresholds selection which is used to decide whether and when a memory pressure event needs to get fired. ##
---clamshell ⊗ Values for the kAshUiMode flag. ↪
+--cipher-suite-blacklist ## Comma-separated list of SSL cipher suites to disable. ##
---class[9] ⊗ The same as the --class argument in X applications. Overrides the WM\_CLASS window property with the given value. ↪
+--clamshell ## Values for the kAshUiMode flag. ##
---cleaning-timeout ⊗ Set the timeout for the cleaning phase, in minutes. 0 disables the timeout entirely. WARNING: this switch is used by internal test systems. Be careful when making changes. ↪
+--class[9] ## The same as the --class argument in X applications. Overrides the WM\_CLASS window property with the given value. ##
---cleanup-id ⊗ Identifier used to group all reports generated during the same run of the cleaner, including runs before and after a reboot. The id is generated by the first cleaner process for a run, and propagated to spawned or scheduled cleaner processes. A new id will be generated in the first process for a subsequent cleanup, so cleanups from the same user cannot be tracked over time. ↪
+--cleaning-timeout ## Set the timeout for the cleaning phase, in minutes. 0 disables the timeout entirely. WARNING: this switch is used by internal test systems. Be careful when making changes. ##
---clear-key-cdm-path-for-testing ⊗ Specifies the path to the Clear Key CDM for testing, which is necessary to support External Clear Key key system when library CDM is enabled. Note that External Clear Key key system support is also controlled by feature kExternalClearKeyForTesting. ↪
+--cleanup-id ## Identifier used to group all reports generated during the same run of the cleaner, including runs before and after a reboot. The id is generated by the first cleaner process for a run, and propagated to spawned or scheduled cleaner processes. A new id will be generated in the first process for a subsequent cleanup, so cleanups from the same user cannot be tracked over time. ##
---clear-token-service ⊗ Clears the token service before using it. This allows simulating the expiration of credentials during testing. ↪
+--clear-key-cdm-path-for-testing ## Specifies the path to the Clear Key CDM for testing, which is necessary to support External Clear Key key system when library CDM is enabled. Note that External Clear Key key system support is also controlled by feature kExternalClearKeyForTesting. ##
---cloud-print-file ⊗ Tells chrome to display the cloud print dialog and upload the specified file for printing. ↪
+--clear-token-service ## Clears the token service before using it. This allows simulating the expiration of credentials during testing. ##
---cloud-print-file-type ⊗ Specifies the mime type to be used when uploading data from the file referenced by cloud-print-file. Defaults to "application/pdf" if unspecified. ↪
+--cloud-print-file ## Tells chrome to display the cloud print dialog and upload the specified file for printing. ##
---cloud-print-job-title ⊗ Used with kCloudPrintFile to specify a title for the resulting print job. ↪
+--cloud-print-file-type ## Specifies the mime type to be used when uploading data from the file referenced by cloud-print-file. Defaults to "application/pdf" if unspecified. ##
---cloud-print-print-ticket ⊗ Used with kCloudPrintFile to specify a JSON print ticket for the resulting print job. Defaults to null if unspecified. ↪
+--cloud-print-job-title ## Used with kCloudPrintFile to specify a title for the resulting print job. ##
---cloud-print-setup-proxy ⊗ Setup cloud print proxy for provided printers. This does not start service or register proxy for autostart. ↪
+--cloud-print-print-ticket ## Used with kCloudPrintFile to specify a JSON print ticket for the resulting print job. Defaults to null if unspecified. ##
---cloud-print-url ⊗ The URL of the cloud print service to use, overrides any value stored in preferences, and the default. Only used if the cloud print service has been enabled. Used for testing. ↪
+--cloud-print-setup-proxy ## Setup cloud print proxy for provided printers. This does not start service or register proxy for autostart. ##
---cloud-print-xmpp-endpoint ⊗ The XMPP endpoint the cloud print service will use. Only used if the cloud print service has been enabled. Used for testing. ↪
+--cloud-print-url ## The URL of the cloud print service to use, overrides any value stored in preferences, and the default. Only used if the cloud print service has been enabled. Used for testing. ##
---compensate-for-unstable-pinch-zoom ⊗ Enable compensation for unstable pinch zoom. Some touch screens display significant amount of wobble when moving a finger in a straight line. This makes two finger scroll trigger an oscillating pinch zoom. See crbug.com/394380 for details. ↪
+--cloud-print-xmpp-endpoint ## The XMPP endpoint the cloud print service will use. Only used if the cloud print service has been enabled. Used for testing. ##
---compile-shader-always-succeeds ⊗ Always return success when compiling a shader. Linking will still fail. ↪
+--compensate-for-unstable-pinch-zoom ## Enable compensation for unstable pinch zoom. Some touch screens display significant amount of wobble when moving a finger in a straight line. This makes two finger scroll trigger an oscillating pinch zoom. See crbug.com/394380 for details. ##
---component-updater ⊗ Comma-separated options to troubleshoot the component updater. Only valid for the browser process. ↪
+--compile-shader-always-succeeds ## Always return success when compiling a shader. Linking will still fail. ##
---connectivity-check-url ⊗ Url for network connectivity checking. Default is "". ↪
+--component-updater ## Comma-separated options to troubleshoot the component updater. Only valid for the browser process. ##
---conservative ⊗ No description ↪
+--connectivity-check-url ## Url for network connectivity checking. Default is "". ##
---content-directories ⊗ No description ↪
+--conservative ## No description ##
---content-shell-hide-toolbar ⊗ Hides toolbar from content\_shell's host window. ↪
+--content-directories ## No description ##
---content-shell-host-window-size ⊗ Size for the content\_shell's host window (i.e. "800x600"). ↪
+--content-shell-hide-toolbar ## Hides toolbar from content\_shell's host window. ##
---controller ⊗ No description ↪
+--content-shell-host-window-size ## Size for the content\_shell's host window (i.e. "800x600"). ##
---conversions-debug-mode ⊗ Causes the Conversion Measurement API to run without delays or noise. ↪
+--controller ## No description ##
---copy-to-download-dir ⊗ Copy user action data to download directory. ↪
+--conversions-debug-mode ## Causes the Conversion Measurement API to run without delays or noise. ##
---cors-exempt-headers ⊗ No description ↪
+--copy-to-download-dir ## Copy user action data to download directory. ##
---crash ⊗ Crash flag to force a crash right away. Mainly intended for ensuring crashes are properly recorded by crashpad. ↪
+--cors-exempt-headers ## No description ##
---crash-dumps-dir ⊗ The directory breakpad should store minidumps in. ↪
+--crash ## Crash flag to force a crash right away. Mainly intended for ensuring crashes are properly recorded by crashpad. ##
---crash-handler ⊗ Runs as the Crashpad handler. ↪
+--crash-dumps-dir ## The directory breakpad should store minidumps in. ##
---crash-loop-before[5] ⊗ A time\_t. Passed by session\_manager into the Chrome user session, indicating that if Chrome crashes before the indicated time, session\_manager will consider this to be a crash-loop situation and log the user out. Chrome mostly just passes this to crash\_reporter if it crashes. ↪
+--crash-handler ## Runs as the Crashpad handler. ##
---crash-on-failure ⊗ When specified to "enable-leak-detection" command-line option, causes the leak detector to cause immediate crash when found leak. ↪
+--crash-loop-before[5] ## A time\_t. Passed by session\_manager into the Chrome user session, indicating that if Chrome crashes before the indicated time, session\_manager will consider this to be a crash-loop situation and log the user out. Chrome mostly just passes this to crash\_reporter if it crashes. ##
---crash-on-hang-threads ⊗ Comma-separated list of BrowserThreads that cause browser process to crash if the given browser thread is not responsive. UI/IO are the BrowserThreads that are supported. For example: --crash-on-hang-threads=UI:18,IO:18 --> Crash the browser if UI or IO is not responsive for 18 seconds while the other browser thread is responsive. ↪
+--crash-on-failure ## When specified to "enable-leak-detection" command-line option, causes the leak detector to cause immediate crash when found leak. ##
---crash-server-url ⊗ Server url to upload crash data to. Default is "" for prod devices. Default is "" for non prod. ↪
+--crash-on-hang-threads ## Comma-separated list of BrowserThreads that cause browser process to crash if the given browser thread is not responsive. UI/IO are the BrowserThreads that are supported. For example: --crash-on-hang-threads=UI:18,IO:18 --> Crash the browser if UI or IO is not responsive for 18 seconds while the other browser thread is responsive. ##
---crash-test ⊗ Causes the browser process to crash on startup. ↪
+--crash-server-url ## Server url to upload crash data to. Default is "" for prod devices. Default is "" for non prod. ##
---crashpad-handler ⊗ A process type (switches::kProcessType) that indicates chrome.exe or setup.exe is being launched as crashpad\_handler. This is only used on Windows. We bundle the handler into chrome.exe on Windows because there is high probability of a "new" .exe being blocked or interfered with by application firewalls, AV software, etc. On other platforms, crashpad\_handler is a standalone executable. ↪
+--crash-test ## Causes the browser process to crash on startup. ##
---crashpad-handler-pid[10] ⊗ The process ID of the Crashpad handler. ↪
+--crashpad-handler ## A process type (switches::kProcessType) that indicates chrome.exe or setup.exe is being launched as crashpad\_handler. This is only used on Windows. We bundle the handler into chrome.exe on Windows because there is high probability of a "new" .exe being blocked or interfered with by application firewalls, AV software, etc. On other platforms, crashpad\_handler is a standalone executable. ##
---create-browser-on-startup-for-tests ⊗ Some platforms like ChromeOS default to empty desktop. Browser tests may need to add this switch so that at least one browser instance is created on startup. TODO(nkostylev): Investigate if this switch could be removed. () ↪
+--crashpad-handler-pid[10] ## The process ID of the Crashpad handler. ##
---cros-region ⊗ Forces CrOS region value. ↪
+--create-browser-on-startup-for-tests ## Some platforms like ChromeOS default to empty desktop. Browser tests may need to add this switch so that at least one browser instance is created on startup. TODO(nkostylev): Investigate if this switch could be removed. () ##
---cros-regions-mode ⊗ Control regions data load ("" is default). ↪
+--cros-region ## Forces CrOS region value. ##
---crosh-command[5] ⊗ Custom crosh command. ↪
+--cros-regions-mode ## Control regions data load ("" is default). ##
---cryptauth-http-host ⊗ Overrides the default URL for Google APIs () used by CryptAuth. ↪
+--crosh-command[5] ## Custom crosh command. ##
---cryptauth-v2-devicesync-http-host ⊗ Overrides the default URL for CryptAuth v2 DeviceSync: . ↪
+--cryptauth-http-host ## Overrides the default URL for Google APIs () used by CryptAuth. ##
---cryptauth-v2-enrollment-http-host ⊗ Overrides the default URL for CryptAuth v2 Enrollment: . ↪
+--cryptauth-v2-devicesync-http-host ## Overrides the default URL for CryptAuth v2 DeviceSync: . ##
---custom-android-messages-domain ⊗ No description ↪
+--cryptauth-v2-enrollment-http-host ## Overrides the default URL for CryptAuth v2 Enrollment: . ##
---custom-devtools-frontend ⊗ Specifies the http:// endpoint which will be used to serve devtools://devtools/custom/ Or a URL to specify a custom file path to load from for devtools://devtools/bundled/ ↪
+--custom-android-messages-domain ## No description ##
---custom-launcher-page ⊗ Specifies the chrome-extension:// URL for the contents of an additional page added to the app launcher. ↪
+--custom-devtools-frontend ## Specifies the http:// endpoint which will be used to serve devtools://devtools/custom/ Or a URL to specify a custom file path to load from for devtools://devtools/bundled/ ##
---custom\_summary[7] ⊗ Forces a custom summary to be displayed below the update menu item. ↪
+--custom-launcher-page ## Specifies the chrome-extension:// URL for the contents of an additional page added to the app launcher. ##
---d3d-support[1] ⊗ No description ↪
+--custom\_summary[7] ## Forces a custom summary to be displayed below the update menu item. ##
---d3d11 ⊗ No description ↪
+--d3d-support[1] ## No description ##
---d3d11-null ⊗ Special switches for "NULL"/stub driver implementations. ↪
+--d3d11 ## No description ##
---d3d11on12 ⊗ No description ↪
+--d3d11-null ## Special switches for "NULL"/stub driver implementations. ##
---d3d9 ⊗ No description ↪
+--d3d11on12 ## No description ##
---daemon ⊗ No description ↪
+--d3d9 ## No description ##
---dark ⊗ No description ↪
+--daemon ## No description ##
---data-path ⊗ Makes Content Shell use the given path for its data directory. ↪
+--dark ## No description ##
---data-reduction-proxy-client-config ⊗ Uses the encoded ClientConfig instead of fetching one from the config server. This value is always used, regardless of error or expiration. The value should be a base64 encoded binary protobuf. ↪
+--data-path ## Makes Content Shell use the given path for its data directory. ##
---data-reduction-proxy-config-url ⊗ The URL from which to retrieve the Data Reduction Proxy configuration. ↪
+--data-reduction-proxy-client-config ## Uses the encoded ClientConfig instead of fetching one from the config server. This value is always used, regardless of error or expiration. The value should be a base64 encoded binary protobuf. ##
---data-reduction-proxy-experiment ⊗ The name of a Data Reduction Proxy experiment to run. These experiments are defined by the proxy server. Use --force-fieldtrials for Data Reduction Proxy field trials. ↪
+--data-reduction-proxy-config-url ## The URL from which to retrieve the Data Reduction Proxy configuration. ##
---data-reduction-proxy-http-proxies ⊗ The semicolon-separated list of proxy server URIs to override the list of HTTP proxies returned by the Data Saver API. It is illegal to use |kDataReductionProxy| or |kDataReductionProxyFallback| switch in conjunction with |kDataReductionProxyHttpProxies|. If the URI omits a scheme, then the proxy server scheme defaults to HTTP, and if the port is omitted then the default port for that scheme is used. E.g. "", "", "foo.net:80", and "foo.net" are all equivalent. ↪
+--data-reduction-proxy-experiment ## The name of a Data Reduction Proxy experiment to run. These experiments are defined by the proxy server. Use --force-fieldtrials for Data Reduction Proxy field trials. ##
---data-reduction-proxy-pingback-url ⊗ No description ↪
+--data-reduction-proxy-http-proxies ## The semicolon-separated list of proxy server URIs to override the list of HTTP proxies returned by the Data Saver API. It is illegal to use |kDataReductionProxy| or |kDataReductionProxyFallback| switch in conjunction with |kDataReductionProxyHttpProxies|. If the URI omits a scheme, then the proxy server scheme defaults to HTTP, and if the port is omitted then the default port for that scheme is used. E.g. "", "", "foo.net:80", and "foo.net" are all equivalent. ##
---data-reduction-proxy-secure-proxy-check-url ⊗ Sets a secure proxy check URL to test before committing to using the Data Reduction Proxy. Note this check does not go through the Data Reduction Proxy. ↪
+--data-reduction-proxy-pingback-url ## No description ##
---data-reduction-proxy-server-experiments-disabled ⊗ Disables server experiments that may be enabled through field trial. ↪
+--data-reduction-proxy-secure-proxy-check-url ## Sets a secure proxy check URL to test before committing to using the Data Reduction Proxy. Note this check does not go through the Data Reduction Proxy. ##
---dbus-stub ⊗ Forces the stub implementation of D-Bus clients. ↪
+--data-reduction-proxy-server-experiments-disabled ## Disables server experiments that may be enabled through field trial. ##
---de-jelly-screen-width ⊗ Screen width is useful for debugging. Shipping implementations should detect this. ↪
+--dbus-stub ## Forces the stub implementation of D-Bus clients. ##
---deadline-to-synchronize-surfaces ⊗ The default number of the BeginFrames to wait to activate a surface with dependencies. ↪
+--de-jelly-screen-width ## Screen width is useful for debugging. Shipping implementations should detect this. ##
---debug-devtools ⊗ Run devtools tests in debug mode (not bundled and minified) ↪
+--deadline-to-synchronize-surfaces ## The default number of the BeginFrames to wait to activate a surface with dependencies. ##
---debug-enable-frame-toggle ⊗ Enables a frame context menu item that toggles the frame in and out of glass mode (Windows Vista and up only). ↪
+--debug-devtools ## Run devtools tests in debug mode (not bundled and minified) ##
---debug-packed-apps ⊗ Adds debugging entries such as Inspect Element to context menus of packed apps. ↪
+--debug-enable-frame-toggle ## Enables a frame context menu item that toggles the frame in and out of glass mode (Windows Vista and up only). ##
---debug-print[11] ⊗ Enables support to debug printing subsystem. ↪
+--debug-packed-apps ## Adds debugging entries such as Inspect Element to context menus of packed apps. ##
---default ⊗ No description ↪
+--debug-print[11] ## Enables support to debug printing subsystem. ##
---default-background-color ⊗ The background color to be used if the page doesn't specify one. Provided as RGBA integer value in hex, e.g. 'ff0000ff' for red or '00000000' for transparent. ↪
+--default ## No description ##
---default-country-code[7] ⊗ Default country code to be used for search engine localization. ↪
+--default-background-color ## The background color to be used if the page doesn't specify one. Provided as RGBA integer value in hex, e.g. 'ff0000ff' for red or '00000000' for transparent. ##
---default-tile-height ⊗ No description ↪
+--default-country-code[7] ## Default country code to be used for search engine localization. ##
---default-tile-width ⊗ Sets the tile size used by composited layers. ↪
+--default-tile-height ## No description ##
---default-wallpaper-is-oem ⊗ Indicates that the wallpaper images specified by kAshDefaultWallpaper{Large,Small} are OEM-specific (i.e. they are not downloadable from Google). ↪
+--default-tile-width ## Sets the tile size used by composited layers. ##
---default-wallpaper-large ⊗ Default large wallpaper to use (as path to trusted, non-user-writable JPEG file). ↪
+--default-wallpaper-is-oem ## Indicates that the wallpaper images specified by kAshDefaultWallpaper{Large,Small} are OEM-specific (i.e. they are not downloadable from Google). ##
---default-wallpaper-small ⊗ Default small wallpaper to use (as path to trusted, non-user-writable JPEG file). ↪
+--default-wallpaper-large ## Default large wallpaper to use (as path to trusted, non-user-writable JPEG file). ##
---deny-permission-prompts ⊗ Prevents permission prompts from appearing by denying instead of showing prompts. ↪
+--default-wallpaper-small ## Default small wallpaper to use (as path to trusted, non-user-writable JPEG file). ##
---derelict-detection-timeout ⊗ Time in seconds before a machine at OOBE is considered derelict. ↪
+--deny-permission-prompts ## Prevents permission prompts from appearing by denying instead of showing prompts. ##
---derelict-idle-timeout ⊗ Time in seconds before a derelict machines starts demo mode. ↪
+--derelict-detection-timeout ## Time in seconds before a machine at OOBE is considered derelict. ##
---desktop ⊗ No description ↪
+--derelict-idle-timeout ## Time in seconds before a derelict machines starts demo mode. ##
---desktop-window-1080p ⊗ When present, desktop cast\_shell will create 1080p window (provided display resolution is high enough). Otherwise, cast\_shell defaults to 720p. ↪
+--desktop ## No description ##
---deterministic-mode ⊗ A meta flag. This sets a number of flags which put the browser into deterministic mode where begin frames should be issued over DevToolsProtocol (experimental). ↪
+--desktop-window-1080p ## When present, desktop cast\_shell will create 1080p window (provided display resolution is high enough). Otherwise, cast\_shell defaults to 720p. ##
---device-management-url ⊗ Specifies the URL at which to communicate with the device management backend to fetch configuration policies and perform other device tasks. ↪
+--deterministic-mode ## A meta flag. This sets a number of flags which put the browser into deterministic mode where begin frames should be issued over DevToolsProtocol (experimental). ##
---device-scale-factor[1] ⊗ Device scale factor passed to certain processes like renderers, etc. ↪
+--device-management-url ## Specifies the URL at which to communicate with the device management backend to fetch configuration policies and perform other device tasks. ##
---devtools-flags ⊗ Passes command line parameters to the DevTools front-end. ↪
+--device-scale-factor[1] ## Device scale factor passed to certain processes like renderers, etc. ##
---diagnostics ⊗ Triggers a plethora of diagnostic modes. ↪
+--devtools-flags ## Passes command line parameters to the DevTools front-end. ##
---diagnostics-format ⊗ Sets the output format for diagnostic modes enabled by diagnostics flag. ↪
+--diagnostics ## Triggers a plethora of diagnostic modes. ##
---diagnostics-recovery ⊗ Tells the diagnostics mode to do the requested recovery step(s). ↪
+--diagnostics-format ## Sets the output format for diagnostic modes enabled by diagnostics flag. ##
---disable-2d-canvas-clip-aa ⊗ Disable antialiasing on 2d canvas clips ↪
+--diagnostics-recovery ## Tells the diagnostics mode to do the requested recovery step(s). ##
---disable-2d-canvas-image-chromium ⊗ Disables Canvas2D rendering into a scanout buffer for overlay support. ↪
+--disable-2d-canvas-clip-aa ## Disable antialiasing on 2d canvas clips ##
---disable-3d-apis ⊗ Disables client-visible 3D APIs, in particular WebGL and Pepper 3D. This is controlled by policy and is kept separate from the other enable/disable switches to avoid accidentally regressing the policy support for controlling access to these APIs. ↪
+--disable-2d-canvas-image-chromium ## Disables Canvas2D rendering into a scanout buffer for overlay support. ##
---disable-accelerated-2d-canvas ⊗ Disable gpu-accelerated 2d canvas. ↪
+--disable-3d-apis ## Disables client-visible 3D APIs, in particular WebGL and Pepper 3D. This is controlled by policy and is kept separate from the other enable/disable switches to avoid accidentally regressing the policy support for controlling access to these APIs. ##
---disable-accelerated-mjpeg-decode ⊗ Disable hardware acceleration of mjpeg decode for captured frame, where available. ↪
+--disable-accelerated-2d-canvas ## Disable gpu-accelerated 2d canvas. ##
---disable-accelerated-video-decode ⊗ Disables hardware acceleration of video decode, where available. ↪
+--disable-accelerated-mjpeg-decode ## Disable hardware acceleration of mjpeg decode for captured frame, where available. ##
---disable-accelerated-video-encode ⊗ Disables hardware acceleration of video encode, where available. ↪
+--disable-accelerated-video-decode ## Disables hardware acceleration of video decode, where available. ##
---disable-and-delete-previous-log ⊗ Disable cros action logging. ↪
+--disable-accelerated-video-encode ## Disables hardware acceleration of video encode, where available. ##
---disable-angle-features ⊗ Disables specified comma separated ANGLE features if found. ↪
+--disable-and-delete-previous-log ## Disable cros action logging. ##
---disable-app-list-dismiss-on-blur ⊗ If set, the app list will not be dismissed when it loses focus. This is useful when testing the app list or a custom launcher page. It can still be dismissed via the other methods (like the Esc key). ↪
+--disable-angle-features ## Disables specified comma separated ANGLE features if found. ##
---disable-arc-cpu-restriction ⊗ Prevents any CPU restrictions being set on the ARC container. Only meant to be used by tests as some tests may time out if the ARC container is throttled. ↪
+--disable-app-list-dismiss-on-blur ## If set, the app list will not be dismissed when it loses focus. This is useful when testing the app list or a custom launcher page. It can still be dismissed via the other methods (like the Esc key). ##
---disable-arc-data-wipe ⊗ Disables android user data wipe on opt out. ↪
+--disable-arc-cpu-restriction ## Prevents any CPU restrictions being set on the ARC container. Only meant to be used by tests as some tests may time out if the ARC container is throttled. ##
---disable-arc-opt-in-verification ⊗ Disables ARC Opt-in verification process and ARC is enabled by default. ↪
+--disable-arc-data-wipe ## Disables android user data wipe on opt out. ##
---disable-audio-output ⊗ No description ↪
+--disable-arc-opt-in-verification ## Disables ARC Opt-in verification process and ARC is enabled by default. ##
---disable-audio-support-for-desktop-share ⊗ No description ↪
+--disable-audio-output ## No description ##
---disable-auto-reload ⊗ Disable auto-reload of error pages. ↪
+--disable-audio-support-for-desktop-share ## No description ##
---disable-auto-wpt-origin-isolation ⊗ Disables the automatic origin isolation of web platform test domains. We normally origin-isolate them for better test coverage, but tests of opt-in origin isolation need to disable this. ↪
+--disable-auto-reload ## Disable auto-reload of error pages. ##
---disable-avfoundation-overlays[6] ⊗ Disable use of AVFoundation to draw video content. ↪
+--disable-auto-wpt-origin-isolation ## Disables the automatic origin isolation of web platform test domains. We normally origin-isolate them for better test coverage, but tests of opt-in origin isolation need to disable this. ##
---disable-ax-menu-list ⊗ Optionally disable AXMenuList, which makes the internal pop-up menu UI for a select element directly accessible. ↪
+--disable-avfoundation-overlays[6] ## Disable use of AVFoundation to draw video content. ##
---disable-back-forward-cache ⊗ Disables the BackForwardCache feature. ↪
+--disable-ax-menu-list ## Optionally disable AXMenuList, which makes the internal pop-up menu UI for a select element directly accessible. ##
---disable-background-media-suspend ⊗ Do not immediately suspend media in background tabs. ↪
+--disable-back-forward-cache ## Disables the BackForwardCache feature. ##
---disable-background-networking ⊗ Disable several subsystems which run network requests in the background. This is for use when doing network performance testing to avoid noise in the measurements. ↪
+--disable-background-media-suspend ## Do not immediately suspend media in background tabs. ##
---disable-background-timer-throttling ⊗ Disable task throttling of timer tasks from background pages. ↪
+--disable-background-networking ## Disable several subsystems which run network requests in the background. This is for use when doing network performance testing to avoid noise in the measurements. ##
---disable-backgrounding-occluded-windows ⊗ Disable backgrounding renders for occluded windows. Done for tests to avoid nondeterministic behavior. ↪
+--disable-background-timer-throttling ## Disable task throttling of timer tasks from background pages. ##
---disable-backing-store-limit ⊗ Disable limits on the number of backing stores. Can prevent blinking for users with many windows/tabs and lots of memory. ↪
+--disable-backgrounding-occluded-windows ## Disable backgrounding renders for occluded windows. Done for tests to avoid nondeterministic behavior. ##
---disable-best-effort-tasks ⊗ Delays execution of TaskPriority::BEST\_EFFORT tasks until shutdown. ↪
+--disable-backing-store-limit ## Disable limits on the number of backing stores. Can prevent blinking for users with many windows/tabs and lots of memory. ##
---disable-blink-features ⊗ Disable one or more Blink runtime-enabled features. Use names from runtime\_enabled\_features.json5, separated by commas. Applied after kEnableBlinkFeatures, and after other flags that change these features. ↪
+--disable-best-effort-tasks ## Delays execution of TaskPriority::BEST\_EFFORT tasks until shutdown. ##
---disable-breakpad ⊗ Disables the crash reporting. ↪
+--disable-blink-features ## Disable one or more Blink runtime-enabled features. Use names from runtime\_enabled\_features.json5, separated by commas. Applied after kEnableBlinkFeatures, and after other flags that change these features. ##
---disable-bundled-ppapi-flash ⊗ Disables the bundled PPAPI version of Flash. ↪
+--disable-breakpad ## Disables the crash reporting. ##
---disable-cancel-all-touches[12] ⊗ Disable CancelAllTouches() function for the implementation on cancel single touches. ↪
+--disable-bundled-ppapi-flash ## Disables the bundled PPAPI version of Flash. ##
---disable-canvas-aa ⊗ Disable antialiasing on 2d canvas. ↪
+--disable-cancel-all-touches[12] ## Disable CancelAllTouches() function for the implementation on cancel single touches. ##
---disable-checker-imaging ⊗ Disabled defering all image decodes to the image decode service, ignoring DecodingMode preferences specified on PaintImage. ↪
+--disable-canvas-aa ## Disable antialiasing on 2d canvas. ##
---disable-checking-optimization-guide-user-permissions ⊗ No description ↪
+--disable-checker-imaging ## Disabled defering all image decodes to the image decode service, ignoring DecodingMode preferences specified on PaintImage. ##
---disable-client-side-phishing-detection ⊗ Disables the client-side phishing detection feature. Note that even if client-side phishing detection is enabled, it will only be active if the user has opted in to UMA stats and SafeBrowsing is enabled in the preferences. ↪
+--disable-checking-optimization-guide-user-permissions ## No description ##
---disable-component-cloud-policy ⊗ Disables fetching and storing cloud policy for components. ↪
+--disable-client-side-phishing-detection ## Disables the client-side phishing detection feature. Note that even if client-side phishing detection is enabled, it will only be active if the user has opted in to UMA stats and SafeBrowsing is enabled in the preferences. ##
---disable-component-extensions-with-background-pages ⊗ Disable default component extensions with background pages - useful for performance tests where these pages may interfere with perf results. ↪
+--disable-component-cloud-policy ## Disables fetching and storing cloud policy for components. ##
---disable-component-update ⊗ No description ↪
+--disable-component-extensions-with-background-pages ## Disable default component extensions with background pages - useful for performance tests where these pages may interfere with perf results. ##
---disable-composited-antialiasing ⊗ Disables layer-edge anti-aliasing in the compositor. ↪
+--disable-component-update ## No description ##
---disable-cookie-encryption ⊗ Whether cookies stored as part of user profile are encrypted. ↪
+--disable-composited-antialiasing ## Disables layer-edge anti-aliasing in the compositor. ##
---disable-crash-reporter ⊗ Disable crash reporter for headless. It is enabled by default in official builds. ↪
+--disable-cookie-encryption ## Whether cookies stored as part of user profile are encrypted. ##
---disable-d3d11 ⊗ Disables use of D3D11. ↪
+--disable-crash-reporter ## Disable crash reporter for headless. It is enabled by default in official builds. ##
---disable-databases ⊗ Disables HTML5 DB support. ↪
+--disable-d3d11 ## Disables use of D3D11. ##
---disable-default-apps ⊗ Disables installation of default apps on first run. This is used during automated testing. ↪
+--disable-databases ## Disables HTML5 DB support. ##
---disable-demo-mode ⊗ Disables the Chrome OS demo. ↪
+--disable-default-apps ## Disables installation of default apps on first run. This is used during automated testing. ##
---disable-dev-shm-usage[13] ⊗ The /dev/shm partition is too small in certain VM environments, causing Chrome to fail or crash (see ). Use this flag to work-around this issue (a temporary directory will always be used to create anonymous shared memory files). ↪
+--disable-demo-mode ## Disables the Chrome OS demo. ##
---disable-device-disabling ⊗ If this switch is set, the device cannot be remotely disabled by its owner. ↪
+--disable-dev-shm-usage[13] ## The /dev/shm partition is too small in certain VM environments, causing Chrome to fail or crash (see ). Use this flag to work-around this issue (a temporary directory will always be used to create anonymous shared memory files). ##
---disable-device-discovery-notifications ⊗ Disables device discovery notifications. ↪
+--disable-device-disabling ## If this switch is set, the device cannot be remotely disabled by its owner. ##
---disable-dinosaur-easter-egg ⊗ Disables the dinosaur easter egg on the offline interstitial. ↪
+--disable-device-discovery-notifications ## Disables device discovery notifications. ##
---disable-direct-composition ⊗ Disables DirectComposition surface. ↪
+--disable-dinosaur-easter-egg ## Disables the dinosaur easter egg on the offline interstitial. ##
---disable-direct-composition-video-overlays ⊗ Disables using DirectComposition video overlays, even if hardware overlays are supported. ↪
+--disable-direct-composition ## Disables DirectComposition surface. ##
---disable-domain-blocking-for-3d-apis ⊗ Disable the per-domain blocking for 3D APIs after GPU reset. This switch is intended only for tests. ↪
+--disable-direct-composition-video-overlays ## Disables using DirectComposition video overlays, even if hardware overlays are supported. ##
---disable-domain-reliability ⊗ Disables Domain Reliability Monitoring. ↪
+--disable-domain-blocking-for-3d-apis ## Disable the per-domain blocking for 3D APIs after GPU reset. This switch is intended only for tests. ##
---disable-dwm-composition ⊗ Disables use of DWM composition for top level windows. ↪
+--disable-domain-reliability ## Disables Domain Reliability Monitoring. ##
---disable-encryption-migration ⊗ Disable encryption migration for user's cryptohome to run latest Arc. ↪
+--disable-dwm-composition ## Disables use of DWM composition for top level windows. ##
---disable-enterprise-policy ⊗ Disables enterprise policy support. ↪
+--disable-encryption-migration ## Disable encryption migration for user's cryptohome to run latest Arc. ##
---disable-es3-gl-context ⊗ Disables use of ES3 backend (use ES2 backend instead). ↪
+--disable-enterprise-policy ## Disables enterprise policy support. ##
---disable-es3-gl-context-for-testing ⊗ Disables use of ES3 backend at a lower level, for testing purposes. This isn't guaranteed to work everywhere, so it's test-only. ↪
+--disable-es3-gl-context ## Disables use of ES3 backend (use ES2 backend instead). ##
---disable-experimental-accessibility-chromevox-language-switching ⊗ Disables ChromeVox language switching feature. ↪
+--disable-es3-gl-context-for-testing ## Disables use of ES3 backend at a lower level, for testing purposes. This isn't guaranteed to work everywhere, so it's test-only. ##
---disable-experimental-accessibility-chromevox-search-menus ⊗ Disables ChromeVox search menus feature. ↪
+--disable-experimental-accessibility-chromevox-language-switching ## Disables ChromeVox language switching feature. ##
---disable-explicit-dma-fences ⊗ Disable explicit DMA-fences ↪
+--disable-experimental-accessibility-chromevox-search-menus ## Disables ChromeVox search menus feature. ##
---disable-extensions ⊗ Disable extensions. ↪
+--disable-explicit-dma-fences ## Disable explicit DMA-fences ##
---disable-extensions-except ⊗ Disable extensions except those specified in a comma-separated list. ↪
+--disable-extensions ## Disable extensions. ##
---disable-extensions-file-access-check ⊗ Disable checking for user opt-in for extensions that want to inject script into file URLs (ie, always allow it). This is used during automated testing. ↪
+--disable-extensions-except ## Disable extensions except those specified in a comma-separated list. ##
---disable-extensions-http-throttling ⊗ Disable the net::URLRequestThrottlerManager functionality for requests originating from extensions. ↪
+--disable-extensions-file-access-check ## Disable checking for user opt-in for extensions that want to inject script into file URLs (ie, always allow it). This is used during automated testing. ##
---disable-features ⊗ Comma-separated list of feature names to disable. See also kEnableFeatures. ↪
+--disable-extensions-http-throttling ## Disable the net::URLRequestThrottlerManager functionality for requests originating from extensions. ##
---disable-fetching-hints-at-navigation-start ⊗ No description ↪
+--disable-features ## Comma-separated list of feature names to disable. See also kEnableFeatures. ##
---disable-field-trial-config ⊗ Disable field trial tests configured in fieldtrial\_testing\_config.json. ↪
+--disable-fetching-hints-at-navigation-start ## No description ##
---disable-file-system ⊗ Disable FileSystem API. ↪
+--disable-field-trial-config ## Disable field trial tests configured in fieldtrial\_testing\_config.json. ##
---disable-fine-grained-time-zone-detection ⊗ Disables fine grained time zone detection. ↪
+--disable-file-system ## Disable FileSystem API. ##
---disable-flash-3d ⊗ Disable 3D inside of flapper. ↪
+--disable-fine-grained-time-zone-detection ## Disables fine grained time zone detection. ##
---disable-flash-stage3d ⊗ Disable Stage3D inside of flapper. ↪
+--disable-flash-3d ## Disable 3D inside of flapper. ##
---disable-font-subpixel-positioning ⊗ Force disables font subpixel positioning. This affects the character glyph sharpness, kerning, hinting and layout. ↪
+--disable-flash-stage3d ## Disable Stage3D inside of flapper. ##
---disable-frame-rate-limit ⊗ Disables begin frame limiting in both cc scheduler and display scheduler. Also implies --disable-gpu-vsync (see //ui/gl/gl\_switches.h). ↪
+--disable-font-subpixel-positioning ## Force disables font subpixel positioning. This affects the character glyph sharpness, kerning, hinting and layout. ##
---disable-gaia-services ⊗ Disables GAIA services such as enrollment and OAuth session restore. Used by 'fake' telemetry login. ↪
+--disable-frame-rate-limit ## Disables begin frame limiting in both cc scheduler and display scheduler. Also implies --disable-gpu-vsync (see //ui/gl/gl\_switches.h). ##
---disable-gesture-requirement-for-presentation ⊗ Disable user gesture requirement for presentation. ↪
+--disable-gaia-services ## Disables GAIA services such as enrollment and OAuth session restore. Used by 'fake' telemetry login. ##
---disable-gl-drawing-for-tests ⊗ Disables GL drawing operations which produce pixel output. With this the GL output will not be correct but tests will run faster. ↪
+--disable-gesture-requirement-for-presentation ## Disable user gesture requirement for presentation. ##
---disable-gl-error-limit ⊗ Disable the GL error log limit. ↪
+--disable-gl-drawing-for-tests ## Disables GL drawing operations which produce pixel output. With this the GL output will not be correct but tests will run faster. ##
---disable-gl-extensions ⊗ Disables specified comma separated GL Extensions if found. ↪
+--disable-gl-error-limit ## Disable the GL error log limit. ##
---disable-glsl-translator ⊗ Disable the GLSL translator. ↪
+--disable-gl-extensions ## Disables specified comma separated GL Extensions if found. ##
---disable-gpu ⊗ Disables GPU hardware acceleration. If software renderer is not in place, then the GPU process won't launch. ↪
+--disable-glsl-translator ## Disable the GLSL translator. ##
---disable-gpu-compositing ⊗ Prevent the compositor from using its GPU implementation. ↪
+--disable-gpu ## Disables GPU hardware acceleration. If software renderer is not in place, then the GPU process won't launch. ##
---disable-gpu-driver-bug-workarounds ⊗ Disable workarounds for various GPU driver bugs. ↪
+--disable-gpu-compositing ## Prevent the compositor from using its GPU implementation. ##
---disable-gpu-early-init ⊗ Disable proactive early init of GPU process. ↪
+--disable-gpu-driver-bug-workarounds ## Disable workarounds for various GPU driver bugs. ##
---disable-gpu-memory-buffer-compositor-resources ⊗ Do not force that all compositor resources be backed by GPU memory buffers. ↪
+--disable-gpu-early-init ## Disable proactive early init of GPU process. ##
---disable-gpu-memory-buffer-video-frames ⊗ Disable GpuMemoryBuffer backed VideoFrames. ↪
+--disable-gpu-memory-buffer-compositor-resources ## Do not force that all compositor resources be backed by GPU memory buffers. ##
---disable-gpu-process-crash-limit ⊗ For tests, to disable the limit on the number of times the GPU process may be restarted. ↪
+--disable-gpu-memory-buffer-video-frames ## Disable GpuMemoryBuffer backed VideoFrames. ##
---disable-gpu-process-for-dx12-info-collection ⊗ Disables the non-sandboxed GPU process for DX12 info collection ↪
+--disable-gpu-process-crash-limit ## For tests, to disable the limit on the number of times the GPU process may be restarted. ##
---disable-gpu-program-cache ⊗ Turn off gpu program caching ↪
+--disable-gpu-process-for-dx12-info-collection ## Disables the non-sandboxed GPU process for DX12 info collection ##
---disable-gpu-rasterization ⊗ Disable GPU rasterization, i.e. rasterize on the CPU only. Overrides the kEnableGpuRasterization flag. ↪
+--disable-gpu-program-cache ## Turn off gpu program caching ##
---disable-gpu-sandbox ⊗ Disables the GPU process sandbox. ↪
+--disable-gpu-rasterization ## Disable GPU rasterization, i.e. rasterize on the CPU only. Overrides the kEnableGpuRasterization flag. ##
---disable-gpu-shader-disk-cache ⊗ Disables the GPU shader on disk cache. ↪
+--disable-gpu-sandbox ## Disables the GPU process sandbox. ##
---disable-gpu-vsync ⊗ Stop the GPU from synchronizing presentation with vblank. ↪
+--disable-gpu-shader-disk-cache ## Disables the GPU shader on disk cache. ##
---disable-gpu-watchdog ⊗ Disable the thread that crashes the GPU process if it stops responding to messages. ↪
+--disable-gpu-vsync ## Stop the GPU from synchronizing presentation with vblank. ##
---disable-hang-monitor ⊗ Suppresses hang monitor dialogs in renderer processes. This may allow slow unload handlers on a page to prevent the tab from closing, but the Task Manager can be used to terminate the offending process in this case. ↪
+--disable-gpu-watchdog ## Disable the thread that crashes the GPU process if it stops responding to messages. ##
---disable-headless-mode ⊗ Disables the shell from beginning in headless mode. Tests will then attempt to use the hardware GPU for rendering. This is only followed when kRunWebTests is set. ↪
+--disable-hang-monitor ## Suppresses hang monitor dialogs in renderer processes. This may allow slow unload handlers on a page to prevent the tab from closing, but the Task Manager can be used to terminate the offending process in this case. ##
---disable-hid-detection-on-oobe ⊗ Disables HID-detection OOBE screen. ↪
+--disable-headless-mode ## Disables the shell from beginning in headless mode. Tests will then attempt to use the hardware GPU for rendering. This is only followed when kRunWebTests is set. ##
---disable-highres-timer[1] ⊗ Disable high-resolution timer on Windows. ↪
+--disable-hid-detection-on-oobe ## Disables HID-detection OOBE screen. ##
---disable-histogram-customizer ⊗ Disable the RenderThread's HistogramCustomizer. ↪
+--disable-highres-timer[1] ## Disable high-resolution timer on Windows. ##
---disable-hosted-app-shim-creation[6] ⊗ Disables app shim creation for hosted apps on Mac. ↪
+--disable-histogram-customizer ## Disable the RenderThread's HistogramCustomizer. ##
---disable-image-animation-resync ⊗ Disallow image animations to be reset to the beginning to avoid skipping many frames. Only effective if compositor image animations are enabled. ↪
+--disable-hosted-app-shim-creation[6] ## Disables app shim creation for hosted apps on Mac. ##
---disable-in-process-stack-traces ⊗ Disables the in-process stack traces. ↪
+--disable-image-animation-resync ## Disallow image animations to be reset to the beginning to avoid skipping many frames. Only effective if compositor image animations are enabled. ##
---disable-ios-password-suggestions ⊗ Disable showing available password credentials in the keyboard accessory view when focused on form fields. ↪
+--disable-in-process-stack-traces ## Disables the in-process stack traces. ##
---disable-ipc-flooding-protection ⊗ Disables the IPC flooding protection. It is activated by default. Some javascript functions can be used to flood the browser process with IPC. This protection limits the rate at which they can be used. ↪
+--disable-ios-password-suggestions ## Disable showing available password credentials in the keyboard accessory view when focused on form fields. ##
---disable-javascript-harmony-shipping ⊗ Disable latest shipping ECMAScript 6 features. ↪
+--disable-ipc-flooding-protection ## Disables the IPC flooding protection. It is activated by default. Some javascript functions can be used to flood the browser process with IPC. This protection limits the rate at which they can be used. ##
---disable-kill-after-bad-ipc ⊗ Don't kill a child process when it sends a bad IPC message. Apart from testing, it is a bad idea from a security perspective to enable this switch. ↪
+--disable-javascript-harmony-shipping ## Disable latest shipping ECMAScript 6 features. ##
---disable-layer-tree-host-memory-pressure ⊗ Disables LayerTreeHost::OnMemoryPressure ↪
+--disable-kill-after-bad-ipc ## Don't kill a child process when it sends a bad IPC message. Apart from testing, it is a bad idea from a security perspective to enable this switch. ##
---disable-lcd-text ⊗ Disables LCD text. ↪
+--disable-layer-tree-host-memory-pressure ## Disables LayerTreeHost::OnMemoryPressure ##
---disable-legacy-window[1] ⊗ Disable the Legacy Window which corresponds to the size of the WebContents. ↪
+--disable-lcd-text ## Disables LCD text. ##
---disable-local-storage ⊗ Disable LocalStorage. ↪
+--disable-legacy-window[1] ## Disable the Legacy Window which corresponds to the size of the WebContents. ##
---disable-logging ⊗ Force logging to be disabled. Logging is enabled by default in debug builds. ↪
+--disable-local-storage ## Disable LocalStorage. ##
---disable-logging-redirect[5] ⊗ Disables logging redirect for testing. ↪
+--disable-logging ## Force logging to be disabled. Logging is enabled by default in debug builds. ##
---disable-login-animations ⊗ Avoid doing expensive animations upon login. ↪
+--disable-logging-redirect[5] ## Disables logging redirect for testing. ##
---disable-login-screen-apps[5] ⊗ Disables apps on the login screen. By default, they are allowed and can be installed through policy. ↪
+--disable-login-animations ## Avoid doing expensive animations upon login. ##
---disable-low-end-device-mode ⊗ Force disabling of low-end device mode when set. ↪
+--disable-login-screen-apps[5] ## Disables apps on the login screen. By default, they are allowed and can be installed through policy. ##
---disable-low-latency-dxva ⊗ Disables using CODECAPI\_AVLowLatencyMode when creating DXVA decoders. ↪
+--disable-low-end-device-mode ## Force disabling of low-end device mode when set. ##
---disable-low-res-tiling ⊗ When using CPU rasterizing disable low resolution tiling. This uses less power, particularly during animations, but more white may be seen during fast scrolling especially on slower devices. ↪
+--disable-low-latency-dxva ## Disables using CODECAPI\_AVLowLatencyMode when creating DXVA decoders. ##
---disable-mac-overlays[6] ⊗ Fall back to using CAOpenGLLayers display content, instead of the IOSurface based overlay display path. ↪
+--disable-low-res-tiling ## When using CPU rasterizing disable low resolution tiling. This uses less power, particularly during animations, but more white may be seen during fast scrolling especially on slower devices. ##
---disable-machine-cert-request ⊗ Disables requests for an enterprise machine certificate during attestation. ↪
+--disable-mac-overlays[6] ## Fall back to using CAOpenGLLayers display content, instead of the IOSurface based overlay display path. ##
---disable-main-frame-before-activation ⊗ Disables sending the next BeginMainFrame before the previous commit activates. Overrides the kEnableMainFrameBeforeActivation flag. ↪
+--disable-machine-cert-request ## Disables requests for an enterprise machine certificate during attestation. ##
---disable-media-session-api[7] ⊗ Disable Media Session API ↪
+--disable-main-frame-before-activation ## Disables sending the next BeginMainFrame before the previous commit activates. Overrides the kEnableMainFrameBeforeActivation flag. ##
---disable-metal-test-shaders ⊗ No description ↪
+--disable-media-session-api[7] ## Disable Media Session API ##
---disable-modal-animations[6] ⊗ Disable animations for showing and hiding modal dialogs. ↪
+--disable-metal-test-shaders ## No description ##
---disable-mojo-renderer ⊗ Rather than use the renderer hosted remotely in the media service, fall back to the default renderer within content\_renderer. Does not change the behavior of the media service. ↪
+--disable-modal-animations[6] ## Disable animations for showing and hiding modal dialogs. ##
---disable-multi-display-layout ⊗ Disables the multiple display layout UI. ↪
+--disable-mojo-renderer ## Rather than use the renderer hosted remotely in the media service, fall back to the default renderer within content\_renderer. Does not change the behavior of the media service. ##
---disable-namespace-sandbox ⊗ Disables usage of the namespace sandbox. ↪
+--disable-multi-display-layout ## Disables the multiple display layout UI. ##
---disable-new-content-rendering-timeout ⊗ Disables clearing the rendering output of a renderer when it didn't commit new output for a while after a top-frame navigation. ↪
+--disable-namespace-sandbox ## Disables usage of the namespace sandbox. ##
---disable-notifications ⊗ Disables the Web Notification and the Push APIs. ↪
+--disable-new-content-rendering-timeout ## Disables clearing the rendering output of a renderer when it didn't commit new output for a while after a top-frame navigation. ##
---disable-nv12-dxgi-video ⊗ Disables the video decoder from drawing to an NV12 textures instead of ARGB. ↪
+--disable-notifications ## Disables the Web Notification and the Push APIs. ##
---disable-offer-store-unmasked-wallet-cards ⊗ Force hiding the local save checkbox in the autofill dialog box for getting the full credit card number for a wallet card. The card will never be stored locally. ↪
+--disable-nv12-dxgi-video ## Disables the video decoder from drawing to an NV12 textures instead of ARGB. ##
---disable-oop-rasterization ⊗ Disables OOP rasterization. Takes precedence over the enable flag. ↪
+--disable-offer-store-unmasked-wallet-cards ## Force hiding the local save checkbox in the autofill dialog box for getting the full credit card number for a wallet card. The card will never be stored locally. ##
---disable-oopr-debug-crash-dump[7] ⊗ Disables debug crash dumps for OOPR. ↪
+--disable-oop-rasterization ## Disables OOP rasterization. Takes precedence over the enable flag. ##
---disable-oor-cors ⊗ Disable OOR-CORS in child processes regardless of the base::Feature flag. ↪
+--disable-oopr-debug-crash-dump[7] ## Disables debug crash dumps for OOPR. ##
---disable-origin-trial-controlled-blink-features ⊗ Disables all RuntimeEnabledFeatures that can be enabled via OriginTrials. ↪
+--disable-oor-cors ## Disable OOR-CORS in child processes regardless of the base::Feature flag. ##
---disable-overscroll-edge-effect[7] ⊗ Disable overscroll edge effects like those found in Android views. ↪
+--disable-origin-trial-controlled-blink-features ## Disables all RuntimeEnabledFeatures that can be enabled via OriginTrials. ##
---disable-partial-raster ⊗ Disable partial raster in the renderer. Disabling this switch also disables the use of persistent gpu memory buffers. ↪
+--disable-overscroll-edge-effect[7] ## Disable overscroll edge effects like those found in Android views. ##
---disable-pepper-3d ⊗ Disable Pepper3D. ↪
+--disable-partial-raster ## Disable partial raster in the renderer. Disabling this switch also disables the use of persistent gpu memory buffers. ##
---disable-pepper-3d-image-chromium ⊗ Disable Image Chromium for Pepper 3d. ↪
+--disable-pepper-3d ## Disable Pepper3D. ##
---disable-per-user-timezone ⊗ Disables per-user timezone. ↪
+--disable-pepper-3d-image-chromium ## Disable Image Chromium for Pepper 3d. ##
---disable-permissions-api ⊗ Disables the Permissions API. ↪
+--disable-per-user-timezone ## Disables per-user timezone. ##
---disable-pinch ⊗ Disables compositor-accelerated touch-screen pinch gestures. ↪
+--disable-permissions-api ## Disables the Permissions API. ##
---disable-pnacl-crash-throttling ⊗ Disables crash throttling for Portable Native Client. ↪
+--disable-pinch ## Disables compositor-accelerated touch-screen pinch gestures. ##
---disable-popup-blocking ⊗ Disables pop-up blocking. ↪
+--disable-pnacl-crash-throttling ## Disables crash throttling for Portable Native Client. ##
---disable-prefer-compositing-to-lcd-text ⊗ Disable the creation of compositing layers when it would prevent LCD text. ↪
+--disable-popup-blocking ## Disables pop-up blocking. ##
---disable-presentation-api ⊗ Disables the Presentation API. ↪
+--disable-prefer-compositing-to-lcd-text ## Disable the creation of compositing layers when it would prevent LCD text. ##
---disable-print-preview ⊗ Disables print preview (For testing, and for users who don't like us. :[ ) ↪
+--disable-presentation-api ## Disables the Presentation API. ##
---disable-prompt-on-repost ⊗ Normally when the user attempts to navigate to a page that was the result of a post we prompt to make sure they want to. This switch may be used to disable that check. This switch is used during automated testing. ↪
+--disable-print-preview ## Disables print preview (For testing, and for users who don't like us. :[ ) ##
---disable-pull-to-refresh-effect[7] ⊗ Disable the pull-to-refresh effect when vertically overscrolling content. ↪
+--disable-prompt-on-repost ## Normally when the user attempts to navigate to a page that was the result of a post we prompt to make sure they want to. This switch may be used to disable that check. This switch is used during automated testing. ##
---disable-pushstate-throttle ⊗ Disables throttling of history.pushState/replaceState calls. ↪
+--disable-pull-to-refresh-effect[7] ## Disable the pull-to-refresh effect when vertically overscrolling content. ##
---disable-reading-from-canvas ⊗ Taints all