List of Chromium Command Line Switches (for 2016-03-10)

There are lots of command lines which can be used with the Google Chrome browser. Some change behavior of features, others are for debugging or experimenting. This page lists the available switches including their conditions and descriptions. Last automated update occurred on 2024-05-05.

Condition Explanation
--/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.
Removed on 2024-01-07. This switch was listed in content/public/common/content_switches.cc.
--/prefetch:2[1] No description
Removed on 2024-01-07. This switch was listed in content/public/common/content_switches.cc.
--/prefetch:3[1] No description
Removed on 2024-01-07. This switch was listed in content/public/common/content_switches.cc.
--/prefetch:4[1] No description
Removed on 2024-01-07. This switch was listed in content/public/common/content_switches.cc.
--/prefetch:5[1] /prefetch:# arguments for the browser process launched in background mode and as documented in prefetch_type_win.h.
Removed on 2024-04-29. This switch was listed in chrome/common/chrome_switches.cc.
--/prefetch:6[2] No description
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--/prefetch:8[1] /prefetch:# argument shared by all process types that don't have their own. It is likely that the prefetcher won't work for these process types as it won't be able to observe consistent file reads across launches. However, having a valid prefetch argument for these process types is required to prevent them from interfering with the prefetch profile of the browser process.
Removed on 2024-01-07. This switch was listed in content/public/common/content_switches.cc.
--0 Value of the --profiler-timing flag that will disable timing information for chrome://profiler.
Removed on 2019-08-13. This switch was listed in base/base_switches.cc.
--? 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.
--adaboost 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.
Removed on 2022-08-14. This switch was listed in media/webrtc/webrtc_switches.cc.
--aggressive No description
Removed on 2022-08-14. This switch was listed in chromeos/constants/chromeos_switches.cc.
--aggressive-cache-discard No description
--aggressive-tab-discard No description
Removed on 2022-08-14. This switch was listed in chromeos/constants/chromeos_switches.cc.
--allow-autofill-sync-credential Force the password manager to allow sync credentials to be autofilled.
Removed on 2016-03-11. This switch was listed in components/password_manager/core/common/password_manager_switches.cc.
--allow-cross-origin-auth-prompt Allows third-party content included on a page to prompt for a HTTP basic auth username/password pair.
--allow-external-pages Allow access to external pages during web tests.
--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-file-access On ChromeOS, file:// access is disabled except for certain whitelisted directories. This switch re-enables file:// for testing.
Removed on 2017-01-26. This switch was listed in chrome/common/chrome_switches.cc.
--allow-file-access-from-files By default, file:// URIs cannot read other file:// URIs. This is an override for developers who need the old behavior for testing.
--allow-hidden-media-playback Allows media playback for hidden WebContents
Removed on 2019-08-13. This switch was listed in chromecast/base/chromecast_switches.cc.
--allow-http-background-page No description
--allow-http-screen-capture Allow non-secure origins to use the screen capture API and the desktopCapture extension API.
--allow-insecure-localhost Enables TLS/SSL errors on localhost to be ignored (no interstitial, no blocking of requests).
--allow-legacy-extension-manifests No description
--allow-loopback-in-peer-connection Allows loopback interface to be added in network list for peer connection.
--allow-nacl-crxfs-api[3] Specifies comma-separated list of extension ids or hosts to grant access to CRX file system APIs.
--allow-nacl-file-handle-api[3] Specifies comma-separated list of extension ids or hosts to grant access to file handle APIs.
--allow-nacl-socket-api[3] Specifies comma-separated list of extension ids or hosts to grant access to TCP/UDP socket 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.
Removed on 2023-04-02. This switch was listed in sandbox/policy/switches.cc.
--allow-outdated-plugins Don't block outdated plugins.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--allow-ra-in-dev-mode[4] 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-running-insecure-content[5] No description
--allow-sandbox-debugging Allows debugging of sandboxed processes (see zygote_main_linux.cc).
--allow-unchecked-dangerous-downloads[6] No description
Removed on 2016-05-20. This switch was listed in chrome/common/chrome_switches.cc.
--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-input-device[7] The Alsa device to use when opening an audio input stream.
--alsa-num-output-channels Number of channels on the alsa output device that the stream mixer uses. Default is 2 channels.
Removed on 2016-04-23. This switch was listed in chromecast/base/chromecast_switches.cc.
--alsa-output-avail-min Minimum number of available frames for scheduling a transfer.
--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-device[7] The Alsa device to use when opening an audio stream.
--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-start-threshold How many frames need to be in the output buffer before output starts.
--also-emit-success-logs Also emit full event trace logs for successful tests.
--alternative-service-probability-threshold Specifies the probability threshold for alternative services: an advertised alternative service will only be honored if the advertised probability is greater than or equal to this threshold.
Removed on 2016-03-15. This switch was listed in chrome/common/chrome_switches.cc.
--always-authorize-plugins Prevents Chrome from requiring authorization to run certain widely installed but less commonly used plugins.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--always-on No description
Removed on 2019-08-13. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--always-use-complex-text Always use the complex text path for web tests.
--alwaystrue 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.
Removed on 2023-03-19. This switch was listed in content/public/common/content_switches.cc.
--angle No description
--app Specifies that the associated value should be launched in "application" mode.
--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-mode-oauth-token Value of OAuth2 refresh token for --force-app-mode.
--app-mode-oem-manifest Path for app's OEM manifest file.
--app-shell-allow-roaming[8] Allow roaming in the cellular network.
--app-shell-host-window-size[8] Size for the host window to create (i.e. "800x600").
--app-shell-preferred-network[8] SSID of the preferred WiFi network.
--app-shell-refresh-token Refresh token for identity API calls for the current user. Used for testing.
Removed on 2019-08-13. This switch was listed in extensions/shell/common/switches.cc.
--app-shell-user User email address of the current user.
Removed on 2019-08-13. This switch was listed in extensions/shell/common/switches.cc.
--apple No description
--apps-keep-chrome-alive-in-tests[9] Prevents Chrome from quitting when Chrome Apps are open.
--artifacts-dir Screenshot testing: specifies the directoru where artifacts will be stored.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--ash-animate-from-boot-splash-screen Enables an animated transition from the boot splash screen (Chrome logo on a white background) to the login screen. Implies |kAshCopyHostBackgroundAtBoot| and doesn't make much sense if used in conjunction with |kDisableBootAnimation| (since the transition begins at the same time as the white/grayscale login screen animation).
Removed on 2019-08-13. This switch was listed in ash/ash_switches.cc.
--ash-browsertests[2] Force browser tests to run in Ash/Metro on Windows 8.
Removed on 2016-05-05. This switch was listed in chrome/test/base/test_switches.cc.
--ash-copy-host-background-at-boot Copies the host window's content to the system background layer at startup. Can make boot slightly slower, but also hides an even-longer awkward period where we display a white background if the login wallpaper takes a long time to load.
Removed on 2019-08-13. This switch was listed in ash/ash_switches.cc.
--ash-debug-shortcuts Enable keyboard shortcuts useful for debugging.
--ash-disable-maximize-mode-window-backdrop Disables the window backdrops normally used in maximize mode (TouchView).
Removed on 2017-07-01. This switch was listed in ash/common/ash_switches.cc.
--ash-disable-screen-orientation-lock Disable the support for WebContents to lock the screen orientation.
Removed on 2017-07-01. This switch was listed in ash/common/ash_switches.cc.
--ash-disable-stable-overview-order Enables / disables a stable order between overview sessions, independent of the MRU order which attempts to preserve relative window positions.
Removed on 2016-10-07. This switch was listed in ash/common/ash_switches.cc.
--ash-disable-system-sounds When this flag is set, system sounds will not be played.
Removed on 2016-07-14. This switch was listed in ash/common/ash_switches.cc.
--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-fullscreen-app-list Enables fullscreen app list if Ash is in maximize mode.
Removed on 2017-02-28. This switch was listed in ash/common/ash_switches.cc.
--ash-enable-magnifier-key-scroller Enables key bindings to scroll magnified screen.
--ash-enable-mirrored-screen Enables mirrored screen.
Removed on 2019-08-13. This switch was listed in ash/ash_switches.cc.
--ash-enable-software-mirroring Enables software based mirroring.
--ash-enable-stable-overview-order No description
Removed on 2016-10-07. This switch was listed in ash/common/ash_switches.cc.
--ash-enable-system-sounds When this flag is set, system sounds will be played whether the ChromeVox is enabled or not.
Removed on 2016-07-14. This switch was listed in ash/common/ash_switches.cc.
--ash-enable-touch-view-testing Enables touch view testing. TODO(skuhne): Remove DEBUG_TOGGLE_TOUCH_VIEW accelerator once this flag is removed.
Removed on 2017-01-26. This switch was listed in ash/common/ash_switches.cc.
--ash-enable-unified-desktop[8] Enables unified desktop mode.
--ash-force-desktop[2] Force Ash to open its root window on the desktop, even on Windows 8 where it would normally end up in metro.
Removed on 2016-09-09. This switch was listed in ash/common/ash_switches.cc.
--ash-hide-notifications-for-factory Hides notifications that are irrelevant to Chrome OS device factory testing, such as battery level updates.
--ash-host-window-bounds Sets a window size, optional position, optional scale factor and optional panel radii. "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. "1024x768~15|15|12|12" sets the radii of the panel corners as (upper_left=15px,upper_right=15px, lower_right=12px, upper_left=12px) "800,0+800-800x800" for two displays at 800x800 resolution. "800,0+800-800x800,0+1600-800x800" for three displays at 800x800 resolution.
--ash-secondary-display-layout Specifies the layout mode and offsets for the secondary display for testing. The format is "<t|r|b|l>,<offset>" where t=TOP, r=RIGHT, b=BOTTOM and L=LEFT. For example, 'r,-100' means the secondary display is positioned on the right with -100 offset. (above than primary)
Removed on 2016-08-19. This switch was listed in ash/common/ash_switches.cc.
--ash-touch-hud Enables the heads-up display for tracking touch points.
--ash-use-first-display-as-internal Uses the 1st display in --ash-host-window-bounds as internal display. This is for debugging on linux desktop.
Removed on 2016-09-19. This switch was listed in ui/display/display_switches.cc.
--ash-webui-init When wallpaper boot animation is not disabled this switch is used to override OOBE/sign in WebUI init type. Possible values: parallel|postpone. Default: parallel.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--audio-buffer-size Allow users to specify a custom buffer size for debugging purpose.
--audio-modem-dump-tokens-to-dir Directory to dump encoded tokens to, for debugging. If empty (the default), tokens are not dumped. If invalid (not a writable directory), Chrome will crash!
Removed on 2016-07-12. This switch was listed in components/audio_modem/audio_modem_switches.cc.
--audio-modem-enable-audible-broadcast Allow broadcast of audible audio tokens. Defaults to true.
Removed on 2016-07-12. This switch was listed in components/audio_modem/audio_modem_switches.cc.
--audio-modem-enable-inaudible-broadcast Allow broadcast of inaudible audio tokens. Defaults to true.
Removed on 2016-07-12. This switch was listed in components/audio_modem/audio_modem_switches.cc.
--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-ext-path Enables overriding the path for the default authentication extension.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--auth-server-whitelist Allowlist for Negotiate Auth servers.
Removed on 2022-08-14. This switch was listed in headless/app/headless_shell_switches.cc.
--auth-spnego-account-type[10] Android authentication account type for SPNEGO authentication
--auto No description
--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-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.
--blimp-client-token-path No description
Removed on 2017-01-18. This switch was listed in blimp/common/switches.cc.
--bootstrap Values for the kExtensionContentVerification flag. See ContentVerifierDelegate::Mode for more explanation.
--browser-subprocess-path Path to the exe to run for the renderer and plugin subprocesses.
--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]).
--bwsi Indicates that the browser is in "browse without sign-in" (Guest session) mode. Should completely disable extensions, sync and bookmarks.
--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.
--canvas-msaa-sample-count The number of MSAA samples for canvas2D. Requires MSAA support by GPU to have an effect. 0 disables MSAA.
Removed on 2020-07-28. This switch was listed in content/public/common/content_switches.cc.
--cc-layer-tree-test-no-timeout Prevents the layer tree unit tests from timing out.
--cc-rebaseline-pixeltests Makes pixel tests write their output instead of read it.
Removed on 2020-07-28. This switch was listed in cc/base/switches.cc.
--cellular-only No description
Removed on 2019-08-13. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--certificate-transparency-log Certificate Transparency: Uses the provided log(s) for checking Signed Certificate Timestamps provided with certificates. The switch's value is: log_description:log_key:log_url[:log_dns_domain], log_description:log_key:log_url[:log_dns_domain],... where log_description is a textual description of the log. log_key is a Base64'd DER-encoded SubjectPublicKeyInfo of the log's public key. log_url is a URL for the log, excluding the schema (which is always assumed to be HTTPS as required by RFC6962). log_dns_domain is the domain name to use for DNS queries requesting inclusion proofs (as per https://github.com/google/certificate-transparency-rfcs/blob/master/dns/draft-ct-over-dns.md). Multiple logs can be specified by repeating description:key pairs, separated by a comma.
Removed on 2016-07-28. This switch was listed in chrome/common/chrome_switches.cc.
--channel The value of this switch tells the child process which IPC channel the browser expects to use to communicate with it.
Removed on 2016-10-06. This switch was listed in ipc/ipc_switches.cc.
--check-for-update-interval How often (in seconds) to check for updates. Should only be used for testing purposes.
--check-layout-test-sys-deps Check whether all system dependencies for running layout tests are met.
Removed on 2019-08-13. This switch was listed in content/shell/common/layout_test/layout_test_switches.cc.
--child-process Used internally by the main process to indicate that a new process should be a child process. Takes the absolute path to the service library to load as an argument. Not for user use.
Removed on 2017-07-01. This switch was listed in services/service_manager/runner/common/switches.cc.
--child-wallpaper-large Default large wallpaper to use for kids accounts (as path to trusted, non-user-writable JPEG file).
--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.
Removed on 2022-08-14. This switch was listed in chromeos/constants/chromeos_switches.cc.
--cipher-suite-blacklist Comma-separated list of SSL cipher suites to disable.
--clear-data-reduction-proxy-data-savings Clear data savings on Chrome startup.
Removed on 2017-01-18. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--clear-token-service Clears the token service before using it. This allows simulating the expiration of credentials during testing.
--cloud-print-file Tells chrome to display the cloud print dialog and upload the specified file for printing.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--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.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--cloud-print-job-title Used with kCloudPrintFile to specify a title for the resulting print job.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--cloud-print-print-ticket Used with kCloudPrintFile to specify a JSON print ticket for the resulting print job. Defaults to null if unspecified.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--cloud-print-setup-proxy Setup cloud print proxy for provided printers. This does not start service or register proxy for autostart.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--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.
Removed on 2022-08-14. This switch was listed in components/cloud_devices/common/cloud_devices_switches.cc.
--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.
Removed on 2022-08-14. This switch was listed in components/cloud_devices/common/cloud_devices_switches.cc.
--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.
--compile-shader-always-succeeds Always return success when compiling a shader. Linking will still fail.
--component-updater Comma-separated options to troubleshoot the component updater. Only valid for the browser process.
--connectivity-check-url Url for network connectivity checking. Default is "https://clients3.google.com/generate_204".
--conservative[8] No description
--consumer-device-management-url Specifies the URL of the consumer device management backend.
Removed on 2016-08-12. This switch was listed in chromeos/chromeos_switches.cc.
--content-image-texture-target Texture target for CHROMIUM_image backed content textures.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--content-shell-host-window-size Size for the content_shell's host window (i.e. "800x600").
--controller No description
--copresence-server Address for calls to the Copresence server (via Apiary). Defaults to https://www.googleapis.com/copresence/v2/copresence.
Removed on 2016-07-08. This switch was listed in components/copresence/copresence_switches.cc.
--copresence-tracing-token Apiary tracing token for calls to the Copresence server.
Removed on 2016-07-08. This switch was listed in components/copresence/copresence_switches.cc.
--crash-dumps-dir The directory breakpad should store minidumps in.
--crash-on-failure When specified to "enable-leak-detection" command-line option, causes the leak detector to cause immediate crash when found leak.
--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.
--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. (http://crbug.com/148675)
--cros-region Forces CrOS region value.
--cros-regions-mode Control regions data load ("" is default).
Removed on 2022-08-14. This switch was listed in chromeos/constants/chromeos_switches.cc.
--cryptauth-http-host Overrides the default URL for Google APIs (https://www.googleapis.com) used by CryptAuth.
--custom-launcher-page Specifies the chrome-extension:// URL for the contents of an additional page added to the app launcher.
Removed on 2022-08-14. This switch was listed in ash/public/cpp/app_list/app_list_switches.cc.
--custom_summary[10] Forces a custom summary to be displayed below the update menu item.
--d3d11 No description
--d3d9 No description
--daemon No description
--daemon-pipe No description
Removed on 2016-10-28. This switch was listed in remoting/host/switches.cc.
--data-path TODO(b/1295373): Keep the old flag for a short period and remove it once we are sure everything is ok.
Removed on 2024-04-15. This switch was listed in content/shell/common/shell_switches.cc.
--data-reduction-proxy-config-url The URL from which to retrieve the Data Reduction Proxy configuration.
Removed on 2022-08-14. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--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.
Removed on 2022-08-14. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--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. "http://foo.net:80", "http://foo.net", "foo.net:80", and "foo.net" are all equivalent.
Removed on 2022-08-14. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--data-reduction-proxy-lo-fi The mode for Data Reduction Proxy Lo-Fi. The various modes are always-on, cellular-only, slow connections only and disabled.
Removed on 2019-08-13. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--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.
Removed on 2022-08-14. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--data-reduction-proxy-secure-proxy-disabled Starts the secure Data Reduction Proxy in the disabled state until the secure proxy check succeeds.
Removed on 2016-11-30. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--data-reduction-proxy-warmup-url Sets a URL to fetch to warm up the data reduction proxy on startup and network changes.
Removed on 2017-07-11. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--data-reduction-ssl-proxy The origin of the data reduction SSL proxy.
Removed on 2016-04-14. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--dbus-stub Forces the stub implementation of D-Bus clients. Using stub D-Bus clients is the default for non-Chrome OS environment, to use real D-Bus clients in non-Chrome OS environment, set this flag to "never".
--dbus-unstub-clients DEPRECATED: Use --dbus-real-clients above. TODO(jamescook): Delete this code after M56 branches.
Removed on 2016-09-20. This switch was listed in chromeos/chromeos_switches.cc.
--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).
Removed on 2023-06-25. This switch was listed in chrome/common/chrome_switches.cc.
--debug-packed-apps Adds debugging entries such as Inspect Element to context menus of packed apps.
--debug-plugin-loading Dumps extra logging about plugin loading to the log file.
Removed on 2016-04-06. This switch was listed in content/public/common/content_switches.cc.
--debug-print[11] Enables support to debug printing subsystem.
--default No description
--default-tile-height No description
--default-tile-width Sets the tile size used by composited layers.
--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-large Default large wallpaper to use (as path to trusted, non-user-writable JPEG file).
--default-wallpaper-small Default small wallpaper to use (as path to trusted, non-user-writable JPEG file).
--demo Optional value for Data Saver prompt on cellular networks.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--derelict-detection-timeout Time in seconds before a machine at OOBE is considered derelict.
--derelict-idle-timeout Time in seconds before a derelict machines starts demo mode.
--desktop No description
--device-management-url Specifies the URL at which to communicate with the device management backend to fetch configuration policies and perform other device tasks.
--device-scale-factor[1] Device scale factor passed to certain processes like renderers, etc.
--diagnostics Triggers a plethora of diagnostic modes.
--diagnostics-format Sets the output format for diagnostic modes enabled by diagnostics flag.
--diagnostics-recovery Tells the diagnostics mode to do the requested recovery step(s).
--disable Values for the kShowSavedCopy flag.
Removed on 2019-08-13. This switch was listed in components/error_page/common/error_page_switches.cc.
--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-about-in-settings When kEnableSettingsWindow is used, About is shown as an overlay in Settings instead of as a separate page, unless this flag is specified.
Removed on 2017-02-01. This switch was listed in chrome/common/chrome_switches.cc.
--disable-accelerated-2d-canvas Disable gpu-accelerated 2d canvas.
--disable-accelerated-jpeg-decoding Disable partially decoding jpeg images using the GPU. At least YUV decoding will be accelerated when not using this flag. Has no effect unless GPU rasterization is enabled.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--disable-accelerated-mjpeg-decode Disable hardware acceleration of mjpeg decode for captured frame, where available.
--disable-accelerated-video-decode Disables hardware acceleration of video decode, where available. Warning: do not remove or rename this flag, as it is used inside ChromeOS code to implement the DeviceHardwareVideoDecodingEnabled policy.
--disable-account-consistency Disables consistent identity features.
Removed on 2017-07-01. This switch was listed in components/signin/core/common/signin_switches.cc.
--disable-add-to-shelf Disables the display of a banner allowing the user to add a web app to their shelf (or platform-specific equivalent)
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--disable-affiliation-based-matching Disable affiliation based matching, so that credentials stored for an Android application will not be considered matches for, and will not be filled into corresponding Web applications.
Removed on 2016-03-11. This switch was listed in components/password_manager/core/common/password_manager_switches.cc.
--disable-android-compositor-animation-timelines[12] Disable external animation system for Android compositor. See also kDisableCompositorAnimationTimelines for renderer compositors.
Removed on 2016-03-11. This switch was listed in content/public/common/content_switches.cc.
--disable-app-info-dialog-mac[13] Disable the toolkit-views App Info dialog for Mac.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--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).
Removed on 2022-08-14. This switch was listed in ash/public/cpp/app_list/app_list_switches.cc.
--disable-app-window-cycling[13] Disables custom Cmd+` window cycling for platform apps and hosted apps.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--disable-appcontainer Disable appcontainer/lowbox for renderer on Win8+ platforms.
Removed on 2020-07-28. This switch was listed in services/service_manager/sandbox/switches.cc.
--disable-arc-opt-in-verification Disables ARC Opt-in verification process and ARC is enabled by default.
--disable-async-dns Disables the experimental asynchronous DNS client.
Removed on 2016-10-04. This switch was listed in chrome/common/chrome_switches.cc.
--disable-auto-hiding-toolbar-threshold[12] Sets the threshold for when to disable auto-hiding the toolbar. If the device's width and height are above the threshold, the toolbar will never be hidden due to scrolling. It will still be hidden if page contents go fullscreen.
Removed on 2016-04-15. This switch was listed in chrome/common/chrome_switches.cc.
--disable-autofill-keyboard-accessory-view[12] Disables showing suggestions in a keyboard accessory view.
Removed on 2017-07-01. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--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-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-boot-animation Disables wallpaper boot animation (except of OOBE case).
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--disable-breakpad Disables the crash reporting.
--disable-bundled-ppapi-flash Disables the bundled PPAPI version of Flash.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--disable-cached-picture-raster Disables the use of a cached picture for raster in the renderer, making raster go directly from the display item list (this is the data structure surfaced to tracing). This is useful for debugging to remove the cached picture from the pipeline to narrow down bugs.
Removed on 2017-01-28. This switch was listed in cc/base/switches.cc.
--disable-canvas-aa Disable antialiasing on 2d canvas.
--disable-captive-portal-bypass-proxy Disables bypass proxy for captive portal authorization.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--disable-cast-streaming-hw-encoding Disables hardware encoding support for Cast Streaming.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--disable-child-account-detection Disables detection of child accounts.
Removed on 2016-11-17. This switch was listed in chrome/common/chrome_switches.cc.
--disable-clear-browsing-data-counters Disables data volume counters in the Clear Browsing Data dialog.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--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.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--disable-cloud-import Disables cloud backup feature.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--disable-component-cloud-policy Disables fetching and storing cloud policy for components.
Removed on 2022-08-14. This switch was listed in components/policy/core/common/policy_switches.cc.
--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-update[14] No description
--disable-composited-antialiasing Disables layer-edge anti-aliasing in the compositor.
--disable-core-animation-plugins[13] Disables support for Core Animation plugins. This is triggered when accelerated compositing is disabled. See http://crbug.com/122430.
Removed on 2016-04-06. This switch was listed in content/public/common/content_switches.cc.
--disable-credit-card-scan Disables using device's camera to scan a new credit card when filling out a credit card form.
Removed on 2016-08-03. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--disable-d3d11 Disables use of D3D11.
Removed on 2023-03-05. This switch was listed in ui/gl/gl_switches.cc.
--disable-databases Disables HTML5 DB support.
--disable-datasaver-prompt Disables Data Saver prompt on cellular networks.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--disable-default-apps Disables installation of default apps on first run. This is used during automated testing.
--disable-delay-agnostic-aec Disables Delay Agnostic AEC in WebRTC.
Removed on 2016-03-15. This switch was listed in content/public/common/content_switches.cc.
--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-device-discovery-notifications Disables device discovery notifications.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--disable-dinosaur-easter-egg Disables the dinosaur easter egg on the offline interstitial.
--disable-direct-composition Disables DirectComposition surface.
Removed on 2023-03-05. This switch was listed in ui/gl/gl_switches.cc.
--disable-direct-npapi-requests Handles URL requests by NPAPI plugins through the renderer.
Removed on 2016-04-06. This switch was listed in content/public/common/content_switches.cc.
--disable-direct-write[2] Disables the DirectWrite font rendering system on windows.
Removed on 2016-04-28. This switch was listed in ui/gfx/switches.cc.
--disable-directwrite-for-ui[2] Disables DirectWrite font rendering for general UI elements.
Removed on 2019-08-13. This switch was listed in ui/gfx/switches.cc.
--disable-display-color-calibration[15] No description
Removed on 2019-08-13. This switch was listed in ui/display/display_switches.cc.
--disable-display-list-2d-canvas No description
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--disable-distance-field-text Disables distance field text.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--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-domain-reliability Disables Domain Reliability Monitoring.
--disable-download-notification Disable download notification.
Removed on 2016-08-09. This switch was listed in chrome/common/chrome_switches.cc.
--disable-drive-search-in-app-launcher No description
Removed on 2019-08-13. This switch was listed in ui/app_list/app_list_switches.cc.
--disable-drop-sync-credential Disable dropping the credential used to sync passwords.
Removed on 2016-03-11. This switch was listed in components/password_manager/core/common/password_manager_switches.cc.
--disable-dwm-composition Disables use of DWM composition for top level windows.
Removed on 2023-01-29. This switch was listed in ui/base/ui_base_switches.cc.
--disable-experimental-app-list No description
Removed on 2016-09-19. This switch was listed in ui/app_list/app_list_switches.cc.
--disable-extensions Disable extensions.
--disable-extensions-file-access-check No description
--disable-extensions-http-throttling No description
--disable-fast-web-scroll-view-insets Disables a workaround for fast inset updates for UIWebView.scrollView.
Removed on 2017-08-03. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--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-file-system Disable FileSystem API.
--disable-fill-on-account-select Disables the experiment for the password manager to only fill on account selection, rather than autofilling on page load.
Removed on 2016-06-20. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--disable-flash-3d Disable 3D inside of flapper.
Removed on 2022-08-14. This switch was listed in content/public/common/content_switches.cc.
--disable-flash-stage3d Disable Stage3D inside of flapper.
Removed on 2022-08-14. This switch was listed in content/public/common/content_switches.cc.
--disable-full-form-autofill-ios Disables the experimental Full Form Autofill on iOS feature.
Removed on 2016-07-14. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--disable-gaia-services Disables GAIA services such as enrollment and OAuth session restore. Used by 'fake' telemetry login.
--disable-gesture-editing No description
Removed on 2019-08-13. This switch was listed in ui/keyboard/keyboard_switches.cc.
--disable-gesture-requirement-for-media-playback Disable user gesture requirement for media playback.
Removed on 2017-07-01. This switch was listed in content/public/common/content_switches.cc.
--disable-gesture-requirement-for-presentation Disable user gesture requirement for presentation.
--disable-gesture-typing No description
Removed on 2019-08-13. This switch was listed in ui/keyboard/keyboard_switches.cc.
--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-error-limit Disable the GL error log limit.
--disable-gl-extensions Disables specified comma separated GL Extensions if found.
--disable-glsl-translator Disable the GLSL translator.
--disable-gpu Disables GPU hardware acceleration. If software renderer is not in place, then the GPU process won't launch.
--disable-gpu-compositing Prevent the compositor from using its GPU implementation.
--disable-gpu-driver-bug-workarounds Disable workarounds for various GPU driver bugs.
--disable-gpu-early-init Disable proactive early init of GPU process.
--disable-gpu-memory-buffer-compositor-resources Do not force that all compositor resources be backed by GPU memory buffers.
--disable-gpu-memory-buffer-video-frames Disable GpuMemoryBuffer backed VideoFrames.
--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-rasterization Disable GPU rasterization, i.e. rasterize on the CPU only. Overrides the kEnableGpuRasterization flag.
--disable-gpu-sandbox Disables the GPU process sandbox.
--disable-gpu-shader-disk-cache Disables the GPU shader on disk cache.
--disable-gpu-vsync Stop the GPU from synchronizing presentation with vblank.
--disable-gpu-watchdog Disable the thread that crashes the GPU process if it stops responding to messages.
--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-hide-inactive-stacked-tab-close-buttons Disable hiding the close buttons of inactive tabs when the tabstrip is in stacked mode.
Removed on 2017-07-01. This switch was listed in content/public/common/content_switches.cc.
--disable-histogram-customizer Disable the RenderThread's HistogramCustomizer.
--disable-hosted-app-shim-creation[16] Disables app shim creation for hosted apps on Mac.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--disable-hosted-apps-in-windows[13] Prevents hosted apps from being opened in windows on Mac.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--disable-http2 Disables the HTTP/2 protocol.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--disable-icon-ntp Disables large icons on the New Tab page.
Removed on 2017-02-09. This switch was listed in ui/base/ui_base_switches.cc.
--disable-ime-thread[12] No description
Removed on 2016-03-10. This switch was listed in content/public/common/content_switches.cc.
--disable-infobars Prevent infobars from appearing.
Removed on 2019-08-13. This switch was listed in components/infobars/core/infobars_switches.cc.
--disable-input-view No description
Removed on 2019-08-13. This switch was listed in ui/keyboard/keyboard_switches.cc.
--disable-ios-password-generation Disable password generation for iOS.
Removed on 2017-08-04. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--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-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-legacy-window[1] Disable the Legacy Window which corresponds to the size of the WebContents.
--disable-local-storage Disable LocalStorage.
--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-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-lru-snapshot-cache Disable the snapshots lru cache.
Removed on 2017-08-03. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--disable-mac-overlays[16] Fall back to using CAOpenGLLayers display content, instead of the IOSurface based overlay display path.
Removed on 2022-08-14. This switch was listed in ui/base/ui_base_switches.cc.
--disable-mac-views-native-app-windows[13] Disables use of toolkit-views based native app windows.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--disable-main-frame-before-activation Disables sending the next BeginMainFrame before the previous commit activates. Overrides the kEnableMainFrameBeforeActivation flag.
--disable-media-suspend No description
Removed on 2020-07-28. This switch was listed in media/base/media_switches.cc.
--disable-media-thread-for-media-playback[12] Sets the MediaSource player that uses UI thread for frame processing.
Removed on 2016-08-26. This switch was listed in media/base/media_switches.cc.
--disable-merge-key-char-events[2] Disables merging the key event (WM_KEY*) with the char event (WM_CHAR).
Removed on 2019-08-13. This switch was listed in ui/base/ui_base_switches.cc.
--disable-minimize-on-second-launcher-item-click Disable the behavior that the second click on a launcher item (the click when the item is already active) minimizes the item.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--disable-mojo-channel Disable ChannelMojo usage regardless of the platform or the process type.
Removed on 2016-03-16. This switch was listed in content/public/common/mojo_channel_switches.cc.
--disable-mtp-write-support Disables mtp write support.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--disable-multi-display-layout Disables the multiple display layout UI.
Removed on 2022-08-14. This switch was listed in chromeos/constants/chromeos_switches.cc.
--disable-namespace-sandbox Disables usage of the namespace sandbox.
--disable-native-gpu-memory-buffers Disables native GPU memory buffer support.
Removed on 2019-08-13. This switch was listed in gpu/ipc/host/gpu_switches.cc.
--disable-network-portal-notification Disables notifications about captive portals in session.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--disable-new-app-list-mixer No description
Removed on 2016-07-13. This switch was listed in ui/app_list/app_list_switches.cc.
--disable-new-bookmark-apps Disables the new bookmark app system.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--disable-new-channel-switcher-ui Disables new channel switcher UI.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--disable-new-kiosk-ui Disables new Kiosk UI when kiosk apps are represented as user pods.
Removed on 2017-07-01. This switch was listed in chromeos/chromeos_switches.cc.
--disable-new-korean-ime Disables the new Korean IME in chrome://settings/languages.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--disable-new-profile-management Disables new profile management system, including new profile chooser UI.
Removed on 2017-07-01. This switch was listed in components/signin/core/common/signin_switches.cc.
--disable-new-task-manager[17] Disables the new implementation of the task manager.
Removed on 2016-05-24. This switch was listed in chrome/common/chrome_switches.cc.
--disable-new-zip-unpacker Disables the new File System Provider API based ZIP unpacker.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--disable-notifications Disables the Web Notification and the Push APIs.
--disable-ntp-favicons Disables NTP favicons.
Removed on 2016-06-04. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--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.
Removed on 2022-08-14. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--disable-offer-upload-credit-cards Disables offering to upload credit cards.
Removed on 2016-06-02. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--disable-office-editing-component-extension Disables Office Editing for Docs, Sheets & Slides component app so handlers won't be registered, making it possible to install another version for testing.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--disable-offline-auto-reload Disable auto-reload of error pages if offline.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--disable-offline-auto-reload-visible-only Disable only auto-reloading error pages when the tab is visible.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--disable-offline-pages Disable Offline Pages.
Removed on 2016-04-22. This switch was listed in components/offline_pages/offline_page_switches.cc.
--disable-out-of-process-pac Disable out-of-process V8 proxy resolver.
Removed on 2017-01-19. This switch was listed in chrome/common/chrome_switches.cc.
--disable-overlay-scrollbar No description
Removed on 2017-07-01. This switch was listed in ui/native_theme/native_theme_switches.cc.
--disable-overscroll-edge-effect[10] Disable overscroll edge effects like those found in Android views.
--disable-page-visibility No description
Removed on 2016-04-26. This switch was listed in android_webview/common/aw_switches.cc.
--disable-panel-fitting[15] Disables panel fitting (used for mirror mode).
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--disable-panels Disables panels (always on-top docked pop-up windows).
Removed on 2016-08-23. This switch was listed in chrome/common/chrome_switches.cc.
--disable-partial-raster Disable partial raster in the renderer. Disabling this switch also disables the use of persistent gpu memory buffers.
--disable-password-generation Disables password generation when we detect that the user is going through account creation.
Removed on 2019-08-13. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--disable-password-manager-reauthentication Disable the setting to prompt the user for their OS account password before revealing plaintext passwords in the password manager.
Removed on 2016-04-01. This switch was listed in chrome/common/chrome_switches.cc.
--disable-pepper-3d Disable Pepper3D.
--disable-permissions-api Disables the Permissions API.
--disable-permissions-blacklist Disables the Permissions Blacklist, which blocks access to permissions for blacklisted sites.
Removed on 2016-11-30. This switch was listed in chrome/common/chrome_switches.cc.
--disable-physical-keyboard-autocorrect Disables suggestions while typing on a physical keyboard.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--disable-pinch Disables compositor-accelerated touch-screen pinch gestures.
--disable-plugins-discovery Disable discovering third-party plugins. Effectively loading only ones shipped with the browser plus third-party ones as specified by --extra-plugin-dir and --load-plugin switches.
Removed on 2016-04-06. This switch was listed in content/public/common/content_switches.cc.
--disable-pnacl-crash-throttling Disables crash throttling for Portable Native Client.
--disable-policy-key-verification Disables the verification of policy signing keys. TODO(atwilson): Remove this once all test servers have been updated to produce verification signatures.
Removed on 2017-01-11. This switch was listed in components/policy/core/common/policy_switches.cc.
--disable-popup-blocking Disables pop-up blocking.
--disable-preconnect Disable speculative TCP/IP preconnection.
Removed on 2016-08-12. This switch was listed in chrome/common/chrome_switches.cc.
--disable-prefer-compositing-to-lcd-text Disable the creation of compositing layers when it would prevent LCD text.
--disable-presentation-api Disables the Presentation API.
--disable-print-preview Disables print preview (For testing, and for users who don't like us. :[ )
--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-pull-to-refresh-effect[10] Disable the pull-to-refresh effect when vertically overscrolling content.
--disable-push-api-background-mode Enable background mode for the Push API.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--disable-quic Disables the QUIC protocol.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--disable-quic-port-selection Disable use of Chromium's port selection for the ephemeral port via bind(). This only has an effect if QUIC protocol is enabled.
Removed on 2016-12-01. This switch was listed in chrome/common/chrome_switches.cc.
--disable-reading-from-canvas Taints all <canvas> elements, regardless of origin.
--disable-remote-core-animation[16] Disable use of cross-process CALayers to display content directly from the GPU process on Mac.
Removed on 2022-08-14. This switch was listed in ui/base/ui_base_switches.cc.
--disable-remote-fonts Disables remote web font support. SVG font should always work whether this option is specified or not.
--disable-renderer-accessibility Turns off the accessibility in the renderer.
--disable-renderer-backgrounding Prevent renderer process backgrounding when set.
--disable-rgba-4444-textures Disables RGBA_4444 textures.
--disable-rollback-option Disables rollback option on reset screen.
--disable-rtc-smoothness-algorithm Disables the new rendering algorithm for webrtc, which is designed to improve the rendering smoothness.
--disable-save-password-bubble[13] Prevents the save password bubble from being enabled.
Removed on 2016-05-13. This switch was listed in chrome/common/chrome_switches.cc.
--disable-screen-orientation-lock[10] Disable the locking feature of the screen orientation API.
--disable-seccomp-filter-sandbox Disable the seccomp filter sandbox (seccomp-bpf) (Linux only).
--disable-session-crashed-bubble Disables using bubbles for session restore request.
Removed on 2016-10-07. This switch was listed in chrome/common/chrome_switches.cc.
--disable-settings-window Disable settings in a separate browser window per profile (see SettingsWindowEnabled() below).
Removed on 2017-07-28. This switch was listed in chrome/common/chrome_switches.cc.
--disable-setuid-sandbox Disable the setuid sandbox (Linux only).
--disable-shader-name-hashing Turn off user-defined name hashing in shaders.
--disable-shared-workers Disable shared workers.
--disable-signin-scoped-device-id Disables sending signin scoped device id to LSO with refresh token request.
Removed on 2023-08-27. This switch was listed in components/signin/public/base/signin_switches.cc.
--disable-single-click-autofill The "disable" flag for kEnableSingleClickAutofill.
Removed on 2019-08-13. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--disable-site-engagement-service Disables the Site Engagement service, which records interaction with sites and allocates certain resources accordingly.
Removed on 2016-11-25. This switch was listed in chrome/common/chrome_switches.cc.
--disable-smart-virtual-keyboard No description
Removed on 2017-07-01. This switch was listed in ui/keyboard/keyboard_switches.cc.
--disable-smooth-scrolling Disable smooth scrolling for testing.
--disable-software-rasterizer Disables the use of a 3D software rasterizer.
--disable-spdy-proxy-dev-auth-origin Disables the origin of the data reduction proxy dev.
Removed on 2016-04-06. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--disable-speech-api Disables the Web Speech API (both speech recognition and synthesis).
--disable-sync Disables syncing browser data to a Google Account.
Removed on 2022-08-14. This switch was listed in components/sync/driver/sync_driver_switches.cc.
--disable-sync-app-list No description
Removed on 2019-08-13. This switch was listed in ui/app_list/app_list_switches.cc.
--disable-sync-types Disables syncing one or more sync data types that are on by default. See sync/base/model_type.h for possible types. Types should be comma separated, and follow the naming convention for string representation of model types, e.g.: --disable-synctypes='Typed URLs, Bookmarks, Autofill Profiles'
Removed on 2022-08-14. This switch was listed in components/browser_sync/browser_sync_switches.cc.
--disable-tab-eviction Disables the tab eviction policy. (applicable iff WKWebView is enabled)
Removed on 2016-07-20. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--disable-tab-switcher Disables the tab switcher.
Removed on 2017-02-08. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--disable-threaded-animation No description
--disable-threaded-compositing Disable multithreaded GPU compositing of web content.
--disable-threaded-scrolling Disable multithreaded, compositor scrolling of web content.
Removed on 2023-08-20. This switch was listed in third_party/blink/common/switches.cc.
--disable-timezone-tracking-option Disables automatic timezone update.
Removed on 2016-10-21. This switch was listed in chromeos/chromeos_switches.cc.
--disable-touch-adjustment Disables touch adjustment.
Removed on 2022-08-14. This switch was listed in ui/base/ui_base_switches.cc.
--disable-touch-drag-drop Disables touch event based drag and drop.
--disable-touch-feedback Disables additional visual feedback to touch input.
Removed on 2016-08-10. This switch was listed in ui/base/ui_base_switches.cc.
--disable-translate Allows disabling of translate from the command line to assist with automated browser testing (e.g. Selenium/WebDriver). Normal browser users should disable translate with the preference.
Removed on 2017-07-01. This switch was listed in components/translate/core/common/translate_switches.cc.
--disable-translate-new-ux[13] Disables Translate experimental new UX which replaces the infobar.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--disable-usb-keyboard-detect[1] Disables the USB keyboard detection for blocking the OSK on Windows.
--disable-v8-idle-tasks Disable V8 idle tasks.
--disable-vaapi-accelerated-video-encode[15] Disables VA-API accelerated video encode.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--disable-views-rect-based-targeting Specifies if a heuristic should be used to determine the most probable target of a gesture, where the touch region is represented by a rectangle.
Removed on 2017-07-01. This switch was listed in ui/views/views_switches.cc.
--disable-virtual-keyboard-overscroll No description
Removed on 2019-08-13. This switch was listed in ui/keyboard/keyboard_switches.cc.
--disable-voice-input No description
Removed on 2019-08-13. This switch was listed in ui/keyboard/keyboard_switches.cc.
--disable-volume-adjust-sound Disables volume adjust sound.
--disable-wake-on-wifi Disables wake on wifi features.
Removed on 2022-08-14. This switch was listed in chromeos/constants/chromeos_switches.cc.
--disable-web-notification-custom-layouts Disables Web Notification custom layouts.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--disable-web-security Don't enforce the same-origin policy; meant for website testing only. This switch has no effect unless --user-data-dir (as defined by the content embedder) is also present.
--disable-webgl Disable all versions of WebGL.
--disable-webrtc-encryption Disables encryption of RTP Media for WebRTC. When Chrome embeds Content, it ignores this switch on its stable and beta channels.
--disable-webrtc-hw-decoding Disables HW decode acceleration for WebRTC.
Removed on 2024-03-03. This switch was listed in content/public/common/content_switches.cc.
--disable-webrtc-hw-encoding[18] Disables HW encode acceleration for WebRTC.
Removed on 2016-12-09. This switch was listed in content/public/common/content_switches.cc.
--disable-wheel-gestures Disable gesture generation for wheel events.
Removed on 2016-06-09. This switch was listed in content/public/common/content_switches.cc.
--disable-win32k-renderer-lockdown[2] Disables the Win32K process mitigation policy for renderer processes.
Removed on 2016-10-11. This switch was listed in content/public/common/content_switches.cc.
--disable-wkwebview Disables the use of WKWebView instead of UIWebView.
Removed on 2016-08-10. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--disable-xss-auditor Disables Blink's XSSAuditor. The XSSAuditor mitigates reflective XSS.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--disable-zero-browsers-open-for-tests Some tests seem to require the application to close when the last browser window is closed. Thus, we need a switch to force this behavior for ChromeOS Aura, disable "zero window mode". TODO(pkotwicz): Investigate if this bug can be removed. (http://crbug.com/119175)
--disable-zero-copy Disable rasterizer that writes directly to GPU memory associated with tiles.
--disabled No description
--disallow-autofill-sync-credential Disallow autofilling of the sync credential.
Removed on 2016-03-11. This switch was listed in components/password_manager/core/common/password_manager_switches.cc.
--disallow-autofill-sync-credential-for-reauth Disallow autofilling of the sync credential only for transactional reauth pages.
Removed on 2016-03-11. This switch was listed in components/password_manager/core/common/password_manager_switches.cc.
--disallow-unchecked-dangerous-downloads[6] No description
Removed on 2016-05-20. This switch was listed in chrome/common/chrome_switches.cc.
--disk-cache-dir Use a specific disk cache location, rather than one derived from the UserDatadir.
--disk-cache-size Forces the maximum disk space to be used by the disk cache, in bytes.
--display[19] Which X11 display to connect to. Emulates the GTK+ "--display=" command line argument. In use only with Ozone/X11.
--dmg-device[9] When switches::kProcessType is switches::kRelauncherProcess, if this switch is also present, the relauncher process will unmount and eject a mounted disk image and move its disk image file to the trash. The argument's value must be a BSD device name of the form "diskN" or "diskNsM".
--dns-log-details No description
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--dns-prefetch-disable Disables prefetching of DNS information.
Removed on 2016-08-12. This switch was listed in chrome/common/chrome_switches.cc.
--dom-automation Specifies if the |DOMAutomationController| needs to be bound in the renderer. This binding happens on per-frame basis and hence can potentially be a performance bottleneck. One should only enable it when automating dom based tests.
--download Causes the process to run as a download subprocess.
Removed on 2016-10-07. This switch was listed in content/public/common/content_switches.cc.
--dump-browser-histograms Requests that a running browser process dump its collected histograms to a given file. The file is overwritten if it exists.
--eafe-path EAFE path to use for Easy bootstrapping.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--eafe-url EAFE URL to use for Easy bootstrapping.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--early-tracing[20] No description
Removed on 2017-07-01. This switch was listed in services/tracing/public/cpp/switches.cc.
--easy-unlock-app-path Overrides the path of Easy Unlock component app.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--egl No description
--elevate No description
--embedded-extension-options No description
--emphasize-titles-in-omnibox-dropdown Causes the omnibox dropdown to emphasize the titles of URL suggestions for query-like inputs.
Removed on 2019-08-13. This switch was listed in components/omnibox/browser/omnibox_switches.cc.
--emulate-shader-precision Emulate ESSL lowp and mediump float precisions by mutating the shaders to round intermediate values in ANGLE.
Removed on 2022-08-14. This switch was listed in gpu/command_buffer/service/gpu_switches.cc.
--enable-2d-canvas-clip-aa Enable antialiasing on 2d canvas clips (as opposed to draw operations)
Removed on 2016-09-27. This switch was listed in content/public/common/content_switches.cc.
--enable-accelerated-2d-canvas Enable accelerated 2D canvas.
--enable-accelerated-vpx-decode[2] Enables experimental hardware acceleration for VP8/VP9 video decoding. Bitmask - 0x1=Microsoft, 0x2=AMD, 0x03=Try all.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--enable-accessibility-tab-switcher[10] Enable the accessibility tab switcher.
Removed on 2023-09-03. This switch was listed in chrome/common/chrome_switches.cc.
--enable-account-consistency Enables consistent identity features.
Removed on 2017-07-01. This switch was listed in components/signin/core/common/signin_switches.cc.
--enable-adaptive-selection-handle-orientation[10] Enable inverting of selection handles so that they are not clipped by the viewport boundaries.
--enable-add-to-shelf Enables the display of a banner allowing the user to add a web app to their shelf (or platform-specific equivalent)
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--enable-affiliation-based-matching Enable affiliation based matching, so that credentials stored for an Android application will also be considered matches for, and be filled into corresponding Web applications.
Removed on 2016-03-11. This switch was listed in components/password_manager/core/common/password_manager_switches.cc.
--enable-aggressive-domstorage-flushing Enable the aggressive flushing of DOM Storage to minimize data loss.
--enable-alternative-services Enables support for HTTP alternative services.
Removed on 2016-05-27. This switch was listed in components/network_session_configurator/switches.cc.
--enable-android-spellchecker[21] Enables use of the Android spellchecker.
Removed on 2016-09-01. This switch was listed in components/spellcheck/common/spellcheck_switches.cc.
--enable-app-info-dialog-mac[13] Enable the toolkit-views App Info dialog for Mac. This is accessible from chrome://apps and chrome://extensions and is already enabled on non-mac.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--enable-app-list If set, the app list will be enabled as if enabled from CWS.
Removed on 2022-08-14. This switch was listed in ash/public/cpp/app_list/app_list_switches.cc.
--enable-app-window-controls Enables the <window-controls> tag in platform apps.
Removed on 2016-12-20. This switch was listed in extensions/common/switches.cc.
--enable-app-window-cycling[13] Enables custom Cmd+` window cycling for platform apps and hosted apps.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--enable-appcontainer Ensable appcontainer/lowbox for renderer on Win8+ platforms.
Removed on 2020-07-28. This switch was listed in services/service_manager/sandbox/switches.cc.
--enable-apps-file-associations Enable OS integration for Chrome app file associations.
Removed on 2017-01-11. This switch was listed in chrome/common/chrome_switches.cc.
--enable-apps-show-on-first-paint Show apps windows after the first paint. Windows will be shown significantly later for heavy apps loading resources synchronously but it will be insignificant for apps that load most of their resources asynchronously.
Removed on 2016-12-07. This switch was listed in extensions/common/switches.cc.
--enable-arc DEPRECATED. Please use --arc-availability=officially-supported. Enables starting the ARC instance upon session start.
--enable-audio-debug-recordings-from-extension If the WebRTC logging private API is active, enables audio debug recordings.
--enable-audio-support-for-desktop-share No description
Removed on 2016-04-01. This switch was listed in extensions/common/switches.cc.
--enable-autofill-keyboard-accessory-view[12] Enables showing suggestions in a keyboard accessory view.
Removed on 2017-07-01. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--enable-avfoundation[13] AVFoundation is available in versions 10.7 and onwards, and is to be used http://crbug.com/288562 for both audio and video device monitoring and for video capture. Being a dynamically loaded NSBundle and library, it hits the Chrome startup time (http://crbug.com/311325 and http://crbug.com/311437); for experimentation purposes, in particular library load time issue, the usage of this library can be enabled by using this flag.
Removed on 2016-03-31. This switch was listed in media/base/media_switches.cc.
--enable-begin-frame-scheduling Use a BeginFrame signal from browser to renderer to schedule rendering.
Removed on 2016-06-24. This switch was listed in cc/base/switches.cc.
--enable-benchmarking TODO(asvitkine): Consider removing or renaming this functionality. Enables the benchmarking extensions.
--enable-ble-advertising-in-apps No description
--enable-bookmark-undo Enables the multi-level undo system for bookmarks.
--enable-browser-side-navigation PlzNavigate: Use the experimental browser-side navigation path.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--enable-centered-app-list If set, the app list will be centered and wide instead of tall.
Removed on 2016-09-19. This switch was listed in ui/app_list/app_list_switches.cc.
--enable-child-account-detection Enables detection of child accounts.
Removed on 2016-11-17. This switch was listed in chrome/common/chrome_switches.cc.
--enable-clear-browsing-data-counters Enables data volume counters in the Clear Browsing Data dialog.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--enable-clear-sync-data-on-passphrase-encryption Enables clearing of sync data when a user enables passphrase encryption.
Removed on 2016-05-24. This switch was listed in components/sync_driver/sync_driver_switches.cc.
--enable-cloud-print-proxy This applies only when the process type is "service". Enables the Cloud Print Proxy component within the service process.
--enable-cloud-print-xps[2] Fallback to XPS. By default connector uses CDD.
Removed on 2020-08-12. This switch was listed in chrome/common/chrome_switches.cc.
--enable-cma-media-pipeline Enable the CMA media pipeline.
Removed on 2016-09-03. This switch was listed in chromecast/base/chromecast_switches.cc.
--enable-consumer-management Enables consumer management, which allows user to enroll, remotely lock and locate the device.
Removed on 2016-08-12. This switch was listed in chromeos/chromeos_switches.cc.
--enable-crash-reporter Enable crash reporter for headless.
--enable-crash-reporter-for-testing[22] Used for turning on Breakpad crash reporting in a debug environment where crash reporting is typically compiled but disabled.
--enable-credential-manager-api Enable the experimental Credential Manager JavaScript API.
Removed on 2017-01-26. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--enable-credit-card-scan Enables using device's camera to scan a new credit card when filling out a credit card form.
Removed on 2016-08-03. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--enable-crx-hash-check No description
--enable-data-reduction-proxy-bypass-warning Enable the data reduction proxy bypass warning.
Removed on 2022-08-14. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--enable-data-reduction-proxy-carrier-test Enables the origin of the carrier test data reduction proxy.
Removed on 2017-07-11. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--enable-data-reduction-proxy-config-client Enable the data reduction proxy config client.
Removed on 2016-03-28. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--enable-data-reduction-proxy-lo-fi-preview Enables preview mode for Lo-Fi. This means a preview should be requested instead of placeholders whenever Lo-Fi mode is on. Lo-Fi must also be enabled via a flag or field trial.
Removed on 2016-10-01. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--enable-datasaver-prompt Enables Data Saver prompt on cellular networks.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--enable-device-discovery-notifications Enable device discovery notifications.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--enable-devtools-experiments If true devtools experimental settings are enabled.
Removed on 2020-07-28. This switch was listed in chrome/common/chrome_switches.cc.
--enable-display-list-2d-canvas Enables display list based 2d canvas implementation. Options: 1. Enable: allow browser to use display list for 2d canvas (browser makes decision). 2. Force: browser always uses display list for 2d canvas.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--enable-distance-field-text Enables using signed distance fields when rendering text. Only valid if GPU rasterization is enabled as well.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--enable-dom-distiller No description
--enable-domain-reliability Enables Domain Reliability Monitoring.
--enable-drive-search-in-app-launcher Enable/disable drive search in chrome launcher.
Removed on 2019-08-13. This switch was listed in ui/app_list/app_list_switches.cc.
--enable-drop-sync-credential Enable dropping the credential used to sync passwords.
Removed on 2016-03-11. This switch was listed in components/password_manager/core/common/password_manager_switches.cc.
--enable-embedded-extension-options Hack so that feature switch can work with about_flags. See kEnableScriptsRequireAction.
Removed on 2019-08-13. This switch was listed in extensions/common/switches.cc.
--enable-embeddedsearch-api[12] Enables EmbeddedSearch API in the search results page.
Removed on 2016-11-22. This switch was listed in components/search/search_switches.cc.
--enable-exclusive-audio[1] Use exclusive mode audio streaming for Windows Vista and higher. Leads to lower latencies for audio streams which uses the AudioParameters::AUDIO_PCM_LOW_LATENCY audio path. See http://msdn.microsoft.com/en-us/library/windows/desktop/dd370844.aspx for details.
Removed on 2023-12-10. This switch was listed in media/base/media_switches.cc.
--enable-experimental-app-list Enable/disable the experimental app list. If enabled, implies --enable-centered-app-list.
Removed on 2016-09-19. This switch was listed in ui/app_list/app_list_switches.cc.
--enable-experimental-canvas-features Enable experimental canvas features, e.g. canvas 2D context attributes
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--enable-experimental-extension-apis No description
--enable-experimental-input-view-features No description
Removed on 2019-08-13. This switch was listed in ui/keyboard/keyboard_switches.cc.
--enable-experimental-web-platform-features Enables Web Platform features that are in development.
--enable-extension-action-redesign Hack so that feature switch can work with about_flags. See kEnableScriptsRequireAction.
Removed on 2017-02-01. This switch was listed in extensions/common/switches.cc.
--enable-extension-activity-log-testing No description
--enable-extension-activity-logging Enables logging for extension activity.
--enable-extension-assets-sharing Enables sharing assets for installed default apps.
--enable-fast-unload Enable the fast unload controller, which speeds up tab/window close by running a tab's onunload js handler independently of the GUI - crbug.com/142458 .
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--enable-fast-web-scroll-view-insets Enables a workaround for fast inset updates for UIWebView.scrollView.
Removed on 2017-08-03. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--enable-features Comma-separated list of feature names to enable. See also kDisableFeatures.
--enable-files-details-panel Enables details panel in Files app.
Removed on 2016-12-12. This switch was listed in chromeos/chromeos_switches.cc.
--enable-fill-on-account-select Enables the experiment for the password manager to only fill on account selection, rather than autofilling on page load, with highlighting of fields.
Removed on 2016-06-20. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--enable-fill-on-account-select-no-highlighting Enables the experiment for the password manager to only fill on account selection, rather than autofilling on page load, with no highlighting of fields.
Removed on 2016-06-14. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--enable-first-run-ui-transitions Enables animated transitions during first-run tutorial. TODO(https://crbug.com/945966): Remove this.
Removed on 2020-07-28. This switch was listed in chromeos/constants/chromeos_switches.cc.
--enable-floating-virtual-keyboard No description
Removed on 2019-08-13. This switch was listed in ui/keyboard/keyboard_switches.cc.
--enable-font-antialiasing Enable font antialiasing for pixel tests.
--enable-full-form-autofill-ios Enables the experimental Full Form Autofill on iOS feature.
Removed on 2016-07-14. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--enable-gpu-benchmarking Enables the GPU benchmarking extension
--enable-gpu-client-logging Enable GPU client logging.
--enable-gpu-client-tracing Enables TRACE for GL calls in the renderer.
--enable-gpu-command-logging Turn on Logging GPU commands.
--enable-gpu-debugging Turn on Calling GL Error after every command.
--enable-gpu-memory-buffer-compositor-resources Specify that all compositor resources should be backed by GPU memory buffers.
--enable-gpu-memory-buffer-video-frames Enable GpuMemoryBuffer backed VideoFrames.
--enable-gpu-rasterization Allow heuristics to determine when a layer tile should be drawn with the Skia GPU backend. Only valid with GPU accelerated compositing.
--enable-gpu-service-logging Turns on GPU logging (debug build only).
--enable-gpu-service-tracing Turns on calling TRACE for every GL call.
--enable-grouped-history Enables grouping websites by domain and filtering them by period.
Removed on 2017-07-01. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--enable-hardware-overlays Enable compositing individual elements via hardware overlays when permitted by device. Setting the flag to "single-fullscreen" will try to promote a single fullscreen overlay and use it as main framebuffer where possible.
--enable-harfbuzz-rendertext[13] Enables the HarfBuzz port of RenderText on Mac (it's already used only for text editing; this enables it for everything else).
Removed on 2019-08-13. This switch was listed in ui/gfx/switches.cc.
--enable-heap-profiling Makes memory allocators keep track of their allocations and context, so a detailed breakdown of memory usage can be presented in chrome://tracing when the memory-infra category is enabled.
Removed on 2019-08-13. This switch was listed in base/base_switches.cc.
--enable-hosted-app-quit-notification[16] Shows a notification when quitting Chrome with hosted apps running. Default behavior is to also quit all hosted apps.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--enable-hosted-apps-in-windows[13] Allows hosted apps to be opened in windows on Mac.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--enable-hosted-mode[12] Enables chrome hosted mode for Android.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--enable-hotword-hardware Enables experimental hotword features specific to always-on.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--enable-hung-renderer-infobar[10] Enables a hung renderer InfoBar allowing the user to close or wait on unresponsive web content.
Removed on 2022-08-28. This switch was listed in chrome/common/chrome_switches.cc.
--enable-icon-ntp Enables large icons on the New Tab page.
Removed on 2017-02-09. This switch was listed in ui/base/ui_base_switches.cc.
--enable-image-color-profiles Dynamically apply color profiles to web content images.
Removed on 2016-08-11. This switch was listed in content/public/common/content_switches.cc.
--enable-ime-menu Enables or disables the opt-in IME menu.
Removed on 2016-03-24. This switch was listed in chromeos/chromeos_switches.cc.
--enable-ime-thread[12] Use IME's own thread instead of using main UI thread. It also means that we will not use replica editor and do a round trip to renderer to synchronize with Blink data.
Removed on 2016-03-10. This switch was listed in content/public/common/content_switches.cc.
--enable-inband-text-tracks Enables support for inband text tracks in media content.
Removed on 2019-08-13. This switch was listed in media/base/media_switches.cc.
--enable-ios-handoff-to-other-devices Enables support for Handoff from Chrome on iOS to the default browser of other Apple devices.
--enable-ios-password-generation Enable password generation for iOS.
Removed on 2017-08-04. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--enable-kiosk-mode Enables Kiosk mode for Chrome OS. Note this switch refers to retail mode rather than the kiosk app mode.
Removed on 2017-07-01. This switch was listed in chromeos/chromeos_switches.cc.
--enable-lcd-text Enables LCD text.
--enable-leak-detection Enables the leak detection of loading webpages. This allows us to check whether or not reloading a webpage releases web-related objects correctly.
--enable-local-file-accesses Enable file accesses. It should not be enabled for most Cast devices.
--enable-logging Force logging to be enabled. Logging is disabled by default in release builds.
--enable-longpress-drag-selection[10] Enable drag manipulation of longpress-triggered text selections.
--enable-low-end-device-mode Force low-end device mode when set.
--enable-low-res-tiling When using CPU rasterizing generate low resolution tiling. Low res tiles may be displayed during fast scrolls especially on slower devices.
--enable-lru-snapshot-cache Enables the snapshot lru cache.
Removed on 2017-08-03. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--enable-mac-views-app-list[13] Enables use of the toolkit-views app list on Mac.
Removed on 2016-05-05. This switch was listed in ui/app_list/app_list_switches.cc.
--enable-mac-views-dialogs[13] Causes Chrome to use an equivalent toolkit-views version of a browser dialog when available, rather than a Cocoa one.
Removed on 2016-05-26. This switch was listed in chrome/common/chrome_switches.cc.
--enable-mac-views-native-app-windows[13] Enables use of toolkit-views based native app windows.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--enable-main-frame-before-activation Enables sending the next BeginMainFrame before the previous commit activates.
--enable-md-extensions Enables the Material Design version of chrome://extensions.
Removed on 2016-08-05. This switch was listed in chrome/common/chrome_switches.cc.
--enable-md-history Enables the Material Design version of chrome://history.
Removed on 2016-03-17. This switch was listed in chrome/common/chrome_switches.cc.
--enable-md-policy-page Enables the Material Design policy page at chrome://md-policy.
Removed on 2017-08-10. This switch was listed in chrome/common/chrome_switches.cc.
--enable-media-suspend Suspend media pipeline on background tabs.
Removed on 2020-07-28. This switch was listed in media/base/media_switches.cc.
--enable-media-thread-for-media-playback[12] Sets the MediaSource player that uses the separate media thread
Removed on 2016-08-26. This switch was listed in media/base/media_switches.cc.
--enable-memory-benchmarking Enables the memory benchmarking extension
Removed on 2016-12-20. This switch was listed in content/public/common/content_switches.cc.
--enable-merge-key-char-events[2] Enables merging the key event (WM_KEY*) with the char event (WM_CHAR).
Removed on 2019-08-13. This switch was listed in ui/base/ui_base_switches.cc.
--enable-message-center-always-scroll-up-upon-notification-removal Enables message center to always move other notifications upwards when a notification is removed, no matter whether the message center is displayed top down or not.
Removed on 2019-08-13. This switch was listed in ui/message_center/message_center_switches.cc.
--enable-mojo-serial-service Enables the mojo implementation of the serial API.
Removed on 2016-10-12. This switch was listed in extensions/common/switches.cc.
--enable-nacl Allows NaCl to run in all contexts (such as open web). Note that kDisableNaCl disables NaCl in all contexts and takes precedence.
--enable-nacl-debug Enables debugging via RSP over a socket.
--enable-nacl-nonsfi-mode Enables Non-SFI mode, in which programs can be run without NaCl's SFI sandbox.
Removed on 2022-08-14. This switch was listed in components/nacl/common/nacl_switches.cc.
--enable-native-gpu-memory-buffers Enable native CPU-mappable GPU memory buffer support on Linux.
--enable-native-notifications Enables the use of native notifications instead of using the Chrome based ones.
Removed on 2016-10-18. This switch was listed in chrome/common/chrome_switches.cc.
--enable-natural-scroll-default Enables natural scroll by default.
--enable-navigation-tracing Enables tracing for each navigation. It will attempt to trace each navigation for 10s, until the buffer is full, or until the next navigation. It only works if a URL was provided by --trace-upload-url.
Removed on 2020-07-28. This switch was listed in chrome/common/chrome_switches.cc.
--enable-net-benchmarking Enables the network-related benchmarking extensions.
--enable-network-information Enables the network information API.
Removed on 2017-07-14. This switch was listed in content/public/common/content_switches.cc.
--enable-network-portal-notification Enables notifications about captive portals in session.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--enable-new-app-list-mixer Enable/disable the new "blended" algorithm in app_list::Mixer. This is just forcing the AppListMixer/Blended field trial.
Removed on 2016-07-13. This switch was listed in ui/app_list/app_list_switches.cc.
--enable-new-bookmark-apps Enables the new bookmark app system.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--enable-notification-action-icons Enables action button icons for the Web Notification API.
Removed on 2016-04-19. This switch was listed in content/public/common/content_switches.cc.
--enable-ntp-favicons Enables NTP favicons.
Removed on 2016-06-04. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--enable-ntp-search-engine-country-detection Enables using the default search engine country to show country specific popular sites on the NTP.
--enable-offer-store-unmasked-wallet-cards Force showing the local save checkbox in the autofill dialog box for getting the full credit card number for a wallet card.
Removed on 2022-08-14. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--enable-offer-upload-credit-cards Enables offering to upload credit cards.
Removed on 2016-06-02. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--enable-offline-auto-reload Enable auto-reload of error pages if offline.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--enable-offline-auto-reload-visible-only Only auto-reload error pages when the tab is visible.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--enable-offline-pages Enable Offline Pages.
Removed on 2016-04-22. This switch was listed in components/offline_pages/offline_page_switches.cc.
--enable-offline-pages-as-bookmarks Enable Offline Pages showing "bookmarks" in UI strings.
Removed on 2016-04-22. This switch was listed in components/offline_pages/offline_page_switches.cc.
--enable-offline-pages-as-saved-pages Enable Offline Pages showing "saved pages" in UI strings.
Removed on 2016-04-22. This switch was listed in components/offline_pages/offline_page_switches.cc.
--enable-overlay-scrollbar Enables or disables overlay scrollbars in Blink (i.e. web content) on Aura or Linux. The status of native UI overlay scrollbars are determined in PlatformStyle::CreateScrollBar. Does nothing on Mac.
Removed on 2017-07-01. This switch was listed in ui/native_theme/native_theme_switches.cc.
--enable-override-bookmarks-ui Enables extensions to hide bookmarks UI elements.
Removed on 2020-07-28. This switch was listed in extensions/common/switches.cc.
--enable-panels Enables panels (always on-top docked pop-up windows).
Removed on 2016-08-23. This switch was listed in chrome/common/chrome_switches.cc.
--enable-password-generation Enables password generation when we detect that the user is going through account creation.
Removed on 2019-08-13. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--enable-pepper-testing Enables the testing interface for PPAPI.
--enable-permissions-blacklist Enables the Permissions Blacklist, which blocks access to permissions for blacklisted sites.
Removed on 2016-11-30. This switch was listed in chrome/common/chrome_switches.cc.
--enable-physical-keyboard-autocorrect Enables suggestions while typing on a physical keyboard.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--enable-pinch Enables compositor-accelerated touch-screen pinch gestures.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--enable-pixel-output-in-tests Forces tests to produce pixel output when they normally wouldn't.
--enable-plugin-placeholder-testing Enables testing features of the Plugin Placeholder. For internal use only.
--enable-potentially-annoying-security-features Enables a number of potentially annoying security features (strict mixed content mode, powerful feature restrictions, etc.)
--enable-power-overlay Enables the Power overlay in Settings.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--enable-precache Enables the proactive populating of the disk cache with Web resources that are likely to be needed in future page fetches.
Removed on 2017-07-17. This switch was listed in components/precache/core/precache_switches.cc.
--enable-precise-memory-info Make the values returned to window.performance.memory more granular and more up to date in shared worker. Without this flag, the memory information is still available, but it is bucketized and updated less frequently. This flag also applys to workers.
--enable-prefer-compositing-to-lcd-text Enable the creation of compositing layers when it would prevent LCD text.
--enable-print-preview-register-promos Enables showing unregistered printers in print preview
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--enable-profile-shortcut-manager[1] Force-enables the profile shortcut manager. This is needed for tests since they use a custom-user-data-dir which disables this.
--enable-profiling Enables tracking of tasks in profiler for viewing via about:profiler. To predominantly disable tracking (profiling), use the command line switch: --enable-profiling=0 Some tracking will still take place at startup, but it will be turned off during chrome_browser_main.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--enable-proximity-auth-bluetooth-low-energy-discovery Enables discovery of the phone over Bluetooth Low Energy.
Removed on 2017-07-20. This switch was listed in components/proximity_auth/switches.cc.
--enable-proximity-auth-proximity-detection Enables close proximity detection. This allows the user to set a setting to require very close proximity between the remote device and the local device in order to unlock the local device, which trades off convenience for security.
Removed on 2017-07-13. This switch was listed in components/proximity_auth/switches.cc.
--enable-push-api-background-mode Enable background mode for the Push API.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--enable-query-extraction[23] Enables query in the omnibox.
Removed on 2016-08-12. This switch was listed in components/search/search_switches.cc.
--enable-quic Enables the QUIC protocol. This is a temporary testing flag.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--enable-quic-port-selection Enable use of Chromium's port selection for the ephemeral port via bind(). This only has an effect if the QUIC protocol is enabled.
Removed on 2016-12-01. This switch was listed in chrome/common/chrome_switches.cc.
--enable-reader-mode-toolbar-icon Enables context-sensitive reader mode button in the toolbar.
Removed on 2019-08-13. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--enable-renderer-mojo-channel Replaces renderer-browser IPC channel with ChnanelMojo. TODO(morrita): Now ChannelMojo for the renderer is on by default. Remove this once the change sticks.
Removed on 2016-03-16. This switch was listed in content/public/common/mojo_channel_switches.cc.
--enable-request-tablet-site Enables request of tablet site (via user agent override).
Removed on 2022-08-14. This switch was listed in chromeos/constants/chromeos_switches.cc.
--enable-rgba-4444-textures Enables RGBA_4444 textures.
--enable-sandbox Enables the sandbox on this process.
Removed on 2019-08-13. This switch was listed in services/service_manager/runner/common/switches.cc.
--enable-sandbox-logging[9] Cause the OS X sandbox write to syslog every time an access to a resource is denied by the sandbox.
--enable-save-password-bubble[13] Enables save password prompt bubble.
Removed on 2016-05-13. This switch was listed in chrome/common/chrome_switches.cc.
--enable-screenshot-testing-with-mode Enables using screenshots in tests and seets mode.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--enable-scripts-require-action FeatureSwitch and about_flags don't play nice. Feature switch expects either --enable-<feature> or --<feature>=1, but about_flags expects the command line argument to enable it (or a selection). Hack this in, so enabling it in about_flags enables the feature. Appending this flag has the same effect as --scripts-require-action=1.
Removed on 2019-08-13. This switch was listed in extensions/common/switches.cc.
--enable-scroll-prediction Enable scroll prediction for scroll update events.
Removed on 2019-08-13. This switch was listed in ui/events/event_switches.cc.
--enable-session-crashed-bubble Enables using bubbles for session restore request instead of infobars.
Removed on 2016-10-07. This switch was listed in chrome/common/chrome_switches.cc.
--enable-settings-window Enable settings in a separate browser window per profile (see SettingsWindowEnabled() below).
Removed on 2017-07-28. This switch was listed in chrome/common/chrome_switches.cc.
--enable-share-group-async-texture-upload Allows async texture uploads (off main thread) via GL context sharing.
Removed on 2016-10-12. This switch was listed in gpu/command_buffer/service/gpu_switches.cc.
--enable-single-click-autofill Enables/disables suggestions without typing anything (on first click).
Removed on 2019-08-13. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--enable-site-engagement-app-banner Enable the Site Engagement App Banner which triggers app install banners using the site engagement service rather than a navigation-based heuristic. Implicitly enables the site engagement service.
Removed on 2016-12-14. This switch was listed in chrome/common/chrome_switches.cc.
--enable-site-engagement-eviction-policy Enable the Site Engagement Eviction Policy which evicts temporary storage using the site engagement service. Implicitly enables the site engagement service.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--enable-site-engagement-service Enable the Site Engagement service, which records interaction with sites and allocates certain resources accordingly.
Removed on 2016-11-25. This switch was listed in chrome/common/chrome_switches.cc.
--enable-skia-benchmarking Enables the Skia benchmarking extension.
--enable-slimming-paint-v2 Enables slimming paint phase 2: http://www.chromium.org/blink/slimming-paint
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--enable-smooth-scrolling On platforms that support it, enables smooth scroll animation.
--enable-spatial-navigation Enable spatial navigation
--enable-spdy-proxy-auth Enable the data reduction proxy.
Removed on 2022-08-14. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--enable-spdy-proxy-dev-auth-origin Enables the origin of the data reduction proxy dev.
Removed on 2016-04-06. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--enable-speech-dispatcher[24] TODO(crbug.com/40118868): Revisit the macro expression once build flag switch of lacros-chrome is complete. Allows sending text-to-speech requests to speech-dispatcher, a common Linux speech service. Because it's buggy, the user must explicitly enable it so that visiting a random webpage can't cause instability.
--enable-spelling-feedback-field-trial[25] Enables participation in the field trial for user feedback to spelling service.
Removed on 2019-08-13. This switch was listed in components/spellcheck/common/spellcheck_switches.cc.
--enable-stats-collection-bindings Specifies if the |StatsCollectionController| needs to be bound in the renderer. This binding happens on per-frame basis and hence can potentially be a performance bottleneck. One should only enable it when running a test that needs to access the provided statistics.
--enable-stats-table Enables StatsTable, logging statistics to a global named shared memory table.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--enable-strict-mixed-content-checking Blocks all insecure requests from secure contexts, and prevents the user from overriding that decision.
--enable-strict-powerful-feature-restrictions Blocks insecure usage of a number of powerful features (device orientation, for example) that we haven't yet deprecated for the web at large.
--enable-subscribe-uniform-extension Enable WebGL subscribe uniform extension.
Removed on 2016-04-22. This switch was listed in gpu/command_buffer/service/gpu_switches.cc.
--enable-suggestions-with-substring-match Enables suggestions with substring matching instead of prefix matching.
Removed on 2019-08-13. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--enable-supervised-user-managed-bookmarks-folder Enables the supervised user managed bookmarks folder.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--enable-sync-app-list Enable/disable syncing of the app list independent of extensions.
Removed on 2019-08-13. This switch was listed in ui/app_list/app_list_switches.cc.
--enable-sync-articles No description
Removed on 2019-08-13. This switch was listed in components/dom_distiller/core/dom_distiller_switches.cc.
--enable-tab-audio-muting Enables user control over muting tab audio from the tab strip.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--enable-tab-eviction Enables the tab eviction policy. (applicable iff WKWebView is enabled)
Removed on 2016-07-20. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--enable-tab-for-desktop-share No description
Removed on 2016-07-08. This switch was listed in extensions/common/switches.cc.
--enable-tab-switcher Enables the tab switcher.
Removed on 2017-02-08. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--enable-tab-switcher-in-document-mode[12] Enabled tab switcher in document mode.
Removed on 2016-07-13. This switch was listed in chrome/common/chrome_switches.cc.
--enable-tcp-fastopen Enable use of experimental TCP sockets API for sending data in the SYN packet.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--enable-threaded-compositing Enabled threaded compositing for web tests.
Removed on 2023-08-06. This switch was listed in content/public/common/content_switches.cc.
--enable-threaded-texture-mailboxes Simulates shared textures when share groups are not available. Not available everywhere.
--enable-thumbnail-retargeting Enables fanciful thumbnail processing. Used with NTP for instant-extended-api, where thumbnails are generally smaller.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--enable-tile-compression Compress tile textures for GPUs supporting it.
Removed on 2019-08-13. This switch was listed in cc/base/switches.cc.
--enable-touch-drag-drop Enables touch event based drag and drop.
--enable-touchview If the flag is present, it indicates 1) the device has accelerometer and 2) the device is a convertible device or a tablet device (thus is capable of entering tablet mode). If this flag is not set, then the device is not capable of entering tablet mode. For example, Samus has accelerometer, but is not a covertible or tablet, thus doesn't have this flag set, thus can't enter tablet mode.
--enable-trace-app-source No description
--enable-tracing No description
--enable-tracing-output Similar to the flag above, with the following differences: - A more detailed basename will be generated. - If the value is empty or ends with path separator, the provided directory will be used (with empty standing for current directory) and a detailed basename file will be generated. It is ignored if --trace-startup-file is specified.
--enable-translate-new-ux[13] Enables Translate experimental new UX which replaces the infobar.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--enable-transparent-visuals[26] When enabled, tries to get a transparent X11 visual so that we can have per-pixel alpha in windows. TODO(erg): Remove this switch once we've stabilized the code path. http://crbug.com/369209
Removed on 2016-07-20. This switch was listed in ui/gfx/x/x11_switches.cc.
--enable-unified-media-pipeline[12] Use WebMediaPlayerImpl instead of WebMediaPlayerAndroid. This is a temporary switch for experimenting with unifying the Android playback pipeline.
Removed on 2016-04-01. This switch was listed in media/base/media_switches.cc.
--enable-unsafe-es3-apis Enable OpenGL ES 3 APIs without proper service side validation.
Removed on 2016-11-04. This switch was listed in ui/gl/gl_switches.cc.
--enable-use-zoom-for-dsf Enable the mode that uses zooming to implment device scale factor behavior.
Removed on 2022-08-14. This switch was listed in content/public/common/content_switches.cc.
--enable-user-controlled-alternate-protocol-ports Enables Alternate-Protocol when the port is user controlled (> 1024).
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--enable-usermedia-screen-capturing Enable screen capturing support for MediaStream API.
--enable-video-player-chromecast-support Enables the chromecast support for video player app.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--enable-viewport Enables the use of the @viewport CSS rule, which allows pages to control aspects of their own layout. This also turns on touch-screen pinch gestures.
--enable-virtual-keyboard No description
--enable-vtune-support Enable the Vtune profiler support.
--enable-wayland-server Enable the wayland server.
--enable-web-app-frame Enables a new "web app" style frame for hosted apps (including bookmark apps).
Removed on 2016-12-20. This switch was listed in chrome/common/chrome_switches.cc.
--enable-web-bluetooth Enable Web Bluetooth.
Removed on 2016-10-28. This switch was listed in content/public/common/content_switches.cc.
--enable-web-notification-custom-layouts Enables Web Notification custom layouts.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--enable-webfonts-intervention-trigger Enable WebFonts intervention and trigger the signal always.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--enable-webgl-draft-extensions Enables WebGL extensions not yet approved by the community.
--enable-webgl-image-chromium Enables WebGL rendering into a scanout buffer for overlay support.
--enable-webrtc-dtls12[27] Enables negotiation of DTLS 1.2 for WebRTC.
Removed on 2016-10-06. This switch was listed in content/public/common/content_switches.cc.
--enable-webrtc-hw-h264-encoding[27] Enables H264 HW encode acceleration for WebRTC.
Removed on 2016-10-21. This switch was listed in content/public/common/content_switches.cc.
--enable-webrtc-stun-origin Enables Origin header in Stun messages for WebRTC.
Removed on 2022-08-14. This switch was listed in content/public/common/content_switches.cc.
--enable-webvr Enables interaction with virtual reality devices.
Removed on 2020-07-28. This switch was listed in content/public/common/content_switches.cc.
--enable-wheel-gestures Enables gesture generation for wheel events.
Removed on 2016-06-09. This switch was listed in content/public/common/content_switches.cc.
--enable-wifi-credential-sync Enables synchronizing WiFi credentials across devices, using Chrome Sync.
Removed on 2019-08-13. This switch was listed in components/browser_sync/browser_sync_switches.cc.
--enable-win32k-lockdown-mimetypes[2] Enables the Win32K process mitigation policy for certain PPAPI mime types. Each mime type is separated by a comma. Specify * to enable the policy for all mime types.
Removed on 2016-10-11. This switch was listed in content/public/common/content_switches.cc.
--enable-wkwebview Enables the use of WKWebView instead of UIWebView.
Removed on 2016-08-10. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--enable-zero-copy Enable rasterizer that writes directly to GPU memory associated with tiles.
--enabled No description
--encode-binary Encode binary web test results (images, audio) using base64.
--enforce No description
--enforce-gl-minimums Enforce GL minimums.
--enforce-webrtc-ip-permission-check Enforce IP Permission check. TODO(guoweis): Remove this once the feature is not under finch and becomes the default.
--enforce_strict No description
--engine-cert-path No description
Removed on 2017-01-13. This switch was listed in blimp/client/core/switches/blimp_client_switches.cc.
--engine-ip Specifies the engine's IP address. Must be used in conjunction with --engine-port and --engine-transport. This is the same command line flag as ENGINE_IP in android/java/src/org/chromium/blimp/core/BlimpClientSwitches.java
Removed on 2017-01-13. This switch was listed in blimp/client/core/switches/blimp_client_switches.cc.
--engine-port No description
Removed on 2017-01-14. This switch was listed in blimp/engine/app/switches.cc.
--engine-transport No description
Removed on 2017-01-14. This switch was listed in blimp/engine/app/switches.cc.
--enterprise-enable-forced-re-enrollment Whether to enable forced enterprise re-enrollment.
--enterprise-enrollment-initial-modulus Power of the power-of-2 initial modulus that will be used by the auto-enrollment client. E.g. "4" means the modulus will be 2^4 = 16.
--enterprise-enrollment-modulus-limit Power of the power-of-2 maximum modulus that will be used by the auto-enrollment client.
--error-console Allows the ErrorConsole to collect runtime and manifest errors, and display them in the chrome:extensions page.
Removed on 2020-07-28. This switch was listed in extensions/common/switches.cc.
--explicitly-allowed-ports Allows overriding the list of restricted ports by passing a comma-separated list of port numbers.
--expose-internals-for-testing Exposes the window.internals object to JavaScript for interactive development and debugging of web tests that rely on it.
--extension-action-redesign Whether to switch to extension action redesign mode (experimental).
Removed on 2017-02-01. This switch was listed in extensions/common/switches.cc.
--extension-content-verification Name of the command line flag to force content verification to be on in one of various modes.
--extension-process No description
--extensions-install-verification Turns on extension install verification if it would not otherwise have been turned on.
--extensions-multi-account Enables multiple account versions of chrome.identity APIs.
Removed on 2019-08-13. This switch was listed in components/signin/core/common/signin_switches.cc.
--extensions-not-webstore Specifies a comma-separated list of extension ids that should be forced to be treated as not from the webstore when doing install verification.
--extensions-on-chrome-urls No description
--extensions-update-frequency Frequency in seconds for Extensions auto-update.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--extra-plugin-dir Load NPAPI plugins from the specified directory.
Removed on 2016-04-06. This switch was listed in content/public/common/content_switches.cc.
--extra-search-query-params No description
--fake-variations-channel Fakes the channel of the browser for purposes of Variations filtering. This is to be used for testing only. Possible values are "stable", "beta", "dev" and "canary". This works for official builds as well.
--false Value indicating whether flag from command line switch is false.
--fast Defines that Material Design visual feedback animations should be fast.
Removed on 2019-08-13. This switch was listed in ui/base/ui_base_switches.cc.
--fast-start If this flag is present then this command line is being delegated to an already running chrome process via the fast path, ie: before chrome.dll is loaded. It is useful to tell the difference for tracking purposes.
Removed on 2020-07-28. This switch was listed in chrome/common/chrome_switches.cc.
--feedback-server Alternative feedback server to use when submitting user feedback
--first-exec-after-boot Passed to Chrome the first time that it's run after the system boots. Not passed on restart after sign out.
--flag-switches-begin These two flags are added around the switches about:flags adds to the command line. This is useful to see which switches were added by about:flags on about:version. They don't have any effect.
--flag-switches-end No description
--font-cache-shared-handle[1] DirectWrite FontCache is shared by browser to renderers using shared memory. This switch allows us to pass the shared memory handle to the renderer.
--force-app-mode Forces application mode. This hides certain system UI elements and forces the app to be installed if it hasn't been already.
--force-desktop[2] For the DelegateExecute verb handler to launch Chrome in desktop mode on Windows 8 and higher. Used when relaunching metro Chrome.
Removed on 2016-03-18. This switch was listed in chrome/common/chrome_switches.cc.
--force-dev-mode-highlighting No description
--force-device-scale-factor Overrides the device scale factor for the browser UI and the contents.
--force-directshow[2] Used to troubleshoot problems with different video capture implementations on Windows. By default we use the Media Foundation API on Windows 7 and up, but specifying this switch will force use of DirectShow always. See bug: http://crbug.com/268412
Removed on 2016-03-12. This switch was listed in media/base/media_switches.cc.
--force-display-list-2d-canvas No description
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--force-fieldtrial-params This option can be used to force parameters of field trials when testing changes locally. The argument is a param list of (key, value) pairs prefixed by an associated (trial, group) pair. You specify the param list for multiple (trial, group) pairs with a comma separator. Example: "Trial1.Group1:k1/v1/k2/v2,Trial2.Group2:k3/v3/k4/v4" Trial names, groups names, parameter names, and value should all be URL escaped for all non-alphanumeric characters.
--force-fieldtrials This option can be used to force field trials when testing changes locally. The argument is a list of name and value pairs, separated by slashes. If a trial name is prefixed with an asterisk, that trial will start activated. For example, the following argument defines two trials, with the second one activated: "GoogleNow/Enable/*MaterialDesignNTP/Default/" This option can also be used by the browser process to send the list of trials to a non-browser process, using the same format. See FieldTrialList::CreateTrialsFromString() in field_trial.h for details.
--force-first-run Displays the First Run experience when the browser is started, regardless of whether or not it's actually the First Run (this overrides kNoFirstRun).
--force-first-run-ui Forces first-run UI to be shown for every login.
--force-gpu-mem-available-mb Sets the total amount of memory that may be allocated for GPU resources
--force-gpu-rasterization Always use the Skia GPU backend for drawing layer tiles. Only valid with GPU accelerated compositing + impl-side painting. Overrides the kEnableGpuRasterization flag.
Removed on 2020-07-28. This switch was listed in content/public/common/content_switches.cc.
--force-immersive[2] For the DelegateExecute verb handler to launch Chrome in metro mode on Windows 8 and higher. Used when relaunching metro Chrome.
Removed on 2016-03-18. This switch was listed in chrome/common/chrome_switches.cc.
--force-load-easy-unlock-app-in-tests Force easy unlock app loading in test. TODO(xiyuan): Remove this when app could be bundled with Chrome.
Removed on 2020-07-28. This switch was listed in chromeos/components/proximity_auth/switches.cc.
--force-local-ntp Forces Chrome to use localNTP instead of server (GWS) NTP.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--force-login-manager-in-tests Usually in browser tests the usual login manager bringup is skipped so that tests can change how it's brought up. This flag disables that.
--force-mediafoundation[2] Force the use of MediaFoundation for video capture. This is only supported in Windows 7 and above. Used, like |kForceDirectShowVideoCapture|, to troubleshoot problems in Windows platforms.
Removed on 2019-08-13. This switch was listed in media/base/media_switches.cc.
--force-overlay-fullscreen-video Forces use of hardware overlay for fullscreen video playback. Useful for testing the Android overlay fullscreen functionality on other platforms.
Removed on 2022-08-14. This switch was listed in content/public/common/content_switches.cc.
--force-pnacl-subzero Force use of the Subzero as the PNaCl translator instead of LLC.
--force-qtkit[13] QTKit is the media capture API predecessor to AVFoundation, available up and until Mac OS X 10.9 (despite being deprecated in this last one). This flag is used for troubleshooting and testing, and forces QTKit in builds and configurations where AVFoundation would be used otherwise.
Removed on 2016-03-31. This switch was listed in media/base/media_switches.cc.
--force-renderer-accessibility Force renderer accessibility to be on instead of enabling it on demand when a screen reader is detected. The disable-renderer-accessibility switch overrides this if present. This switch has an optional parameter that forces an AXMode bundle. The three available bundle settings are: 'basic', 'form-controls', and 'complete'. If the bundle argument is invalid, then the forced AXMode will default to 'complete'. If the bundle argument is missing, then the initial AXMode will default to complete but allow changes to the AXMode during execution.
--force-show-update-menu-badge[10] Forces the update menu badge to show.
--force-show-update-menu-item[12] Forces the update menu item to show.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--force-ui-direction Force the UI to a specific direction. Valid values are "ltr" (left-to-right) and "rtl" (right-to-left).
--force-variation-ids Forces additional Chrome Variation Ids that will be sent in X-Client-Data header, specified as a 64-bit encoded list of numeric experiment ids. Ids prefixed with the character "t" will be treated as Trigger Variation Ids.
--force-wave-audio[1] Use Windows WaveOut/In audio API even if Core Audio is supported.
Removed on 2023-12-10. This switch was listed in media/base/media_switches.cc.
--force-webrtc-ip-handling-policy Override WebRTC IP handling policy to mimic the behavior when WebRTC IP handling policy is specified in Preferences.
--full-memory-crash-report Generates full memory crash dump.
--gaia-url No description
--gcm-checkin-url Sets the checkin service endpoint that will be used for performing Google Cloud Messaging checkins.
--gcm-mcs-endpoint Sets the Mobile Connection Server endpoint that will be used for Google Cloud Messaging.
--gcm-registration-url Sets the registration endpoint that will be used for creating new Google Cloud Messaging registrations.
--generate-accessibility-test-expectations No description
--gl No description
--gl-shader-interm-output Include ANGLE's intermediate representation (AST) output in shader compilation info logs.
--gles No description
--golden-screenshots-dir Screenshot testing: specifies the directory where the golden screenshots are stored.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--google-apis-url No description
--google-base-url Specifies an alternate URL to use for speaking to Google. Useful for testing.
--google-profile-info Enables using GAIA information to populate profile name and icon.
Removed on 2017-07-01. This switch was listed in components/signin/core/common/signin_switches.cc.
--google-url No description
--gpu-device-id Passes gpu device_id from browser process to GPU process.
Removed on 2019-08-13. This switch was listed in gpu/config/gpu_switches.cc.
--gpu-driver-bug-workarounds Pass a set of GpuDriverBugWorkaroundType ids, seperated by ','.
Removed on 2019-08-13. This switch was listed in gpu/config/gpu_switches.cc.
--gpu-driver-vendor Passes gpu driver_vendor from browser process to GPU process.
Removed on 2019-08-13. This switch was listed in gpu/config/gpu_switches.cc.
--gpu-driver-version Passes gpu driver_version from browser process to GPU process.
Removed on 2019-08-13. This switch was listed in gpu/config/gpu_switches.cc.
--gpu-launcher Extra command line options for launching the GPU process (normally used for debugging). Use like renderer-cmd-prefix.
--gpu-no-complete-info-collection Testing switch to not launch the gpu process for full gpu info collection.
Removed on 2019-08-13. This switch was listed in gpu/config/gpu_switches.cc.
--gpu-no-context-lost Inform Chrome that a GPU context will not be lost in power saving mode, screen saving mode, etc. Note that this flag does not ensure that a GPU context will never be lost in any situations, say, a GPU reset.
--gpu-process No description
--gpu-program-cache-size-kb Sets the maximum size of the in-memory gpu program cache, in kb
--gpu-rasterization-msaa-sample-count The number of multisample antialiasing samples for GPU rasterization. Requires MSAA support on GPU to have an effect. 0 disables MSAA.
--gpu-sandbox-allow-sysv-shm Allows shmat() system call in the GPU sandbox.
--gpu-sandbox-failures-fatal Makes GPU sandbox failures fatal.
--gpu-sandbox-start-early Starts the GPU sandbox before creating a GL context.
--gpu-startup-dialog Causes the GPU process to display a dialog on launch.
--gpu-testing-device-id Override gpu device id from the GpuInfoCollector.
Removed on 2019-08-13. This switch was listed in gpu/config/gpu_switches.cc.
--gpu-testing-gl-renderer Override gl renderer from the GpuInfoCollector.
Removed on 2019-08-13. This switch was listed in gpu/config/gpu_switches.cc.
--gpu-testing-gl-vendor Override gl vendor from the GpuInfoCollector.
Removed on 2019-08-13. This switch was listed in gpu/config/gpu_switches.cc.
--gpu-testing-gl-version Override gl version from the GpuInfoCollector.
Removed on 2019-08-13. This switch was listed in gpu/config/gpu_switches.cc.
--gpu-testing-os-version Override os version from GpuControlList::MakeDecision.
Removed on 2019-08-13. This switch was listed in gpu/config/gpu_switches.cc.
--gpu-testing-vendor-id Override gpu vendor id from the GpuInfoCollector.
Removed on 2019-08-13. This switch was listed in gpu/config/gpu_switches.cc.
--gpu-vendor-id Passes gpu vendor_id from browser process to GPU process.
Removed on 2019-08-13. This switch was listed in gpu/config/gpu_switches.cc.
--guest-wallpaper-large Large wallpaper to use in guest mode (as path to trusted, non-user-writable JPEG file).
--guest-wallpaper-small Small wallpaper to use in guest mode (as path to trusted, non-user-writable JPEG file).
--h[28] No description
--has-chromeos-diamond-key If true, the Chromebook has a keyboard with a diamond key.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--hdmi-sink-supported-codecs The bitmask of codecs (media_caps.h) supported by the current HDMI sink.
Removed on 2016-08-08. This switch was listed in chromecast/base/chromecast_switches.cc.
--help No description
--hide "Hide" value for kCrosRegionsMode (VPD values are hidden).
Removed on 2022-08-14. This switch was listed in chromeos/constants/chromeos_switches.cc.
--hide-icons[1] Makes Windows happy by allowing it to show "Enable access to this program" checkbox in Add/Remove Programs->Set Program Access and Defaults. This only shows an error box because the only way to hide Chrome is by uninstalling it.
--homedir Defines user homedir. This defaults to primary user homedir.
--homepage Specifies which page will be displayed in newly-opened tabs. We need this for testing purposes so that the UI tests don't depend on what comes up for http://google.com.
--host No description
--host-pairing-oobe With this switch, start remora OOBE with the pairing screen.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--host-resolver-retry-attempts The maximum number of retry attempts to resolve the host. Set this to zero to disable host resolver retry attempts.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--host-resolver-rules These mappings only apply to the host resolver.
--host-rules Comma-separated list of rules that control how hostnames are mapped. For example: "MAP * 127.0.0.1" --> Forces all hostnames to be mapped to 127.0.0.1 "MAP *.google.com proxy" --> Forces all google.com subdomains to be resolved to "proxy". "MAP test.com [::1]:77 --> Forces "test.com" to resolve to IPv6 loopback. Will also force the port of the resulting socket address to be 77. "MAP * baz, EXCLUDE www.google.com" --> Remaps everything to "baz", except for "www.google.com". These mappings apply to the endpoint host in a net::URLRequest (the TCP connect and host resolver in a direct connection, and the CONNECT in an http proxy connection, and the endpoint host in a SOCKS proxy connection).
Removed on 2017-07-29. This switch was listed in chrome/common/chrome_switches.cc.
--ignore-autocomplete-off-autofill Ignores autocomplete="off" for Autofill data (profiles + credit cards).
--ignore-certificate-errors Ignores certificate-related errors.
Removed on 2019-08-13. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--ignore-gpu-blacklist Ignores GPU blocklist. TODO(crbug.com/1101491): remove in 2020Q4 in favor of --ignore-gpu-blocklist.
Removed on 2022-08-14. This switch was listed in gpu/config/gpu_switches.cc.
--ignore-urlfetcher-cert-requests Causes net::URLFetchers to ignore requests for SSL client certificates, causing them to attempt an unauthenticated SSL/TLS session. This is intended for use when testing various service URLs (eg: kPromoServerURL, kSbURLPrefix, kSyncServiceURL, etc). TODO(crbug.com/1417189): Remove this flag if the alternative solution implemented for crbug.com/1221565 covers all needs.
Removed on 2024-02-11. This switch was listed in services/network/public/cpp/network_switches.cc.
--ignore-user-profile-mapping-for-tests If true, profile selection in UserManager will always return active user's profile. TODO(nkostlyev): http://crbug.com/364604 - Get rid of this switch after we turn on multi-profile feature on ChromeOS.
--in-process-gpu Run the GPU process as a thread in the browser process.
--incognito Forces Incognito mode even if user data directory is specified using the --user-data-dir switch.
--inert-visual-viewport Makes all APIs reflect the layout viewport.
Removed on 2017-07-20. This switch was listed in content/public/common/content_switches.cc.
--install-chrome-app Causes Chrome to initiate an installation flow for the given app.
--install-supervised-user-whitelists A list of whitelists to install for a supervised user, for testing. The list is of the following form: <id>[:<name>],[<id>[:<name>],...]
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--instant-process Marks a renderer as an Instant process.
--interests-url The URL for the interests API.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--invalidation-use-gcm-channel[15] Device invalidation service should use GCM network channel.
Removed on 2020-07-28. This switch was listed in components/invalidation/impl/invalidation_switches.cc.
--ipc-connection-timeout Overrides the timeout, in seconds, that a child process waits for a connection from the browser before killing itself.
--ipc-dump-directory[29] Dumps IPC messages sent from renderer processes to the browser process to the given directory. Used primarily to gather samples for IPC fuzzing.
--ipc-fuzzer-testcase[29] Specifies the testcase used by the IPC fuzzer.
--ipc-sync-compositing[12] Enable IPC-based synchronous compositing. Used by Android WebView.
Removed on 2016-04-20. This switch was listed in content/public/common/content_switches.cc.
--isolate-extensions Enables site isolation for all chrome-extension:// urls.
Removed on 2017-07-01. This switch was listed in extensions/common/switches.cc.
--isolate-sites-for-testing Enable site isolation (--site-per-process style isolation) for a subset of sites. The argument is a wildcard pattern which will be matched against the site URL to determine which sites to isolate. This can be used to isolate just one top-level domain, or just one scheme. Example usages: --isolate-sites-for-testing=*.com --isolate-sites-for-testing=https://*
Removed on 2019-08-13. This switch was listed in content/shell/common/shell_switches.cc.
--javascript-harmony Enables experimental Harmony (ECMAScript 6) features.
--js-flags Specifies the flags passed to JS engine.
--keep-alive-for-test Used for testing - keeps browser alive after last browser window closes.
--kiosk Enable kiosk mode. Please note this is not Chrome OS kiosk mode.
--kiosk-printing Enable automatically pressing the print button in print preview.
--lang The language file that we want to try to open. Of the form language[-country] where language is the 2 letter code from ISO-639.
--last-launched-app Pass the app id information to the renderer process, to be used for logging. last-launched-app should be the app that just launched and is spawning the renderer.
--learning Speculative resource prefetching will only learn about resources that need to be prefetched but will not prefetch them.
Removed on 2017-01-26. This switch was listed in chrome/common/chrome_switches.cc.
--load-and-launch-app Loads an app from the specified directory and launches it.
--load-apps No description
--load-component-extension Comma-separated list of directories with component extensions to load.
Removed on 2016-12-06. This switch was listed in chrome/common/chrome_switches.cc.
--load-extension No description
--load-plugin Load an NPAPI plugin from the specified path.
Removed on 2016-04-06. This switch was listed in content/public/common/content_switches.cc.
--local-heuristics-only-for-password-generation Removes the requirement that we recieved a ping from the autofill servers and that the user doesn't have the given form blacklisted. Used in testing.
Removed on 2019-08-13. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--local-ntp-reload[30] Enables a live-reload for local NTP resources. This only works when Chrome is running from a Chrome source directory.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--log-gpu-control-list-decisions Logs GPU control list decisions when enforcing blocklist rules.
--log-level Sets the minimum log level. Valid values are from 0 to 3: INFO = 0, WARNING = 1, LOG_ERROR = 2, LOG_FATAL = 3.
--log-net-log Enables saving net log events to a file. If a value is given, it used as the path the the file, otherwise the file is named netlog.json and placed in the user data directory.
--log-plugin-messages Make plugin processes log their sent and received messages to VLOG(1).
Removed on 2016-04-06. This switch was listed in content/public/common/content_switches.cc.
--login-manager Enables Chrome-as-a-login-manager behavior.
--login-profile Specifies the profile to use once a chromeos user is logged in. This parameter is ignored if user goes through login screen since user_id hash defines which profile directory to use. In case of browser restart within active session this parameter is used to pass user_id hash for primary user.
--login-user Specifies the user which is already logged in.
--lso-url No description
--ltr No description
--main-frame-resizes-are-orientation-changes Resizes of the main frame are caused by changing between landscape and portrait mode (i.e. Android) so the page should be rescaled to fit.
Removed on 2022-08-14. This switch was listed in content/public/common/content_switches.cc.
--make-default-browser Makes Chrome default browser
--managed-user-id Sets the supervised user ID for any loaded or newly created profile to the given value. Pass an empty string to mark the profile as non-supervised. Used for testing.
--managed-user-sync-token Used to authenticate requests to the Sync service for supervised users. Setting this switch also causes Sync to be set up for a supervised user.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--mark-non-secure-as Use to opt-in to marking HTTP as non-secure.
Removed on 2019-08-13. This switch was listed in components/security_state/core/switches.cc.
--market-url-for-testing[10] Sets the market URL for Chrome for use in testing.
--material Material design mode for the |kTopChromeMD| switch.
Removed on 2019-08-13. This switch was listed in ui/base/ui_base_switches.cc.
--material-design-ink-drop-animation-speed Defines the speed of Material Design visual feedback animations.
Removed on 2019-08-13. This switch was listed in ui/base/ui_base_switches.cc.
--material-hybrid Material design hybrid mode for the |kTopChromeMD| switch. Targeted for mouse/touch hybrid devices.
Removed on 2019-08-13. This switch was listed in ui/base/ui_base_switches.cc.
--max-gum-fps Override the maximum framerate as can be specified in calls to getUserMedia. This flag expects a value. Example: --max-gum-fps=17.5
--max-untiled-layer-height Sets the width and height above which a composited layer will get tiled.
--max-untiled-layer-width No description
--media-cache-size Forces the maximum disk space to be used by the media cache, in bytes.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--media-router Enables Media Router.
Removed on 2016-10-29. This switch was listed in chrome/common/chrome_switches.cc.
--memory-metrics Sample memory usage with high frequency and store the results to the Renderer.Memory histogram. Used in memory tests.
Removed on 2017-07-01. This switch was listed in content/public/common/content_switches.cc.
--memory-pressure-off No description
Removed on 2022-08-14. This switch was listed in chromeos/constants/chromeos_switches.cc.
--memory-pressure-thresholds The memory pressure threshold selection which is used to decide whether and when a memory pressure event needs to get fired.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--memory-pressure-thresholds-mb[2] Sets the free memory thresholds below which the system is considered to be under moderate and critical memory pressure. Used in the browser process, and ignored if invalid. Specified as a pair of comma separated integers. See base/win/memory_pressure_monitor.cc for defaults.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--message-center-changes-while-open Flag to enable or disable notification changes while the message center opens. This flag will be removed once the feature gets stable.
Removed on 2019-08-13. This switch was listed in ui/message_center/message_center_switches.cc.
--message-loop-histogrammer Enables histograming of tasks served by MessageLoop. See about:histograms/Loop for results, which show frequency of messages on each thread, including APC count, object signalling count, etc.
Removed on 2016-09-29. This switch was listed in chrome/common/chrome_switches.cc.
--metrics-client-id[9] This is how the metrics client ID is passed from the browser process to its children. With Crashpad, the metrics client ID is distinct from the crash client ID.
--metrics-recording-only Enables the recording of metrics reports but disables reporting. In contrast to kForceEnableMetricsReporting, this executes all the code that a normal client would use for reporting, except the report is dropped rather than sent to the server. This is useful for finding issues in the metrics code during UI and performance tests.
--migrate-data-dir-for-sxs[31] Triggers migration of user data directory to another directory specified as a parameter. The migration is done under singleton lock, and sanity checks are made to avoid corrupting the profile. The browser exits after migration is complete.
Removed on 2016-04-01. This switch was listed in chrome/common/chrome_switches.cc.
--mock No description
--mojo-channel-token The token to use to construct the message pipe on which to layer ChannelMojo.
Removed on 2017-07-20. This switch was listed in content/public/common/mojo_channel_switches.cc.
--mojo-local-storage Use a Mojo-based LocalStorage implementation.
--mojo-primordial-pipe-token A random token a child process can exchange for a primordial message pipe to the browser.
Removed on 2016-03-14. This switch was listed in content/public/common/content_switches.cc.
--monitoring-destination-id Allows setting a different destination ID for connection-monitoring GCM messages. Useful when running against a non-prod management server.
--mute-audio Mutes audio sent to the audio device so it is not audible during automated testing.
--nacl-broker No description
Removed on 2023-10-29. This switch was listed in sandbox/policy/switches.cc.
--nacl-dangerous-no-sandbox-nonsfi Disable sandbox even for non SFI mode. This is particularly unsafe as non SFI NaCl heavily relies on the seccomp sandbox.
Removed on 2022-08-14. This switch was listed in components/nacl/common/nacl_switches.cc.
--nacl-debug-mask Uses NaCl manifest URL to choose whether NaCl program will be debugged by debug stub. Switch value format: [!]pattern1,pattern2,...,patternN. Each pattern uses the same syntax as patterns in Chrome extension manifest. The only difference is that * scheme matches all schemes instead of matching only http and https. If the value doesn't start with !, a program will be debugged if manifest URL matches any pattern. If the value starts with !, a program will be debugged if manifest URL does not match any pattern.
--nacl-gdb Native Client GDB debugger that will be launched automatically when needed.
--nacl-gdb-script GDB script to pass to the nacl-gdb debugger at startup.
--nacl-loader No description
--nacl-loader-nonsfi Value for --type that causes the process to run as a NativeClient loader for non SFI mode.
Removed on 2022-08-14. This switch was listed in components/nacl/common/nacl_switches.cc.
--net-log-capture-mode Sets the granularity of events to capture in the network log. The mode can be set to one of the following values: "Default" "IncludeSensitive" "Everything" See the enums of the corresponding name in net_log_capture_mode.h for a description of their meanings.
--netifs-to-ignore List of network interfaces to ignore. Ignored interfaces will not be used for network connectivity.
--network-country-iso[12] The telephony region (ISO country code) to use in phone number detection.
Removed on 2022-08-14. This switch was listed in content/public/common/content_switches.cc.
--neutral No description
Removed on 2017-02-28. This switch was listed in components/security_state/core/switches.cc.
--new-profile-management Enables new profile management system, including lock mode.
Removed on 2017-07-01. This switch was listed in components/signin/core/common/signin_switches.cc.
--new-window Launches URL in new browser window.
--NewProfileManagement No description
Removed on 2017-07-01. This switch was listed in components/signin/core/common/profile_management_switches.cc.
--no-default-browser-check Disables the default browser check. Useful for UI/browser tests where we want to avoid having the default browser info-bar displayed.
--no-displaying-insecure-content By default, an https page can load images, fonts or frames from an http page. This switch overrides this to block this lesser mixed-content problem.
Removed on 2016-07-26. This switch was listed in chrome/common/chrome_switches.cc.
--no-experiments Disables all experiments set on about:flags. Does not disable about:flags itself. Useful if an experiment makes chrome crash at startup: One can start chrome with --no-experiments, disable the problematic lab at about:flags and then restart chrome without this switch again.
--no-first-run Skip First Run tasks, whether or not it's actually the First Run, and the What's New page. Overridden by kForceFirstRun (for FRE) and kForceWhatsNew (for What's New). This does not drop the First Run sentinel and thus doesn't prevent first run from occurring the next time chrome is launched without this flag. It also does not update the last What's New milestone, so does not prevent What's New from occurring the next time chrome is launched without this flag.
--no-managed-user-acknowledgment-check Disables checking whether we received an acknowledgment when registering a supervised user. Also disables the timeout during registration that waits for the ack. Useful when debugging against a server that does not support notifications.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--no-network-profile-warning[1] Whether or not the browser should warn if the profile is on a network share. This flag is only relevant for Windows currently.
--no-pings Don't send hyperlink auditing pings
--no-proxy-server Don't use a proxy server, always make direct connections. Overrides any other proxy server flags that are passed.
--no-referrers Don't send HTTP-Referer headers.
Removed on 2020-07-28. This switch was listed in services/network/public/cpp/network_switches.cc.
--no-sandbox Disables the sandbox for all process types that are normally sandboxed. Meant to be used as a browser-level switch for testing purposes only.
--no-service-autorun Disables the service process from adding itself as an autorun process. This does not delete existing autorun registrations, it just prevents the service from registering a new one.
--no-startup-window Does not automatically open a browser window on startup (used when launching Chrome for the purpose of hosting background apps).
--no-wifi Disable features that require WiFi management.
Removed on 2022-08-14. This switch was listed in chromecast/base/chromecast_switches.cc.
--noerrdialogs Suppresses all error dialogs when present.
--non-material Classic, non-material, mode for the |kTopChromeMD| switch.
Removed on 2019-08-13. This switch was listed in ui/base/ui_base_switches.cc.
--non-secure No description
Removed on 2019-08-13. This switch was listed in components/security_state/core/switches.cc.
--none Must be in sync with "sandbox_type" values as used in service manager's manifest.json catalog files.
--ntp-switch-to-existing-tab[12] Switch to an existing tab for a suggestion opened from the New Tab Page.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--num-pac-threads Specifies the maximum number of threads to use for running the Proxy Autoconfig (PAC) script.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--num-raster-threads Controls the number of threads to use for raster tasks.
--oauth2-client-id No description
--oauth2-client-secret No description
--off No description
Removed on 2020-07-28. This switch was listed in components/dom_distiller/core/dom_distiller_switches.cc.
--on No description
Removed on 2020-07-28. This switch was listed in components/dom_distiller/core/dom_distiller_switches.cc.
--oobe-bootstrapping-master Indicates that if we should start bootstrapping Master OOBE.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--oobe-bootstrapping-slave No description
Removed on 2016-03-29. This switch was listed in chromeos/chromeos_switches.cc.
--oobe-guest-session Indicates that a guest session has been started before OOBE completion.
Removed on 2022-08-14. This switch was listed in chromeos/constants/chromeos_switches.cc.
--oobe-skip-postlogin Skips all other OOBE pages after user login.
--oobe-timer-interval Interval at which we check for total time on OOBE.
--open-ash[32] No description
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--opengraph No description
--origin-to-force-quic-on Specifies a comma separated list of host-port pairs to force use of QUIC on.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--original-process-start-time The time that a new chrome process which is delegating to an already running chrome process started. (See ProcessSingleton for more details.)
Removed on 2020-07-28. This switch was listed in chrome/common/chrome_switches.cc.
--osmesa No description
Removed on 2019-08-13. This switch was listed in ui/gl/gl_switches.cc.
--override "Override" value for kCrosRegionsMode (region's data is read first).
Removed on 2022-08-14. This switch was listed in chromeos/constants/chromeos_switches.cc.
--override-metrics-upload-url Override the URL to which metrics logs are sent for debugging.
--override-plugin-power-saver-for-testing Override the behavior of plugin throttling for testing. By default the throttler is only enabled for a hard-coded list of plugins. Set the value to 'always' to always throttle every plugin instance. Set the value to 'never' to disable throttling.
Removed on 2022-08-14. This switch was listed in content/public/common/content_switches.cc.
--override-use-gl-with-osmesa-for-tests Forces the use of OSMesa instead of hardware gpu.
Removed on 2017-02-16. This switch was listed in ui/gl/gl_switches.cc.
--overscroll-history-navigation Controls the behavior of history navigation in response to horizontal overscroll. Set the value to '0' to disable. Set the value to '1' to enable the behavior where pages slide in and out in response to the horizontal overscroll gesture and a screenshot of the target page is shown. Set the value to '2' to enable the simplified overscroll UI where a navigation arrow slides in from the side of the screen in response to the horizontal overscroll gesture. Defaults to '1'.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--ozone-dump-file Specify location for image dumps.
--ozone-initial-display-bounds Specifies the size of the primary display at initialization.
Removed on 2016-11-10. This switch was listed in ui/ozone/public/ozone_switches.cc.
--ozone-initial-display-physical-size-mm Specifies the physical display size in millimeters.
Removed on 2016-11-10. This switch was listed in ui/ozone/public/ozone_switches.cc.
--ozone-platform Specify ozone platform implementation to use.
--ozone-test-single-overlay-support Enable support for a single overlay plane.
Removed on 2016-07-15. This switch was listed in ui/ozone/public/ozone_switches.cc.
--pack-extension Packages an extension to a .crx installable file from a given directory.
--pack-extension-key Optional PEM private key to use in signing packaged .crx.
--parent-profile Specifies the path to the user data folder for the parent profile.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--password-store Specifies which encryption storage backend to use. Possible values are kwallet, kwallet5, gnome-libsecret, basic. Any other value will lead to Chrome detecting the best backend automatically. TODO(crbug.com/40449930): Once PasswordStore no longer uses KWallet for storing passwords, rename this flag to stop referencing passwords. Do not rename it sooner, though; developers and testers might rely on it keeping large amounts of testing passwords out of their KWallets.
--permission-request-api-scope Development flag for permission request API. This flag is needed until the API is finalized. TODO(bauerb): Remove when this flag is not needed anymore.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--permission-request-api-url Development flag for permission request API. This flag is needed until the API is finalized. TODO(bauerb): Remove when this flag is not needed anymore.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--plugin Causes the process to run as a plugin subprocess.
Removed on 2016-04-06. This switch was listed in content/public/common/content_switches.cc.
--plugin-launcher Specifies a command that should be used to launch the plugin process. Useful for running the plugin process through purify or quantify. Ex: --plugin-launcher="path\to\purify /Run=yes"
Removed on 2016-04-06. This switch was listed in content/public/common/content_switches.cc.
--plugin-path Tells the plugin process the path of the plugin to load
Removed on 2016-04-06. This switch was listed in content/public/common/content_switches.cc.
--plugin-startup-dialog Causes the plugin process to display a dialog on launch.
Removed on 2016-04-06. This switch was listed in content/public/common/content_switches.cc.
--power-stub Specifies power stub behavior: 'cycle=2' - Cycles power states every 2 seconds. See FakeDBusThreadManager::ParsePowerCommandLineSwitch for full details.
Removed on 2017-07-01. This switch was listed in chromeos/chromeos_switches.cc.
--ppapi No description
--ppapi-broker No description
Removed on 2022-08-14. This switch was listed in sandbox/policy/switches.cc.
--ppapi-flash-args "Command-line" arguments for the PPAPI Flash; used for debugging options.
Removed on 2022-08-14. This switch was listed in content/public/common/content_switches.cc.
--ppapi-flash-path Use the PPAPI (Pepper) Flash found at the given path.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--ppapi-flash-version Report the given version for the PPAPI (Pepper) Flash. The version should be numbers separated by '.'s (e.g., "12.3.456.78"). If not specified, it defaults to "10.2.999.999".
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--ppapi-in-process Runs PPAPI (Pepper) plugins in-process.
--ppapi-plugin-launcher Specifies a command that should be used to launch the ppapi plugin process. Useful for running the plugin process through purify or quantify. Ex: --ppapi-plugin-launcher="path\to\purify /Run=yes"
--ppapi-startup-dialog Causes the PPAPI sub process to display a dialog on launch. Be sure to use --no-sandbox as well or the sandbox won't allow the dialog to display.
--precache-config-settings-url The URL that provides the PrecacheConfigurationSettings proto.
Removed on 2017-07-17. This switch was listed in components/precache/core/precache_switches.cc.
--precache-manifest-url-prefix Precache manifests will be served from URLs with this prefix.
Removed on 2017-07-17. This switch was listed in components/precache/core/precache_switches.cc.
--prefetch-search-results[12] Triggers prerendering of search base page to prefetch results for the typed omnibox query. Only has an effect when prerender is enabled.
Removed on 2016-11-22. This switch was listed in components/search/search_switches.cc.
--prerender Controls speculative prerendering of pages, and content prefetching. Both are dispatched from <link rel=prefetch href=...> elements.
Removed on 2016-12-07. This switch was listed in chrome/common/chrome_switches.cc.
--prerender-from-omnibox Triggers prerendering of pages from suggestions in the omnibox. Only has an effect when Instant is either disabled or restricted to search, and when prerender is enabled.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--previous-app previous-app should be the app that was running when last-launched-app started.
--primary No description
Removed on 2019-08-13. This switch was listed in components/error_page/common/error_page_switches.cc.
--primordial-pipe-token Provides a child process with a token string they can use to establish a primordial message pipe to the parent.
Removed on 2017-07-01. This switch was listed in services/service_manager/runner/common/switches.cc.
--privet-ipv6-only Use IPv6 only for privet HTTP.
--process-per-site Enable the "Process Per Site" process model for all domains. This mode consolidates same-site pages so that they share a single process. More details here: - https://www.chromium.org/developers/design-documents/process-models - The class comment in site_instance.h, listing the supported process models. IMPORTANT: This isn't to be confused with --site-per-process (which is about isolation, not consolidation). You probably want the other one.
--process-per-tab Runs each set of script-connected tabs (i.e., a BrowsingInstance) in its own renderer process. We default to using a renderer process for each site instance (i.e., group of pages from the same registered domain with script connections to each other). TODO(creis): This flag is currently a no-op. We should refactor it to avoid "unnecessary" process swaps for cross-site navigations but still swap when needed for security (e.g., isolated origins).
--product-version Outputs the product version information and quit. Used as an internal api to detect the installed version of Chrome on Linux.
--profile-directory Selects directory of profile to associate with the first browser launched.
--profiler-timing Configure whether chrome://profiler will contain timing information. This option is enabled by default. A value of "0" will disable profiler timing, while all other values will enable it.
Removed on 2019-08-13. This switch was listed in base/base_switches.cc.
--profiling-at-start Starts the sampling based profiler for the browser process at startup. This will only work if chrome has been built with the gn arg enable_profiling = true. The output will go to the value of kProfilingFile.
--profiling-file Specifies a location for profiling output. This will only work if chrome has been built with the gyp variable profiling=1 or gn arg enable_profiling=true. {pid} if present will be replaced by the pid of the process. {count} if present will be incremented each time a profile is generated for this process. The default is chrome-profile-{pid} for the browser and test-profile-{pid} for tests.
--profiling-flush Controls whether profile data is periodically flushed to a file. Normally the data gets written on exit but cases exist where chromium doesn't exit cleanly (especially when using single-process). A time in seconds can be specified.
--progress-bar-animation[12] Specifies Android phone page loading progress bar animation.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--promo-server-url Specifies a custom URL for fetching NTP promo data.
Removed on 2016-05-11. This switch was listed in components/web_resource/web_resource_switches.cc.
--prompt-for-external-extensions[33] Should we prompt the user before allowing external extensions to install? This flag is available on Chromium for testing purposes.
Removed on 2019-08-13. This switch was listed in extensions/common/switches.cc.
--proxy-auto-detect Forces proxy auto-detection.
--proxy-bypass-list Specifies a list of hosts for whom we bypass proxy settings and use direct connections. Ignored unless --proxy-server is also specified. This is a comma-separated list of bypass rules. See: "net/proxy_resolution/proxy_bypass_rules.h" for the format of these rules.
--proxy-pac-url Uses the pac script at the given URL
--proxy-server Uses a specified proxy server, overrides system settings. This switch only affects HTTP and HTTPS requests.
--quic-connection-options Specifies a comma separated list of QUIC connection options to send to the server.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--quic-host-whitelist Specifies a comma separated list of hosts to whitelist QUIC for.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--quic-max-packet-length Specifies the maximum length for a QUIC packet.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--quic-version Specifies the version of QUIC to use.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--rdp_desktop_session No description
--reader-mode-feedback No description
--reader-mode-heuristics No description
--rebaseline-pixel-tests[3] Makes browser pixel tests overwrite the reference if it does not match.
Removed on 2020-07-28. This switch was listed in chrome/test/base/test_switches.cc.
--reduce-security-for-testing Enables more web features over insecure connections. Designed to be used for testing purposes only.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--reduced-referrer-granularity Reduce the default `referer` header's granularity.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--register-font-files[1] Registers additional font files on Windows (for fonts outside the usual %WINDIR%\Fonts location). Multiple files can be used by separating them with a semicolon (;).
Removed on 2023-03-05. This switch was listed in content/web_test/common/web_test_switches.cc.
--register-pepper-plugins Register Pepper plugins (see pepper_plugin_list.cc for its format).
--relaunch-shortcut[2] Relaunches metro Chrome on Windows 8 and higher using a given shortcut.
Removed on 2016-03-18. This switch was listed in chrome/common/chrome_switches.cc.
--relauncher No description
--remote-debugging-port Enables remote debug over HTTP on the specified port.
--remote-debugging-socket-name[10] Enables remote debug over HTTP on the specified socket name.
--remote-debugging-targets Porvides a list of addresses to discover DevTools remote debugging targets. The format is <host>:<port>,...,<host>:port.
--renderer No description
--renderer-cmd-prefix The contents of this flag are prepended to the renderer command line. Useful values might be "valgrind" or "xterm -e gdb --args".
--renderer-process-limit Overrides the default/calculated limit to the number of renderer processes. Very high values for this setting can lead to high memory/resource usage or instability.
--renderer-startup-dialog Causes the renderer process to display a dialog on launch. Passing this flag also adds sandbox::policy::kNoSandbox on Windows non-official builds, since that's needed to show a dialog.
--renderer-wait-for-java-debugger[10] Block ChildProcessMain thread of the renderer's ChildProcessService until a Java debugger is attached.
--require-audio-hardware-for-testing When running tests on a system without the required hardware or libraries, this flag will cause the tests to fail. Otherwise, they silently succeed.
Removed on 2023-12-10. This switch was listed in media/base/media_switches.cc.
--reset-app-list-install-state If set, the app list will forget it has been installed on startup. Note this doesn't prevent the app list from running, it just makes Chrome think the app list hasn't been enabled (as in kEnableAppList) yet.
Removed on 2019-08-13. This switch was listed in ui/app_list/app_list_switches.cc.
--reset-variation-state Forces a reset of the one-time-randomized FieldTrials on this client, also known as the Chrome Variations state.
--restore-last-session Indicates the last session should be restored on startup. This overrides the preferences value. Note that this does not force automatic session restore following a crash, so as to prevent a crash loop. This switch is used to implement support for OS-specific "continue where you left off" functionality on OS X and Windows.
--restrict-iframe-permissions Causes all iframes to be denied all permissions by default. Allowing particular permissions for an iframe may involve listing the names of these permissions as values of new iframe attributes.
Removed on 2016-04-22. This switch was listed in chrome/common/chrome_switches.cc.
--root-layer-scrolls Handles frame scrolls via the root RenderLayer instead of the FrameView.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--rtl No description
--run-layout-test Request the render trees of pages to be dumped as text once they have finished loading.
Removed on 2019-08-13. This switch was listed in content/shell/common/layout_test/layout_test_switches.cc.
--safebrowsing-disable-auto-update If present, safebrowsing only performs update when SafeBrowsingProtocolManager::ForceScheduleNextUpdate() is explicitly called. This is used for testing only.
Removed on 2019-08-13. This switch was listed in components/safe_browsing/common/safebrowsing_switches.cc.
--safebrowsing-disable-download-protection TODO(lzheng): Remove this flag once the feature works fine (http://crbug.com/74848). Disables safebrowsing feature that checks download url and downloads content's hash to make sure the content are not malicious.
Removed on 2019-08-13. This switch was listed in components/safe_browsing/common/safebrowsing_switches.cc.
--safebrowsing-disable-extension-blacklist Disables safebrowsing feature that checks for blacklisted extensions.
Removed on 2019-08-13. This switch was listed in components/safe_browsing/common/safebrowsing_switches.cc.
--safebrowsing-manual-download-blacklist List of comma-separated sha256 hashes of executable files which the download-protection service should treat as "dangerous." For a file to show a warning, it also must be considered a dangerous filetype and not be allowlisted otherwise (by signature or URL) and must be on a supported OS. Hashes are in hex. This is used for manual testing when looking for ways to by-pass download protection.
--SafeSites No description
Removed on 2022-08-14. This switch was listed in chrome/browser/supervised_user/supervised_user_filtering_switches.cc.
--sandbox-ipc Causes the process to run as a sandbox IPC subprocess.
--save-page-as-mhtml Disable saving pages as HTML-only, disable saving pages as HTML Complete (with a directory of sub-resources). Enable only saving pages as MHTML. See http://crbug.com/120416 for how to remove this switch.
--scripts-require-action Notify the user and require consent for extensions running scripts. Appending --scripts-require-action=1 has the same effect as --enable-scripts-require-action (see below).
Removed on 2019-08-13. This switch was listed in extensions/common/switches.cc.
--scroll-end-effect Enables or disables scroll end effect in response to vertical overscroll. Set the value to '1' to enable the feature, and set to '0' to disable. Defaults to disabled.
Removed on 2017-07-29. This switch was listed in content/public/common/content_switches.cc.
--secondary No description
Removed on 2019-08-13. This switch was listed in components/error_page/common/error_page_switches.cc.
--service No description
--shill-stub Overrides Shill stub behavior. By default, ethernet, wifi and vpn are enabled, and transitions occur instantaneously. Multiple options can be comma separated (no spaces). Note: all options are in the format 'foo=x'. Values are case sensitive and based on Shill names in service_constants.h. See FakeShillManagerClient::SetInitialNetworkState for implementation. Examples: 'clear=1' - Clears all default configurations 'wifi=on' - A wifi network is initially connected ('1' also works) 'wifi=off' - Wifi networks are all initially disconnected ('0' also works) 'wifi=disabled' - Wifi is initially disabled 'wifi=none' - Wifi is unavailable 'wifi=portal' - Wifi connection will be in Portal state 'cellular=1' - Cellular is initially connected 'cellular=LTE' - Cellular is initially connected, technology is LTE 'interactive=3' - Interactive mode, connect/scan/etc requests take 3 secs
--show-app-list If true the app list will be shown.
Removed on 2020-08-12. This switch was listed in chrome/common/chrome_switches.cc.
--show-autofill-type-predictions Annotates forms with Autofill field type predictions.
--show-component-extension-options No description
--show-composited-layer-borders Renders a border around compositor layers to help debug and study layer compositing.
--show-fps-counter Draws a heads-up-display showing Frames Per Second as well as GPU memory usage. If you also use --enable-logging=stderr --vmodule="head*=1" then FPS will also be output to the console log.
--show-icons[1] See kHideIcons.
--show-layer-animation-bounds Renders a border that represents the bounding box for the layer's animation.
--show-mac-overlay-borders[9] Show borders around CALayers corresponding to overlays and partial damage.
--show-paint-rects Visibly render a border around paint rects in the web page to help debug and study painting behavior.
--show-property-changed-rects Show rects in the HUD around layers whose properties have changed.
--show-replica-screenspace-rects Show rects in the HUD around the screen-space transformed bounds of every layer's replica, when they have one.
Removed on 2016-09-30. This switch was listed in cc/base/switches.cc.
--show-saved-copy Command line flag offering a "Show saved copy" option to the user if offline. The various modes are disabled, primary, or secondary. Primary/secondary refers to button placement (for experiment).
Removed on 2019-08-13. This switch was listed in components/error_page/common/error_page_switches.cc.
--show-screenspace-rects Show rects in the HUD around the screen-space transformed bounds of every layer.
--show-surface-damage-rects Show rects in the HUD around damage as it is recorded into each render surface.
--show_summary[12] Forces a summary to be displayed below the update menu item.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--silent-debugger-extension-api Does not show an infobar when an extension attaches to a page using chrome.debugger page. Required to attach to extension background pages.
--silent-launch Causes Chrome to launch without opening any windows by default. Useful if one wishes to use Chrome as an ash server.
--simulate-critical-update Simulates a critical update being available.
--simulate-elevated-recovery Simulates that elevation is needed to recover upgrade channel.
--simulate-outdated Simulates that current version is outdated.
--simulate-outdated-no-au Simulates that current version is outdated and auto-update is off.
--simulate-upgrade Simulates an update being available.
--single-process Runs the renderer and plugins in the same process as the browser
--site-per-process Enforces a one-site-per-process security policy: * Each renderer process, for its whole lifetime, is dedicated to rendering pages for just one site. * Thus, pages from different sites are never in the same process. * A renderer process's access rights are restricted based on its site. * All cross-site navigations force process swaps. * <iframe>s are rendered out-of-process whenever the src= is cross-site. More details here: - https://www.chromium.org/developers/design-documents/site-isolation - https://www.chromium.org/developers/design-documents/process-models - The class comment in site_instance.h, listing the supported process models. IMPORTANT: this isn't to be confused with --process-per-site (which is about process consolidation, not isolation). You probably want this one.
--skip-gpu-data-loading Skip gpu info collection, blacklist loading, and blacklist auto-update scheduling at browser startup time. Therefore, all GPU features are available, and about:gpu page shows empty content. The switch is intended only for layout tests. TODO(gab): Get rid of this switch entirely.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--skip-reencoding-on-skp-capture Skips reencoding bitmaps as PNGs when the encoded data is unavailable during SKP capture. This allows for obtaining an accurate sample of the types of images on the web, rather than being weighted towards PNGs that we have encoded ourselves.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--slow Defines that Material Design visual feedback animations should be slow.
Removed on 2019-08-13. This switch was listed in ui/base/ui_base_switches.cc.
--slow-connections-only No description
Removed on 2019-08-13. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--slow-down-raster-scale-factor Re-rasters everything multiple times to simulate a much slower machine. Give a scale factor to cause raster to take that many times longer to complete, such as --slow-down-raster-scale-factor=25.
--sms-test-messages Sends test messages on first call to RequestUpdate (stub only).
--spdy-proxy-auth-fallback The origin of the data reduction proxy fallback.
Removed on 2022-08-14. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--spdy-proxy-auth-origin The origin of the data reduction proxy.
Removed on 2022-08-14. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--spdy-proxy-auth-value A test key for data reduction proxy authentication.
Removed on 2022-08-14. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--spdy-proxy-dev-auth-origin The origin of the data reduction proxy dev.
Removed on 2016-04-06. This switch was listed in components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc.
--speculative-resource-prefetching Speculative resource prefetching.
Removed on 2017-01-26. This switch was listed in chrome/common/chrome_switches.cc.
--spelling-service-feedback-interval-seconds[25] Specifies the number of seconds between sending batches of feedback to spelling service. The default is 30 minutes. The minimum is 5 seconds. This switch is for temporary testing only. TODO(rouslan): Remove this flag when feedback testing is complete. Revisit by August 2013.
Removed on 2019-08-13. This switch was listed in components/spellcheck/common/spellcheck_switches.cc.
--spelling-service-feedback-url[25] Specifies the URL where spelling service feedback data will be sent instead of the default URL. This switch is for temporary testing only. TODO(rouslan): Remove this flag when feedback testing is complete. Revisit by August 2013.
Removed on 2019-08-13. This switch was listed in components/spellcheck/common/spellcheck_switches.cc.
--ssl-key-log-file Causes SSL key material to be logged to the specified file for debugging purposes. See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Key_Log_Format for the format.
--ssl-version-fallback-min Specifies the minimum SSL/TLS version ("tls1.1" or "tls1.2") that TLS fallback will accept.
Removed on 2016-06-28. This switch was listed in components/ssl_config/ssl_config_switches.cc.
--ssl-version-max Specifies the maximum SSL/TLS version ("tls1.2" or "tls1.3").
--ssl-version-min Specifies the minimum SSL/TLS version ("tls1.2" or "tls1.3").
--stable-release-mode This makes us disable some web-platform runtime features so that we test content_shell as if it was a stable release. It is only followed when kRunWebTest is set. For the features' level, see third_party/blink/renderer/platform/RuntimeEnabledFeatures.md
--start-fullscreen Specifies if the browser should start in fullscreen mode, like if the user had pressed F11 right after startup.
--start-maximized Starts the browser maximized, regardless of any previous settings.
--started Value for kTestCrosGaiaIdMigration indicating that migration is started (i.e. all stored user keys will be converted to GaiaId)
Removed on 2022-08-14. This switch was listed in chromeos/constants/chromeos_switches.cc.
--strict-layer-property-change-checking Check that property changes during paint do not occur.
Removed on 2016-03-30. This switch was listed in cc/base/switches.cc.
--stub-cros-settings Indicates that a stub implementation of CrosSettings that stores settings in memory without signing should be used, treating current user as the owner. This also modifies OwnerSettingsServiceChromeOS::HandlesSetting such that no settings are handled by OwnerSettingsServiceChromeOS. This option is for testing the chromeos build of chrome on the desktop only.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--supervised-user-safesites Enables/disables SafeSites filtering for supervised users. Possible values are "enabled", "disabled", "blacklist-only", and "online-check-only".
Removed on 2017-02-01. This switch was listed in chrome/common/chrome_switches.cc.
--supports-dual-gpus Indicates whether the dual GPU switching is supported or not.
Removed on 2019-08-13. This switch was listed in ui/gl/gl_switches.cc.
--swiftshader No description
--swiftshader-path No description
Removed on 2017-07-01. This switch was listed in ui/gl/gl_switches.cc.
--sync-allow-insecure-xmpp-connection Allows insecure XMPP connections for sync (for testing).
Removed on 2020-07-28. This switch was listed in components/invalidation/impl/invalidation_switches.cc.
--sync-deferred-startup-timeout-seconds Allows overriding the deferred init fallback timeout.
Removed on 2022-08-14. This switch was listed in components/sync/driver/sync_driver_switches.cc.
--sync-disable-deferred-startup Enables deferring sync backend initialization until user initiated changes occur.
Removed on 2022-08-14. This switch was listed in components/sync/driver/sync_driver_switches.cc.
--sync-enable-get-update-avoidance Enables feature to avoid unnecessary GetUpdate requests.
Removed on 2019-08-13. This switch was listed in components/sync/driver/sync_driver_switches.cc.
--sync-enable-uss-device-info Enables USS implementation of DeviceInfo datatype. This flag controls whether SyncableService based or ModelTypeService based implementation is used for DeviceInfo type.
Removed on 2016-09-16. This switch was listed in components/sync/driver/sync_driver_switches.cc.
--sync-notification-host-port Overrides the default host:port used for notifications.
Removed on 2020-07-28. This switch was listed in components/invalidation/impl/invalidation_switches.cc.
--sync-short-initial-retry-override This flag causes sync to retry very quickly (see polling_constants.h) the when it encounters an error, as the first step towards exponential backoff.
Removed on 2022-08-14. This switch was listed in components/sync/driver/sync_driver_switches.cc.
--sync-url Overrides the default server used for profile sync.
Removed on 2022-08-14. This switch was listed in components/sync/base/sync_base_switches.cc.
--system-developer-mode Used by FakeDebugDaemonClient to specify that the system is running in dev mode when running in a Linux environment. The dev mode probing is done by session manager.
--system-log-upload-frequency Frequency in Milliseconds for system log uploads. Should only be used for testing purposes.
--tab-capture-downscale-quality Upscale defaults to "good".
Removed on 2016-04-07. This switch was listed in content/public/common/content_switches.cc.
--tab-capture-upscale-quality Scaling quality for capturing tab. Should be one of "fast", "good" or "best". One flag for upscaling, one for downscaling. Upscale defaults to "best".
Removed on 2016-04-07. This switch was listed in content/public/common/content_switches.cc.
--tab-management-experiment-type-anise[12] Specifies a particular tab management experiment to enable.
Removed on 2016-09-29. This switch was listed in chrome/common/chrome_switches.cc.
--tab-management-experiment-type-basil[12] No description
Removed on 2016-09-29. This switch was listed in chrome/common/chrome_switches.cc.
--tab-management-experiment-type-chive[12] No description
Removed on 2016-09-29. This switch was listed in chrome/common/chrome_switches.cc.
--tab-management-experiment-type-dill[12] No description
Removed on 2016-09-29. This switch was listed in chrome/common/chrome_switches.cc.
--tab-management-experiment-type-disabled[12] Specifies a particular tab management experiment to enable.
Removed on 2019-08-13. This switch was listed in chrome/common/chrome_switches.cc.
--test-auto-update-ui Enables testing for auto update UI.
Removed on 2019-08-13. This switch was listed in chromeos/chromeos_switches.cc.
--test-child-process When running certain tests that spawn child processes, this switch indicates to the test framework that the current process is a child process.
--test-cros-gaia-id-migration Controls CrOS GaiaId migration for tests ("" is default).
Removed on 2022-08-14. This switch was listed in chromeos/constants/chromeos_switches.cc.
--test-gl-lib Flag used for Linux tests: for desktop GL bindings, try to load this GL library first, but fall back to regular library if loading fails.
--test-name Passes the name of the current running automated test to Chrome.
--test-type Type of the current test harness ("browser" or "ui" or "gpu").
--testing-fixed-http-port Allows for forcing socket connections to http/https to use fixed ports.
Removed on 2019-08-13. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--testing-fixed-https-port No description
Removed on 2019-08-13. This switch was listed in ios/chrome/browser/chrome_switches.cc.
--tls1 TLS 1.0 mode for the |kSSLVersionMin| switch.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--tls1.1 TLS 1.1 mode for the |kSSLVersionMin| switch.
Removed on 2022-08-14. This switch was listed in chrome/common/chrome_switches.cc.
--tls1.2 TLS 1.2 mode for |kSSLVersionMax| and |kSSLVersionMin| switches.
--top-chrome-md Enables top Chrome material design elements.
Removed on 2019-08-13. This switch was listed in ui/base/ui_base_switches.cc.
--top-controls-hide-threshold Percentage of the browser controls need to be hidden before they will auto hide.
--top-controls-show-threshold Percentage of the browser controls need to be shown before they will auto show.
--touch-calibration[34] The calibration factors given as "<left>,<right>,<top>,<bottom>".
Removed on 2020-07-28. This switch was listed in ui/events/event_switches.cc.
--touch-devices[19] Tells chrome to interpret events from these devices as touch events. Only available with XInput 2 (i.e. X server 1.8 or above). The id's of the devices can be retrieved from 'xinput list'.
--touch-events Enable support for touch event feature detection.
--touch-noise-filtering[34] Tells Chrome to do additional touch noise filtering. Should only be used if the driver level filtering is insufficient.
Removed on 2020-07-28. This switch was listed in ui/events/event_switches.cc.
--touch-selection-strategy Controls how text selection granularity changes when touch text selection handles are dragged. Should be "character" or "direction". If not specified, the platform default is used.
--trace-config-file Causes TRACE_EVENT flags to be recorded from startup. This flag will be ignored if --trace-startup or --trace-shutdown is provided.
--trace-export-events-to-etw[2] Enables the exporting of the tracing events to ETW. This is only supported on Windows Vista and later.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--trace-shutdown Causes TRACE_EVENT flags to be recorded beginning with shutdown. Optionally, can specify the specific trace categories to include (e.g. --trace-shutdown=base,net) otherwise, all events are recorded. --trace-shutdown-file can be used to control where the trace log gets stored to since there is otherwise no way to access the result.
Removed on 2019-08-13. This switch was listed in components/tracing/common/tracing_switches.cc.
--trace-shutdown-file If supplied, sets the file which shutdown tracing will be stored into, if omitted the default will be used "chrometrace.log" in the current directory. Has no effect unless --trace-shutdown is also supplied. Example: --trace-shutdown --trace-shutdown-file=/tmp/trace_event.log
Removed on 2019-08-13. This switch was listed in components/tracing/common/tracing_switches.cc.
--trace-startup Causes TRACE_EVENT flags to be recorded from startup. Optionally, can specify the specific trace categories to include (e.g. --trace-startup=base,net) otherwise, all events are recorded. Setting this flag results in the first call to BeginTracing() to receive all trace events since startup. Historically, --trace-startup was used for browser startup profiling and --enable-tracing was used for browsertest tracing. Now they are share the same implementation, but both are still supported to avoid disrupting existing workflows. The only difference between them is the default duration (5 seconds for trace-startup, unlimited for enable-tracing). If both are specified, 'trace-startup' takes precedence. In Chrome, you may find --trace-startup-file and --trace-startup-duration to control the auto-saving of the trace (not supported in the base-only TraceLog component).
--trace-startup-duration Sets the time in seconds until startup tracing ends. If omitted: - if --trace-startup is specified, a default of 5 seconds is used. - if --enable-tracing is specified, tracing lasts until the browser is closed. Has no effect otherwise.
--trace-startup-file If supplied, sets the file which startup tracing will be stored into, if omitted the default will be used "chrometrace.log" in the current directory. Has no effect unless --trace-startup is also supplied. Example: --trace-startup --trace-startup-file=/tmp/trace_event.log As a special case, can be set to 'none' - this disables automatically saving the result to a file and the first manually recorded trace will then receive all events since startup.
--trace-to-console Sends a pretty-printed version of tracing info to the console.
--trace-to-file Sends trace events from these categories to a file. --trace-to-file on its own sends to default categories.
--trace-to-file-name Specifies the file name for --trace-to-file. If unspecified, it will go to a default file name.
--trace-upload-url Sets the target URL for uploading tracing data.
Removed on 2022-08-14. This switch was listed in components/tracing/common/tracing_switches.cc.
--translate-script-url Overrides the default server used for Google Translate.
--translate-security-origin Overrides security-origin with which Translate runs in an isolated world.
--true Value indicating whether flag from command line switch is true.
--try-chrome-again Experimental. Shows a dialog asking the user to try chrome. This flag is to be used only by the upgrade process.
Removed on 2023-10-08. This switch was listed in chrome/common/chrome_switches.cc.
--try-supported-channel-layouts[1] Instead of always using the hardware channel layout, check if a driver supports the source channel layout. Avoids outputting empty channels and permits drivers to enable stereo to multichannel expansion. Kept behind a flag since some drivers lie about supported layouts and hang when used. See http://crbug.com/259165 for more details.
Removed on 2023-12-10. This switch was listed in media/base/media_switches.cc.
--type Flags spied upon from other layers.
--ui-disable-partial-swap Disable partial swap which is needed for some OpenGL drivers / emulators.
--ui-enable-rgba-4444-textures No description
--ui-enable-zero-copy No description
--ui-prioritize-in-gpu-process Prioritizes the UI's command stream in the GPU process
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--ui-show-fps-counter No description
--ui-show-layer-animation-bounds No description
--ui-show-layer-borders No description
Removed on 2017-07-01. This switch was listed in cc/base/switches.cc.
--ui-show-paint-rects No description
--ui-show-property-changed-rects No description
--ui-show-replica-screenspace-rects No description
Removed on 2016-09-30. This switch was listed in cc/base/switches.cc.
--ui-show-screenspace-rects No description
--ui-show-surface-damage-rects No description
--uninstall[1] Runs un-installation steps that were done by chrome first-run.
--unlimited-storage Overrides per-origin quota settings to unlimited storage for any apps/origins. This should be used only for testing purpose.
--unsafely-treat-insecure-origin-as-secure Treat given (insecure) origins as secure origins. Multiple origins can be supplied as a comma-separated list. For the definition of secure contexts, see https://w3c.github.io/webappsec-secure-contexts/ and https://www.w3.org/TR/powerful-features/#is-origin-trustworthy Example: --unsafely-treat-insecure-origin-as-secure=http://a.test,http://b.test
--use-android-midi-api[12] Use Android Midi API for WebMIDI
Removed on 2016-11-07. This switch was listed in media/midi/midi_switches.cc.
--use-angle Select which ANGLE backend to use. Options are: default: Attempts several ANGLE renderers until one successfully initializes, varying ES support by platform. d3d9: Legacy D3D9 renderer, ES2 only. d3d11: D3D11 renderer, ES2 and ES3. warp: D3D11 renderer using software rasterization, ES2 and ES3. gl: Desktop GL renderer, ES2 and ES3. gles: GLES renderer, ES2 and ES3.
--use-cras[35] Use CRAS, the ChromeOS audio server.
--use-cross-process-frames-for-guests Causes the implementations of guests (inner WebContents) to use out-of-process iframes.
Removed on 2016-11-08. This switch was listed in content/public/common/content_switches.cc.
--use-fake-device-for-media-stream Use fake device for Media Stream to replace actual camera and microphone. For the list of allowed parameters, see FakeVideoCaptureDeviceFactory::ParseFakeDevicesConfigFromOptionsString().
--use-fake-ui-for-media-stream Bypass the media stream infobar by selecting the default device for media streams (e.g. WebRTC). Works with --use-fake-device-for-media-stream. Prefer --auto-accept-camera-and-microphone-capture which does not interact with screen/tab capture.
--use-file-for-fake-audio-capture Play a .wav file as the microphone. Note that for WebRTC calls we'll treat the bits as if they came from the microphone, which means you should disable audio processing (lest your audio file will play back distorted). The input file is converted to suit Chrome's audio buses if necessary, so most sane .wav files should work. You can pass either <path> to play the file looping or <path>%noloop to stop after playing the file to completion. Must also be used with kDisableAudioInput or kUseFakeDeviceForMediaStream.
--use-file-for-fake-video-capture Use an .y4m file to play as the webcam. See the comments in media/capture/video/file_video_capture_device.h for more details.
--use-gl Select which implementation of GL the GPU process should use. Options are: desktop: whatever desktop OpenGL the user has installed (Linux and Mac default). egl: whatever EGL / GLES2 the user has installed (Windows default - actually ANGLE). swiftshader: The SwiftShader software renderer.
--use-gpu-in-tests Use hardware gpu, if available, for tests.
--use-gpu-memory-buffers-for-capture Use GpuMemoryBuffers for Video Capture when this is an option for the device. Experimental, see http://crbug.com/503835 and http://crbug.com/440843.
Removed on 2016-10-08. This switch was listed in media/base/media_switches.cc.
--use-mobile-user-agent Set when Chromium should use a mobile user agent.
--use-mock-keychain[36] No description
--use-mus-in-renderer Use the Mandoline UI Service in the Chrome render process.
Removed on 2017-01-31. This switch was listed in content/public/common/content_switches.cc.
--use-remote-compositing Use remote compositor for the renderer.
Removed on 2017-01-20. This switch was listed in content/public/common/content_switches.cc.
--use-simple-cache-backend Uses experimental simple cache backend if possible.
Removed on 2017-08-04. This switch was listed in chrome/common/chrome_switches.cc.
--user-agent A string used to override the default user agent with a custom one.
--user-data-dir Directory where the browser stores the user profile. Note that if this switch is added, the session will no longer be Incognito, unless Incognito mode is forced with --incognito switch.
--use_new_features_summary[12] Forces the new features summary to be displayed below the update menu item.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--utility No description
--utility-allowed-dir When utility process is sandboxed, there is still access to one directory. This flag specifies the directory that can be accessed.
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--utility-cmd-prefix The contents of this flag are prepended to the utility process command line. Useful values might be "valgrind" or "xterm -e gdb --args".
--utility-run-elevated No description
Removed on 2019-08-13. This switch was listed in content/public/common/content_switches.cc.
--v Gives the default maximal active V-logging level; 0 is the default. Normally positive values are used for V-logging levels.
--v8-cache-options Set options to cache V8 data. (none, code, or default)
--v8-natives-passed-by-fd Signals that the V8 natives file has been transfered to the child process by a file descriptor.
Removed on 2017-02-16. This switch was listed in content/public/common/content_switches.cc.
--v8-pac-mojo-in-process Enables using an in-process Mojo service for the v8 proxy resolver.
Removed on 2017-01-12. This switch was listed in chrome/common/chrome_switches.cc.
--v8-pac-mojo-out-of-process Enables using an out-of-process Mojo service for the v8 proxy resolver.
Removed on 2017-01-19. This switch was listed in chrome/common/chrome_switches.cc.
--v8-snapshot-passed-by-fd Signals that the V8 startup snapshot file has been transfered to the child process by a file descriptor.
Removed on 2017-02-16. This switch was listed in content/public/common/content_switches.cc.
--validate-crx Examines a .crx for validity and prints the result.
--validate-input-event-stream In debug builds, asserts that the stream of input events is valid.
--variations-server-url Specifies a custom URL for the server which reports variation data to the client. Specifying this switch enables the Variations service on unofficial builds. See variations_service.cc.
--version No description
--video-image-texture-target Texture target for CHROMIUM_image backed video frame textures.
--video-threads Set number of threads to use for video decoding.
--video-underflow-threshold-ms Allows clients to override the threshold for when the media renderer will declare the underflow state for the video stream when audio is present. TODO(dalecurtis): Remove once experiments for http://crbug.com/470940 finish.
Removed on 2023-12-17. This switch was listed in media/base/media_switches.cc.
--viewer-launch-via-appid[2] Requests that Chrome launch the Metro viewer process via the given appid (which is assumed to be registered as default browser) and synchronously connect to it.
Removed on 2017-07-01. This switch was listed in chrome/common/chrome_switches.cc.
--vmodule Gives the per-module maximal V-logging levels to override the value given by --v. E.g. "my_module=2,foo*=3" would change the logging level for all code in source files "my_module.*" and "foo*.*" ("-inl" suffixes are also disregarded for this matching). Any pattern containing a forward or backward slash will be tested against the whole pathname and not just the module. E.g., "*/foo/bar/*=2" would change the logging level for all code in source files under a "foo/bar" directory.
--wait-for-debugger Will wait for 60 seconds for a debugger to come to attach to the process.
--wait-for-debugger-children Will add kWaitForDebugger to every child processes. If a value is passed, it will be used as a filter to determine if the child process should have the kWaitForDebugger flag passed on or not.
--wait-for-mutex[2] Waits for the given handle to be signaled before relaunching metro Chrome on Windows 8 and higher.
Removed on 2016-03-18. This switch was listed in chrome/common/chrome_switches.cc.
--wake-on-wifi-packet Enables wake on wifi packet feature, which wakes the device on the receipt of network packets from whitelisted sources.
Removed on 2020-07-28. This switch was listed in chromeos/constants/chromeos_switches.cc.
--wallet-secure-service-url Secure service URL for Online Wallet service. Used as the base url to escrow credit card numbers.
Removed on 2016-05-23. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--wallet-service-url Service URL for Online Wallet service. Used as the base url for Online Wallet API calls.
Removed on 2016-05-23. This switch was listed in components/autofill/core/common/autofill_switches.cc.
--wallet-service-use-sandbox Use the sandbox Online Wallet service URL (for developer testing).
--watcher[2] Causes the process to run as a watcher process.
Removed on 2020-07-28. This switch was listed in chrome/common/chrome_switches.cc.
--waveout-buffers[1] Number of buffers to use for WaveOut.
Removed on 2023-12-10. This switch was listed in media/base/media_switches.cc.
--webrtc-stun-probe-trial Renderer process parameter for WebRTC Stun probe trial to determine the interval. Please see SetupStunProbeTrial in chrome_browser_field_trials_desktop.cc for more detail.
Removed on 2022-08-14. This switch was listed in content/public/common/content_switches.cc.
--webview-sandboxed-renderer No description
--whitelisted-extension-id Provides the same functionality as kAllowlistedExtensionID. TODO(b/204179234): Remove at the end of the deprecation period. Deprecated on 10/2021.
Removed on 2023-02-12. This switch was listed in extensions/common/switches.cc.
--win-jumplist-action Specifies which category option was clicked in the Windows Jumplist that resulted in a browser startup.
--window-depth[26] Color bit depth of the main window created in the browser process and matches XWindowAttributes.depth.
Removed on 2016-10-01. This switch was listed in ui/gfx/x/x11_switches.cc.
--window-position Specify the initial window position: --window-position=x,y
--window-size Sets the initial window size. Provided as string in the format "800,600".
--winhttp-proxy-resolver Uses WinHTTP to fetch and evaluate PAC scripts. Otherwise the default is to use Chromium's network stack to fetch, and V8 to evaluate.
--wm-window-animations-disabled If present animations are disabled.
--zygote No description

How to use a command line switch?

The Chromium Team has made a page on which they briefly explain how to use these switches.

Conditions

These are rather technical. While most are pretty self-explanatory, keep in mind that any condition means that a switch isn't always available.

  1. The constant BUILDFLAG(IS_WIN) must be defined.
  2. The constant OS_WIN must be defined.
  3. The constant BUILDFLAG(ENABLE_PLUGINS) must be defined.
  4. The constant BUILDFLAG(IS_CHROMEOS) must be defined.
  5. The constant BUILDFLAG(ENABLE_CAST_RECEIVER) must be defined.
  6. The constant FULL_SAFE_BROWSING must be defined.
  7. The constants BUILDFLAG(IS_CHROMEOS), BUILDFLAG(IS_FREEBSD), BUILDFLAG(IS_LINUX) and \ must be defined.
  8. The constant BUILDFLAG(IS_CHROMEOS_ASH) must be defined.
  9. The constant BUILDFLAG(IS_MAC) must be defined.
  10. The constant BUILDFLAG(IS_ANDROID) must be defined.
  11. The constant OFFICIAL_BUILD must not be defined, and the constant BUILDFLAG(ENABLE_PRINT_PREVIEW) must be defined.
  12. The constant OS_ANDROID must be defined.
  13. The constant OS_MACOSX must be defined.
  14. The constant BUILDFLAG(ENABLE_COMPONENT_UPDATER) must be defined.
  15. The constant OS_CHROMEOS must be defined.
  16. The constant OS_MAC must be defined.
  17. The constant ENABLE_TASK_MANAGER must be defined.
  18. The constant BUILDFLAG(ENABLE_WEBRTC) must be defined.
  19. The constants BUILDFLAG(IS_CHROMEOS) and BUILDFLAG(IS_LINUX) must be defined.
  20. The constant NDEBUG must be defined.
  21. The constant ENABLE_SPELLCHECK must be defined.
  22. The constant BUILDFLAG(IS_POSIX) must be defined.
  23. The constants OS_ANDROID and OS_IOS must not be defined.
  24. The constants BUILDFLAG(IS_CHROMEOS_LACROS) and BUILDFLAG(IS_LINUX) must be defined.
  25. The constant BUILDFLAG(ENABLE_SPELLCHECK) must be defined.
  26. The constant OS_CHROMEOS must not be defined.
  27. The constant ENABLE_WEBRTC must be defined.
  28. The constants !BUILDFLAG(IS_CHROMEOS_ASH) and !BUILDFLAG(IS_MAC) must not be defined, and the constant BUILDFLAG(IS_POSIX) must be defined.
  29. The constant ENABLE_IPC_FUZZER must be defined.
  30. The constant GOOGLE_CHROME_BUILD must not be defined.
  31. The constant OS_CHROMEOS must not be defined, and the constant OS_LINUX must be defined.
  32. The constant USE_ASH must be defined.
  33. The constant CHROMIUM_BUILD must be defined.
  34. The constants USE_OZONE and USE_X11 must be defined.
  35. The constant USE_CRAS must be defined.
  36. The constant BUILDFLAG(IS_APPLE) must be defined.