Experimental QUIC protocol
Enable experimental QUIC protocol support. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-quic
Enabled
Global media controls control Cast start/stop
Allows global media controls to control when a Cast session is started or stopped instead of relying on the Cast dialog. – Mac, Windows, Linux, ChromeOS, Lacros
#global-media-controls-cast-start-stop
Enabled
TLS 1.3 hybridized Kyber support
This option enables a combination of X25519 and Kyber in TLS 1.3. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-tls13-kyber
Disabled
Temporarily unexpire M125 flags.
Temporarily unexpire flags that expired as of M125. These flags will be removed soon. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#temporary-unexpire-flags-m125
Default
Temporarily unexpire M126 flags.
Temporarily unexpire flags that expired as of M126. These flags will be removed soon. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#temporary-unexpire-flags-m126
Default
Enable benchmarking
Sets all features to a fixed state; that is, disables randomization for feature states. If '(Default Feature States)' is selected, sets all features to their default state. If '(Match Field Trial Testing Config)' is selected, sets all features to the state configured in the field trial testing config. This is used by developers and testers to diagnose whether an observed problem is caused by a non-default base::Feature configuration. This flag is automatically reset after 3 restarts and will be off from the 4th restart. On the 3rd restart, the flag will appear to be off but the effect is still active. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-benchmarking
Disabled
Override software rendering list
Overrides the built-in software rendering list and enables GPU-acceleration on unsupported system configurations. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#ignore-gpu-blocklist
Отключено
Accelerated 2D canvas
Enables the use of the GPU to perform 2d canvas rendering instead of using software rendering. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#disable-accelerated-2d-canvas
Включено
Select HW overlay strategies
Select strategies used to promote quads to HW overlays. Note that strategies other than Default may break playback of protected content. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#overlay-strategies
Default
Tint composited content
Tint contents composited using Viz with a shade of red to help debug and study overlay support. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#tint-composited-content
Отключено
Show overdraw feedback
Visualize overdraw by color-coding elements based on if they have other elements drawn underneath. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#show-overdraw-feedback
Отключено
Partial swap
Sets partial swap behavior. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#ui-disable-partial-swap
Включено
Allow WebRTC to adjust the input volume.
Allow the Audio Processing Module in WebRTC to adjust the input volume during a real-time call. Disable if microphone muting or clipping issues are observed when the browser is running and used for a real-time call. This flag is experimental and may be removed at any time. – Mac, Windows, Linux
#enable-webrtc-allow-input-volume-adjustment
Default
WebRTC downmix capture audio method.
Override the method that the Audio Processing Module in WebRTC uses to downmix the captured audio to mono (when needed) during a real-time call. This flag is experimental and may be removed at any time. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-webrtc-apm-downmix-capture-audio-method
Default
Anonymize local IPs exposed by WebRTC.
Conceal local IP addresses with mDNS hostnames. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-webrtc-hide-local-ips-with-mdns
Default
Web HID in WebView
Enable WebViews to access Web HID upon embedder's permission. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#web-hid-in-web-view
Default
Extensions on chrome:// URLs
Enables running extensions on chrome:// URLs, where extensions explicitly request this permission. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#extensions-on-chrome-urls
Отключено
Show Autofill predictions
Annotates web forms with Autofill field type predictions as placeholder text. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#show-autofill-type-predictions
Default
Smooth Scrolling
Animate smoothly when scrolling page content. – Windows, Linux, ChromeOS, Android, Lacros
#smooth-scrolling
Default
Overlay Scrollbars
Enable the experimental overlay scrollbars implementation. You must also enable threaded compositing to have the scrollbars animate. – Windows, Linux, ChromeOS, Lacros
#overlay-scrollbars
Default
WebTransport Developer Mode
When enabled, removes the requirement that all certificates used for WebTransport over HTTP/3 are issued by a known certificate root. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#webtransport-developer-mode
Отключено
Latest stable JavaScript features
Some web pages use legacy or non-standard JavaScript extensions that may conflict with the latest JavaScript features. This flag allows disabling support of those features for compatibility with such pages. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#disable-javascript-harmony-shipping
Включено
Experimental JavaScript
Enable web pages to use experimental JavaScript features. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-javascript-harmony
Отключено
Experimental JavaScript shared memory features
Enable web pages to use non-standard, experimental JavaScript shared memory features. Their use requires the same HTTP headers required by cross-thread usage of SharedArrayBuffers (i.e. COOP and COEP). – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-javascript-experimental-shared-memory
Default
Experimental WebAssembly
Enable web pages to use experimental WebAssembly features. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-experimental-webassembly-features
Отключено
Experimental WebAssembly JavaScript Promise Integration (JSPI)
Enable web pages to use experimental WebAssembly JavaScript Promise Integration (JSPI) API. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-experimental-webassembly-jspi
Default
WebAssembly baseline compiler
Enables WebAssembly baseline compilation and tier up. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-webassembly-baseline
Default
WebAssembly lazy compilation
Enables lazy (JIT on first call) compilation of WebAssembly modules. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-webassembly-lazy-compilation
Default
WebAssembly tiering
Enables tiered compilation of WebAssembly (will tier up to TurboFan if #enable-webassembly-baseline is enabled). – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-webassembly-tiering
Default
WebAssembly Memory64
Enables 64-bit memory indices on WebAssembly operations – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-webassembly-memory64
Default
Future V8 VM features
This enables upcoming and experimental V8 VM features. This flag does not enable experimental JavaScript features. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-future-v8-vm-features
Default
GPU rasterization
Use GPU to rasterize web content. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-gpu-rasterization
Default
Enable Fontations font backend
If enabled, the Fontations font backend will be used for web fonts where otherwise FreeType would have been used. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-fontations-backend
Default
Experimental Web Platform features
Enables experimental Web Platform features that are in development. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-experimental-web-platform-features
Отключено
Touch UI Layout
Enables touch UI layout in the browser's top chrome. – Mac, Windows, Linux, ChromeOS, Lacros
#top-chrome-touch-ui
Default
Hardware-accelerated video decode
Hardware-accelerated video decode where available. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#disable-accelerated-video-decode
Включено
Hardware-accelerated video encode
Hardware-accelerated video encode where available. – Mac, Windows, ChromeOS, Android
#disable-accelerated-video-encode
Включено
Hardware Secure Decryption
Enable/Disable the use of hardware secure Content Decryption Module (CDM) for protected content playback. – Windows
#enable-hardware-secure-decryption
Default
Hardware Secure Decryption Experiment
Enable/Disable the use of hardware secure Content Decryption Module (CDM) for experimental protected content playback. – Windows
#enable-hardware-secure-decryption-experiment
Default
Hardware Secure Decryption Fallback
Allows automatically disabling hardware secure Content Decryption Module (CDM) after failures or crashes. Subsequent playback may use software secure CDMs. If this feature is disabled, the fallback will never happen and users could be stuck with playback failures. – Windows
#enable-hardware-secure-decryption-fallback
Default
Media Foundation for Clear
Enable/Disable the use of MediaFoundation for non-protected content playback on supported systems. – Windows
#enable-media-foundation-clear
Default
Media Foundation for Clear Rendering Strategy
Sets the rendering strategy to be used when Media Foundation for Clear is in use. The Direct Composition rendering strategy enforces presentation to a Direct Composition surface from the Media Foundation Media Engine. The Frame Server rendering strategy produces video frames from the Media Foundation Media Engine which are fed through Chromium's frame painting pipeline. The Dynamic rendering strategy allows changing between the two modes based on the current operating conditions. Other options will result in a default rendering strategy. – Windows
#enable-media-foundation-clear-rendering-strategy
Default
Fluent Overlay scrollbars.
Stylizes scrollbars with Microsoft Fluent design and makes them overlay over the web's content. – Windows, Linux
#fluent-overlay-scrollbars
Default
Fluent scrollbars.
Stylizes scrollbars with Microsoft Fluent design. – Windows, Linux
#fluent-scrollbars
Default
Enable Zero-Copy Video Capture
Camera produces a gpu friendly buffer on capture and, if there is, hardware accelerated video encoder consumes the buffer – Windows
#zero-copy-video-capture
Default
Username First Flow store several possible username values
Store several values as a possible username value instead of only one. This flag is part of Username First Flow with intermediate values feature. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#username-first-flow-store-several-values
Default
Username first flow with intermediate values
Support username first flow with intermediate values. Username first flow is login/sign-up flow where a user has to type username first on one page and then password on another page. Intermediate fields are usually an OTP field or CAPTCHA. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#username-first-flow-with-intermediate-values
Default
Predictions on Username first flow with intermediate values
New single username predictions based on voting from Username First Flow with intermediate values. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#username-first-flow-with-intermediate-values-predictions
Default
Username first flow with intermediate values voting
Support voting on username first flow with intermediate values. Username first flow is login/sign-up flow where a user has to type username first on one page and then password on another page. Intermediate fields are usually an OTP field or CAPTCHA. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#username-first-flow-with-intermediate-values-voting
Default
Show autofill signatures.
Annotates web forms with Autofill signatures as HTML attributes. Also marks password fields suitable for password generation. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-show-autofill-signatures
Отключено
Use Google Payments sandbox servers
For developers: use the sandbox service for Google Payments API calls. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#wallet-service-use-sandbox
Default
Use the new permissions backend for Web Bluetooth
Enables the new permissions backend for Web Bluetooth. This will enable persistent storage of device permissions and Web Bluetooth features such as BluetoothDevice.watchAdvertisements() and Bluetooth.getDevices() – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-web-bluetooth-new-permissions-backend
Default
Automatic detection of WebUSB-compatible devices
When enabled, the user will be notified when a device which advertises support for WebUSB is connected. Disable if problems with USB devices are observed when the browser is running. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-webusb-device-detection
Default
Touch initiated drag and drop
Touch drag and drop can be initiated through long press on a draggable element. – Windows, ChromeOS
#enable-touch-drag-drop
Default
WebGL Developer Extensions
Enabling this option allows web applications to access WebGL extensions intended only for use during development time. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-webgl-developer-extensions
Отключено
WebGL Draft Extensions
Enabling this option allows web applications to access the WebGL extensions that are still in draft status. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-webgl-draft-extensions
Отключено
Zero-copy rasterizer
Raster threads write directly to GPU memory associated with tiles. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-zero-copy
Default
Vulkan
Use vulkan as the graphics backend. – Windows, Linux, ChromeOS, Android, Lacros
#enable-vulkan
Default
In-Product Help Demo Mode
Selects the In-Product Help demo mode. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#in-product-help-demo-mode-choice
Default
User Education Experience Version 2
Enables enhancements to the User Education and In-Product Help systems such as startup grace period, more sophisticated rate limiting, etc. – Mac, Windows, Linux, ChromeOS, Lacros
#user-education-experience-v2
Default
Enable Isolated Web Apps
Enables experimental support for Isolated Web Apps. See https://github.com/reillyeon/isolated-web-apps for more information. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-isolated-web-apps
Default
Enable Isolated Web App Developer Mode
Enables the installation of unverified Isolated Web Apps – Mac, Windows, Linux, ChromeOS, Lacros
#enable-isolated-web-app-dev-mode
Default
Enable Controlled Frame
Enables experimental support for Controlled Frame. See https://github.com/WICG/controlled-frame/blob/main/EXPLAINER.md for more information. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-controlled-frame
Default
Isolate additional origins
Requires dedicated processes for an additional set of origins, specified as a comma-separated list. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#isolate-origins
Отключено
Disable site isolation
Disables site isolation (SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that may be due to out-of-process iframes. Opt-out has no effect if site isolation is force-enabled using a command line switch or using an enterprise policy. Caution: this disables important mitigations for the Spectre CPU vulnerability affecting most computers. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#site-isolation-trial-opt-out
Default
Allow invalid certificates for resources loaded from localhost.
Allows requests to localhost over HTTPS even when an invalid certificate is presented. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#allow-insecure-localhost
Отключено
Enable audio descriptions.
When enabled, HTML5 video elements with a 'descriptions' WebVTT track will speak the audio descriptions aloud as the video plays. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#text-based-audio-descriptions
Default
Desktop PWA App Title
Enable PWAs to set a custom title for their windows. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-desktop-pwas-app-title
Default
Desktop PWAs elided extensions menu
Moves the Extensions "puzzle piece" icon from the title bar into the app menu for web app windows. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-desktop-pwas-elided-extensions-menu
Default
Desktop PWA tab strips
Tabbed application mode - enables the `tabbed` display mode which allows web apps to add a tab strip to their app. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-desktop-pwas-tab-strip
Default
Desktop PWA tab strips settings
Experimental UI for selecting whether a PWA should open in tabbed mode. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-desktop-pwas-tab-strip-settings
Default
Desktop PWA tab strip customizations
Enable PWAs to customize their tab strip when in tabbed mode by adding the `tab_strip` manifest field. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-desktop-pwas-tab-strip-customizations
Default
Desktop PWA Sub Apps
Enable installed PWAs to create shortcuts by installing their sub apps. Prototype implementation of: https://github.com/ivansandrk/multi-apps/blob/main/explainer.md – Mac, Windows, Linux, ChromeOS, Lacros
#enable-desktop-pwas-sub-apps
Default
Desktop PWA Scope Extensions
Enable web app manifests to declare scope extensions to extend app scope to other origins. Prototype implementation of: https://github.com/WICG/manifest-incubations/blob/gh-pages/scope_extensions-explainer.md – Mac, Windows, Linux, ChromeOS, Lacros
#enable-desktop-pwas-scope-extensions
Default
Desktop PWA Borderless
Enable web app manifests to declare borderless mode as a display override. Prototype implementation of: go/borderless-mode. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-desktop-pwas-borderless
Default
Desktop PWA Additional Windowing Controls
Enable PWAs to: (1) manually recreate the minimize, maximize and restore window functionalities, (2) set windows (non-/)resizable and (3) listen to window's move events with respective APIs. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-desktop-pwas-additional-windowing-controls
Default
Record web app debug info
Enables recording additional web app related debugging data to be displayed in: chrome://web-app-internals – Mac, Windows, Linux, ChromeOS, Lacros
#record-web-app-debug-info
Default
Web App Sync Generated Icon Background Fix
Schedules attempts to fix generated icons for sync installed web apps in the background with exponential backoff within their permitted fix time window. – Mac, Windows, Linux, ChromeOS, Lacros
#web-app-sync-generated-icon-background-fix
Default
Web App Sync Generated Icon Retroactive Fix
Starts a time window for existing sync installed web apps with generated icons for background/update events to attempt fixes. – Mac, Windows, Linux, ChromeOS, Lacros
#web-app-sync-generated-icon-retroactive-fix
Default
Web App Sync Generated Icon Update Fix
Allows web apps installed via sync to update their icons without promptingduring a manifest update if the icons were generated, indictative ofnetwork errors during the sync install. – Mac, Windows, Linux, ChromeOS, Lacros
#web-app-sync-generated-icon-update-fix
Default
Web App Universal Install
Allows any site to be installable on Windows, Mac, and Linux. – Mac, Windows, Linux, ChromeOS, Lacros
#web-app-universal-install
Default
Shortcuts not Apps
Changes the 'create shortcut' 3-dot menu option to put a fire-and-forget link on the desktop, instead of an app. – Mac, Windows, Linux
#shortcuts-not-apps
Default
Use Chrome Sync sandbox
Connects to the testing server for Chrome Sync. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#use-sync-sandbox
Отключено
Connect to Cast devices on all IP addresses
Have the Media Router connect to Cast devices on all IP addresses, not just RFC1918/RFC4193 private addresses. – Mac, Windows, Linux, ChromeOS, Lacros
#media-router-cast-allow-all-ips
Default
Media Remoting without videos in fullscreen mode
Starts Media Remoting from Global Media Controls without making the videos fullscreen. – Mac, Windows, Linux, ChromeOS, Lacros
#media-remoting-without-fullscreen
Default
Remote Playback API implementation
Enables the Remote Playback API implementation. – Mac, Windows, Linux, ChromeOS, Lacros
#remote-playback-backend
Default
Allow all sites to initiate mirroring
When enabled, allows all websites to request to initiate tab mirroring via Presentation API. Requires #cast-media-route-provider to also be enabled – Mac, Windows, Linux, ChromeOS, Lacros
#allow-all-sites-to-initiate-mirroring
Default
Delay media sink discovery until explicit user interaction with cast
Delay the browser background discovery of Cast and DIAL devices until users have interacted with the Cast UI or visited a site supporting Cast SDK or Remote Playback API. – Mac, Windows, Linux, ChromeOS, Lacros
#delay-media-sink-discovery
Default
Toggle hardware accelerated H.264 video encoding for Cast Streaming
The default is to allow hardware H.264 encoding when recommended for the platform. If enabled, hardware H.264 encoding will always be allowed when supported by the platform. If disabled, hardware H.264 encoding will never be used. – Mac, Windows, Linux, ChromeOS, Lacros
#cast-streaming-hardware-h264
Default
Toggle hardware accelerated VP8 video encoding for Cast Streaming
The default is to allow hardware VP8 encoding when recommended for the platform. If enabled, hardware VP8 encoding will always be allowed when supported by the platform (regardless of recommendation). If disabled, hardware VP8 encoding will never be used. – Mac, Windows, Linux, ChromeOS, Lacros
#cast-streaming-hardware-vp8
Default
Toggle hardware accelerated VP9 video encoding for Cast Streaming
The default is to allow hardware VP9 encoding when recommended for the platform. If enabled, hardware VP9 encoding will always be allowed when supported by the platform (regardless of recommendation). If disabled, hardware VP9 encoding will never be used. – Mac, Windows, Linux, ChromeOS, Lacros
#cast-streaming-hardware-vp9
Default
Toggle a performance metrics overlay while Cast Streaming
When enabled, a text overlay is rendered on top of each frame sent while Cast Streaming that includes frame duration, resolution, timestamp, low latency mode, capture duration, target playout delay, target bitrate, and encoder utilitization. – Mac, Windows, Linux, ChromeOS, Lacros
#cast-streaming-performance-overlay
Default
Enable AV1 video encoding for Cast Streaming
Offers the AV1 video codec when negotiating Cast Streaming, and uses AV1 if selected for the session. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-cast-streaming-av1
Default
Enable VP8 video encoding for Cast Streaming
Offers the VP8 video codec when negotiating Cast Streaming, and uses VP8 if selected for the session. If true, software VP8 encoding will be offered and hardware VP8 encoding may be offered if enabled and available on this platform. If false, software VP8 will not be offered and hardware VP8 will only be offered if #cast-streaming-hardware-vp8 is explicitly set to true. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-cast-streaming-vp8
Default
Enable VP9 video encoding for Cast Streaming
Offers the VP9 video codec when negotiating Cast Streaming, and uses VP9 if selected for the session. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-cast-streaming-vp9
Default
HiDPI tab capture support for Cast Streaming
Enables HiDPI tab capture during Cast Streaming mirroring sessions. May reduce performance on some platforms and also improve quality of video frames. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-cast-streaming-with-hidpi
Default
Enables password sharing
Enables sharing of password between members of the same family. – Mac, Windows, Linux, ChromeOS, Lacros
#password-sharing
Default
Search engine choice
Enables the search engine choice screen and related features.The search engine choice screen will be displayed in the first run experience, profile creation flow and in a modal dialog on Desktop. This also enables the new UI for the search engine settings page on both Desktop and Android. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-search-engine-choice
Default
Web Share
Enables the Web Share (navigator.share) APIs on experimentally supported platforms. – Mac, Windows, ChromeOS
#web-share
Default
WebXR Hand Input
Enables access to articulated hand tracking sensor input in WebXR. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#webxr-hand-input
Default
WebXR Incubations
Enables experimental features for WebXR. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#webxr-incubations
Default
WebXR Internals Debugging Page
Enables the webxr-internals developer page which can be used to help debug issues with the WebXR Device API. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#webxr-internals
Default
Force WebXr Runtime
Force the browser to use a particular runtime, even if it would not usually be enabled or would otherwise not be selected based on the attached hardware. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#webxr-runtime
Default
Experimental system keyboard lock
Enables websites to use the keyboard.lock() API to intercept system keyboard shortcuts and have the events routed directly to the website when in fullscreen mode. – Mac, Windows, Linux, ChromeOS, Lacros
#system-keyboard-lock
Default
Block scripts loaded via document.write
Disallows fetches for third-party parser-blocking scripts inserted into the main frame via document.write. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#disallow-doc-written-script-loads
Default
viewTransition API for navigations
Controls the availability of the viewTransition API on document navigations. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#view-transition-on-navigation
Default
viewTransition API for sub-frame navigations
Controls the availability of the viewTransition API on document navigations in a subframe. Must be used with view-transition-on-navigation – Mac, Windows, Linux, ChromeOS, Android, Lacros
#view-transition-on-navigation-iframe
Default
Use Windows Runtime MIDI API
Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or later). – Windows
#use-winrt-midi-api
Default
Use Windows WGC API for screen capture
Use Windows.Graphics.Capture API based screen capturer in combination with the WebRTC based Web API getDisplayMedia. Requires Windows 10, version 1803 or higher. Adds a thin yellow border around the captured screen area. The DXGI API is used as screen capture API when this flag is disabled. – Windows
#webrtc-allow-wgc-screen-capturer
Default
Use Windows WGC API for window capture
Use Windows.Graphics.Capture API based windows capturer in combination with the WebRTC based Web API getDisplayMedia. Requires Windows 10, version 1803 or higher. Adds a thin yellow border around the captured window area. The GDI API is used as window capture API when this flag is disabled. – Windows
#webrtc-allow-wgc-window-capturer
Default
Enable offering upload of Autofilled credit cards
Enables a new option to upload credit cards to Google Payments for sync to all Chrome devices. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-autofill-credit-card-upload
Default
Force UI direction
Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) mode, overriding the default direction of the UI language. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#force-ui-direction
Default
Force text direction
Explicitly force the per-character directionality of UI text to left-to-right (LTR) or right-to-left (RTL) mode, overriding the default direction of the character language. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#force-text-direction
Default
TLS 1.3 Early Data
This option enables TLS 1.3 Early Data, allowing GET requests to be sent during the handshake when resuming a connection to a compatible TLS 1.3 server. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-tls13-early-data
Default
Auto Dark Mode for Web Contents
Automatically render all web contents using a dark theme. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-force-dark
Default
Experimental accessibility language detection
Enable language detection for in-page content which is then exposed to assistive technologies such as screen readers. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-experimental-accessibility-language-detection
Отключено
Experimental accessibility language detection for dynamic content
Enable language detection for dynamic content which is then exposed to assistive technologies such as screen readers. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-experimental-accessibility-language-detection-dynamic
Отключено
Touch Text Editing Redesign
Enables new touch text editing features. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-cros-touch-text-editing-redesign
Default
Experimental Web Payments API features
Enable experimental Web Payments API features – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-web-payments-experimental-features
Default
Web Payments App Store Billing Debug Mode
App-store purchases (e.g., Google Play Store) within a TWA can be requested using the Payment Request API. This flag removes the restriction that the TWA has to be installed from the app-store. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-debug-for-store-billing
Default
Secure Payment Confirmation Debug Mode
This flag removes the restriction that PaymentCredential in WebAuthn and secure payment confirmation in PaymentRequest API must use user verifying platform authenticators. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-debug-for-secure-payment-confirmation
Default
Secure Payment Confirmation Network and Issuer Icons
Allow the passing in and display of card network and issuer icons for the Secure Payment Confirmation Web API. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-network-and-issuer-icons-for-secure-payment-confirmation
Default
Secure Payment Confirmation Inline Network and Issuer Icons
When set, inlines the network and issuer icons into the title of the Secure Payment Confirmation Transaction UX dialog. Requires chrome://flags#enable-network-and-issuer-icons-for-secure-payment-confirmation to be set as well. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#inline-network-and-issuer-icons-for-secure-payment-confirmation
Default
Enable (deprecated) synchronous mutation events
Mutation Events are a deprecated set of events which cause performance issues. Disabling this feature turns off Mutation Events. NOTE: Disabling these events can cause breakage on some sites that are still reliant on these deprecated features. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#mutation-events
Default
Enables keyboard focusable scrollers
Scrollers are click-focusable and programmatically-focusable by default. Scrollers without focusable children are keyboard-focusable by default. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#keyboard-focusable-scrollers
Default
Fill passwords on account selection
Filling of passwords when an account is explicitly selected by the user rather than autofilling credentials on page load. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#fill-on-account-select
Default
Generic Sensor Extra Classes
Enables an extra set of sensor classes based on Generic Sensor API, which expose previously unavailable platform features, i.e. AmbientLightSensor and Magnetometer interfaces. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-generic-sensor-extra-classes
Default
Allow local history zero-prefix suggestions beyond NTP
Enables local history zero-prefix suggestions in every context in which the remote zero-prefix suggestions are enabled. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#omnibox-local-history-zero-suggest-beyond-ntp
Default
Omnibox SuggestionAnswer Migration
Uses protos instead of SuggestionAnswer to hold answer data. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#omnibox-suggestion-answer-migration
Default
Omnibox On Clobber Focus Type On Content
Send ON_CLOBBER focus type for zero-prefix requests with an empty input on Web/SRP. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#omnibox-on-clobber-focus-type-on-content
Default
Omnibox Zero Prefix Suggest Prefetch Request Debouncing
Enables the use of a request debouncer to throttle the volume of ZPS prefetch requests issued to the remote Suggest service. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#omnibox-zero-suggest-prefetch-debouncing
Default
Omnibox Zero Prefix Suggestion Prefetching on NTP
Enables prefetching of the zero prefix suggestions for eligible users on the New Tab page. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#omnibox-zero-suggest-prefetching
Default
Omnibox Zero Prefix Suggestion Prefetching on SRP
Enables prefetching of the zero prefix suggestions for eligible users on the Search Results page. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#omnibox-zero-suggest-prefetching-on-srp
Default
Omnibox Zero Prefix Suggestion Prefetching on the Web
Enables prefetching of the zero prefix suggestions for eligible users on the Web (i.e. non-NTP and non-SRP URLs). – Mac, Windows, Linux, ChromeOS, Android, Lacros
#omnibox-zero-suggest-prefetching-on-web
Default
Omnibox Zero Prefix Suggestion in-memory caching
Enables in-memory caching of zero prefix suggestions. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#omnibox-zero-suggest-in-memory-caching
Default
Omnibox Google Drive Document suggestions
Display suggestions for Google Drive documents in the omnibox when Google is the default search engine. – Mac, Windows, Linux, ChromeOS, Lacros
#omnibox-drive-suggestions
Default
Omnibox Google Drive Document suggestions don't require separate setting
Omnibox Drive suggestions don't require a separate setting and are available when all other requirements are met. The existing 'Improve search suggestions' setting can still be used to disable all server-side suggestions altogether. – Mac, Windows, Linux, ChromeOS, Lacros
#omnibox-drive-suggestions-no-setting
Default
Omnibox Google Drive Document suggestions don't require Chrome Sync
Omnibox Drive suggestions don't require the user to have enabled Chrome Sync and are available when all other requirements are met. – Mac, Windows, Linux, ChromeOS, Lacros
#omnibox-drive-suggestions-no-sync-requirement
Default
Omnibox Force Allowed To Be Default
If enabled, all omnibox suggestions pretend to be inlineable. This likely has a bunch of problems. – Mac, Windows, Linux, ChromeOS, Lacros
#omnibox-force-allowed-to-be-default
Default
Pref Based Data Collection Consent Helper
Enables the pref based data collection consent helper – Mac, Windows, Linux, ChromeOS, Android, Lacros
#omnibox-pref-based-data-collection-consent-helper
Default
Log Omnibox URL Scoring Signals
Enables Omnibox to log scoring signals of URL suggestions. – Mac, Windows, Linux, ChromeOS, Lacros
#omnibox-ml-log-url-scoring-signals
Default
Omnibox ML Scoring with Piecewise Score Mapping
Specifies how to blend URL ML scores and search traditional scores using a piecewise ML score mapping function. – Mac, Windows, Linux, ChromeOS, Lacros
#omnibox-ml-url-piecewise-mapped-search-blending
Default
Omnibox ML URL Score Caching
Enables in-memory caching of ML URL scores. – Mac, Windows, Linux, ChromeOS, Lacros
#omnibox-ml-url-score-caching
Default
Omnibox ML URL Scoring
Enables ML-based relevance scoring for Omnibox URL Suggestions. – Mac, Windows, Linux, ChromeOS, Lacros
#omnibox-ml-url-scoring
Default
Omnibox ML URL Search Blending
Specifies how to blend URL ML scores and search traditional scores. – Mac, Windows, Linux, ChromeOS, Lacros
#omnibox-ml-url-search-blending
Default
Omnibox URL Scoring Model
Enables ML scoring model for Omnibox URL sugestions. – Mac, Windows, Linux, ChromeOS, Lacros
#omnibox-ml-url-scoring-model
Default
Omnibox Limit Keyword Mode Suggestions
Limit scope of suggestions in keyword mode – Mac, Windows, Linux, ChromeOS, Lacros
#omnibox-limit-keyword-mode-suggestions
Default
Expansion pack for the Site search starter pack
Enables additional providers for the Site search starter pack feature – Mac, Windows, Linux, ChromeOS, Lacros
#omnibox-starter-pack-expansion
Default
IPH message for the Site search starter pack
Enables an informational IPH message for the Site search starter pack feature – Mac, Windows, Linux, ChromeOS, Lacros
#omnibox-starter-pack-iph
Default
Omnibox on device head suggestions (non-incognito only)
Google head non personalized search suggestions provided by a compact on device model for non-incognito. Turn off this feature if you have other apps running which affects local file access (e.g. anti-virus software) and are experiencing searchbox typing lags. – Windows
#omnibox-on-device-head-suggestions
Default
Omnibox on device head suggestions (incognito only)
Google head non personalized search suggestions provided by a compact on device model for incognito. Turn off this feature if you have other apps running which affects local file access (e.g. anti-virus software) and are experiencing searchbox typing lags. – Windows
#omnibox-on-device-head-suggestions-incognito
Default
Omnibox on device tail suggestions
Google tail non personalized search suggestions provided by a compact on device model. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#omnibox-on-device-tail-suggestions
Default
Force color profile
Forces Chrome to use a specific color profile instead of the color of the window's current monitor, as specified by the operating system. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#force-color-profile
Default
Forced Colors
Enables forced colors mode for web content. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#forced-colors
Default
Chrome heap profiler start mode.
Starts heap profiling service that records sampled memory allocation profile having each sample attributed with a callstack. The sampling resolution is controlled with --memlog-sampling-rate flag. Recorded heap dumps can be obtained at chrome://tracing [category:memory-infra] and chrome://memory-internals. This setting controls which processes will be profiled since their start. To profile any given process at a later time use chrome://memory-internals page. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#memlog
Disabled
Heap profiling sampling interval (in bytes).
Heap profiling service uses Poisson process to sample allocations. Default value for the interval between samples is 1000000 (1MB). This results in low noise for large and/or frequent allocations [size * frequency >> 1MB]. This means that aggregate numbers [e.g. total size of malloc-ed objects] and large and/or frequent allocations can be trusted with high fidelity. Lower intervals produce higher samples resolution, but come at a cost of higher performance overhead. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#memlog-sampling-rate
Default
Heap profiling stack traces type.
By default heap profiling service records native stacks. A post-processing step is required to symbolize the stacks. 'Native with thread names' adds the thread name as the first frame of each native stack. It's also possible to record a pseudo stack using trace events as identifiers. It's also possible to do a mix of both. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#memlog-stack-mode
Default
Omnibox Grouping Framework for Typed Suggestions
Enables an alternative grouping implementation for omnibox autocompletion. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#omnibox-grouping-framework-non-zps
Default
Enables optimization guide on device
Enables the optimization guide to execute models on device. – Mac, Windows, Linux, ChromeOS, Lacros
#optimization-guide-on-device-model
Default
Organic repeatable queries in Most Visited tiles
Enables showing the most repeated queries, from the device browsing history, organically among the most visited sites in the MV tiles. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#organic-repeatable-queries
Default
History Embeddings
When enabled, the history embeddings feature may operate. – Mac, Windows, Linux, ChromeOS, Lacros
#history-embeddings
Default
Extract Related Searches from Prefetched ZPS Response
Enables page annotation logic to source related searches data from prefetched ZPS responses – Mac, Windows, Linux, ChromeOS, Android, Lacros
#extract-related-searches-from-prefetched-zps-response
Default
Page Image Service - Optimization Guide Salient Images
Enables the PageImageService fetching images from the Optimization Guide Salient Images source. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#page-image-service-optimization-guide-salient-images
Default
Page Image Service - Suggest Powered Images
Enables the PageImageService fetching images from the Suggest source. – Mac, Windows, Linux, ChromeOS, Lacros
#page-image-service-suggest-powered-images
Default
Page content annotations
Enables page content to be annotated on-device. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#page-content-annotations
Default
Page content annotations - Persist salient image metadata
Enables salient image metadata per page load to be persisted on-device. – Mac, Windows, Linux, ChromeOS, Lacros
#page-content-annotations-persist-salient-image-metadata
Default
Page content annotations - Remote page metadata
Enables fetching of page load metadata to be persisted on-device. – Mac, Windows, Linux, ChromeOS, Lacros
#page-content-annotations-remote-page-metadata
Default
Page visibility content annotations
Enables annotating the page visibility model for each page load on-device. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#page-visibility-page-content-annotations
Default
Block insecure private network requests.
Prevents non-secure contexts from making subresource requests to more-private IP addresses. See also: https://developer.chrome.com/blog/private-network-access-update/ – Mac, Windows, Linux, ChromeOS, Android, Lacros
#block-insecure-private-network-requests
Default
Respect the result of Private Network Access preflights
Enables sending Private Network Access preflights ahead of requests to more-private IP addresses. These preflight requests must succeed in order for the request to proceed. See also: https://developer.chrome.com/blog/private-network-access-preflight/ – Mac, Windows, Linux, ChromeOS, Android, Lacros
#private-network-access-respect-preflight-results
Default
Reduce waiting time for Private Network Access preflights response
Reduce the waiting time for Private Network Access preflights to 200 milliseconds. The default timeout period for requests is 5 minutes. See also: https://developer.chrome.com/blog/private-network-access-preflight/ – Mac, Windows, Linux, ChromeOS, Android, Lacros
#private-network-access-preflight-short-timeout
Default
Ignore Private Network Access errors for worker-related requests
Ignore Private Network Access errors for worker-related requests, including worker script fetches, and fetches initiated in a worker. Instead of blocking the requests, the errors will be shown as an issue in DevTools. See also: https://developer.chrome.com/blog/private-network-access-update/ and https://developer.chrome.com/blog/private-network-access-preflight/ – Mac, Windows, Linux, ChromeOS, Android, Lacros
#private-network-access-ignore-worker-errors
Default
Ignore Private Network Access errors for navigation-related requests
Ignore Private Network Access errors for navigation-related requests, including iframes and popups. Instead of blocking the requests, the errorswill be shown as an issue in DevTools. See also: https://developer.chrome.com/blog/private-network-access-update/ and https://developer.chrome.com/blog/private-network-access-preflight/ – Mac, Windows, Linux, ChromeOS, Android, Lacros
#private-network-access-ignore-navigation-errors
Default
Tab Groups Save and Sync V2
Enables saving and recalling of tab groups but enhanced. Highly experimental. – Mac, Windows, Linux, ChromeOS, Lacros
#tab-groups-save-v2
Default
Tab Groups Save UI Update
Enables saved tab group pinning, everything menu and bookmarks bar change – Mac, Windows, Linux, ChromeOS, Lacros
#tab-groups-save-ui-update
Default
Tab Scrolling
Enables tab strip to scroll left and right when full. – Mac, Windows, Linux, ChromeOS, Lacros
#scrollable-tabstrip
Default
Tab Scrolling Buttons
Enables buttons on the tab strip to scroll left and right when full – Mac, Windows, Linux, ChromeOS, Lacros
#tab-scrolling-button-position
Default
Tab Scrolling With Dragging
Scrolls the tabstrip while dragging tabs towards the end of the visible view. – Mac, Windows, Linux, ChromeOS, Lacros
#scrollable-tabstrip-with-dragging
Default
TabStripModel Collection Based Storage
Enables the collection based storage of tabstrip model. – Mac, Windows, Linux, ChromeOS, Lacros
#tabstrip-collection-storage
Default
Tab Scrolling Overflow Indicator
Choices for overflow indicators shown when the tabstrip is in scrolling mode. – Mac, Windows, Linux, ChromeOS, Lacros
#scrollable-tabstrip-overflow
Default
Toolbar pinning
Enables the ability to pin features to the toolbar via the Customize Chrome side panel. – Mac, Windows, Linux, ChromeOS, Lacros
#toolbar-pinning
Default
Side Panel Resizing
Allows users to resize the side panel and persist the width across browser sessions. – Mac, Windows, Linux, ChromeOS, Lacros
#side-panel-resizing
Default
Product Specifications
Enable the Product Specifications feature. – Mac, Windows, Linux, ChromeOS, Lacros
#product-specifications
Default
Tonal colors for the expanded state of the price tracking chip on desktop.
Tonal colors for the expanded state of the price tracking chip on desktop. – Mac, Windows, Linux, ChromeOS, Lacros
#price-tracking-icon-colors
Default
NTP Calendar Module
Shows the Google Calendar module on the New Tab Page. – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-calendar-module
Default
NTP Journeys Module
Shows the Journeys module on the New Tab Page. – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-journeys-module
Default
NTP Journeys Module Suggestion Chip Header
Shows the historical suggestion chip in the header if enabled. – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-journeys-module-suggestion-chip-header
Default
NTP Journeys Module Text Only
Shows only text (i.e. no images) for Journeys module visits on the New Tab Page. – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-journeys-module-text-only
Default
NTP Modules Redesigned
Shows the redesigned modules on the New Tab Page. – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-modules-redesigned
Default
NTP Most Relevant Tab Resumption Module
Shows the Most Relevant Tab Resumption Module on the New Tab Page. – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-most-relevant-tab-resumption-module
Default
NTP Most Relevant Tab Resumption Module with Device Icon
Shows the device icon instead of device name on Most Relevant Tab Resumption Module on the New Tab Page. – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-most-relevant-tab-resumption-module-device-icon
Default
NTP Outlook Calendar Module
Shows the Outlook Calendar module on the New Tab Page. – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-outlook-calendar-module
Default
NTP Realbox Contextual and Trending Suggestions
Allows NTP Realbox's second column to display contextual and trending text suggestions. – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-realbox-contextual-and-trending-suggestions
Default
NTP Realbox Is Tall
Makes NTP Realbox taller when enabled. – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-realbox-is-tall
Default
Realbox Chrome Refresh 2023
Enables all NTP Realbox Chrome Refresh features – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-realbox-cr23-all
Default
Realbox Chrome Refresh Consistent Row Height
Realbox rows will have a consistent height – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-realbox-cr23-consistent-row-height
Default
Realbox Chrome Refresh Expanded State Icons
CR23 Icons, AiS and Pedal backgrounds, CR23 entity rounded corner radii in Realbox expanded state – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-realbox-cr23-expanded-state-icons
Default
Realbox Chrome Refresh Expanded State Layout
CR23 layout for Realbox in expanded state – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-realbox-cr23-expanded-state-layout
Default
Realbox Chrome Refresh Hover Fill Shape
CR23 hover fill shape in realbox – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-realbox-cr23-hover-fill-shape
Default
Chrome Refresh Themed Realbox
CR23 theming will be applied in Realbox when enabled. – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-realbox-cr23-theming
Default
NTP Realbox Width Behavior
Determines the width of the NTP realbox. – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-realbox-width-behavior
Default
NTP Sharepoint Module
Shows the Sharepoint module on the New Tab Page. – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-sharepoint-module
Default
NTP Cross Device Tab Resumption Module
Shows the Cross Device Tab Resumption Module on the New Tab Page. – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-tab-resumption-module
Default
NTP Wallpaper Search Button
Enables entry point on New Tab Page for Customize Chrome Side Panel Wallpaper Search. – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-wallpaper-search-button
Default
NTP Wallpaper Search Button Animation
Enables animation for New Tab Page's Wallpaper Search button. Requires #ntp-wallpaper-search-button to be enabled too. – Mac, Windows, Linux, ChromeOS, Lacros
#ntp-wallpaper-search-button-animation
Default
Chrome-wide echo cancellation
Run WebRTC capture audio processing in the audio process instead of the renderer processes, thereby cancelling echoes from more audio sources. – Mac, Windows, Linux
#chrome-wide-echo-cancellation
Default
Parallel downloading
Enable parallel downloading to accelerate download speed. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-parallel-downloading
Default
Tab Hover Card Images
Shows a preview image in tab hover cards, if tab hover cards are enabled. – Mac, Windows, Linux, ChromeOS, Lacros
#tab-hover-card-images
Default
Tab Search Position Setting
Whether to show the tab search position options in the settings page. – Windows, Linux, ChromeOS
#tab-search-position-setting
Default
Enable network logging to file
Enables network logging to a file named netlog.json in the user data directory. The file can be imported into chrome://net-internals. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-network-logging-to-file
Отключено
Web Authentication Enterprise Attestation
Permit a set of origins to request a uniquely identifying enterprise attestation statement from a security key when creating a Web Authentication credential. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#web-authentication-permit-enterprise-attestation
Отключено
Enable reporting of Cookie Issues for legacy technology report
When enabled, usage of third-party cookies (on allowlisted pages) is uploaded for enterprise users as part of a legacy technology report. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#legacy-tech-report-enable-cookie-issue-reports
Default
Zero-copy tab capture
Enable zero-copy content tab for getDisplayMedia() APIs. – Mac, Windows, ChromeOS
#zero-copy-tab-capture
Default
OOPIF for PDF Viewer
Use an OOPIF for the PDF Viewer, instead of a GuestView. – Mac, Windows, Linux, ChromeOS, Lacros
#pdf-oopif
Default
PDF portfolio
Enable PDF portfolio feature. – Mac, Windows, Linux, ChromeOS, Lacros
#pdf-portfolio
Default
Use Skia Renderer
Use Skia as the PDF renderer. This flag will have no effect if the renderer choice is controlled by an enterprise policy. – Mac, Windows, Linux, ChromeOS, Lacros
#pdf-use-skia-renderer
Default
PDF Ink Signatures
Enables the ability to annotate PDFs using a new ink library. – Mac, Windows, Linux, ChromeOS, Lacros
#pdf-ink2
Default
Print with PostScript Type 42 fonts
When using PostScript level 3 printing, render text with Type 42 fonts if possible. – Windows
#print-with-postscript-type42-fonts
Default
Print with reduced rasterization
When using GDI printing, avoid rasterization if possible. – Windows
#print-with-reduced-rasterization
Default
Read printer capabilities with XPS
When enabled, utilize XPS interface to read printer capabilities. – Windows
#read-printer-capabilities-with-xps
Default
Use XPS for printing
When enabled, use XPS printing API instead of the GDI print API. – Windows
#use-xps-for-printing
Default
Use XPS for printing from PDF
When enabled, use XPS printing API instead of the GDI print API when printing PDF documents. – Windows
#use-xps-for-printing-from-pdf
Default
Enable Windows.Gaming.Input
Enable Windows.Gaming.Input by default to provide game controller support on Windows 10 desktop. – Windows
#enable-windows-gaming-input-data-fetcher
Default
Windows 11 Mica titlebar
Use the DWM system-drawn Mica titlebar on Windows 11, version 22H2 (build 22621) and above. – Windows
#windows11-mica-titlebar
Default
Insecure origins treated as secure
Treat given (insecure) origins as secure origins. Multiple origins can be supplied as a comma-separated list. Origins must have their protocol specified e.g. "http://example.com". For the definition of secure contexts, see https://w3c.github.io/webappsec-secure-contexts/ – Mac, Windows, Linux, ChromeOS, Android, Lacros
#unsafely-treat-insecure-origin-as-secure
Отключено
Disable subframe process reuse
Prevents out-of-process iframes from reusing compatible processes from unrelated tabs. This is an experimental mode that will result in more processes being created. – Mac, Windows, Linux, ChromeOS, Lacros
#disable-process-reuse
Default
Live Caption
Enables the live caption feature which generates captions for media playing in Chrome. Turn the feature on in chrome://settings/accessibility. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-accessibility-live-caption
Default
Multilingual Live Caption
Enables the multilingual Live Caption Feature which allows for many language choices and automated language choices. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-live-caption-multilang
Default
Reading Mode Read Aloud
Enables the experimental Read Aloud feature in Reading Mode. – Mac, Windows, Linux, ChromeOS, Lacros
#read-anything-read-aloud
Default
Reading Mode Automatic Voice Switching
Enables the experimental Reading Mode feature that automatically chooses the best voice in Read Aloud using page language. – Mac, Windows, Linux, ChromeOS, Lacros
#read-anything-read-aloud-auto-voice-switching
Default
Reading Mode Language Downloading
Enables the experimental Reading Mode feature that downloads Google TTS languages directly from the Read Aloud menus. – Mac, Windows, Linux, ChromeOS, Lacros
#read-anything-read-aloud-language-pack-downloading
Default
Reading Mode with Screen2x
Have Reading Mode use a local machine learning model for web page distillation. – Mac, Windows, Linux, ChromeOS, Lacros
#read-anything-with-screen2x
Default
Reading Mode with rules based algorithm.
Have Reading Mode use a local rules based algorithm for web page distillation. – Mac, Windows, Linux, ChromeOS, Lacros
#read-anything-with-algorithm
Default
Reading Mode with images added via algorithm
Have Reading Mode use a local rules based algorithm to include images from webpages. – Mac, Windows, Linux, ChromeOS, Lacros
#read-anything-images-via-algorithm
Default
Reading Mode WebUI Toolbar
Enables the Reading Mode toolbar implemented with WebUI instead of with Views. – Mac, Windows, Linux, ChromeOS, Lacros
#read-anything-webui-toolbar
Default
Reading Mode with Local Side Panel
Keep the Reading Mode side panel separate and local to each tab. – Mac, Windows, Linux, ChromeOS, Lacros
#read-anything-local-side-panel
Default
Reading Mode Google Docs Integration
Allows Reading Mode to work on Google Docs. – Mac, Windows, Linux, ChromeOS, Lacros
#read-anything-docs-integration
Default
Support Tool
Support Tool collects and exports logs to help debugging the issues. It's available in chrome://support-tool. – Mac, Windows, Linux, ChromeOS, Lacros
#support-tool
Default
Support Tool Screenshot
Enables the Support Tool to capture and include a screenshot in the exported packet. – Mac, Windows, Linux, ChromeOS, Lacros
#support-tool-screenshot
Default
Auto-disable Accessibility
When accessibility APIs are no longer being requested, automatically disables accessibility. This might happen if an assistive technology is turned off or if an extension which uses accessibility APIs no longer needs them. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-auto-disable-accessibility
Default
Use alternative route for image descriptions.
When adding automatic captions to images, use a different route to aquire descriptions. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#image-descriptions-alternative-routing
Default
Drop Input Events Before First Paint
Before the user can see the first paint of a new page they cannot intentionally interact with elements on that page. By dropping the events we prevent accidental interaction with a page the user has not seen yet. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#drop-input-events-before-first-paint
Default
Boundary Event Dispatch Tracks Node Removal
Mouse and Pointer boundary event dispatch (i.e. dispatch of enter, leave, over, out events) tracks DOM node removal to fix event pairing on ancestor nodes. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#boundary-event-dispatch-tracks-node-removal
Default
Calculate window occlusion on Windows
Calculate window occlusion on Windows will be used in the future to throttle and potentially unload foreground tabs in occluded windows – Windows
#calculate-native-win-occlusion
Default
Happiness Tracking Surveys Demo
Enable showing Happiness Tracking Surveys Demo to users on Desktop – Mac, Windows, Linux, ChromeOS, Lacros
#happiness-tracking-surveys-for-desktop-demo
Default
Choose ANGLE graphics backend
Choose the graphics backend for ANGLE. D3D11 is used on most Windows computers by default. Using the OpenGL driver as the graphics backend may result in higher performance in some graphics-heavy applications, particularly on NVIDIA GPUs. It can increase battery and memory usage of video playback. – Windows
#use-angle
Default
Gamepad Multitouch
Enables the ability to receive input from multitouch surface on the gamepad object. – Windows
#enable-gamepad-multitouch
Default
Gamepad Trigger Rumble
Enables the Gamepad API extension for trigger rumble. See https://chromestatus.com/feature/5162940951953408 – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-gamepad-trigger-rumble
Default
Desktop Screenshots
Enables taking screenshots from the desktop sharing hub. – Mac, Windows, Linux, ChromeOS, Lacros
#sharing-desktop-screenshots
Default
Enable gpu service logging
Enable printing the actual GL driver calls. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-gpu-service-logging
Отключено
Hardware Media Key Handling
Enables using media keys to control the active media session. This requires MediaSessionService to be enabled too – Mac, Windows, Linux, ChromeOS, Lacros
#hardware-media-key-handling
Default
AVIF gainmap HDR image rendering
If enabled, and the 'Gainmap HDR image rendering' flag is also enabled, Chrome uses the gainmap (if present) in AVIF images to render the HDR version on HDR displays and the SDR version on SDR displays. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#avif-gainmap-hdr-images
Default
CrabbyAvif for decoding AVIF images
If enabled, CrabbyAvif will be used instead of libavif for decoding AVIF images – Mac, Windows, Linux, ChromeOS, Android, Lacros
#crabbyavif
Default
Persistent Permission for File System Access API
Allows users to opt in to keep the file system permission persistent across visits and to restore recently granted file permissions. – Mac, Windows, Linux, ChromeOS, Lacros
#file-system-access-persistent-permission
Default
Updated Page Info UI for the File System Access API Persistent Permissions
Allows users to opt in to the updated Page Info UI component for the File System Access persistent permissions feature. – Mac, Windows, Linux, ChromeOS, Lacros
#file-system-access-persistent-permission-updated-page-info
Default
FileSystemObserver
Enables the FileSystemObserver interface, which allows websites to be notified of changes to the file system. See https://github.com/whatwg/fs/blob/main/proposals/FileSystemObserver.md for more information. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#file-system-observer
Default
Strict-Origin-Isolation
Experimental security mode that strengthens the site isolation policy. Controls whether site isolation should use origins instead of scheme and eTLD+1. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#strict-origin-isolation
Default
Enable the <fencedframe> element.
Fenced frames are an experimental web platform feature that allows embedding an isolated top-level page. This requires #privacy-sandbox-ads-apis to also be enabled. See https://github.com/shivanigithub/fenced-frame – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-fenced-frames
Default
Enable automatic beacons from cross-origin subframes.
Allows documents that are cross-origin to an ad frame root to send automatic beacons, if the document and the data are both opted in to being used in cross-origin beacons. The data must still be set in a document that is same-origin to the ad frame root. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-fenced-frames-cross-origin-automatic-beacons
Default
Enable the `FencedFrameConfig` constructor.
The `FencedFrameConfig` constructor allows you to test the <fencedframe> element without running an ad auction, as you can manually supply a URL to navigate the fenced frame to. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-fenced-frames-developer-mode
Default
Enable Fenced Frames reporting attestations changes
Relax the attestation requirement of post-impression beacons from Protected Audience only to either Protected Audience or Attribution Reporting. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-fenced-frames-reporting-attestations-changes
Default
Unsafe WebGPU Support
Convenience flag for WebGPU development. Enables best-effort WebGPU support on unsupported configurations and more! Note that this flag could expose security issues to websites so only use it for your own development. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-unsafe-webgpu
Отключено
WebGPU Developer Features
Enables web applications to access WebGPU features intended only for use during development. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-webgpu-developer-features
Отключено
Global Media Controls updated UI
Show updated UI for Global Media Controls in all the non-CrOS desktop platforms. – Mac, Windows, Linux
#global-media-controls-updated-ui
Default
Require parent permissions for extensions
Apply Family Link parental control settings for extension installation. – Mac, Windows, Linux
#enable-family-link-extensions-permissions
Default
Display informative strings in the extension parent approval dialog.
Adds information about the applicable parental controls in the parent approval dialog screen for extensions. Informs the parents that parental controls apply and can be configured in Family Link. – Mac, Windows, Linux
#enable-updated-supervised-user-extension-approval-strings
Default
Skip parental approval for extension installation for supervised users.
Provides an extension installation mode where supervised users can install extensions without asking for parental approach on each install.The flag enable-family-link-extensions-permissions must also be enabled on Windows/Linux/Mac. – Mac, Windows, Linux, ChromeOS
#enable-skip-parent-approval-to-install-extensions
Default
Back-forward cache
If enabled, caches eligible pages after cross-site navigations.To enable caching pages on same-site navigations too, choose 'enabled same-site support'. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#back-forward-cache
Default
Windows Scrolling Personality
If enabled, mousewheel and keyboard scrolls will scroll by a percentage of the scroller size and the default scroll animation is replaced with Impulse-style scroll animations. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#windows-scrolling-personality
Default
Elastic Overscroll
Enables Elastic Overscrolling on touchscreens and precision touchpads. – Windows, Android
#elastic-overscroll
Default
Element Capture
Enables Element Capture - an API allowing the mutation of a tab-capture media track into a track capturing just a specific DOM element. – Mac, Windows, Linux, ChromeOS, Lacros
#element-capture
Default
Device Posture API
Enables Device Posture API (foldable devices) – Mac, Windows, Linux, ChromeOS, Android, Lacros
#device-posture
Default
Viewport Segments API
Enable the viewport segment API, giving information about the logical segments of the device (dual screen and foldable devices) – Mac, Windows, Linux, ChromeOS, Android, Lacros
#viewport-segments
Default
Enable location provider manager for Geolocation API
Enables usage of the location provider manager to select between the operating system's location API or the network-based provider as the data source for Geolocation API. – Mac, Windows
#enable-location-provider-manager
Default
Heavy ad privacy mitigations
Enables privacy mitigations for the heavy ad intervention. Disabling this makes the intervention deterministic. Defaults to enabled. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#heavy-ad-privacy-mitigations
Default
Enable showing card product name
When enabled, card product name (instead of issuer network) will be shown in Payments Autofill UI. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-enable-card-product-name
Default
Enable autofill address granular filling
When enabled, autofill address suggestions contain child suggestions for group and granular field filling. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-granular-filling-available
Default
Enable address and payments autofill for unclassified fields
When enabled, address and payments autofill can be triggered on unclassified fields via the Chrome context menu. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-for-unclassified-fields-available
Default
Fullscreen popup windows
Enables sites with Window Management permission to open fullscreen popup windows with a `fullscreen` window.open() features parameter. See https://chromestatus.com/feature/6002307972464640 for more information. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#fullscreen-popup-windows
Default
Automatic Fullscreen Content Setting
Enables a new Automatic Fullscreen content setting that lets allowlisted origins use the HTML Fullscreen API without transient activation. – Mac, Windows, Linux, ChromeOS, Lacros
#automatic-fullscreen-content-setting
Default
Run video capture service in browser
Run the video capture service in the browser process. – Windows, ChromeOS
#run-video-capture-service-in-browser
Default
Tracking Protection for 3PCD
Enables the tracking protection UI + prefs that will be used for the 3PCD 1%. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#tracking-protection-3pcd
Default
Tracking Protection Settings Launch
Enables the tracking protection settings that will be used for 3PCD 100%. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#tracking-protection-settings-launch
Default
MediaFoundation Video Capture
Enable/Disable the usage of MediaFoundation for video capture. Fall back to DirectShow if disabled. – Windows
#enable-media-foundation-video-capture
Default
Enable experimental cookie features
Enable new features that affect setting, sending, and managing cookies. The enabled features are subject to change at any time. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-experimental-cookie-features
Default
Enables canvas 2D methods BeginLayer and EndLayer
Enables the canvas 2D methods BeginLayer and EndLayer. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#canvas-2d-layers
Отключено
Enables Machine Learning Model Loader Web Platform API
Enables the Machine Learning Model Loader Web Platform API. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-machine-learning-model-loader-web-platform-api
Default
Enables WebNN API
Enables the Web Machine Learning Neural Network (WebNN) API. Spec at https://www.w3.org/TR/webnn/ – Mac, Windows, Linux, ChromeOS, Android, Lacros
#web-machine-learning-neural-network
Default
One time permission
Enables experimental one time permissions for Geolocation, Microphone and Camera. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#one-time-permission
Default
Improved semantics activity indicators
Enables experimental improved semantics indicators in the location bar. – Mac, Windows, Linux, ChromeOS, Lacros
#improved-semantics-activity-indicators
Default
Left-hand side activity indicators
Moves activity indicators to the left-hand side of location bar. – Mac, Windows, Linux, ChromeOS, Lacros
#left-hand-side-activity-indicators
Default
Enable PWA install update dialog for icon changes
Enable a confirmation dialog that shows up when a PWA changes its icon – Mac, Windows, Linux, ChromeOS, Android, Lacros
#pwa-update-dialog-for-icon
Default
Keyboard and Pointer Lock prompt
Requesting to use the keyboard or pointer lock API causes a permissionprompt to be shown. – Mac, Windows, Linux, ChromeOS, Lacros
#keyboard-and-pointer-lock-prompt
Default
Holding Esc to exit browser fullscreen
Allows users to press and hold Esc key to exit browser fullscreen. – Mac, Windows, Linux, ChromeOS, Lacros
#press-and-hold-esc-to-exit-browser-fullscreen
Default
Responsive toolbar
Toolbar icons overflow to a chevron icon when the browser width is resized small than normal – Mac, Windows, Linux, ChromeOS, Lacros
#responsive-toolbar
Default
Enables Out-of-Process Printer Drivers
Enables printing interactions with the operating system to be performed out-of-process. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-oop-print-drivers
Default
Privacy Sandbox Ads Notice
Enables the Privacy Sandbox Ads Notice & Consent UI – Mac, Windows, Linux, ChromeOS, Android, Lacros
#privacy-sandbox-ads-notice-ui
Default
Privacy Sandbox Internals Page
Enables the chrome://privacy-sandbox-internals debugging page. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#privacy-sandbox-internals
Default
Private State Tokens Dev UI
Enables the chrome://privacy-sandbox-internals/private-state-tokens page.Relies on privacy-sandbox-internals also being enabled – Mac, Windows, Linux, ChromeOS, Lacros
#private-state-tokens-dev-ui
Default
Related Website Sets Dev UI
Enables the chrome://privacy-sandbox-internals/related-website-sets page. Relies on privacy-sandbox-internals also being enabled. – Mac, Windows, Linux, ChromeOS, Lacros
#related-website-sets-dev-ui
Default
Show performance metrics in HUD
Display the performance metrics of current page in a heads up display on the page. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#show-performance-metrics-hud
Default
Speculation Rules API target hint
Enable target_hint param on Speculation Rules API for prerendering. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-speculation-rules-prerendering-target-hint
Default
Prerender more document lifecycle phases
Allows prerendering pages to execute more lifecycle updates, such as prepaint, before activation – Mac, Windows, Linux, ChromeOS, Android, Lacros
#prerender-early-document-lifecycle-update
Default
Warm up compositor
Allows compositor to start warming up on certain signals – Mac, Windows, Linux, ChromeOS, Android, Lacros
#warm-up-compositor
Default
Warm up compositor on prerendering
Enables compositor warming up on paticular loading events of prerender initial navigation. Requires chrome://flags/#compositor-warm-up to be enabled – Mac, Windows, Linux, ChromeOS, Android, Lacros
#prerender2-warm-up-compositor
Default
Chrome Labs
Access Chrome Labs through the toolbar menu to see featured user-facing experimental features. – Mac, Windows, Linux, ChromeOS, Lacros
#chrome-labs
Default
Performs OCR on inaccessible PDFs
Enables a feature whereby inaccessible (i.e. untagged) PDFs are made accessible using an optical character recognition service. – Mac, Windows, Linux, ChromeOS, Lacros
#pdf-ocr
Default
PDF XFA support
Enables support for XFA forms in PDFs. Has no effect if Chrome was not built with XFA support. – Mac, Windows, Linux, ChromeOS, Lacros
#pdf-xfa-forms
Default
Debugging tools for UI
Enables additional keyboard shortcuts to help debugging. – Mac, Windows, Linux, Lacros
#ui-debug-tools
Default
FedCmAuthz
Enables RPs to request authorization for custom IdP scopes. – Mac, Windows, Linux, ChromeOS, Lacros
#fedcm-authz
Default
FedCmButtonMode
Enables RPs specify whether they want to trigger the FedCM widget flow or the button flow. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#fedcm-button-mode
Default
FedCM with IdP Registration support
Enables RPs to get identity credentials from registered IdPs. – Mac, Windows, Linux, ChromeOS, Lacros
#fedcm-idp-registration
Default
FedCmMetricsEndpoint
Allows the FedCM API to send performance measurement to the metrics endpoint on the identity provider side. Requires FedCM to be enabled. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#fedcm-metrics-endpoint
Default
FedCmMultiIdp
Allows the FedCM API to request multiple identity providers simultaneously. Requires FedCM to be enabled as well. – Mac, Windows, Linux, ChromeOS, Lacros
#fedcm-multi-idp
Default
FedCmSelectiveDisclosure
Allows a relying party to selectively request a set of identity attributes to be disclosed. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#fedcm-selective-disclosure
Default
FedCmUseOtherAccount
Enables the "Use a different account" button on the FedCM account chooser to log in to another IdP account, for IdPs who have opted in. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#fedcm-use-other-account
Default
FedCmWithStorageAccessAPI
Allows Storage Access API to auto-resolve if the user has allowed a FedCM connection. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#fedcm-with-storage-access-api
Default
FedCmWithoutWellKnownEnforcement
Supports configURL that's not in the IdP's .well-known file. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#fedcm-without-well-known-enforcement
Default
DigitalCredentials
Enables the three-party verifier/holder/issuer identity model. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#web-identity-digital-credentials
Default
Sanitizer API
Enable the Sanitizer API. See: https://github.com/WICG/sanitizer-api – Mac, Windows, Linux, ChromeOS, Android, Lacros
#sanitizer-api
Default
Show autofill manual fallback IPH
Show a promo on address fields which educates the users about the possibility to trigger autofill from the context menu. – Mac, Windows, Linux, ChromeOS, Lacros
#autofill-enable-manual-fallback-iph
Default
Lens overlay
Enables Lens search via an overlay on any page. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-lens-overlay
Default
Bind cookies to their setting origin's port
If enabled, cookies will only be accessible by origins with the same port as the one that originally set the cookie. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#bind-cookies-to-port
Default
Bind cookies to their setting origin's scheme
If enabled, cookies will only be accessible by origins with the same scheme as the one that originally set the cookie – Mac, Windows, Linux, ChromeOS, Android, Lacros
#bind-cookies-to-scheme
Default
Password generation experiment
Enables different experiments that modify content and behavior of the existing generated password suggestion dropdown. – Mac, Windows, Linux, ChromeOS, Lacros
#password-generation-experiment
Default
Clear Browsing Data Timeframe Experiment on Desktop
This experiment requires users to interact with timeframe drop down menu in the clear browsing data dialog. It also adds a new 'Last 15 minutes' value to the list. – Mac, Windows, Linux, ChromeOS, Lacros
#cbd-timeframe-required
Default
Enable policy indication for managed Default Search provider
Modify the UI for Default Search Provider set by policy to be consistent with the UI used for managed site search – Mac, Windows, Linux, ChromeOS, Android, Lacros
#policy-indication-for-managed-default-search
Default
Prerendering
If enabled, browser features and the speculation rules API can trigger prerendering. If disabled, all prerendering APIs still exist, but a prerender will never successfully take place. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#prerender2
Default
Test Third Party Cookie Phaseout
Enable to test third-party cookie phaseout. Learn more: https://goo.gle/3pcd-flags – Mac, Windows, Linux, ChromeOS, Android, Lacros
#test-third-party-cookie-phaseout
Отключено
Third-party Storage Partitioning
When disabled, prevents partitioning of third-party storage by top-level site. If any site issues are experienced as a result of the third-party storage partitioning feature being enabled, please file bugs at https://issues.chromium.org/issues/new?component=1363614&template=1922563&customFields=1223031:Proj-StoragePartitioningTrial. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#third-party-storage-partitioning
Default
Third-party Cookie Phase Out Facilitated Testing
Enables third-party cookie phase out for facilitated testing described in https://developer.chrome.com/en/docs/privacy-sandbox/chrome-testing/ – Mac, Windows, Linux, ChromeOS, Android, Lacros
#tpc-phase-out-facilitated-testing
Default
Third-party Cookie Grants Heuristics Testing
Enables temporary storage access grants for certain user behavior heuristics. See https://github.com/amaliev/3pcd-exemption-heuristics/blob/main/explainer.md for more details. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#tpcd-heuristics-grants
Default
Third-Party Cookie Deprecation Metadata Grants for Testing
Provides a control for enabling/disabling Third-Party Cookie Deprecation Metadata Grants (WRT its default state) for testing. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#tpcd-metadata-grants
Default
Third-Party Cookie Deprecation Trial Grants for Testing
Controls creation of cookie access grants for the Third-Party Cookies Deprecation Trial. Please note that, even if enabled, this will still require #tracking-protection-3pcd to be enabled and a pref to be set, for it to have an effect. See https://developer.chrome.com/blog/cookie-countdown-2023oct/ for more details. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#third-party-cookie-deprecation-trial
Default
Top-Level Third-Party Cookie Deprecation Trial Grants for Testing
Controls creation of cookie access grants for the Top-Level Third-Party Cookies Deprecation Trial. Please note that, even if enabled, this will still require #tracking-protection-3pcd to be enabled and a pref to be set, for it to have an effect. See https://developer.chrome.com/blog/cookie-countdown-2023oct/ for more details. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#top-level-third-party-cookie-deprecation-trial
Default
Bounce Tracking Mitigations
This flag controls bounce tracking mitigations. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#bounce-tracking-mitigations
Default
HTTPS-First Mode V2 For Engaged Sites
Enable Site-Engagement based HTTPS-First Mode. Shows HTTPS-First Mode interstitial on sites whose HTTPS URLs have high Site Engagement scores. Requires #https-upgrades feature to be enabled – Mac, Windows, Linux, ChromeOS, Android, Lacros
#https-first-mode-v2-for-engaged-sites
Default
HTTPS-First Mode in Incognito
Enable HTTPS-First Mode in Incognito as default setting and add as new option in settings. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#https-first-mode-incognito
Default
HTTPS-First Mode For Typically Secure Users
Automatically enables HTTPS-First Mode if the user has a typically secure browsing pattern. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#https-first-mode-for-typically-secure-users
Default
Enables Display Compositor to use a new gpu thread.
When enabled, chrome uses 2 gpu threads instead of 1. Display compositor uses new dr-dc gpu thread and all other clients (raster, webgl, video) continues using the gpu main thread. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-drdc
Default
Extensions Menu Access Control
Enables a redesigned extensions menu that allows the user to control extensions site access. – Mac, Windows, Linux, ChromeOS, Lacros
#extensions-menu-access-control
Default
IPH Extensions Menu
Enables In-Product-Help that appears when at least one extension has access to the current page. This feature is gated by extensions-menu-access-control. – Mac, Windows, Linux, ChromeOS, Lacros
#iph-extensions-menu-feature
Default
IPH Extensions Request Access Button Feature
Enables In-Product-Help that appears when at least one extension is requesting access to the current page. This feature is gated by extensions-menu-access-control. – Mac, Windows, Linux, ChromeOS, Lacros
#iph-extensions-request-access-button-feature
Default
Extension Manifest V2 Deprecation Warning
Displays a warning that affected MV2 extensions may no longer be supported due to the Manifest V2 deprecation. – Mac, Windows, Linux, ChromeOS, Lacros
#extension-manifest-v2-deprecation-warning
Default
Force Native Host Executables to Launch Directly
Force Native Host executables to launch directly via CreateProcess. – Windows
#launch-windows-native-hosts-directly
Default
Out-of-process 2D canvas rasterization.
The rasterization of 2d canvas contents is performed in the GPU process. Requires that out-of-process rasterization be enabled. – Mac, Windows, Linux, ChromeOS, Lacros
#canvas-oop-rasterization
Default
Captured Surface Control
Enables an API that allows an application to control scroll and zoom on the tab which it is capturing. – Mac, Windows, Linux, ChromeOS, Lacros
#captured-surface-control
Default
Skia Graphite
Enable Skia Graphite. This will use the Dawn backend by default, but can be overridden with command line flags for testing on non-official developer builds. See --skia-graphite-backend flag in gpu_switches.h. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#skia-graphite
Default
Tab audio muting UI control
When enabled, the audio indicators in the tab strip double as tab audio mute controls. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-tab-audio-muting
Default
Customize Chrome Side Panel Extension Card
If enabled, shows an extension card within the Customize Chrome Side Panel for access to the Chrome Web Store extensions. – Mac, Windows, Linux, ChromeOS, Lacros
#customize-chrome-side-panel-extensions-card
Default
Customize Chrome Wallpaper Search
Enables wallpaper search in Customize Chrome Side Panel. – Mac, Windows, Linux, ChromeOS, Lacros
#customize-chrome-wallpaper-search
Default
Customize Chrome Wallpaper Search Button
Enables entry point on Customize Chrome Side Panel's Appearance page for Wallpaper Search. – Mac, Windows, Linux, ChromeOS, Lacros
#customize-chrome-wallpaper-search-button
Default
Customize Chrome Wallpaper Search Inspiration Card
Shows inspiration card in Customize Chrome Side Panel Wallpaper Search. Requires #customize-chrome-wallpaper-search to be enabled too. – Mac, Windows, Linux, ChromeOS, Lacros
#customize-chrome-wallpaper-search-inspiration-card
Default
Wallpaper Search Settings Visibility
Shows wallpaper search settings in settings UI. – Mac, Windows, Linux, ChromeOS, Lacros
#wallpaper-search-settings-visibility
Default
Media Session enterpictureinpicture action
Enables the 'enterpictureinpicture' MediaSessionAction to allow websites to register an action handler for entering picture-in-picture. – Mac, Windows, Linux, ChromeOS, Lacros
#media-session-enter-picture-in-picture
Default
Auto picture in picture video heuristics
Enables the use of video heuristics for tracking HTMLVideoElement visibility. – Mac, Windows, Linux, ChromeOS, Lacros
#auto-picture-in-picture-video-heuristics
Default
Auto picture in picture for video playback
Enables auto picture in picture for video playback. Requires chrome://flags/#auto-picture-in-picture-video-heuristics to be enabled. – Mac, Windows, Linux, ChromeOS, Lacros
#auto-picture-in-picture-for-video-playback
Default
Video picture-in-picture minimize button
Displays a minimize button in the video picture-in-picture window thatcloses the window without pausing the video. – Mac, Windows, Linux, ChromeOS, Lacros
#video-picture-in-picture-minimize-button
Default
Main Node Annotations
Uses Screen2x main content extractor to annotate the accessibility tree with the main landmark on the node identified as main. – Mac, Windows, Linux, ChromeOS, Lacros
#main-node-annotations
Default
Origin-keyed Agent Clusters by default
Select the default behaviour for the Origin-Agent-Cluster http header. If enabled, an absent header will cause pages to be assigned to an origin-keyed agent cluster, and to a site-keyed agent cluster when disabled. Documents whose agent clusters are origin-keyed cannot set document.domain to relax the same-origin policy. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#origin-agent-cluster-default
Default
Origin-keyed Processes by default
Enables origin-keyed process isolation for most pages (i.e., those assigned to an origin-keyed agent cluster by default). This improves security but also increases the number of processes created. Note: enabling this feature also enables 'Origin-keyed Agent Clusters by default'. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#origin-keyed-processes-by-default
Default
Isolated sandboxed iframes
When enabled, applies process isolation to iframes with the 'sandbox' attribute and without the 'allow-same-origin' permission set on that attribute. This also applies to documents with a similar CSP sandbox header, even in the main frame. The affected sandboxed documents can be grouped into processes based on their URL's site or origin. The default grouping when enabled is per-site. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-isolated-sandboxed-iframes
Default
Download Warning Improvements
Enable UI improvements for downloads, download scanning, and download warnings. The enabled features are subject to change at any time. – Mac, Windows, Linux, ChromeOS, Lacros
#download-warning-improvements
Default
Reduce Accept-Language request header
Reduce the amount of information available in the Accept-Language request header. See https://github.com/Tanych/accept-language for more info. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#reduce-accept-language
Default
Reduce TransferSizeUpdated IPC
When enabled, the network service will send TransferSizeUpdatedIPC IPC only when DevTools is attached or the request is for an ad request. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#reduce-transfer-size-updated-ipc
Default
Omit TLS client certificates if credential mode disallows
Strictly conform the Fetch spec to omit TLS client certificates if credential mode disallows. Without this flag enabled, Chrome will always try sending client certificates regardless of the credential mode. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#omit-cors-client-cert
Default
Enable showing metadata for virtual cards
When enabled, Chrome will show metadata together with other card information when the virtual card is presented to users. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-enable-virtual-card-metadata
Default
Safe Browsing Async Real Time Check
Safe Browsing real-time checks are conducted asynchronously. They no longer delay page load. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#safe-browsing-async-real-time-check
Default
Safe Browsing Hash Prefix Real Time Lookups
Enable checking URLs through Safe Browsing hash-prefix real time protocol. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#safe-browsing-hash-prefix
Default
Permission Module for unused sites in Safety Check
When enabled, adds the unused sites permission module to Safety Check on desktop. The module will be shown depending on the browser state. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#safety-check-unused-site-permissions
Default
Safety Check v2
When enabled, Safety Check v2 will be visible in settings. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#safety-hub
Default
Include abusive notification sites in the Permissions Module of Safety Hub
When enabled, includes abusive notification permission revocation in the site permission module of Safety Hub on desktop. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#safety-hub-abusive-notification-revocation
Default
Web Bluetooth confirm pairing support
Enable confirm-only and confirm-pin pairing mode support for Web Bluetooth – Mac, Windows, Linux, ChromeOS, Lacros
#enable-web-bluetooth-confirm-pairing-support
Default
Parse standalone CVC fields for VCN card on file in forms
When enabled, Autofill will attempt to find standalone CVC fields for VCN card on file when parsing forms. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-parse-vcn-card-on-file-standalone-cvc-fields
Default
Background Resource Fetch
Process resource requests in a background thread inside Blink. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#background-resource-fetch
Default
WebUI Omnibox Popup
If enabled, shows the omnibox suggestions popup in WebUI. – Mac, Windows, Linux, ChromeOS, Lacros
#webui-omnibox-popup
Default
Enable showing card art images
When enabled, card product images (instead of network icons) will be shown in Payments Autofill UI. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-enable-card-art-image
Default
Sync Autofill Wallet Credential Data
When enabled, allows syncing of the autofill wallet credential data type. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#sync-autofill-wallet-credential-data
Default
Sync Autofill Wallet Usage Data
When enabled, allows syncing of the autofill wallet usage data type. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#sync-autofill-wallet-usage-data
Default
Shared GPUImageDecodeCache
Enables shared GPUImageDecodeCache for UI if gpu rasterization is enabled. – Mac, Windows, Linux, ChromeOS, Lacros
#ui-enable-shared-image-cache-for-gpu
Default
Enable multi-plane formats for hardware video decoder
Enable single shared image and mailbox for multi-plane formats for hardware video decoder – Mac, Windows, Linux, ChromeOS, Android, Lacros
#use-multi-plane-format-for-hardware-video
Default
Enable multi-plane formats for software video decoder
Enable single shared image and mailbox for multi-plane formats for software video decoder – Mac, Windows, Linux, ChromeOS, Android, Lacros
#use-multi-plane-format-for-software-video
Default
Enable WritePixelsYUV for software pixel upload
Enable pixel upload for multiplanar shared images to software video frames – Mac, Windows, Linux, ChromeOS, Android, Lacros
#use-write-pixels-yuv
Default
Enable automatic shared image management
When enabled, allows the shared image lifetime to be automatically managed via ClientSharedImage. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-automatic-shared-image-management
Default
Enable showing new card art and network images
When enabled, new and larger card art and network icons will be shown. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-enable-new-card-art-and-network-images
Default
Enable the account data storage for preferences for syncing users
Enables storing preferences in a second, Gaia-account-scoped storage for syncing users – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-preferences-account-storage
Default
'Get the most out of Chrome' documentation
When enabled, the 'Get the most out of Chrome' documentation section will be available. – Mac, Windows, Linux, ChromeOS, Lacros
#settings-enable-get-the-most-out-of-chrome
Default
Chrome for iOS promo : passwords
When enabled, the new Contextual Chrome for iOS promo will be shown tothe eligible users when they save/update their passwords. – Mac, Windows, Linux, ChromeOS, Lacros
#ios-promo-refreshed-password-bubble
Default
Chrome for iOS promo : addresses
When enabled, the Contextual Chrome for iOS promo will be shown tothe eligible users when they save/update their address. – Mac, Windows, Linux, ChromeOS, Lacros
#ios-promo-address-bubble
Default
Chrome for iOS promo : bookmarks
When enabled, the Contextual Chrome for iOS promo will be shown tothe eligible users when they add/update their bookmarks. – Mac, Windows, Linux, ChromeOS, Lacros
#ios-promo-bookmark-bubble
Default
Chrome for iOS promo : payments
When enabled, the Contextual Chrome for iOS promo will be shown tothe eligible users when they save/update their payments. – Mac, Windows, Linux, ChromeOS, Lacros
#ios-promo-payment-bubble
Default
Enable registration of file backed blobs through the FileBackedBlobFactory interface
Use the FileBackedBlobFactory interface to register file backed blobs. This allows to identify the URL where the blob is uploaded and it enables Data Leak Prevention checks for managed users having file restrictions. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-file-backed-blob-factory
Default
Compression dictionary transport
Enables compression dictionary transport features. Requires chrome://flags/#enable-compression-dictionary-transport-backend to be enabled. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-compression-dictionary-transport
Default
Compression dictionary transport backend
Enables the backend of compression dictionary transport features. Requires chrome://flags/#enable-compression-dictionary-transport to be enabled for testing the feature. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-compression-dictionary-transport-backend
Default
Compression dictionary transport over HTTP/1
When this is enabled, Chromium can use stored shared dictionaries even when the connection is using HTTP/1 for non-localhost requests. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-compression-dictionary-transport-allow-http1
Default
Compression dictionary transport over HTTP/2
When this is enabled, Chromium can use stored shared dictionaries even when the connection is using HTTP/2 for non-localhost requests. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-compression-dictionary-transport-allow-http2
Default
Compression dictionary transport require knwon root cert
When this is enabled, Chromium can use stored shared dictionaries only when the connection is using a well known root cert or when the server is a localhost. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-compression-dictionary-transport-require-known-root-cert
Default
Enable mitigation algorithm for rate obfuscation in compute pressure
Rate Obfuscation Mitigation is used to avoid fingerprinting attacks. Its usage introduces some timing penalties to the compute pressure results.This mitigation might introduce slight precision errors.When disabled this helps to test how predictable and accurate compute pressure is, but the Compute Pressure API can be susceptible to fingerprinting attacks. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-compute-pressure-rate-obfuscation-mitigation
Default
Enable mitigation algorithm to break calibration attempt in compute pressure
In a calibration process an attacker tries to manipulate the CPU so that Compute Pressure API would report a transition into a certain pressure state with the highest probability in response to the pressure exerted by the fabricated workload.Break Calibration Mitigation is used to avoid calibration attempts by introducing some randomness in the result of the platform collector.This mitigation might introduce slight precision errors.When disabled this helps to test how predictable and accurate compute pressure is, but the Compute Pressure API can be susceptible to calibration attempts. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-compute-pressure-break-calibration-mitigation
Default
Zstd Content-Encoding
Enables Zstandard Content-Encoding support. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-zstd-content-encoding
Default
Shared Zstd
Enables compression dictionary transport with Zstandard (aka Shared Zstd). – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-shared-zstd
Default
Changes the target playout delay for cast mirroring.
Choose a target playout delay for cast mirroring. A lower delay will decrease latency, but may come at the cost of other quality standards such as dropped frames or FPS. – Mac, Windows, Linux, ChromeOS, Lacros
#cast-mirroring-target-playout-delay
400ms (default)
Enable access to the policy test page
When enabled, allows the policy test page to be accessed at chrome://policy/test. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-policy-test-page
Default
Use new gpu scheduler.
Enables using the new gpu scheduler called GpuSchedulerDfs. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#use-gpu-scheduler-dfs
Default
Enable ProcessPerSite up to main frame threshold
Proactively reuses same-site renderer processes to host multiple main frames, up to a certain threshold. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-process-per-site-up-to-main-frame-threshold
Default
Camera and Mic Effects
Enables effects for camera and mic streams. – Mac, Windows, Linux
#camera-mic-effects
Default
Camera and Mic Preview
Enables camera and mic preview in permission bubble and site settings. – Mac, Windows, Linux
#camera-mic-preview
Default
getUserMedia deferred device settings selection
Enables deferring device settings selection for getUserMedia until after the user grants permission. – Mac, Windows, Linux
#get-user-media-deferred-device-settings-selection
Default
Enable RenderDocument
Enable swapping RenderFrameHosts on same-site navigations – Mac, Windows, Linux, ChromeOS, Android, Lacros
#render-document
Default
SiteInstanceGroups for data: URLs
Put data: URL subframes in a separate SiteInstance from the initiator, but in the same SiteInstanceGroup, and thus the same process. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#site-instance-groups-for-data-urls
Default
Enable SiteSearchSettings policy
Allow site search engines to be defined by the SiteSearchSettings policy. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#site-search-settings-policy
Default
Show featured Enterprise site search engines in Omnibox
Allow Enterprise site search engines created by the SiteSearchSettings policy to be featured in the Omnibox on @ state. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#show-featured-enterprise-site-search
Default
Show IPH for featured Enterprise search
Show an IPH on zero-suggest in the Omnibox for featured Enterprise search engines created by the SiteSearchSettings policy. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#show-featured-enterprise-site-search-iph
Default
CWS Info Fast Check
When enabled, Chrome checks and fetches metadata for installed extensions more frequently. – Mac, Windows, Linux, ChromeOS, Lacros
#cws-info-fast-check
Default
Enable CVC storage and filling for payments autofill
When enabled, we will store CVC for both local and server credit cards. This will also allow the users to autofill their CVCs on checkout pages. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-enable-cvc-storage-and-filling
Default
Privacy Sandbox Enrollment Overrides
Allows a list of sites to use Privacy Sandbox features without them being enrolled and attested into the Privacy Sandbox experiment. See: https://developer.chrome.com/en/docs/privacy-sandbox/enroll/ – Mac, Windows, Linux, ChromeOS, Android, Lacros
#privacy-sandbox-enrollment-overrides
Отключено
Direct Sockets API
Enable access to the Direct Sockets API. See https://github.com/WICG/direct-sockets for details. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-direct-sockets-web-api
Default
Smart Card API
Enable access to the Smart Card API. See https://github.com/WICG/web-smart-card#readme for more information. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-smart-card-web-api
Default
Enable prefetching of risk data during payments autofill retrieval
When enabled, risk data is prefetched during payments autofill flows to reduce user-perceived latency. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-enable-prefetching-risk-data-for-retrieval
Default
Hide media metadata when in Incognito
When enabled, media metadata will be hidden from your OS' media player if you are in an Incognito session. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#hide-incognito-media-metadata
Default
Third party profile management
Enables profile management triggered by third-party sign-ins. – Mac, Windows, Linux
#third-party-profile-management
Default
OIDC profile management
Enables profile management triggered by OIDC authentications. – Mac, Windows, Linux
#oidc-auth-profile-management
Default
Explicit Browser Signin UI On Desktop
Enables the UNO model on Desktop. Used for the launch of the UNO model on Desktop, as well as for the later phases of the experiment. – Mac, Windows, Linux
#explicit-browser-signin-ui-on-desktop
Default
Desktop PWA Link Capturing
Enables opening links from Chrome in an installed PWA – Mac, Windows, Linux
#enable-user-link-capturing-pwa
Default
Desktop PWA Link Capturing with Scope Extensions
Allows the 'Desktop PWA Scope Extensions' feature to be used with the 'Desktop PWA Link Capturing' feature. Both of those features are required to be turned on for this flag to have an effect. – Mac, Windows, Linux
#enable-user-link-capturing-scope-extensions-pwa
Default
Sync Enable Contact Info Data Type in Transport Mode
Allows the 'Sync Enable Contact Info Data Type in Transport Mode' feature to be used with the 'Explicit Browser Signin UI On Desktop' feature. – Mac, Windows, Linux
#sync-enable-contact-info-data-type-in-transport-mode
Default
Disable IP Protection Proxy
When disabled, prevents use of the IP Protection proxy. This is intended to help with diagnosing any issues that could be caused by the feature being enabled. For the current status of this feature, see: https://chromestatus.com/feature/5111460239245312 – Mac, Windows, Linux, ChromeOS, Android, Lacros
#ip-protection-proxy-opt-out
Default
Protected Audiences Consented Debug Token
Enables Protected Audience Consented Debugging with the provided token. Protected Audience auctions running on a Bidding and Auction API trusted server with a matching token will be able to log information about the auction to enable debugging. Note that this logging may include information about the user's browsing history normally kept private. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#protected-audience-debug-token
Отключено
Deprecate the unload event
Controls the default for Permissions-Policy unload. If enabled, unload handlers are deprecated and will not receive the unload event unless a Permissions-Policy to enable them has been explicitly set. If disabled, unload handlers will continue to receive the unload event unless explicity disabled by Permissions-Policy, even during the gradual rollout of their deprecation. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#deprecate-unload
Default
Enable risk-based authentication for FPAN retrieval
When enabled, server card retrieval will begin with a risk-based check instead of jumping straight to CVC or biometric auth. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-enable-fpan-risk-based-authentication
Default
Enable Immediate Draw When Interactive
Causes viz to activate and draw frames immediately during a touch interaction or scroll. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#draw-immediately-when-interactive
Default
IndexedDB backend instances run tasks in parallel
IndexedDB backend instances run tasks in parallel – Mac, Windows, Linux, ChromeOS, Android, Lacros
#indexed-db-shard-backing-stores
Default
Enable server-based IBAN uploading and autofilling
When enabled, Autofill will attempt to offer upload save for IBANs (International Bank Account Numbers) and autofill server-based IBANs. – Mac, Windows, Linux, ChromeOS, Lacros
#autofill-enable-server-iban
Default
Enable Manta Service
Enables the profile keyed Manta service at startup. – Mac, Windows, Linux, ChromeOS, Lacros
#enable-manta-service
Default
Enable ESB Download Row promotion
Promotes Enhanced Safe Browsing (ESB) on a user's most recent dangerous/suspicious download by adding an extra row under the download that links to the chrome://settings/security page. – Mac, Windows, Linux, ChromeOS, Lacros
#esb-download-row-promo
Default
Enable sending merchant domain in server card unmask requests
When enabled, requests to unmask cards will include a top-level merchant_domain parameter populated with the last origin of the main frame. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-enable-merchant-domain-in-unmask-card-request
Default
Device Bound Session Credentials
Enables Google session credentials binding to cryptographic keys. – Mac, Windows, Linux
#enable-bound-session-credentials
Default
Device Bound Session Credentials with software keys
Enables mock software-backed cryptographic keys for Google session credentials binding (not secure). This is intented to be used for manual testing only. – Mac, Windows, Linux
#enable-bound-session-credentials-software-keys-for-manual-testing
Default
Cdm Storage Database
Start to use the CdmStorageDatabase to store data alongside the MediaLicenseDatabase. If disabled, we will not use CdmStorage* at all, even in MediaLicense* code. – Mac, Windows, Linux, ChromeOS, Lacros
#cdm-storage-database
Default
Cdm Storage Database Migration
Use the Cdm Storage Database over the MediaLicenseDatabase for Cdm storage operations. – Mac, Windows, Linux, ChromeOS, Lacros
#cdm-storage-database-migration
Default
Observable API
A reactive programming primitive for ergonomically handling streams of async data. See https://github.com/WICG/observable. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#observable-api
Default
Atomic DOM move (Node.moveBefore)
Introduces a state-preserving atomic move primitive to the DOM, by calling Node.moveBefore. See https://github.com/whatwg/dom/issues/1255. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#atomic-move
Default
Web App System Media Controls
Enable instanced system media controls for web apps – Mac, Windows
#enable-web-app-system-media-controls
Default
CCO Edits
Enables CCO editing feature – Mac, Windows, Linux, ChromeOS
#CCO
Default
Compose Selection
Enables feature for different heuristics for selecting text for Compose – Mac, Windows, Linux, ChromeOS
#compose-text-selection
Default
Compose UI Refinements
Bundle of refinements to the Compose dialog – Mac, Windows, Linux, ChromeOS
#compose-ui-refinement
Default
Compose Proactive Nudge
Enables proactive nudging for Compose – Mac, Windows, Linux, ChromeOS
#compose-proactive-nudge
Default
Compose Nudge At Cursor
Shows the Compose proactive nudge at the cursor location – Mac, Windows, Linux, ChromeOS
#compose-nudge-display-at-cursor
Default
Compose Polite a11y announcement
Uses polite announcements to alert the user that a compose popup is available to interact with. – Mac, Windows, Linux, ChromeOS
#compose-polite-nudge
Default
Show permission grants from Related Website Sets
Shows permission grants created by Related Website Sets in Chrome Settings UI and Page Info Bubble, default is hidden – Mac, Windows, Linux, ChromeOS, Android, Lacros
#related-website-sets-permission-grants
Default
Sync session when tab visibility changes
This flag enables session syncing when the visibility of a tab changes. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#sync-session-on-visibility-changed
Default
Password generation strong label experiment
Enables adding a 'Strong password' label inside the sign-up password field in the password generation flow. – Mac, Windows, Linux, ChromeOS, Lacros
#password-generation-strong-label-experiment
Default
Enable frequent polling of trusted vault degraded recoverability state
Sets degraded recoverability polling interval to 1 minute. – Mac, Windows, Linux, ChromeOS, Lacros
#trusted-vault-frequent-degraded-recoverability-polling
Default
Enable save card loading and confirmation UX
When enabled, a loading spinner will be shown when uploading a card to the server and a confirmation screen will be will be shown based on the result of the upload. If the upload is unsuccessful in being uploaded to the server, it will be saved locally. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-enable-save-card-loading-and-confirmation
Default
Enable showing loading and confirmation screens for virtual card enrollment
When enabled, the virtual card enrollment screen will present a loading spinner while enrolling the card to the server and present a confirmation screen with the result when completed. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-enable-vcn-enroll-loading-and-confirmation
Default
Content Settings Partitioning
Partition content settings by StoragePartitions – Mac, Windows, Linux, ChromeOS, Android, Lacros
#content-settings-partitioning
Default
Followup work for saving passwords in the account.
Enables multiple small features responsible for aligning using/accesing passwords saved in the account on Desktop with what is possible on mobile. – Mac, Windows, Linux, ChromeOS, Lacros
#butter-on-desktop-followup
Default
Tear Off Web App Tab
Open Web App window when tearing off a tab that's displaying a url handled by an installed Web App. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#tear-off-web-app-tab-opens-web-app-window
Default
Shadow DOM support for Password Manager
Enables form filling and saving for password forms in shadow DOM. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#pwm-shadow-dom-support
Default
Password manual fallback
Enables triggering password suggestions through the context menu – Mac, Windows, Linux, ChromeOS, Lacros
#password-manual-fallback-available
Default
Enable Isolated Web Apps to bypass USB restrictions
When enabled, allows Isolated Web Apps to access blocklisted devices and protected interfaces through WebUSB API. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-unrestricted-usb
Default
Enable 3DS authentication for virtual cards
When enabled, Chrome will trigger 3DS authentication during a virtual card retrieval if a challenge is required, 3DS authentication is available for the card, and FIDO is not. – Mac, Windows, Linux, ChromeOS, Lacros
#autofill-enable-vcn-3ds-authentication
Default
Link Preview
When enabled, Link Preview feature gets to be available to preview a linked page in a dedicated small window before navigating to the linked page. The feature can be triggered from a context menu item, or users' actions. We are evaluating multiple actions in our experiment to understand what's to be the best for users from the viewpoint of security, privacy, and usability. The feature might be unstable and unusable on some platforms, e.g. macOS or touch devices. – Mac, Windows, Linux, ChromeOS, Lacros
#link-preview
Default
Send tab to self iOS push notifications
Feature to allow users to send tabs to their iOS device through a system push notitification. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#send-tab-ios-push-notifications
Default
Minor Mode Restrictions For History Sync Opt In
When enabled, Chrome will present opt in screens for turning on History Sync depending on CanShowHistorySyncOptInsWithoutMinorModeRestrictions capability value. Otherwise, the opt-in screens are unrestricted. – Mac, Windows, Linux, Android
#minor-mode-restrictions-for-history-sync-opt-in
Default
Enable storing autofill server card data in the shared storage database
When enabled, the cached server credit card data from autofill will be pushed into the shared storage database for the payments origin. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-shared-storage-server-card-data
Default
Enable showing card benefits for American Express cards
When enabled, card benefits offered by American Express will be shown in Autofill suggestions. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-enable-card-benefits-for-american-express
Default
Enable showing card benefits for Capital One cards
When enabled, card benefits offered by Capital One will be shown in Autofill suggestions. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-enable-card-benefits-for-capital-one
Default
Enable syncing card benefits
When enabled, card benefits offered by issuers will be synced from the Payments server. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-enable-card-benefits-sync
Default
Linked Services Setting
Add Linked Services Setting to the Sync Settings page. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#linked-services-setting
Default
Enable virtual card suggestion graying out for opted-out merchants
When enabled, Chrome will display grayed out virtual card suggestions on merchant websites where the merchant has opted-out of virtual cards. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-enable-vcn-gray-out-for-merchant-opt-out
Default
Enable save card local save fallback
When enabled, if a card fails to be uploaded to the server, the card details will be saved locally instead. If a card with the same card number and expiration date already exists in the local database, this will be a no-op and the existing card will not be updated with any card details from the form. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-enable-save-card-local-save-fallback
Default
Enable Fingerprinting Protection Blocklist
Enable Fingerprinting Protection which may block fingerprinting resources from loading in a 3p context. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#enable-fingerprinting-protection-blocklist
Default
OS authentication will use new Windows Hello if available.
If user has Windows Hello configured, OS authentication will use UserConsentVerifier api, otherwise Wincred will be used. – Windows
#authenticate-using-new-windows-hello-api
Default
Default Browser Prompt Refresh
If enabled, the default browser info bar will be potentially shown again after it has been declined, depending on the time that the info bar was last declined, and how many times it has been declined. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#default-browser-prompt-refresh
Default
Device Bound Session Credentials (Standard)
Enables the official version of Device Bound Session Credentials. For more information see https://github.com/WICG/dbsc. – Windows
#enable-standard-device-bound-session-credentials
Default
Removes passwords that can no longer be decrypted
If enabled local passwords that current encyrption key cannot decrypt, will be deleted to restore the full functionality of password manager. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#clear-undecryptable-passwords
Default
Enable autofill support for Verve cards
When enabled, Verve-branded card art will be shown for Verve cards. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#autofill-enable-verve-card-support
Default
Cert Management V2 UI
Enables the Cert Management V2 UI; accessible at chrome://settings/certificates – Mac, Windows, Linux, ChromeOS
#cert-management-v2-ui
Default
Showing password suggestions on autofocused webauthn forms
Enables showing password suggestions without requiring the user to click on the already focused field if the field was autofocused on the page load. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#pwm-show-webauthn-suggestions-on-autofocus
Default
Enable improvements for the discarded tab treatment.
When enabled, the discard ring will be larger and have reduced transparency. – Mac, Windows, Linux, ChromeOS, Lacros
#discard-ring-improvements
Default
Enable the ability to configure how aggressive Memory Saver is.
When enabled, the aggressiveness of Memory Saver can be configured via chrome://settings/performance. – Mac, Windows, Linux, ChromeOS, Lacros
#memory-saver-aggressiveness
Default
Enable optimization guide dogfood logging
If this client is a Google-internal dogfood client, overrides enterprise policy to enable model quality logs. Googlers: See go/chrome-mqls-dogfood-logging for details. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#optimization-guide-enable-dogfood-logging
Отключено
Enable the cloud enclave authenticator for GPM passkeys
Allow users to create and use Google Password Manager passkeys using a cloud-based authenticator service. – Mac, Windows, Linux
#web-authentication-enclave-authenticator
Default
Enables screenlock reauth before filling promo card in settings
Enables promo card in settings encouraging users to enable screenlock reauth before filling passwords. – Mac, Windows
#screenlock-reauth-promo-card
Default
Short ruby heuristics
When enabled, line breaking doesn't happen inside <ruby>s with shorter contents even if `text-wrap: nowrap` is not specified. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#ruby-short-heuristics
Default
Prompt API for Gemini Nano
Enables the exploratory Prompt API, allowing you to send natural language instructions to a built-in large language model (Gemini Nano in Chrome). Exploratory APIs are designed for local prototyping to help discover potential use cases, and may never launch. These explorations will inform the built-in AI roadmap [1]. This API is primarily intended for natural language processing tasks such as summarizing, classifying, or rephrasing text. It is NOT suitable for use cases that require factual accuracy (e.g. answering knowledge questions). You must comply with our Prohibited Use Policy [2] which provides additional details about appropriate use of Generative AI. – Mac, Windows, Linux, ChromeOS, Android, Lacros
https://goo.gle/chrome-ai-dev-preview
https://policies.google.com/terms/generative-ai/use-policy
#prompt-api-for-gemini-nano
Default
CSS text-box-trim
Enable experimental CSS text-box-trim property. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#text-box-trim
Default
Storage Access Headers
Enables HTTP headers related to the Storage Access API. – Mac, Windows, Linux, ChromeOS, Android, Lacros
#storage-access-headers
Default
Credit card upload save UI treatment
When enabled, shows different text and images in the UI of the credit card upload save bubble. – Mac, Windows, Linux, ChromeOS, Lacros
#autofill-upstream-updated-ui