Browse Source

docs/flags.md: Document new --scroll-tabs flag

Eloston 5 years ago
parent
commit
4bdf4e1857
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/flags.md

+ 1 - 0
docs/flags.md

@@ -13,5 +13,6 @@ This is an exhaustive list of command-line switches and `chrome://flags` introdu
 * `--fingerprinting-client-rects-noise` (Added flag to Bromite feature) - Implements fingerprinting deception of JS APIs `getClientRects()` and `getBoundingClientRect()` by scaling their output values with a random factor in the range -0.0003% to 0.0003%, which are recomputed for every document instantiation.
 * `--hide-crashed-bubble` (Not in `chrome://flags`) - Hides the bubble box with the message "Restore Pages? Chromium didn't shut down correctly." that shows on startup after the browser did not exit cleanly.
 * `--max-connections-per-host` (from Bromite) - Configure the maximum allowed connections per host.
+* `--scroll-tabs` - Determines if scrolling will cause a switch to a neighboring tab if the cursor hovers over the tabs, or the empty space beside the tabs. The flag requires one the values: `always`, `never`. When omitted, the default is to use platform-specific behavior, which is currently enabled only on desktop Linux.
 * `--set-ipv6-probe-false` - (Not in `chrome://flags`) Forces the result of the browser's IPv6 probing (i.e. IPv6 connectivity test) to be unsuccessful. This causes IPv4 addresses to be prioritized over IPv6 addresses. Without this flag, the probing result is set to be successful, which causes IPv6 to be used over IPv4 when possible.
 * `--show-avatar-button` - Sets visibility of the avatar button. The flag requires one of the values: `always`, `incognito-and-guest` (only show Incognito or Guest modes), or `never`.